update NOTICE and LICENSE
[nit.git] / tests / test_super_param_raf2.nit
index 1723467..fc0bae4 100644 (file)
@@ -17,7 +17,7 @@
 import test_super_param_raf
 
 class C
-special B
+       super B
        redef fun foo(a: Int): Int
        do
                return super * 2