Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / test_super_gen_raf.nit
index 60b72e1..f7d9b73 100644 (file)
@@ -17,8 +17,8 @@
 import test_super_gen
 
 class C[H: Int]
-special A[H, Int]
-       redef fun foo(a: H, b: Int): H
+       super A[H, Int]
+       redef fun foo(a: H, b: Int): Int
        do
                return super
        end