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

* revert doc changes
2022-01-04 13:29:50 +01: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