tests: improve error tests on --keep-going by adding usage of broken things
[nit.git] / tests / error_attr_2def.nit
index e10ed39..d7d7122 100644 (file)
@@ -18,3 +18,6 @@ class A
        var toto: Int
        var toto: Object
 end
+
+var a = new A
+a.toto.output