blob: b2f77df6b46bc04b9d27fdf431d03062ec457ec1 [file] [log] [blame]
class Test {
void foo () {
int a = 1;
<selection>System.out.println("" + (Object)a);</selection>
}
}