blob: 74c7ca246c61ec13f5f0bd9bfefc3dee54d3f260 [file] [log] [blame]
package test0020;
public class Test {
class X<T> {
}
<T> void foo(X<T> x) {
}
}