X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/error_redef2_1alt1_alt9.res b/tests/sav/error_redef2_1alt1_alt9.res index 1f2bfd4..355dd5f 100644 --- a/tests/sav/error_redef2_1alt1_alt9.res +++ b/tests/sav/error_redef2_1alt1_alt9.res @@ -1,2 +1 @@ -alt/error_redef2_1alt1_alt9.nit:34,6--7: Redef error: B::f1 is an inherited property. To redefine it, add the redef keyword. -alt/error_redef2_1alt1_alt9.nit:34,8--15: Redef error: error_redef2_1alt1_alt9#B#f1 redefines error_redef2_1alt1_alt9#A#f1 with 1 parameter(s), 0 expected. Signature is error_redef2_1alt1_alt9#B#f1 +alt/error_redef2_1alt1_alt9.nit:34,6--7: Redef Error: `B::f1` is an inherited property. To redefine it, add the `redef` keyword.