Files
openide/java/java-tests/testData/psi/resolve/method/ThrowWithoutNew.java
T

5 lines
69 B
Java

class A{
void foo() throws Exception{
throw <ref>Exception();
}
}