diff options
Diffstat (limited to 'tests/bugs198/github_105/FooAspect.aj')
-rw-r--r-- | tests/bugs198/github_105/FooAspect.aj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bugs198/github_105/FooAspect.aj b/tests/bugs198/github_105/FooAspect.aj new file mode 100644 index 000000000..0d8e10d9b --- /dev/null +++ b/tests/bugs198/github_105/FooAspect.aj @@ -0,0 +1,4 @@ +public aspect FooAspect { + declare @type:(@FooAnnotation *) : + @BarAnnotation(name = "from FooAspect"); +} |