Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-4
-
Fix Version/s: 1.0-beta-4
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
When you curry a curried closure it changes the already curried closure and returns itself – this is different behavior from currying other closures, and can lead to problems if the original closure is still referenced.
TestCase (with test for
GROOVY-243as they are testing similar functionality)