We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
for i in `seq 1 70000`; do echo "echo 1" >> gg.nim; done echo "let x: int = \"a\"" >> gg.nim nim c -r gg.nim
.../gg.nim(655535, 14) Error: type mismatch: got <string> but expected 'int'
.../gg.nim(70001, 14) Error: type mismatch: got <string> but expected 'int'
$ nim -v Nim Compiler Version 1.2.0