blob: 6a49e024ce554f1ce1ec832a367b53c6414943d9 [file] [log] [blame]
public class A<T extends Value> {
void foo(T t) {t.foo();}
}