Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
add support for new object expressions such as:
foo = new Foo(1, 2, 3);
which would use the ConstructorCallExpression in AST.
Will require lexing and parsing 'new' keyword and ostensibly the ctor method call. Related to GROOVY-1 in that regard.
Attachments
Issue Links
- is depended upon by
-
GROOVY-8 Map/List expressions as last expression of new object exprs.
- Closed