X-Git-Url: http://nitlanguage.org diff --git a/tests/error_spe_param2.nit b/tests/error_spe_param2.nit index e607091..b0d63ac 100644 --- a/tests/error_spe_param2.nit +++ b/tests/error_spe_param2.nit @@ -20,6 +20,6 @@ fun toto(i: Int) do end end class B -special A + super A redef fun toto(c: Char) do end end