aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs162/pr241047/SomeBaseClass2.java
blob: 36f76aa0b602d71fc1822cd8de9d31fe7978d7dc (plain)
1
2
3
4
5
6
public class SomeBaseClass2<Type extends Object> implements SomeInterface {
 public void tag_someBaseMethod() {
  System.out.println("some base method2");
 }
}