class C { void foo() { if (a || b && c) { call(); } } }