blackdrag opened a new pull request, #2851: URL: https://github.com/apache/groovy/pull/2851
Avoid generating a direct call(Object[]) override for a statically compiled closure with an Object[] parameter. The override collides with Closure.call(Object...) and allows Closure.call(Object) to wrap the argument array before dispatch. Add a regression test for calling such a closure with an Object[] argument. Assisted-by: Hermes Agent (Nous Research) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
