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