You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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>()
withFutureOr
passed in asT
, yieldingdynamic
.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
The text was updated successfully, but these errors were encountered: