summaryrefslogtreecommitdiffstats
path: root/tests/java5/generics/binaryBridging/ThreeA.java
blob: 440f748bbe266b248fba07ed1064711ab9d814c3 (plain)
1
2
3
public interface ThreeA {
  public Number m();
}