blob: bd4ad4d9e4ee3451546d87aa9cf84f0b7df129ff [file] [log] [blame]
interface Foo {}
class Bar {
void foo(Foo... f)
{
foo(new <caret>)
}
}