Actions
Bug #12029
closedNot all elements are yielded when count is given a block
Bug #12029:
Not all elements are yielded when count is given a block
Description
When count is called on an enumerable that yields multiple elements, not all elements are yielded to the block.
It appears that only the first element is yielded:
Actions