-
Notifications
You must be signed in to change notification settings - Fork 14
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
Parsing error: Idempotent print issue on top-level method invocation. #460
Comments
|
@knutwannheden I had placed this issue as What do you think? |
Yes sounds reasonable. Thanks for investigating. |
Placed back in the backlog -- this is an experimental feature in the compiler that still has many bugs. We can prioritize this when the feature is stable. |
Update:
context(...)
is a syntax for an experimental feature called Context Receivers.This PR will enable context receivers in the compiler.
The text was updated successfully, but these errors were encountered: