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