Actions
Bug #6196
closedFunctions of wrong arity: arguments → parameters
Start date:
2023-09-15
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
12, trunk
Fix Committed on Branch:
12, trunk
Fixed in Maintenance Release:
Platforms:
.NET, Java
Description
The following expressions…
for-each((), sum#2)
…returns: The supplied function (fn:sum) has 2 arguments - expected 1
.
I think it should be parameters
instead of arguments
.
Please register to edit this issue
Actions