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




                                                       


                                                                         

 
discard """
  file: "titer4.nim"
  line: 7
  errormsg: "iterator within for loop context expected"
"""

for x in {'a'..'z'}: #ERROR_MSG iterator within for loop context expected
  nil