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