-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
dart2js: Allow read-only access to initializing formals. #26657
Comments
This extension is supported by |
The semantics has been adjusted such that the initializing formal parameter is in scope in the initalizer list, but not in the body. The implementation in c3dfe51 implements the old semantics. |
As of commit 6942e0d, dart2js has been adjusted to implement the scoping where initializing formals are in scope in the initializer list, but not in the body. |
The CL https://codereview.chromium.org/2141023002/ will make the effect of '--initializing-formal-access' the default behavior of dart2js. The intention is that this CL will be landed when all tools are ready to make support for initializing formal access the default. |
Closing: Enabling the feature by default has now been split out into a separate issue #27893. |
This is the dart2js specific issue for #26655. That issue has the details.
The text was updated successfully, but these errors were encountered: