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