summary refs log tree commit diff stats
path: root/tests/reject/tnolen.nim
blob: e330865366f4c26d20072d7d69fae19dba48dbde (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  line: 8
  msg: "type mismatch: got (int literal(3))"
"""

# please finally disallow Len(3)

echo len(3)