blob: c8d0baaa2ff7985dc56f77f61577326c3e3c3b5b [file] [log] [blame]
class C {
void foo() {
if (a |<caret>| b) {
call();
} else {
dontCall();
}
}
}