X-Git-Url: http://nitlanguage.org diff --git a/tests/module_1.nit b/tests/module_1.nit index 32f758a..f614cfe 100644 --- a/tests/module_1.nit +++ b/tests/module_1.nit @@ -40,7 +40,7 @@ class A # class 1 end class B # class 2 -special A + super A redef fun a12 do print(12)