Files
Nim/tests/js/t7109.nim
flywind fde17b159f follow #15818 and close #7109 (#15823)
* follow #15818 and close #7109

* Update compiler/jsgen.nim

Co-authored-by: Juan Carlos <juancarlospaco@gmail.com>

Co-authored-by: Juan Carlos <juancarlospaco@gmail.com>
2020-11-02 18:27:39 +01:00

9 lines
142 B
Nim

discard """
errormsg: "Closure iterators are not supported by JS backend!"
"""
iterator iter*(): int {.closure.} =
yield 3
var x = iter