blob: 1d13ef1731f46d31ee15ccdc933b8dbd1f0a4105 [file] [log] [blame]
public abstract class Foo<T, U> {
void m() {
Foo<Integer, U>.new<caret>
}
}