X-Git-Url: http://nitlanguage.org diff --git a/tests/error_inh_clash2.nit b/tests/error_inh_clash2.nit index a66d081..2c1cb4a 100644 --- a/tests/error_inh_clash2.nit +++ b/tests/error_inh_clash2.nit @@ -24,3 +24,6 @@ class C super A super B end + +var c = new C +c.output