// "Annotate variable 'a' as @NonNls" "true" class Foo { public boolean doTest() { String a; return "test".equals(a) } }