We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
void
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
This is the dart2js issue for #28935.
The text was updated successfully, but these errors were encountered:
Punting to 1.24 per dart-leads discussion.
Sorry, something went wrong.
521dc66
Void is not required to be null anymore.
null
4e52c45
In checked mode, `void` now accepts any value. Fixes #28937. Fixes #28938. BUG= http://dartbug.com/28937 BUG= http://dartbug.com/28938 [email protected], [email protected], [email protected] Committed: 521dc66 Reverted: a3c0cb6 Review-Url: https://codereview.chromium.org/2718513002 .
Had to revert.
6caf9ef
8e01f69
In checked mode, `void` now accepts any value. Fixes #28937. Fixes #28938. BUG= http://dartbug.com/28937 BUG= http://dartbug.com/28938 [email protected], [email protected], [email protected], [email protected] Committed: 521dc66 Reverted: a3c0cb6 Committed: 4e52c45 Reverted: 4b35d39 Committed: 6caf9ef Reverted: 30d9bf2 Review-Url: https://codereview.chromium.org/2718513002 .
floitschG
No branches or pull requests
This is the dart2js issue for #28935.
The text was updated successfully, but these errors were encountered: