diff options
Diffstat (limited to 'tests/bugs150/pr120474/X.aj')
-rw-r--r-- | tests/bugs150/pr120474/X.aj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bugs150/pr120474/X.aj b/tests/bugs150/pr120474/X.aj new file mode 100644 index 000000000..c0dd297e5 --- /dev/null +++ b/tests/bugs150/pr120474/X.aj @@ -0,0 +1,3 @@ +public aspect X { + before(): execution(* foo(..)) && !within(X) { } +} |