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
Section 10.30 of the draft 10.30 spec describes cast expressions of the form: e as T. These need to be implemented.
The text was updated successfully, but these errors were encountered:
Note a last minute change: cast accepts null.
Sorry, something went wrong.
Implemented in r9109.
Set owner to @lrhn. Added Fixed label.
Bump pub to 1e3c17ea871e6a80c720aa998f37cbd3913bc287
28e8202
Changes: ``` > git log --format="%C(auto) %h %s" 6068f47..1e3c17e https://dart.googlesource.com/pub.git/+/1e3c17ea dependency_services: use revisions as versions for git deps. (#3383) https://dart.googlesource.com/pub.git/+/9ecdd6b1 show discontinued in pub outdated (#3399) https://dart.googlesource.com/pub.git/+/c8fdf231 Bump analyzer from 3.4.1 to 4.0.0 (#3412) ``` Diff: https://dart.googlesource.com/pub.git/+/6068f47c264ef790e16411b31b2c94ad6beb1ab6~..1e3c17ea871e6a80c720aa998f37cbd3913bc287/ Change-Id: Idb9484e36d03001039e9f7e5447c659b85bd093f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244621 Reviewed-by: Jonas Jensen <[email protected]> Commit-Queue: Sigurd Meldgaard <[email protected]>
lrhn
No branches or pull requests
Section 10.30 of the draft 10.30 spec describes cast expressions of the form: e as T. These need to be implemented.
The text was updated successfully, but these errors were encountered: