Skip to content

Commit 44dd2f0

Browse files
committed
C#: Update the DB scheme, such that compound assignment operator calls can be considered qualifiable expressions.
1 parent 2729bfe commit 44dd2f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

csharp/ql/lib/semmlecode.csharp.dbscheme

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,8 @@ dynamic_member_name(
13381338

13391339
@qualifiable_expr = @member_access_expr
13401340
| @method_invocation_expr
1341-
| @element_access_expr;
1341+
| @element_access_expr
1342+
| @assign_op_call_expr;
13421343

13431344
conditional_access(
13441345
unique int id: @qualifiable_expr ref);

0 commit comments

Comments
 (0)