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