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

7 lines
90 B
Java

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