summary refs log tree commit diff stats
path: root/tests/array/tidx_lit_err2.nim
blob: 75f5f227b232fb8a2c4d9d95895d2ce0e6a1ce89 (plain) (blame)
1
2
3
4
5
discard """
  errormsg: "expected ordinal value for array index, got '\"string\"'"
  line: 5
"""
let x = ["string": 0, "index": 1]