aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features167/overweaving/messy2/A.aj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features167/overweaving/messy2/A.aj')
-rw-r--r--tests/features167/overweaving/messy2/A.aj3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/features167/overweaving/messy2/A.aj b/tests/features167/overweaving/messy2/A.aj
new file mode 100644
index 000000000..78f5b99a2
--- /dev/null
+++ b/tests/features167/overweaving/messy2/A.aj
@@ -0,0 +1,3 @@
+public aspect A {
+ before(): execution(* *(..)) {System.out.println("A:"+thisJoinPointStaticPart);}
+}