summaryrefslogtreecommitdiffstats
path: root/tests/java5/generics/decp/binary/Asp3.aj
blob: 2b18fa8e21f9dfe8e87f68b9b48bfda4639e52b0 (plain)
1
2
3
aspect Asp3 {
    declare parents: B* implements I; // error
}