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

5 lines
35 B
Java

class A{
A(){
<ref>super();
}
}