blob: 2a56a58e4ea352c2b3cda32f12144d30dc491189 [file] [log] [blame]
package test0043;
public class X<T> {
void foo(T t) {}
}