Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / error_gen_f_inh_clash.nit
index 6ea638d..12d8a0a 100644 (file)
@@ -20,3 +20,6 @@ class G3
        super G1
        super G2
 end
+
+var g = new G3
+g.output