Files
Nim/tests/misc/tsimtych.nim
2018-12-11 21:23:21 +01:00

11 lines
178 B
Nim

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