diff options
Diffstat (limited to 'tests/bugs154/pr206732/Advised.aj')
-rw-r--r-- | tests/bugs154/pr206732/Advised.aj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/bugs154/pr206732/Advised.aj b/tests/bugs154/pr206732/Advised.aj new file mode 100644 index 000000000..1e3abf13f --- /dev/null +++ b/tests/bugs154/pr206732/Advised.aj @@ -0,0 +1,12 @@ +package bugs; + + + +public class Advised {} + +aspect ITD { + + public void Advised.f() {} + +} + |