blob: 04120e420e84a31240b31cb8bba8fcc97ecf7d5f [file] [log] [blame]
public class GenericType<T> {
void foo(T t) {}
}