| ... | @@ -1784,7 +1784,7 @@ test "zig fmt: coroutines" { | ... | @@ -1784,7 +1784,7 @@ test "zig fmt: coroutines" { |
| 1784 | \\ x += 1; | 1784 | \\ x += 1; |
| 1785 | \\ suspend; | 1785 | \\ suspend; |
| 1786 | \\ x += 1; | 1786 | \\ x += 1; |
| 1787 | \\ suspend |p| {} | 1787 | \\ suspend; |
| 1788 | \\ const p: promise->void = async simpleAsyncFn() catch unreachable; | 1788 | \\ const p: promise->void = async simpleAsyncFn() catch unreachable; |
| 1789 | \\ await p; | 1789 | \\ await p; |
| 1790 | \\} | 1790 | \\} |