mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-24 00:05:25 +00:00
fixes #11745
This commit is contained in:
@@ -20,6 +20,14 @@ proc main =
|
||||
|
||||
main()
|
||||
|
||||
# bug #11745
|
||||
|
||||
type
|
||||
Foo = object
|
||||
bar: seq[int]
|
||||
|
||||
var x = [Foo()]
|
||||
|
||||
# bug #11563
|
||||
type
|
||||
MyTypeType = enum
|
||||
|
||||
Reference in New Issue
Block a user