blob: e39504b6ec221c8a17d4b0007e5698b4fbddd442 [file] [log] [blame]
class Test {
<selection>new Integer(0)</selection>
void foo() {
Integer i = new Integer(0);
}
}