summaryrefslogtreecommitdiffstats
path: root/tests/bugs/tooManyErrors/DecErrors.aj
blob: ba146163227713984d2b5e5ae2168c2458f960b4 (plain)
1
2
3
aspect DecErrors {
	declare error: within(Joinpoints101) && get(int *): "In Joinpoints101!";
}