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
- is duplicated by
-
GROOVY-1544
Support multiple declarations at once: def a,b = 1,2
-
- is related to
-
GROOVY-158
Multiple assignment
-
Activity
Guillaume Laforge
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Link |
This issue is duplicated by |
Guillaume Laforge
made changes -
| Assignee | Guillaume Laforge [ guillaume ] |
Guillaume Laforge
made changes -
| Fix Version/s | 1.1-beta-2 [ 10436 ] |
Paul King
made changes -
| Link |
This issue is related to |
blackdrag blackdrag
made changes -
| Fix Version/s | 1.6 [ 13832 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] | |
| Assignee | Jochen Theodorou [ blackdrag ] |
blackdrag blackdrag
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
blackdrag blackdrag
made changes -
| Fix Version/s | 1.6-beta-2 [ 14261 ] | |
| Fix Version/s | 1.6 [ 13832 ] | |
| Resolution | Fixed [ 1 ] | |
| Status | Reopened [ 4 ] | Closed [ 6 ] |
Some overlap with
GROOVY-158but not quite the same - leaving both open for now.