C#: Support postupdate notes for assignment expressions.

This commit is contained in:
Michael Nebel
2022-09-29 11:13:40 +02:00
parent 9ced3956d6
commit e06afb69cc

View File

@@ -421,7 +421,8 @@ module LocalFlow {
e instanceof Cast or
e instanceof NullCoalescingExpr or
e instanceof SwitchExpr or
e instanceof SuppressNullableWarningExpr
e instanceof SuppressNullableWarningExpr or
e instanceof AssignExpr
)
}