summaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr132080/ConcreteAspectWithITD.aj
blob: 94b82f34cffdbeb02402c9fbd631326063797631 (plain)
1
2
3
4
public aspect ConcreteAspectWithITD extends AbstractSuperAspectWithInterface {
	protected pointcut scope () :
		!within(AbstractSuperAspectWithInterface+);
}