-
Notifications
You must be signed in to change notification settings - Fork 29
#3057. Add null-aware method invocation tests #3162
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
Conversation
eernstg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I think it's worth taking one more look at one test which might be a little too permissive.
eernstg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about pushing this one more time, I have difficulties seeing how we can conclude anything new from TypeSystem/flow-analysis/reachability_A24_t04.dart. Perhaps I just need to understand better what it is intended to show.
eernstg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
2025-05-09 sgrekhov22@gmail.com Fixes dart-lang/co19#3175. Remove forgotten code. (dart-lang/co19#3176) 2025-05-08 sgrekhov22@gmail.com dart-lang/co19#3057. Add test that the list of types of interests always contains `NonNull(declared)`. (dart-lang/co19#3172) 2025-05-07 sgrekhov22@gmail.com Fixes dart-lang/co19#3170. Fix spread collections tests (dart-lang/co19#3171) 2025-05-06 sgrekhov22@gmail.com dart-lang/co19#3057. Add null-aware method invocation tests (dart-lang/co19#3162) 2025-05-05 sgrekhov22@gmail.com dart-lang/co19#3057. Update promotion_via_assignment_A03_t02.dart according to the implementation (dart-lang/co19#3168) Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try Change-Id: I2c91d32c10f7be6050535c735ae15f8798549228 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/427721 Commit-Queue: Alexander Thomas <athom@google.com> Reviewed-by: Alexander Thomas <athom@google.com> Reviewed-by: Erik Ernst <eernst@google.com>
No description provided.