blob: 6de818552a09cc690e273ce7ecbe9270b503954e [file] [log] [blame]
class Foo {
<T> Foo(T t) {
}
static {
Foo f = <String>new <ref>Foo();
}
}