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

7 lines
90 B
Java

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