X-Git-Url: http://nitlanguage.org diff --git a/tests/error_inh_clash.nit b/tests/error_inh_clash.nit index f9e31b5..bc04cd4 100644 --- a/tests/error_inh_clash.nit +++ b/tests/error_inh_clash.nit @@ -18,3 +18,6 @@ class A super Array[Int] super Array[Char] end + +var a = new A +a.output