Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/suppress15Inspections/after2.java
2014-10-14 10:24:58 +02:00

6 lines
121 B
Java

// "Suppress for statement" "true"
public class Test {
public void run() {
@SuppressWarnings("unused") int i;
}
}