syntax: 'meth' -> 'fun', 'attr' -> 'var'
[nit.git] / tests / test_super_param_raf.nit
index 9fc72c4..2c1f436 100644 (file)
@@ -17,7 +17,7 @@
 import test_super_param
 
 redef class B
-       redef meth foo(a: Int): Int
+       redef fun foo(a: Int): Int
        do
                return super * 2
        end