tests: improve error tests on --keep-going by adding usage of broken things
[nit.git] / tests / error_ref_attr.nit
index 3022e6d..a0a2d27 100644 (file)
@@ -19,3 +19,6 @@ import module_simple
 redef class C
        redef var a: Int
 end
+
+var c = new C(new B)
+c.a.output