Files
openide/java/java-tests/testData/refactoring/changeSignature/RemoveExceptions.java

4 lines
64 B
Java

class Test {
void fo<caret>o() throws RuntimeException {
}
}