Files
sdk/pkg/analyzer/lib
Konstantin Shcheglov bb6cab29b9 Check for correct overrides as the specification requires.
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>
2020-01-31 19:35:23 +00:00
..
2019-12-20 01:08:49 +00:00
2019-12-06 01:11:30 +00:00