aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/generics/itds/Parse3.java
blob: e2f7c2fbdd31e8121948355c37375877e02e639c (plain)
1
2
3
4
5
6
// Simple ITDC
public class Parse3 { }

aspect X {
  <T> Parse3.new(T cupOf) {this();} 
}