Files
Nim/tests/misc/tsimtych.nim
2018-02-10 20:55:22 +01:00

13 lines
180 B
Nim

discard """
file: "tsimtych.nim"
line: 10
errormsg: "type mismatch: got <bool> but expected \'string\'"
"""
# Test 2
# Simple type checking
var a: string
a = false #ERROR