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

5 lines
91 B
Java

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