Files
openide/java/java-tests/testData/codeInsight/splitIfAction/beforeParenthesis.java
2010-07-06 13:04:34 +04:00

7 lines
97 B
Java

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