X-Git-Url: http://nitlanguage.org diff --git a/tests/error_spe_ret.nit b/tests/error_spe_ret.nit index 313c2ce..42c1848 100644 --- a/tests/error_spe_ret.nit +++ b/tests/error_spe_ret.nit @@ -19,6 +19,6 @@ fun toto: Int do return 1 end end class B -special A + super A redef fun toto: Char do return 'a' end end