mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
.inheritable fix for 1.6 (#21768)
This commit is contained in:
@@ -15,8 +15,8 @@ echo s[0].x
|
||||
|
||||
# bug #563
|
||||
type
|
||||
Foo =
|
||||
object {.inheritable.}
|
||||
Foo {.inheritable.} =
|
||||
object
|
||||
x: int
|
||||
|
||||
Bar =
|
||||
|
||||
Reference in New Issue
Block a user