
|
If you were logged in you would be able to see more operations.
|
|
|
groovy
Created: 02/Nov/06 06:08 AM
Updated: 23/Apr/08 02:14 AM
|
|
| Component/s: |
syntax
|
| Affects Version/s: |
None
|
| Fix Version/s: |
1.6
|
|
|
Issue Links:
|
Duplicate
|
|
|
|
This issue is duplicated by:
|
|
GROOVY-1544
Support multiple declarations at once: def a,b = 1,2
|
|
|
|
|
Related
|
|
|
|
This issue is related to:
|
|
|
|
|
|
|
|
We should support multiple declarations at once:
def a, b = 1,2
Or more advanced
def a, b = [1,2,3], [4,5,6]
|
|
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] |
Show » |
|
GROOVY-158but not quite the same - leaving both open for now.