mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
9 lines
123 B
Nim
9 lines
123 B
Nim
discard """
|
|
errormsg: "type mismatch: got <int literal(3)>"
|
|
line: 8
|
|
"""
|
|
|
|
# please finally disallow Len(3)
|
|
|
|
echo len(3)
|