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

5 lines
76 B
Java

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