blob: c8e154f614c05d73c4c889b676884aa4f3522479 [file] [log] [blame]
package p;
class A<T>{
private int f;
static <T> T f(T t) {return null;}
}