X-Git-Url: http://nitlanguage.org diff --git a/tests/error_inh_loop.nit b/tests/error_inh_loop.nit index 0e778f9..0f639a8 100644 --- a/tests/error_inh_loop.nit +++ b/tests/error_inh_loop.nit @@ -27,3 +27,6 @@ end class C super A end + +var a = new A +a.output