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

5 lines
82 B
Java

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