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

5 lines
66 B
Java

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