Files
openide/java/java-tests/testData/codeInsight/completion/className/afterNewThrowable/after2.java
T

5 lines
79 B
Java

class A{
void foo() {
throw new OurNotException.InnerException()<caret>
}
}