// "Annotate variable 'a' as @NonNls" "true" class Foo { public void doTest() { String a = "t<caret>est"; } }