a690e7b26 ^
b57d14b1a ^
e80465dac ^
1 2 3
4
5
6 7 8 9 10
11 12
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