mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
10 lines
153 B
Nim
10 lines
153 B
Nim
discard """
|
|
errormsg: "invalid type"
|
|
file: "topena1.nim"
|
|
line: 9
|
|
"""
|
|
# Tests a special bug
|
|
|
|
var
|
|
x: ref openArray[string] #ERROR_MSG invalid type
|