39c5a61f89
A forwarding stub can have a covariant type parameter while the same type parameter in its forwarding stub target is non-covariant. We should still check bounds of such type parameters (the bound to check is taken from the forwarding stub target). TEST=tests/language/regress/regress62664_test.dart Fixes https://github.com/dart-lang/sdk/issues/62664 Change-Id: I86eeb9f8a537c22fb473388f9b17f55084af6366 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/482480 Commit-Queue: Alexander Markov <alexmarkov@google.com> Reviewed-by: Slava Egorov <vegorov@google.com>
This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/tree/main/docs/Testing.md.