diff options
Diffstat (limited to 'tests/bugs169/pr308773/Aspy.aj')
-rw-r--r-- | tests/bugs169/pr308773/Aspy.aj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bugs169/pr308773/Aspy.aj b/tests/bugs169/pr308773/Aspy.aj new file mode 100644 index 000000000..f9fa3ec3d --- /dev/null +++ b/tests/bugs169/pr308773/Aspy.aj @@ -0,0 +1,4 @@ + +public aspect Aspy { + before(): call(* *(..)) { } +} |