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