605cab23d56a751d19adb98a2ab997ead6d4fa34
[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,3--24: Type Error: `for` expects a type providing an `iterator` method, got `Int`.
4 alt/base_dead_code_alt2.nit:32,3--24: Error: method `iterator` does not exists in `Int`.
5 alt/base_dead_code_alt2.nit:34,10--21: Warning: expression is already a `String`.