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

6 lines
101 B
Java

// "Suppress for method" "false"
/** @noinspection UNUSED_SYMBOL*/
class a {
private void run() {
}
}