C#: Add table for explicit return type in lambda expressions.

This commit is contained in:
Michael Nebel
2022-01-26 15:39:12 +01:00
parent ccb727e3ca
commit ae62704d3a

View File

@@ -1269,6 +1269,10 @@ expr_argument_name(
unique int id: @expr ref,
string name: string ref);
lambda_expr_return_type(
unique int id: @lambda_expr ref,
int type_id: @type_or_ref ref);
/** CONTROL/DATA FLOW **/
@control_flow_element = @stmt | @expr;