Files
openide/java/java-tests/testData/codeInsight/splitIfAction/beforeOrAndMixed.java

7 lines
98 B
Java

class C {
void foo() {
if (a || b &<caret>& c) {
call();
}
}
}