blob: c69ec617abed86eea8f5aba252eb310e24ae8029 [file] [log] [blame]
class Test {
void foo() {
int x = 1;
x += 1;
int y = <caret>x;
}
}