Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/suppress15Inspections/afterEmptyArray.java
T
2024-08-22 15:27:14 +00:00

7 lines
116 B
Java

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