mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
156c503620
In the legacy SDK these two methods in ListMixin take Object, not E. When I migrated them to NNBD, I changed them to E to match the declaration of the methods in List. This was an unintended breaking change. Fix that by changing them to "Object?", which is the NNBD equivalent of the declarations in the legacy SDK. Change-Id: I2a75e9f26a8198e4f51cb32a55055d5e64a69ed1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/136412 Reviewed-by: Srujan Gaddam <srujzs@google.com> Reviewed-by: Lasse R.H. Nielsen <lrn@google.com> Commit-Queue: Lasse R.H. Nielsen <lrn@google.com> Auto-Submit: Bob Nystrom <rnystrom@google.com> |
||
---|---|---|
.. | ||
bin | ||
lib | ||
api_readme.md | ||
BUILD.gn |