C#: Implement nullable warning suppression expressions.

This commit is contained in:
Calum Grant
2019-06-05 16:46:57 +01:00
parent 7790ac45bd
commit d48ce859eb
8 changed files with 81 additions and 1 deletions

View File

@@ -987,6 +987,7 @@ case @expr.kind of
| 117 = @positional_pattern_expr
| 118 = @switch_case_expr
| 119 = @assign_coalesce_expr
| 120 = @suppress_nullable_warning_expr
;
@switch = @switch_stmt | @switch_expr;