X-Git-Url: http://nitlanguage.org diff --git a/tests/error_spe_fun.nit b/tests/error_spe_fun.nit index 7a3ae87..669e139 100644 --- a/tests/error_spe_fun.nit +++ b/tests/error_spe_fun.nit @@ -22,3 +22,6 @@ class B super A redef fun toto do end end + +var b = new B +b.toto.output