contracts: change the contract syntax
[nit.git] / tests / sav / error_defs_alt5.res
index 7732d68..0b04cd3 100644 (file)
@@ -1 +1 @@
-alt/error_defs_alt5.nit:30,14--22: Redef error: error_defs_alt5#A#baz redefines error_defs_alt5#Object#baz with 1 parameter(s), 0 expected. Signature is error_defs_alt5#A#baz: Int
+alt/error_defs_alt5.nit:30,11--13: Error: no property `A::baz` is inherited. Remove the `redef` keyword to define a new property.