Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/suppress15Inspections/before3.java
T

7 lines
122 B
Java

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