syntax: 'meth' -> 'fun', 'attr' -> 'var'
[nit.git] / tests / error_attr_2def.nit
index 75efb44..497cd8e 100644 (file)
@@ -15,6 +15,6 @@
 # limitations under the License.
 
 class A
-       attr _toto: Int
-       attr _toto: Object
+       var _toto: Int
+       var _toto: Object
 end