-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[Analyzer] Implement changes to null safety checking for local variables. #43100
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
First portion - reading.
|
Bug: #43100 Change-Id: Ia8ece4de32f65d7912e534ce61936a45f2c768c0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159382 Reviewed-by: Brian Wilkerson <[email protected]>
Bug: #43100 Change-Id: Ib01192e73905ae1c431491e89e269fd25c6cd9cf Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159680 Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]>
We have one test that fails: |
New tests for the inference and initialization portion landed here Failing: language/nnbd/inference/variable_initialization_promotion_test |
All of these tests are now passing. |
Small set of changes to the errors and warnings around local variables landed here.
Tests for the the definite assignment based errors landed here.
Tests for the inference and promotion section to follow.
cc @scheglov
The text was updated successfully, but these errors were encountered: