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

10 lines
99 B
Java

public class Foo {
void m() {
IFoo.new<caret>
f();
}
}
interface IFoo {
}