multi_value.to
doesn't work on second & further elements of intersection type
#11935
Labels
multi_value.to
doesn't work on second & further elements of intersection type
#11935
While working on equality for intersection types
we noticed non-functional behavior of
Any.to
and created aAnyToTest
and addressed the most critical issue. However during the review @Akirathan realized there are failing cases) that should be addressed as well.Any.to
may be related to solution for LetEnsoMultiValue.to_text
delegate to first typeto_text
#11827As the behavior of
Any.to
isn't related to==
, those tests are now @Ignored and this issue is reported to track subsequent work.The text was updated successfully, but these errors were encountered: