blob: afbedf10d8c3102f121e348bc9d6fa4394e5964c [file] [log] [blame]
import java.util.Collection;
class Bar {
public static final Collection<Foo> foos();
}
class Foo {
{
Foo[] f = Bar.<caret>
}
}