Files
openide/java/java-tests/testData/codeInsight/template/postfix/templates/if/boxedBooleanVariable.java
T

7 lines
87 B
Java

public class Foo {
void m(Boolean x) {
x.if<caret>
return;
}
}