| ... | @@ -3886,7 +3886,7 @@ pub const Node = struct { | ... | @@ -3886,7 +3886,7 @@ pub const Node = struct { |
| 3886 | /// | 3886 | /// |
| 3887 | /// The `main_token` field is the `{` token. | 3887 | /// The `main_token` field is the `{` token. |
| 3888 | block_two, | 3888 | block_two, |
| 3889 | /// Same as `block_two_semicolon` except there is known to be a trailing | 3889 | /// Same as `block_two` except there is known to be a trailing |
| 3890 | /// comma before the final rbrace. | 3890 | /// comma before the final rbrace. |
| 3891 | block_two_semicolon, | 3891 | block_two_semicolon, |
| 3892 | /// `{a b}`. | 3892 | /// `{a b}`. |