matrix: use a custom low-level C structure to avoid boxing of param types
[nit.git] / tests / error_inh_loop.nit
index 0e778f9..0f639a8 100644 (file)
@@ -27,3 +27,6 @@ end
 class C
        super A
 end
+
+var a = new A
+a.output