class C { void foo() { if (a) { call(); } else if (b) { call(); } } }