X-Git-Url: http://nitlanguage.org diff --git a/tests/test_genplus.nit b/tests/test_genplus.nit index 4050703..0c01486 100644 --- a/tests/test_genplus.nit +++ b/tests/test_genplus.nit @@ -20,14 +20,14 @@ class T end class U -special T + super T end class A[E: T] end class B -special A[T] + super A[T] end #class A[F: U]