blob: 3742326c1e1b5d79d879127538ed4258b4e28e01 [file] [log] [blame]
// "Annotate variable 'a' as @NonNls" "true"
class Foo {
public boolean doTest() {
String a;
return a.startsWith("te<caret>st");
}
}