t19224.nim 256 B

12345678910111213
  1. discard """
  2. cmd: "nim check --hints:off $file"
  3. errormsg: ""
  4. nimout: '''
  5. t19224.nim(10, 10) Error: cannot infer element type of items([])
  6. t19224.nim(12, 10) Error: cannot infer element type of items(@[])
  7. '''
  8. """
  9. for _ in []: discard
  10. for _ in @[]: discard