parser: regenerate with lambda
[nit.git] / tests / error_inh_clash2.nit
index a66d081..2c1cb4a 100644 (file)
@@ -24,3 +24,6 @@ class C
        super A
        super B
 end
+
+var c = new C
+c.output