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

7 lines
117 B
Java

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