class Test { void foo() { int x = 0; int y = <selection>x = 1</selection>; System.out.println(x + y); } }