contracts: change the contract syntax
[nit.git] / tests / sav / error_defs_alt2.res
index 3d0eacf..ba66a50 100644 (file)
@@ -1,2 +1 @@
-alt/error_defs_alt2.nit:26,5--7: Redef error: A::foo is an inherited property. To redefine it, add the redef keyword.
-alt/error_defs_alt2.nit:26,8--16: Redef error: error_defs_alt2#A#foo redefines error_defs_alt2#A#foo with 1 parameter(s), 0 expected. Signature is error_defs_alt2#A#foo: Int
+alt/error_defs_alt2.nit:26,5--7: Error: a property `foo` is already defined in class `A` at line 25.