class C { void foo() { if (a && b) { call(); } // foo else if (a && c) { otherCall(); } // bar } }