Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/suppressLocalInspection/before6.java
2010-06-25 12:46:40 +04:00

5 lines
102 B
Java

// "Suppress for field" "false"
/** @noinspection ALL*/
class a {
static private String mm = "00";
}