blob: c4841965afd3fd8d7c7fa9f35e003bdcec32a4cc [file] [log] [blame]
class Test {
void foo() {
int a = 0, b = 0, c = 0;
if (a + <selection>b + c</selection>) {
}
}
}