Files
Nim/tests/openarray/topena1.nim
flywind 1368316b7f style usages part one (openarray => openArray) (#19321)
* style usages (openArray)

* revert doc changes

(cherry picked from commit 9df195ef58)
2022-05-25 16:33:37 +02:00

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