diff --git a/expression.dd b/expression.dd index 15776fa5f1..7932e33af9 100644 --- a/expression.dd +++ b/expression.dd @@ -1357,6 +1357,7 @@ $(GNAME ValueExpression): are inserted as arguments in place of the tuple. ) +$(V2

Lambdas

$(GRAMMAR @@ -1378,6 +1379,8 @@ delegate ( $(IDENTIFIER) ) { return $(I AssignExpression); } delegate $(I ParameterAttributes) { return $(I AssignExpression); } --- +) +

Function Literals

$(GRAMMAR