C#: Extract 'with' expressions

This commit is contained in:
Tamas Vajk
2020-11-19 15:25:54 +01:00
parent 77af7edaa4
commit b2b4c9ecd6
18 changed files with 351 additions and 80 deletions

View File

@@ -1156,6 +1156,7 @@ case @expr.kind of
| 127 = @and_pattern_expr
| 128 = @or_pattern_expr
| 129 = @function_pointer_invocation_expr
| 130 = @with_expr
/* Preprocessor */
| 999 = @define_symbol_expr
;