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