tests: update error message because of new iterators AST
[nit.git] / tests / sav / base_dead_code_alt2.res
1 alt/base_dead_code_alt2.nit:21,5--9: Error: method `first` does not exists in `Int`.
2 alt/base_dead_code_alt2.nit:23,3: Warning: expression is not null, since it is a `Int`.
3 alt/base_dead_code_alt2.nit:32,7--12: Type Error: `for` expects a type providing an `iterator` method, got `Int`.
4 alt/base_dead_code_alt2.nit:32,7--12: Error: method `iterator` does not exists in `Int`.
5 alt/base_dead_code_alt2.nit:34,10--21: Warning: expression is already a `String`.