Files
Nim/tests/array/tidx_lit_err2.nim
2019-06-18 14:16:33 +02:00

6 lines
131 B
Nim

discard """
errormsg: "expected ordinal value for array index, got '\"string\"'"
line: 5
"""
let x = ["string": 0, "index": 1]