We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
void
This is the dart2js issue for #28939.
The text was updated successfully, but these errors were encountered:
Punting to 1.24 per dart-leads discussion.
Sorry, something went wrong.
Addressed by this CL.
Allowing e of any type in void f(...) => e in dart2js.
e
void f(...) => e
9928c5c
Addresses #28941. R=sigmund@google.com Review-Url: https://codereview.chromium.org/2866213004 .
Adjusted dart2js/type_checker_test for changes in SDK issue #28941.
935aeb4
Review-Url: https://codereview.chromium.org/2875983002 .
Addressed in 9928c5c, 935aeb4.
eernstg
No branches or pull requests
This is the dart2js issue for #28939.
The text was updated successfully, but these errors were encountered: