summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/codeInsight/invertIfCondition/beforeCondition2.java
blob: e6210817d21772fe6ef749617bdc60f52ec193c5 (plain)
1
2
3
4
5
6
// "Invert If Condition" "true"
class A {
    public void foo() {
        <caret>if ((c)) a(); else b(); 
    }
}