Merge: astbuilder: Introduction of new construction services
[nit.git] / tests / sav / nit_args9.res
1 \e[0;33mtest_keep_going.nit:15,11--14\e[0m: Error: class `Fail` not found in module `test_keep_going`.
2         fun plop: \e[1;31mFail\e[0m
3                   ^
4 \e[0;33mtest_keep_going.nit:40,2--11\e[0m: Error: unreachable statement.
5                 \e[1;31m999.output\e[0m
6                 ^
7 \e[0;33mtest_keep_going.nit:26,2--5\e[0m: Error: method or variable `fail` unknown in `Sys`.
8                 \e[1;31mfail\e[0m
9                 ^
10 \e[0;33mtest_keep_going.nit:30,14--17\e[0m: Error: class `Fail` not found in module `test_keep_going`.
11                 var x = new \e[1;31mFail\e[0m
12                             ^
13 \e[0;33mtest_keep_going.nit:35,5\e[0m: Type Error: expected `Bool`, got `Int`.
14                 if \e[1;31m1\e[0m then abort
15                    ^
16 \e[0;33mtest_keep_going.nit:44,18--21\e[0m: Error: method `fail` does not exists in `Sys`.
17                 var a = new Sys.\e[1;31mfail\e[0m
18                                 ^
19 1
20 2
21 3
22 4
23 5
24 6
25 7