syntax: 'meth' -> 'fun', 'attr' -> 'var'
[nit.git] / tests / base_init_linext.nit
index 010e1ab..51460df 100644 (file)
@@ -22,7 +22,7 @@ class A
                ' '.output
        end
        init inita do init
-       meth work do '\n'.output
+       fun work do '\n'.output
 end
 
 class B