Skip to content

Commit ae62704

Browse files
committed
C#: Add table for explicit return type in lambda expressions.
1 parent ccb727e commit ae62704

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

csharp/ql/lib/semmlecode.csharp.dbscheme

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,6 +1269,10 @@ expr_argument_name(
12691269
unique int id: @expr ref,
12701270
string name: string ref);
12711271

1272+
lambda_expr_return_type(
1273+
unique int id: @lambda_expr ref,
1274+
int type_id: @type_or_ref ref);
1275+
12721276
/** CONTROL/DATA FLOW **/
12731277

12741278
@control_flow_element = @stmt | @expr;

0 commit comments

Comments
 (0)