X-Git-Url: http://nitlanguage.org diff --git a/tests/error_kern_attr_any.nit b/tests/error_kern_attr_any.nit index 8146788..76d3763 100644 --- a/tests/error_kern_attr_any.nit +++ b/tests/error_kern_attr_any.nit @@ -15,5 +15,7 @@ # limitations under the License. redef class Object - var _toto: Bool + var toto: Bool end + +toto.output