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