aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs163/pr254207/Abstract.java
blob: 27653b6cc7824c777f6cc7f18f6723fbaf7594f6 (plain)
1
2
3
public abstract aspect Abstract<T extends Integer> {
  public abstract T getT();
}