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

           
                                                 





                                
discard """
  line: 8
  errormsg: "type mismatch: got <int literal(3)>"
"""

# please finally disallow Len(3)

echo len(3)