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