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