typing: Added typing resolution for `ACallrefExpr`
[nit.git] / lib / functional / functional_types.nit
index c428e53..16d67f6 100644 (file)
@@ -345,4 +345,6 @@ end
 universal ProcRef19[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18]
        super Proc19[A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18]
        redef fun call(a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18) is intern
-end
\ No newline at end of file
+end
+universal RoutineRef
+end