blob: aa2333d3906c9136e705a97cef1c310f97a697f1 [file] [log] [blame]
interface Foo {}
interface FooEx<T> extends Foo {
T foo();
}
class Bar {
{
Foo f = new FE<caret>
}
}