test_keep_going.nit:15,11--14: Error: class `Fail` not found in module `test_keep_going`. fun plop: Fail ^ test_keep_going.nit:40,2--11: Error: unreachable statement. 999.output ^ test_keep_going.nit:26,2--5: Error: method or variable `fail` unknown in `Sys`. fail ^ test_keep_going.nit:30,14--17: Error: class `Fail` not found in module `test_keep_going`. var x = new Fail ^ test_keep_going.nit:35,5: Type Error: expected `Bool`, got `Int`. if 1 then abort ^ test_keep_going.nit:44,18--21: Error: method `fail` does not exists in `Sys`. var a = new Sys.fail ^ Errors: 6. Warnings: 0. 1 2 3 4 5 6 7