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