Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/suppress15Inspections/before3.java
Anna.Kozlova 399e59e8dd fix testdata
2016-04-21 14:33:04 +02:00

7 lines
135 B
Java

// "Suppress for statement with comment" "true"
public class Test {
public void run() {
//noinspection id
int <caret>i;
}
}