blob: 5a00eaf60d50f4d316d7ca7212f314f385e6aa4b [file] [log] [blame]
public class Parent<T> {
}
class Child extends Parent {
void foo(Object t){}
}