summary refs log blame commit diff stats
path: root/tests/reject/tnolen.nim
blob: 4e81d7dd6b861b8ac6299245d9725bb0acfb2474 (plain) (tree)
1
2
3
4
5
6
7
8
9

           
                                 





                                
discard """
  line: 8
  msg: "type mismatch: got (int)"
"""

# please finally disallow Len(3)

echo len(3)