syntax: 'meth' -> 'fun', 'attr' -> 'var'
[nit.git] / tests / error_kern_attr_any.nit
index 54e3b7b..8146788 100644 (file)
@@ -15,5 +15,5 @@
 # limitations under the License.
 
 redef class Object
-       attr _toto: Bool
+       var _toto: Bool
 end