summary refs log tree commit diff stats
path: root/tests/iter/t338.nim
Commit message (Collapse)AuthorAgeFilesLines
* Access implicit `result` trough envP in closures (#8471)LemonBoy2018-07-301-0/+20
Reuse the existing machinery, most of the changes are only needed to handle the `result = result` node in nkReturnStmt produced by the closure iterator transform. Fixes #338