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