update NOTICE and LICENSE
[nit.git] / tests / test_super_gen_raf.nit
index 60b72e1..4800390 100644 (file)
@@ -17,7 +17,7 @@
 import test_super_gen
 
 class C[H: Int]
-special A[H, Int]
+       super A[H, Int]
        redef fun foo(a: H, b: Int): H
        do
                return super