titerassignerr.nim 154 B

123456789
  1. discard """
  2. errormsg: "inline iterators are not first-class / cannot be assigned to variables"
  3. line: 8
  4. """
  5. iterator foo: int =
  6. yield 2
  7. let x = foo