mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 04:02:41 +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)
|
|
|