blob: 5b2aba5e0cd9451361f639e2348a01d1120f3aa5 [file] [log] [blame]
class Test {
void foo() {
int i = 0;
<selection>
int j = i;
int k = 0;
</selection>
int m = k + j;
}
}