blob: 120d91deb00880bb6d86ffdb4d6f469e8d8d0bea [file] [log] [blame]
class Foo<T> {
static <T> Foo<T> getInstance() { new Foo<T>() }
}
Foo<String> f = Foo.inst<ref>ance