blob: 23fce8b455a4273335e4ea0f5805398977ecea00 [file] [log] [blame]
// "Invert If Condition" "true"
class A {
public void foo() {
<caret>if (c == d) a(); else b();
}
}