blob: 59604040628384ec1ab7b1909f90f9fa9f3fb1cb [file] [log] [blame]
import p1.*;
class Usage {
void bar(Super<Integer> s) {
s.foo(null);
}
}