Files

7 lines
106 B
Java

class Test {
<selection>new Integer(0)</selection>
void foo() {
Integer i = new Integer(0);
}
}