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