Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6-beta-1
-
None
-
WinXP
Description
Generic in constructor calls weren't represented in the AST.
This is solved in APP method constructorCallExpression:
ClassNode type = buildName(constructorCallNode);
to
ClassNode type = makeTypeWithArguments(constructorCallNode);