You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix LINQ Last() in ConcatNIterator to also check base case (Concat2Iterator) (#108486)
* Fix LINQ Last() in ConcatNIterator to also check base case (Concat2Iterator)
* Add a few more test cases of empty concats
* Simplify solution as suggested in PR Review
0 commit comments