blob: d0a132132f09bde1af070953eba021d2e615ca2c [file] [log] [blame]
class Super implements Hyper<Integer> {
public void foo(Integer t) {}
}