blob: 1d908a6940470a5f3f27a789b854420b4bb2957c [file] [log] [blame]
class Test {
void foo(int a, double b) {
if (((<caret>) (a + b + 1))) {
}
}
}