blob: 377e4667ba5581833418c8530e27e68fc02dc291 [file] [log] [blame]
public class A implements Intf<Integer> {
public void method1(Integer t) {
}
}