Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.12
-
None
-
None
Description
def c = { a, b, c, d -> println a + b + c + d } c.ncurry(0, "a").rcurry("c", "d")() // note no args passed
Expected: MissingMethodException or null passed.
Actual:
java.lang.ArrayIndexOutOfBoundsException at java_util_concurrent_Callable$call.call(Unknown Source)
Attachments
Issue Links
- links to