blob: 630ed935d6122b4689e3b88bc7a17028495217a9 [file] [log] [blame]
// "Annotate variable 'a' as @NonNls" "true"
class Foo {
public void doTest() {
String a = "t<caret>est";
}
}