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