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