diff options
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index eed7526f9..3f01a7cb6 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -6420,4 +6420,17 @@ <compile files="SwitchInAround.java"/> <run class="SwitchInAround"/> </ajc-test> + + <ajc-test dir="bugs" pr="39993" + title="ajc stack trace on declaring hashcode() method in aspect"> + <compile files="OverridingInterfaceObjectMethod.java"/> + <run class="OverridingInterfaceObjectMethod"/> + </ajc-test> + + <ajc-test dir="bugs" + title="using super in method introduced on interface with multiple supertypes"> + <compile files="MultipleSuperCf.java"> + <message kind="error" line="14"/> + </compile> + </ajc-test> </suite> |