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

7 lines
97 B
Java

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