Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6-beta-2
-
Component/s: syntax
-
Labels:None
-
Number of attachments :
Description
We should support multiple declarations at once:
def a, b = 1,2
Or more advanced
def a, b = [1,2,3], [4,5,6]
Issue Links
| This issue is duplicated by: | ||||
| GROOVY-1544 | Support multiple declarations at once: def a,b = 1,2 |
|
|
|
| This issue is related to: | ||||
| GROOVY-158 | Multiple assignment |
|
|
|
Some overlap with
GROOVY-158but not quite the same - leaving both open for now.GROOVY-158but not quite the same - leaving both open for now.