update NOTICE and LICENSE
[nit.git] / tests / icode_dmr_inh.nit
index 02a1752..b71ec67 100644 (file)
@@ -5,7 +5,7 @@ class B
 end
 
 class A
-special B
+       super B
        redef fun foo do
                print "afoo"
        end