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