Recursive comparison for iterable assertions not working across different classes? #3921
-
|
Hi, Where Is there a way to actually recursively compare iterables of different types? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The example does not compile indeed, this has been reported and fixed with #3837. The generic types won't let you compile when types are different but as a workaround you could cast your collections to non generic ones, I haven't tried it yet but I think that could work |
Beta Was this translation helpful? Give feedback.
The example does not compile indeed, this has been reported and fixed with #3837.
The generic types won't let you compile when types are different but as a workaround you could cast your collections to non generic ones, I haven't tried it yet but I think that could work