Add missing tests for ASTNodeBuiltinFunctionExpressionBuilder
Compare changes
- Stéphane Del Pino authored
@@ -1002,6 +1002,21 @@ let cat : string*N -> string, (s,n) -> s+n;
@@ -1312,6 +1327,35 @@ let s : string, s = cat("foo", "bar");
Also remove the treatment of tuple of function arguments, since this kind of argument cannot be defined in the language (by now?).