summary refs log tree commit diff stats
path: root/tests/async/t22210.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #22210; transform return future in try/finally properly (#22249)ringabout2023-07-211-0/+41
* wip; fixes #22210; transform return future in try/finally properly * add a test case for #22210 * minor * inserts a needsCompletion flag * uses copyNimNode