Files
2012-01-27 21:47:55 +04:00

7 lines
82 B
Java

class Test {
void foo() {
int x = 1;
x += 1;
int y = <caret>x;
}
}