blob: cf981e6896d862e5fe3bcff3c5370fc492450ed1 [file] [log] [blame]
class Test {
void foo() {
int x = 0;
int y = <selection>x++</selection>;
System.out.println(x + y);
}
}