X-Git-Url: http://nitlanguage.org diff --git a/tests/icode_dmr_inh.nit b/tests/icode_dmr_inh.nit index 02a1752..b71ec67 100644 --- a/tests/icode_dmr_inh.nit +++ b/tests/icode_dmr_inh.nit @@ -5,7 +5,7 @@ class B end class A -special B + super B redef fun foo do print "afoo" end