blob: 99659b5dc1a36559f86ca8d6ed3b34d1d85fcc43 [file] [log] [blame]
interface Foo {}
class FooEx<T> implements Foo {}
class Bar {
{
Foo f = new FooEx<<caret>>();
}
}