018aa9f6507c1830a07a1b79a112dea46d26e0c6
[nit.git] / tests / sav / base_iterator3.res
1 base_iterator3.nit:35,1--25: Type Error: `for` expects the method `iterator` to return an `Iterator` or `MapIterator` type.
2 base_iterator3.nit:39,1--25: Type Error: `for` expects the method `iterator` to return an `Iterator` or `MapIterator` type.
3 base_iterator3.nit:43,1--25: Error: method `iterator` does not exists in `Test3`.
4 base_iterator3.nit:43,1--25: Type Error: `for` expects a type providing an `iterator` method, got `Test3`.
5 base_iterator3.nit:46,1--48: Type Error: `for` expects only one variable when using `Iterator`.
6 base_iterator3.nit:47,1--47: Type Error: `for` expects two variables when using `MapIterator`.