aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/generics/decp/binary/Asp2.aj
blob: 9f1a6a454e17b0e527e500ac216345a79788a3d8 (plain)
1
2
3
aspect Asp2 {
    declare parents: B* implements I<Integer>; // error
}