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

6 lines
127 B
Java

public class Foo {
void m(boolean x, boolean y, boolean z) {
x & y && z || x ^ y.else<caret>
foo();
}
}