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