blob: 03b33f061927fcf06658d9b37d5fbae23fec5a86 [file] [log] [blame]
class Foo {
void foo() {
int x = 0;
int y = <selection>x = 1</selection>;
}
}