Files
openide/java/java-tests/testData/codeInsight/splitIfAction/beforeParenthesis.java
T

7 lines
97 B
Java

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