update NOTICE and LICENSE
[nit.git] / tests / base_simple2.nit
index 9796cff..3c4c556 100644 (file)
@@ -44,7 +44,7 @@ class A
 end
 
 class B
-special A
+       super A
        redef fun bar(i: Int)
        do
                i.output