You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The evaluation of an expression structured as myVariable keyword myFunction() fails with a ValError(no function found with name 'myVariable keyword myFunction' and 1 parameters).
To Reproduce
Evaluate the following expression to reproduce the problem:
eval("if 7 > var then flatten(xs) else []", Map("xs"->List(1, 2), "var"->3))
Describe the bug
The evaluation of an expression structured as
myVariable keyword myFunction()
fails with aValError(no function found with name 'myVariable keyword myFunction' and 1 parameters)
.To Reproduce
Evaluate the following expression to reproduce the problem:
Expected behavior
The expression has the following return value:
Environment
The text was updated successfully, but these errors were encountered: