diff options
Diffstat (limited to 'tests/incremental/model/sourcefiles_updating/secondary/Gamma.40.java')
-rw-r--r-- | tests/incremental/model/sourcefiles_updating/secondary/Gamma.40.java | 10 |
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(* *(..)) { + } +} + |