Allow with modifier for builtin and user functions (#42)

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2023-11-12 21:39:59 -08:00
committed by GitHub
parent 1c492144b3
commit a1d0f8576a
9 changed files with 216 additions and 78 deletions
@@ -39,7 +39,7 @@ cases:
package test
x = array.reverse()
query: data.test
error: "at least one argument required for function calls"
error: "expects 1 argument"
- note: reverse-more-args
data: {}