Eric Milles created GROOVY-8551:
-----------------------------------

             Summary: Parrot Parser: support multi-dimensional array 
initializers
                 Key: GROOVY-8551
                 URL: https://issues.apache.org/jira/browse/GROOVY-8551
             Project: Groovy
          Issue Type: Bug
    Affects Versions: 3.0.0-alpha-2, 2.6.0-alpha-3
            Reporter: Eric Milles


GROOVY-3791 indicates support for Java-style array initializer is now supported 
by Parrot Parser.  However, a compact multi-dimensional initializer still fails:
{code:groovy}
def strings = new String[][] { { "a", "b", "c" }, { "1", "2", "3" } }
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to