X-Git-Url: http://nitlanguage.org diff --git a/tests/error_inh_clash3.nit b/tests/error_inh_clash3.nit index f205c7a..8c720d8 100644 --- a/tests/error_inh_clash3.nit +++ b/tests/error_inh_clash3.nit @@ -24,3 +24,6 @@ class C super A[Int] super B[Char] end + +var c = new C +c.output