-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax flaw: Async calls #1676
Comments
This is not ambiguous as of #1685, but the rule for parsing this is a hack.
|
The async function rewrite is complete but I believe this parsing hack still exists. It's not clear to me why In response to the previous comment, async functions can now be called with no async prefix. But they can also be called with an async prefix, which has different meaning. |
Since |
While trying to come up with a better solution for #760, I found this nice little syntactic ambiguity:
The text was updated successfully, but these errors were encountered: