Actions
Bug #18860
closedcatch error properly when given method parameter name is not included in the corresponding library method parameters names
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
Right now when this happens the compiler thinks the method does not have the unincluded parameters, and outputs the following error: expected 1 parameter, got 0.
Actions