Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-4
-
None
-
None
Description
Closure#curry is implemented as a Java method with an Object arg type, which it then tries to expand into the array of args per invokeMethod. This doesn't work as the method won't match except on a single argument.