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

6 lines
135 B
Java

public class Foo {
void m(boolean x, boolean y, boolean z) {
foo() & y & z.else<caret>
Type t = new Type();
}
}