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