diff options
Diffstat (limited to 'tests/bugs/abstractITDs/B.aj')
-rw-r--r-- | tests/bugs/abstractITDs/B.aj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bugs/abstractITDs/B.aj b/tests/bugs/abstractITDs/B.aj new file mode 100644 index 000000000..54af3233e --- /dev/null +++ b/tests/bugs/abstractITDs/B.aj @@ -0,0 +1,3 @@ +public aspect B {
+ abstract public void A.foo();
+}
\ No newline at end of file |