groovy

Support multiple declarations at once: def a,b = 1,2

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

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

Activity

Hide
Paul King added a comment -

Closing duplicate.

Show
Paul King added a comment - Closing duplicate.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: