blob: 27ddbccff18a8fccc71624cc80830ace61107c11 [file] [log] [blame]
// "Annotate variable 'a' as @NonNls" "true"
class Foo {
public void doTest() {
String a;
a = new String("te<caret>st");
}
}