Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/addRuntimeExceptionToThrows/before1.java
T

8 lines
130 B
Java

// "Add Runtime Exception(s) to Method Signature" "true"
class a {
int f() {
throw new RuntimeException()<caret>;
}
}