Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / error_ref_attr.nit
index dbee0ba..a0a2d27 100644 (file)
@@ -17,5 +17,8 @@
 import module_simple
 
 redef class C
-       redef var _a: Int
+       redef var a: Int
 end
+
+var c = new C(new B)
+c.a.output