contracts: change the contract syntax
[nit.git] / tests / error_kern_attr_any.nit
index 54e3b7b..76d3763 100644 (file)
@@ -15,5 +15,7 @@
 # limitations under the License.
 
 redef class Object
-       attr _toto: Bool
+       var toto: Bool
 end
+
+toto.output