9104b5d387
Clear out generic-covariant-{impl,interface} on parameters which are
statically checked on call site. If all call sites are this-dispatches then
we are guaranteed to not need the checks.
Issue https://github.com/dart-lang/sdk/issues/31798
Change-Id: I5452a1c9eb3c3e36c1dfc978327bfdcb256cc003
Reviewed-on: https://dart-review.googlesource.com/43421
Commit-Queue: Martin Kustermann <kustermann@google.com>
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>