co19/LanguageFeatures/Constructor-tear-offs/type_literal_A01_t01 fails with RuntimeError #46893
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
This test expects to find the same type from
new List<int>.empty().runtimeType
and fromList<int>
literal:It could be failing because VM uses internal implementation classes (such as
_List
and_GrowableList
) to implement lists, so runtime type could be different fromList
.The text was updated successfully, but these errors were encountered: