contracts: change the contract syntax
[nit.git] / tests / sav / error_type_unk_alt7.res
index bacac68..ef5d5d7 100644 (file)
@@ -1,3 +1,4 @@
-alt/error_type_unk_alt7.nit:20,15--18: Type error: class Fail not found in module error_type_unk_alt7.
-alt/error_type_unk_alt7.nit:22,17--20: Type error: class Fail not found in module error_type_unk_alt7.
-alt/error_type_unk_alt7.nit:23,7--11: Error: Method '+' doesn't exists in Bool.
+alt/error_type_unk_alt7.nit:20,15--18: Error: class `Fail` not found in module `error_type_unk_alt7`.
+alt/error_type_unk_alt7.nit:22,17--20: Error: class `Fail` not found in module `error_type_unk_alt7`.
+alt/error_type_unk_alt7.nit:23,9: Error: method `+` does not exists in `Bool`.
+alt/error_type_unk_alt7.nit:24,16--19: Error: class `Fail` not found in module `error_type_unk_alt7`.