blob: e70a9f3effb001ff2893c547b2349243f9b6f386 [file] [log] [blame]
class A<T> extends Test<T>{
void foo(T t){}
}