Files
openide/java/java-tests/testData/codeInsight/highlightUsagesHandler/ThrowsReference.java
T

6 lines
143 B
Java

class Calculator {
public void printError(Exception detail, int line, String file) <caret>throws Exception {
throw detail;
}
}