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

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