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
The return type of IteratorAggregate::getIterator is Traversable, but toIter assumes the value returned will be of type Iterator. The return type check on toIter therefore fails when getIterator returns another IteratorAggregate.
The text was updated successfully, but these errors were encountered:
The return type of
IteratorAggregate::getIterator
isTraversable
, buttoIter
assumes the value returned will be of typeIterator
. The return type check ontoIter
therefore fails whengetIterator
returns anotherIteratorAggregate
.The text was updated successfully, but these errors were encountered: