blob: b40d864d16c7ebee5cd547dcbb1932e3e05756c7 [file] [log] [blame]
class Test {
public <U> U meth(U p) {
return p;
}
}