aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indy/four/Asp.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indy/four/Asp.java')
-rw-r--r--tests/indy/four/Asp.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/indy/four/Asp.java b/tests/indy/four/Asp.java
new file mode 100644
index 000000000..78f86a302
--- /dev/null
+++ b/tests/indy/four/Asp.java
@@ -0,0 +1,6 @@
+aspect Aspect {
+
+ before(): within(Code1) {
+ System.out.println(thisJoinPointStaticPart);
+ }
+}