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");