Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/i18n/beforeNonNlsVariable.java
T
2022-08-04 13:39:06 +00:00

7 lines
128 B
Java

// "Annotate variable 'a' as '@NonNls'" "true-preview"
class Foo {
public void doTest() {
String a = "t<caret>est";
}
}