.inheritable fix for 1.6 (#21768)

This commit is contained in:
metagn
2023-05-03 19:30:43 +03:00
committed by GitHub
parent 2072eebcea
commit c2d098b974
20 changed files with 41 additions and 26 deletions

View File

@@ -15,8 +15,8 @@ echo s[0].x
# bug #563
type
Foo =
object {.inheritable.}
Foo {.inheritable.} =
object
x: int
Bar =