tests: improve error tests on --keep-going by adding usage of broken things
[nit.git] / tests / error_spe_fun.nit
index 7a3ae87..669e139 100644 (file)
@@ -22,3 +22,6 @@ class B
        super A
 redef fun toto do end
 end
+
+var b = new B
+b.toto.output