Files
openide/java/java-tests/testData/codeInsight/template/postfix/templates/new/notClassCall.java
T

5 lines
64 B
Java

public class Foo {
void m() {
m().new<caret>
}
}