X-Git-Url: http://nitlanguage.org diff --git a/tests/base_gen_f.nit b/tests/base_gen_f.nit index 66ca5c6..5d5cb4b 100644 --- a/tests/base_gen_f.nit +++ b/tests/base_gen_f.nit @@ -25,7 +25,7 @@ class G[E: G[E]] end class G1 -special G[G1] + super G[G1] redef fun foo do 1.output @@ -35,7 +35,7 @@ special G[G1] end class G2 -special G[G2] + super G[G2] redef fun foo do 2.output