parser: regenerate with lambda
[nit.git] / tests / error_ref_attr.nit
index 5d5b0ff..a0a2d27 100644 (file)
@@ -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