Allows for arbitrary ordering of inheritance in type section #6259 (#22070)

* Allows for arbitrary ordering of inheritance in type section #6259

* prevents ilegal recursion

* fixes ilegal recursion. Test passes with a better message

* Apply suggestions from code review

---------

Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
This commit is contained in:
Juan M Gómez
2023-06-15 08:56:08 +01:00
committed by GitHub
parent 13b7e4e0e5
commit d90581c677
5 changed files with 13 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
discard """
errormsg: "inheritance only works with non-final objects"
errormsg: "Cannot inherit from: 'Foo:ObjectType'"
line: 7
"""
# bug #1691