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

5 lines
64 B
Java

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