syntax: 'meth' -> 'fun', 'attr' -> 'var'
[nit.git] / tests / base_init_linext2.nit
index 3eb7e62..ae301ec 100644 (file)
@@ -33,7 +33,7 @@ class A
                c.output
                ' '.output
        end
-       meth work do '\n'.output
+       fun work do '\n'.output
 end
 
 class B