Files
openide/java/java-tests/testData/codeInsight/template/postfix/templates/var/add.java
T

5 lines
70 B
Java

public class Foo {
void m(Object o) {
1.var<caret>
}
}