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