aboutsummaryrefslogtreecommitdiffstats
path: root/tests/incremental/model/sourcefiles_updating/secondary/Gamma.40.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/incremental/model/sourcefiles_updating/secondary/Gamma.40.java')
-rw-r--r--tests/incremental/model/sourcefiles_updating/secondary/Gamma.40.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/incremental/model/sourcefiles_updating/secondary/Gamma.40.java b/tests/incremental/model/sourcefiles_updating/secondary/Gamma.40.java
new file mode 100644
index 000000000..7e508af0e
--- /dev/null
+++ b/tests/incremental/model/sourcefiles_updating/secondary/Gamma.40.java
@@ -0,0 +1,10 @@
+package secondary;
+
+aspect Gamma {
+ before(): call(* *(..)) {
+ }
+
+ after(): call(* *(..)) {
+ }
+}
+