misc/vim: inform the user when no results are found
[nit.git] / tests / test_super_gen_raf.nit
index 4800390..f7d9b73 100644 (file)
@@ -18,7 +18,7 @@ import test_super_gen
 
 class C[H: Int]
        super A[H, Int]
-       redef fun foo(a: H, b: Int): H
+       redef fun foo(a: H, b: Int): Int
        do
                return super
        end