X-Git-Url: http://nitlanguage.org diff --git a/tests/error_gen_f_inh_clash.nit b/tests/error_gen_f_inh_clash.nit index aae0c6b..12d8a0a 100644 --- a/tests/error_gen_f_inh_clash.nit +++ b/tests/error_gen_f_inh_clash.nit @@ -17,6 +17,9 @@ import base_gen_f class G3 -special G1 -special G2 + super G1 + super G2 end + +var g = new G3 +g.output