Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
GROOVY-3791 indicates support for Java-style array initializer is now supported by Parrot Parser. However, a compact multi-dimensional initializer still fails:
def strings = new String[][] { { "a", "b", "c" }, { "1", "2", "3" } }
Attachments
Issue Links
- relates to
-
GROOVY-11492 Java compatibility: array initializers without "new Type[]"
- Open