This commit is contained in:
Araq
2019-07-19 22:38:35 +02:00
parent affe1be47c
commit 67a6effb7b
2 changed files with 14 additions and 1 deletions

View File

@@ -20,6 +20,14 @@ proc main =
main()
# bug #11745
type
Foo = object
bar: seq[int]
var x = [Foo()]
# bug #11563
type
MyTypeType = enum