nitc: move up the default values of a project from the android platform
[nit.git] / tests / error_kern_attr_int.nit
index 18ef45e..5a0ea55 100644 (file)
@@ -15,5 +15,5 @@
 # limitations under the License.
 
 redef class Int
-       attr _toto: Object
+       var toto: Object
 end