Closed ceastld closed 2 years ago
Hello @dyliu02 ,
Thank you for reporting, we can successfully reproduce it with your code and we will look at it.
Best Regards,
Jon
Hello @dyliu02 ,
The v4.0.63 has been released.
Could you test it and let us know if methods now work correctly with IEnumerable<char>
interface like in this case?
Best Regards,
Jon
Ok, I tested it, and it works correctly now.
Thank you @JonathanMagnan
The following statement will report an error.
The error is as follows
but the
Intersect
method works forList<string>