Files
openide/java/java-tests/testData/codeInsight/template/postfix/templates/instanceof/alias.java
T

5 lines
71 B
Java

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