Files

8 lines
126 B
Java

class Foo {
interface I {
Integer[] _(int p);
}
void test() {
I i = Integer[]:<caret>:new;
}
}