syntax: 'meth' -> 'fun', 'attr' -> 'var'
[nit.git] / tests / error_kern_attr_int.nit
index 18ef45e..5140f70 100644 (file)
@@ -15,5 +15,5 @@
 # limitations under the License.
 
 redef class Int
-       attr _toto: Object
+       var _toto: Object
 end