blob: 9553064d31eb992a09655fa8ebf8ba7c96bca62b [file] [log] [blame]
public class Foo<T> {
void m() {
Foo<Foo>.<caret>;
}
}