blob: ce3f0e38f0c288e63f6fd781ae2228017d5a8c6f [file] [log] [blame]
public class Foo<T> {
void m() {
Foo<Foo> foo = new Foo<Foo>();<caret>
}
}