summary refs log tree commit diff stats
path: root/tests/titer4.nim
blob: 376522482c4a363767932d7ef4c674a82d211b79 (plain) (blame)
1
2
3
for x in {'a'..'z'}: #ERROR_MSG iterator within for loop context expected
  nil