syntax: 'meth' -> 'fun', 'attr' -> 'var'
[nit.git] / tests / base_classid.nit
index 5722f61..e98e34e 100644 (file)
@@ -22,7 +22,7 @@ end
 
 class B
 special A
-       meth unreasheable
+       fun unreasheable
        do
                var a: A
                a = new B