(cherry picked from commit 67a6effb7b)
This commit is contained in:
Araq
2019-07-19 22:38:35 +02:00
committed by narimiran
parent 9e634919d9
commit 043702776b
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