-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The error message for `finally { ... async ... }` is a bit bizarre, but for now I can live with it.
- Loading branch information
Showing
5 changed files
with
12 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
try-finally.mo:10.26-10.29: type error [M0047], send capability required, but not available | ||
(need an enclosing async expression or function body) | ||
try-finally.mo:16.19-16.37: type error [M0039], misplaced throw | ||
try-finally.mo:22.19-22.21: type error [M0050], literal of type | ||
try-finally.mo:22.26-22.34: type error [M0037], misplaced async expression; try enclosing in an async function | ||
try-finally.mo:28.19-28.21: type error [M0050], literal of type | ||
Nat | ||
does not have expected type | ||
() | ||
try-finally.mo:28.19-28.25: type error [M0085], misplaced return | ||
try-finally.mo:34.25-34.28: type error [M0083], unbound label out | ||
try-finally.mo:34.19-34.25: type error [M0085], misplaced return | ||
try-finally.mo:40.25-40.28: type error [M0083], unbound label out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.