aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/generics/itds/binaryweaving/TestB_aspect2.aj
blob: c8eac2a35f94f83fea341ef37189738df4bc3409 (plain)
1
2
3
4
5
import java.util.*;

aspect TestB_aspect2 {
  public <L extends Number> void TestB_generictype<X,Y>.myx(List<L> ll1, List<Y> ly,List<X> lx,List<L> ll2) {} 
}