diff options
Diffstat (limited to 'tests/bugs162/pr246918/aop3.xml')
-rw-r--r-- | tests/bugs162/pr246918/aop3.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/bugs162/pr246918/aop3.xml b/tests/bugs162/pr246918/aop3.xml new file mode 100644 index 000000000..4d2daf617 --- /dev/null +++ b/tests/bugs162/pr246918/aop3.xml @@ -0,0 +1,10 @@ +<aspectj> + <aspects> + <concrete-aspect name="SubAspect" extends="Base2" perclause="pertypewithin(*)"> + <pointcut name="scope" expression="within(D*)"/> + </concrete-aspect> + </aspects> + <!-- weaver options="-verbose -showWeaveInfo -debug"--> + <weaver options=""> + </weaver> +</aspectj> |