blob: 8b276ebf433dc38b330280eee85d21152fe3c443 [file] [log] [blame]
class MethodOwner6<T> {
public static <T> T foo(T t)
{
return t;
}
}