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