Files
openide/java/java-tests/testData/codeInsight/splitIfAction/beforeOrParenthesis.java
2018-03-29 16:11:08 +02:00

7 lines
99 B
Java

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