summary refs log tree commit diff stats
path: root/tests/async/t11558.nim
Commit message (Collapse)AuthorAgeFilesLines
* Implicit return working for async proc (#20933)Jake Leahy2022-12-091-0/+13
* Implicit return working for asyncdispatch proc Closes #11558 * Test case * Test that return value is actually used * Update tests/async/t11558.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de>