Skip to content

Tests wrongly expect type arguments to be modified by override checking. #624

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
crelier opened this issue Apr 27, 2020 · 0 comments
Closed
Assignees

Comments

@crelier
Copy link

crelier commented Apr 27, 2020

The following tests wrongly expect class type arguments to be modified by override checking.
This is similar to issue #623.

Note that the output of a failed expectation in these tests may be obscured by the fact that type normalization will occur when using TypeOf<T>() with FutureOr passed in as T, yielding dynamic.

LanguageFeatures/nnbd/overriding/override_checking_A01_CLASSPARAM_t03
LanguageFeatures/nnbd/overriding/override_checking_A01_CLASSPARAM_t07
LanguageFeatures/nnbd/overriding/override_checking_A01_CLASSPARAM_t13
LanguageFeatures/nnbd/overriding/override_checking_A01_CLASSPARAM_t17
LanguageFeatures/nnbd/overriding/override_checking_A01_CLASSPARAM_t23
LanguageFeatures/nnbd/overriding/override_checking_A01_CLASSPARAM_t27
LanguageFeatures/nnbd/overriding/override_checking_A01_CLASSPARAM_t33
LanguageFeatures/nnbd/overriding/override_checking_A01_CLASSPARAM_t37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants