bb6cab29b9
Specifically, we replace types of covariant parameters with `Object?` or `Object` and use subtype check. Then we check types of covariant formal parameters and corresponding overridden formal parameters. It looks that NNBD related changes that are coming now require such more precise following to the specification rules. Change-Id: Idfa4e3a118050a1be79acce8c708b3aac07b5051 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/134043 Commit-Queue: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>