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

7 lines
89 B
Java

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