Merge: tests: Test result update for `curl_http`
[nit.git] / tests / error_inh_clash3.nit
index f205c7a..8c720d8 100644 (file)
@@ -24,3 +24,6 @@ class C
        super A[Int]
        super B[Char]
 end
+
+var c = new C
+c.output