blob: 33a9cf6bc406a10f1c5f64965dea9eb630e33816 [file] [log] [blame]
class Foo {
<T> Foo<T> f() {
}
static {
new Foo().<Integer><ref>f();
}
}