aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs153/Annotation/Anno.aj
blob: acfdae4b96312793e9f9194e31c40d92a0848717 (plain)
1
2
3
4
5
import annotation.A;

public aspect Anno {
   declare @type: C : @A;
}