Files
openide/java/java-tests/testData/codeInsight/template/postfix/templates/field/simple.java
T

5 lines
69 B
Java

public class Foo {
public Foo(int arg) {
arg.field<caret>
}
}