class Foo { void foo() { int x = 0; int y = <selection>x = 1</selection>; } }