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