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