syntax: 'meth' -> 'fun', 'attr' -> 'var'
[nit.git] / tests / error_prop_glob.nit
index 2065003..8010187 100644 (file)
@@ -20,10 +20,10 @@ class Object
 end
 
 class A
-       meth toto do end
+       fun toto do end
 end
 class B
-       meth toto do end
+       fun toto do end
 end
 class C
 special A