summaryrefslogtreecommitdiff
path: root/test/pending/jvm/t2705/Methods.java
blob: 00eed6c595351623666217c52195c228adacd912 (plain) (blame)
1
2
3
4
public class Methods {
  public static <T> GenericInterface<T> getGenericInterface() { return null; }
  public static <T> void acceptGenericInterface(GenericInterface<? super T> gi) { }
}