update NOTICE and LICENSE
[nit.git] / tests / test_super_gen.nit
index 7d7aef5..bb749df 100644 (file)
@@ -25,7 +25,7 @@ class A[E: Object, F: Object]
 end
 
 class B[G: Int]
-special A[Bool,G]
+       super A[Bool,G]
        redef fun foo(b: Bool, g: G): G
        do
                1.output