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