aboutsummaryrefslogtreecommitdiffstats
path: root/tests/new/Aspect.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/new/Aspect.java')
-rw-r--r--tests/new/Aspect.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/new/Aspect.java b/tests/new/Aspect.java
new file mode 100644
index 000000000..16257d4fd
--- /dev/null
+++ b/tests/new/Aspect.java
@@ -0,0 +1,3 @@
+aspect Aspect of eachobject(instanceof(Clazz)) {
+
+}