class C { void foo() { if (a |<caret>| b) { call(); } else { dontCall(); } } }