syntax: 'meth' -> 'fun', 'attr' -> 'var'
[nit.git] / tests / error_super_none.nit
index bcadc86..aeddbd9 100644 (file)
@@ -16,7 +16,7 @@
 
 import kernel
 class A
-       meth foo
+       fun foo
        do
                super
        end