update NOTICE and LICENSE
[nit.git] / tests / test_super_param.nit
index b82998e..1ae39e2 100644 (file)
@@ -24,7 +24,7 @@ class A
 end
 
 class B
-special A
+       super A
        redef fun foo(i: Int): Int
        do
                return super + 5