Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/suppressNonInspections/before3.java
2010-06-25 12:46:40 +04:00

6 lines
119 B
Java

// "Suppress for method" "true"
import java.io.IOException;
class a {
private void run() throws <caret>IOException{
}
}