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

9 lines
124 B
Java

// "Remove 'java.io.IOException' from 'f' throws list" "true"
import java.io.*;
class a {
private void f() <caret>{
}
}