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
Constructor tear-off are taken from a type C with specified type arguments. So these tear-offs are already instantiated and not generic. However, all checks in this test expect to find generic functions:
Constructor tear-off are taken from a type
C
with specified type arguments. So these tear-offs are already instantiated and not generic. However, all checks in this test expect to find generic functions:co19/LanguageFeatures/Constructor-tear-offs/named_constructor_A06_t01.dart
Lines 25 to 41 in 3bbf923
In fact types of those tear-offs are
C Function()
,C Function(dynamic, num)
,C Function()
andC Function(List<int>, int)
.Also, the last check is performed against
v3
and notv4
.The text was updated successfully, but these errors were encountered: