1554a119ed
Under NNBD rules, certain function literals have their types inferred as `Object?` instead of `dynamic`. We need to add explicit `dynamic` to prevent follow-on errors if those parameters are used in a dynamic fashion. Change-Id: I12bfd3a3da2bda1ae11b01a5d029dbea3d512cb6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/134567 Reviewed-by: Mike Fairhurst <mfairhurst@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Paul Berry <paulberry@google.com>
NNBD Migration Engine
This package provides infrastructure for migrating code to be non-nullable by default.