nit: Added link to `CONTRIBUTING.md` from the README
[nit.git] / lib / core / collection / array.nit
index e28e735..79e7a70 100644 (file)
@@ -955,6 +955,7 @@ redef class Iterator[E]
                        res.add(item)
                        next
                end
+               finish
                return res
        end
 end