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

7 lines
142 B
Java

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