X-Git-Url: http://nitlanguage.org diff --git a/tests/error_ref_attr.nit b/tests/error_ref_attr.nit index 5d5b0ff..a0a2d27 100644 --- a/tests/error_ref_attr.nit +++ b/tests/error_ref_attr.nit @@ -17,5 +17,8 @@ import module_simple redef class C - redef attr _a: Int + redef var a: Int end + +var c = new C(new B) +c.a.output