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
Constant type literal instantiations are already tested in language/typedef/aliased_type_literal_instantiation_test.dart (which has plain type literal constants as well as aliased ones). This test fails on analyzer-asserts-* configurations, but otherwise passes.
Activity
eernstg commentedon Sep 10, 2021
Constant type literal instantiations are already tested in language/typedef/aliased_type_literal_instantiation_test.dart (which has plain type literal constants as well as aliased ones). This test fails on
analyzer-asserts-*
configurations, but otherwise passes.Tests about generic function instantiations are added in https://dart-review.googlesource.com/c/sdk/+/213047.
eernstg commentedon Sep 17, 2021
Tests landed as 60d8781.