Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/suppressNonInspections/after1.java
T

7 lines
112 B
Java

// "Suppress for statement" "true"
class a {
public void run() {
//noinspection unused
int <caret>i = 0;
}
}