Files
openide/java/java-tests/testData/codeInsight/template/postfix/templates/null/secondStatement.java
T

6 lines
92 B
Java

public class Foo {
void m(Object o) {
o.null<caret>
value = 123;
}
}