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