-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Changelog: void
arrow functions should allow any rhs type
#29646
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
Comments
void
arrow functions should allow any rhs type #28940void
arrow functions should allow any rhs type
Addresses sdk issue #29646. [email protected] Review-Url: https://codereview.chromium.org/2887253003 .
Is this issue finished now? Can it be closed? |
Sorry, I forgot: it's landed as 9820535 on 2017-05-18. Closing. |
Does this mean that using |
Yes. It will be. |
The analyzer handles this from 6cb0966, 2017-05-11, and that seems to be included in 1.24.0-dev.5.0. There was one omission (setters), but that was in fact already covered by the implementation in the analyzer (and in dart2js), so the only thing we're doing for that is adding a few tests (so it shouldn't affect you that they haven't been landed yet). |
This is the changelog issue for #28939.
The text was updated successfully, but these errors were encountered: