Files

8 lines
130 B
Java

class Tester {
void method() {
f(<selection>new int[]{1}</selection>);
}
private void f(int[] ints) {
}
}