Actions
Bug #19619
closedNumbered parameters don't work with method definition with parameters
Bug #19619:
Numbered parameters don't work with method definition with parameters
Description
This works:
This also works:
Even this works:
But this DOESN'T work:
So, when we define a method with parameters on an instance given as numbered parameters, it doesn't work. If we change one condition (definition way, parameter existence, and so on), it works.
Actions