contracts: change the contract syntax
[nit.git] / tests / sav / error_redef_1alt1_alt6.res
index 8333661..212bb8e 100644 (file)
@@ -1 +1 @@
-alt/error_redef_1alt1_alt6.nit:31,14--16: Redef error: error_redef_1alt1_alt6#B#f1 redefines error_redef_1alt1_alt6#A#f1 with 1 parameter(s), 0 expected. Signature is error_redef_1alt1_alt6#B#f1
+alt/error_redef_1alt1_alt6.nit:31,14--16: Redef Error: expected 0 parameter(s) for `f1`; got 1. See introduction at `error_redef_1alt1_alt6::A::f1`.