-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: LINQ3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Using:
AstExpression.Add(expr1, expr2)
instead of:
new AstNaryExpression(AstNaryOperator.Add, expr1, expr2)
not only is more compact but provides a convenient places to do constant folding and flattening $add