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