Closed
Description
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:
In fact types of those tear-offs are C Function()
, C Function(dynamic, num)
, C Function()
and C Function(List<int>, int)
.
Also, the last check is performed against v3
and not v4
.
Metadata
Metadata
Assignees
Labels
No labels