diff --git a/corpus/definitions.txt b/corpus/definitions.txt index e6694e468..2b6b301fc 100644 --- a/corpus/definitions.txt +++ b/corpus/definitions.txt @@ -1102,11 +1102,20 @@ object A: given intFoo: CanFoo[Int] with def foo(x: Int): Int = 0 + given CanFoo[Int] with + def foo(x: Int): Int = 0 + private given listFoo[A1](using ev: CanFoo[A1]): CanFoo[List[A1]] with def foo(xs: List[A1]): Int = 0 + given [T: Ordering]: Ordering[List[T]] with + def x = () + given Context = ctx + given Context[T] = ctx + + -------------------------------------------------------------------------------- (compilation_unit @@ -1132,6 +1141,20 @@ object A: (type_identifier))) (type_identifier) (integer_literal)))) + (given_definition + (generic_type + (type_identifier) + (type_arguments + (type_identifier))) + (with_template_body + (function_definition + (identifier) + (parameters + (parameter + (identifier) + (type_identifier))) + (type_identifier) + (integer_literal)))) (given_definition (modifiers (access_modifier)) @@ -1164,8 +1187,32 @@ object A: (type_identifier))))) (type_identifier) (integer_literal)))) + (given_definition + (identifier + (MISSING _alpha_identifier)) + (type_parameters + (identifier) + (context_bound + (type_identifier))) + (generic_type + (type_identifier) + (type_arguments + (generic_type + (type_identifier) + (type_arguments + (type_identifier))))) + (with_template_body + (function_definition + (identifier) + (unit)))) (given_definition (type_identifier) + (identifier)) + (given_definition + (generic_type + (type_identifier) + (type_arguments + (type_identifier))) (identifier))))) ================================================================================ diff --git a/grammar.js b/grammar.js index dc1fb9d58..ab8af7f09 100644 --- a/grammar.js +++ b/grammar.js @@ -74,6 +74,7 @@ module.exports = grammar({ [$._indentable_expression, $.do_while_expression], [$.if_expression], [$.match_expression], + [$._function_constructor, $._type_identifier], [$._type_identifier, $.identifier], [$.instance_expression], ], @@ -485,7 +486,7 @@ module.exports = grammar({ )), // Created for memory-usage optimization during codegen. - _function_constructor: $ => prec.left(PREC.control, seq( + _function_constructor: $ => prec.left(seq( field('name', $._identifier), field('type_parameters', optional($.type_parameters)), field('parameters', repeat($.parameters)), diff --git a/src/grammar.json b/src/grammar.json index e4a0bf351..4ad9b3770 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -2288,7 +2288,7 @@ }, "_function_constructor": { "type": "PREC_LEFT", - "value": 1, + "value": 0, "content": { "type": "SEQ", "members": [ @@ -6722,6 +6722,10 @@ [ "match_expression" ], + [ + "_function_constructor", + "_type_identifier" + ], [ "_type_identifier", "identifier" diff --git a/src/parser.c b/src/parser.c index a53e98f5a..c3d91121f 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1058521,9 +1058521,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, ACTIONS(11016), 1, anon_sym_DOT, - ACTIONS(11613), 1, + ACTIONS(23690), 1, anon_sym_LBRACK, - ACTIONS(11615), 1, + ACTIONS(23693), 1, anon_sym_LPAREN, STATE(25269), 1, sym_type_parameters, @@ -1058608,7 +1058608,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(10662), 1, sym__backquoted_id, - ACTIONS(23690), 1, + ACTIONS(23696), 1, anon_sym_EQ, ACTIONS(10666), 2, anon_sym_while, @@ -1058627,7 +1058627,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(10662), 1, sym__backquoted_id, - ACTIONS(23692), 1, + ACTIONS(23698), 1, anon_sym_EQ, ACTIONS(10658), 2, anon_sym_while, @@ -1058644,7 +1058644,7 @@ static const uint16_t ts_small_parse_table[] = { [762554] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23694), 1, + ACTIONS(23700), 1, anon_sym_COMMA, STATE(20595), 1, aux_sym_import_declaration_repeat1, @@ -1058661,7 +1058661,7 @@ static const uint16_t ts_small_parse_table[] = { [762575] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23694), 1, + ACTIONS(23700), 1, anon_sym_COMMA, STATE(20595), 1, aux_sym_import_declaration_repeat1, @@ -1058712,7 +1058712,7 @@ static const uint16_t ts_small_parse_table[] = { [762638] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23696), 1, + ACTIONS(23702), 1, anon_sym_end, STATE(21620), 1, sym__end_marker, @@ -1058729,7 +1058729,7 @@ static const uint16_t ts_small_parse_table[] = { [762659] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(23698), 1, + ACTIONS(23704), 1, anon_sym_with, STATE(20333), 1, aux_sym_compound_type_repeat1, @@ -1058821,7 +1058821,7 @@ static const uint16_t ts_small_parse_table[] = { [762778] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23694), 1, + ACTIONS(23700), 1, anon_sym_COMMA, STATE(20328), 1, aux_sym_import_declaration_repeat1, @@ -1058893,7 +1058893,7 @@ static const uint16_t ts_small_parse_table[] = { [762870] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23694), 1, + ACTIONS(23700), 1, anon_sym_COMMA, STATE(20329), 1, aux_sym_import_declaration_repeat1, @@ -1058970,7 +1058970,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(10662), 1, sym__backquoted_id, - ACTIONS(23701), 1, + ACTIONS(23707), 1, anon_sym_EQ, ACTIONS(10658), 2, anon_sym_match, @@ -1058989,7 +1058989,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(10662), 1, sym__backquoted_id, - ACTIONS(23703), 1, + ACTIONS(23709), 1, anon_sym_EQ, ACTIONS(10666), 2, anon_sym_match, @@ -1059089,7 +1059089,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(23662), 1, anon_sym_LBRACE, - ACTIONS(23705), 1, + ACTIONS(23711), 1, anon_sym_EQ, STATE(21485), 1, sym_block, @@ -1059144,7 +1059144,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(23662), 1, anon_sym_LBRACE, - ACTIONS(23707), 1, + ACTIONS(23713), 1, anon_sym_EQ, STATE(21782), 1, sym_block, @@ -1059160,9 +1059160,9 @@ static const uint16_t ts_small_parse_table[] = { [763222] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(23709), 1, + ACTIONS(23715), 1, anon_sym_catch, - ACTIONS(23711), 1, + ACTIONS(23717), 1, anon_sym_finally, STATE(7449), 1, sym_finally_clause, @@ -1059181,7 +1059181,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(23662), 1, anon_sym_LBRACE, - ACTIONS(23713), 1, + ACTIONS(23719), 1, anon_sym_EQ, STATE(21695), 1, sym_block, @@ -1059207,7 +1059207,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23715), 1, + ACTIONS(23721), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1059289,7 +1059289,7 @@ static const uint16_t ts_small_parse_table[] = { [763389] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23717), 1, + ACTIONS(23723), 1, anon_sym_COMMA, STATE(20367), 1, aux_sym_import_declaration_repeat1, @@ -1059306,7 +1059306,7 @@ static const uint16_t ts_small_parse_table[] = { [763410] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23717), 1, + ACTIONS(23723), 1, anon_sym_COMMA, STATE(20368), 1, aux_sym_import_declaration_repeat1, @@ -1059323,7 +1059323,7 @@ static const uint16_t ts_small_parse_table[] = { [763431] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23719), 1, + ACTIONS(23725), 1, anon_sym_COMMA, STATE(20365), 1, aux_sym_import_declaration_repeat1, @@ -1059350,7 +1059350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23722), 1, + ACTIONS(23728), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1059362,7 +1059362,7 @@ static const uint16_t ts_small_parse_table[] = { [763483] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23717), 1, + ACTIONS(23723), 1, anon_sym_COMMA, STATE(20365), 1, aux_sym_import_declaration_repeat1, @@ -1059379,7 +1059379,7 @@ static const uint16_t ts_small_parse_table[] = { [763504] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23717), 1, + ACTIONS(23723), 1, anon_sym_COMMA, STATE(20365), 1, aux_sym_import_declaration_repeat1, @@ -1059406,7 +1059406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23724), 1, + ACTIONS(23730), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1059436,7 +1059436,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(23666), 1, anon_sym_catch, - ACTIONS(23726), 1, + ACTIONS(23732), 1, anon_sym_finally, STATE(21534), 1, sym_catch_clause, @@ -1059453,7 +1059453,7 @@ static const uint16_t ts_small_parse_table[] = { [763600] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(23728), 1, + ACTIONS(23734), 1, anon_sym_with, STATE(20372), 1, aux_sym_compound_type_repeat1, @@ -1059471,9 +1059471,9 @@ static const uint16_t ts_small_parse_table[] = { [763623] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(23731), 1, + ACTIONS(23737), 1, anon_sym_catch, - ACTIONS(23733), 1, + ACTIONS(23739), 1, anon_sym_finally, STATE(21531), 1, sym_catch_clause, @@ -1059565,7 +1059565,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(23662), 1, anon_sym_LBRACE, - ACTIONS(23735), 1, + ACTIONS(23741), 1, anon_sym_EQ, STATE(21782), 1, sym_block, @@ -1059605,7 +1059605,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11312), 1, anon_sym_LBRACE, - ACTIONS(23737), 1, + ACTIONS(23743), 1, anon_sym_EQ, STATE(6630), 1, sym_block, @@ -1059623,7 +1059623,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11312), 1, anon_sym_LBRACE, - ACTIONS(23739), 1, + ACTIONS(23745), 1, anon_sym_EQ, STATE(6544), 1, sym_block, @@ -1059707,7 +1059707,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11312), 1, anon_sym_LBRACE, - ACTIONS(23741), 1, + ACTIONS(23747), 1, anon_sym_EQ, STATE(6580), 1, sym_block, @@ -1059811,7 +1059811,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23743), 1, + ACTIONS(23749), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1059992,7 +1059992,7 @@ static const uint16_t ts_small_parse_table[] = { [764275] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(23745), 1, + ACTIONS(23751), 1, anon_sym_else, ACTIONS(11897), 10, sym__automatic_semicolon, @@ -1060082,7 +1060082,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23747), 1, + ACTIONS(23753), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1060146,9 +1060146,9 @@ static const uint16_t ts_small_parse_table[] = { [764466] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(23749), 1, + ACTIONS(23755), 1, anon_sym_catch, - ACTIONS(23751), 1, + ACTIONS(23757), 1, anon_sym_finally, STATE(7533), 1, sym_finally_clause, @@ -1060181,7 +1060181,7 @@ static const uint16_t ts_small_parse_table[] = { [764510] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23753), 1, + ACTIONS(23759), 1, anon_sym_LPAREN, STATE(20414), 2, sym_arguments, @@ -1060303,7 +1060303,7 @@ static const uint16_t ts_small_parse_table[] = { [764663] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(23756), 1, + ACTIONS(23762), 1, anon_sym_else, ACTIONS(11903), 10, sym__automatic_semicolon, @@ -1060319,7 +1060319,7 @@ static const uint16_t ts_small_parse_table[] = { [764682] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23758), 1, + ACTIONS(23764), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1060336,7 +1060336,7 @@ static const uint16_t ts_small_parse_table[] = { [764703] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(23760), 1, + ACTIONS(23766), 1, anon_sym_STAR, ACTIONS(8479), 10, sym__automatic_semicolon, @@ -1060464,7 +1060464,7 @@ static const uint16_t ts_small_parse_table[] = { [764868] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23762), 1, + ACTIONS(23768), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1060491,7 +1060491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23764), 1, + ACTIONS(23770), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1060549,7 +1060549,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23766), 1, + ACTIONS(23772), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1060578,7 +1060578,7 @@ static const uint16_t ts_small_parse_table[] = { [765018] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23768), 1, + ACTIONS(23774), 1, anon_sym_DOT, STATE(20448), 1, aux_sym__namespace_expression_repeat1, @@ -1060660,7 +1060660,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(20440), 1, aux_sym__block_repeat1, - ACTIONS(23770), 2, + ACTIONS(23776), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 8, @@ -1060803,7 +1060803,7 @@ static const uint16_t ts_small_parse_table[] = { [765312] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23773), 1, + ACTIONS(23779), 1, anon_sym_DOT, STATE(20491), 1, aux_sym__namespace_expression_repeat1, @@ -1060830,7 +1060830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23775), 1, + ACTIONS(23781), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1060974,7 +1060974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23777), 1, + ACTIONS(23783), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1060996,7 +1060996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23779), 1, + ACTIONS(23785), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1061008,7 +1061008,7 @@ static const uint16_t ts_small_parse_table[] = { [765579] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(23781), 1, + ACTIONS(23787), 1, anon_sym_DOT, ACTIONS(7134), 10, sym__automatic_semicolon, @@ -1061083,7 +1061083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23783), 1, + ACTIONS(23789), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1061099,13 +1061099,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, ACTIONS(22516), 1, anon_sym_LBRACK, - ACTIONS(23787), 1, + ACTIONS(23793), 1, anon_sym_if, STATE(14730), 1, sym_type_arguments, STATE(23240), 1, sym_guard, - ACTIONS(23785), 6, + ACTIONS(23791), 6, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, @@ -1061195,9 +1061195,9 @@ static const uint16_t ts_small_parse_table[] = { [765810] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(23789), 1, + ACTIONS(23795), 1, anon_sym_LBRACE, - ACTIONS(23791), 1, + ACTIONS(23797), 1, anon_sym_EQ, STATE(21675), 1, sym_block, @@ -1061253,7 +1061253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, sym__alpha_identifier, sym__backquoted_id, - ACTIONS(23793), 5, + ACTIONS(23799), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, @@ -1061294,7 +1061294,7 @@ static const uint16_t ts_small_parse_table[] = { [765930] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23795), 1, + ACTIONS(23801), 1, anon_sym_DOT, STATE(20476), 1, aux_sym__namespace_expression_repeat1, @@ -1061311,9 +1061311,9 @@ static const uint16_t ts_small_parse_table[] = { [765951] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(23789), 1, + ACTIONS(23795), 1, anon_sym_LBRACE, - ACTIONS(23798), 1, + ACTIONS(23804), 1, anon_sym_EQ, STATE(21529), 1, sym_block, @@ -1061345,7 +1061345,7 @@ static const uint16_t ts_small_parse_table[] = { [765993] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(23800), 1, + ACTIONS(23806), 1, anon_sym_as, ACTIONS(8091), 10, sym__automatic_semicolon, @@ -1061394,9 +1061394,9 @@ static const uint16_t ts_small_parse_table[] = { [766052] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(23789), 1, + ACTIONS(23795), 1, anon_sym_LBRACE, - ACTIONS(23802), 1, + ACTIONS(23808), 1, anon_sym_EQ, STATE(21452), 1, sym_block, @@ -1061429,7 +1061429,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(23662), 1, anon_sym_LBRACE, - ACTIONS(23804), 1, + ACTIONS(23810), 1, anon_sym_EQ, STATE(21485), 1, sym_block, @@ -1061528,7 +1061528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23806), 1, + ACTIONS(23812), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1061540,7 +1061540,7 @@ static const uint16_t ts_small_parse_table[] = { [766240] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(23808), 1, + ACTIONS(23814), 1, anon_sym_as, ACTIONS(8091), 10, sym__automatic_semicolon, @@ -1061556,7 +1061556,7 @@ static const uint16_t ts_small_parse_table[] = { [766259] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23810), 1, + ACTIONS(23816), 1, anon_sym_DOT, STATE(20491), 1, aux_sym__namespace_expression_repeat1, @@ -1061673,7 +1061673,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(23813), 1, + ACTIONS(23819), 1, anon_sym_EQ, STATE(7348), 1, sym_block, @@ -1061722,7 +1061722,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(23815), 1, + ACTIONS(23821), 1, anon_sym_EQ, STATE(7435), 1, sym_block, @@ -1061786,7 +1061786,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(23817), 1, + ACTIONS(23823), 1, anon_sym_EQ, STATE(7546), 1, sym_block, @@ -1061828,7 +1061828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23819), 1, + ACTIONS(23825), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1061842,7 +1061842,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(20508), 1, aux_sym__block_repeat1, - ACTIONS(23821), 2, + ACTIONS(23827), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 8, @@ -1061867,7 +1061867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23824), 1, + ACTIONS(23830), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1061898,7 +1061898,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(23826), 1, + ACTIONS(23832), 1, anon_sym_EQ, STATE(7214), 1, sym_block, @@ -1061916,7 +1061916,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(23828), 1, + ACTIONS(23834), 1, anon_sym_EQ, STATE(7151), 1, sym_block, @@ -1061951,7 +1061951,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(23830), 1, + ACTIONS(23836), 1, anon_sym_EQ, STATE(7296), 1, sym_block, @@ -1062018,7 +1062018,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(20518), 1, aux_sym__block_repeat1, - ACTIONS(23832), 2, + ACTIONS(23838), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 8, @@ -1062082,9 +1062082,9 @@ static const uint16_t ts_small_parse_table[] = { [766908] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(23749), 1, + ACTIONS(23755), 1, anon_sym_catch, - ACTIONS(23835), 1, + ACTIONS(23841), 1, anon_sym_finally, STATE(8289), 1, sym_finally_clause, @@ -1062257,7 +1062257,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(10965), 1, anon_sym_LBRACE, - ACTIONS(23837), 1, + ACTIONS(23843), 1, anon_sym_EQ, STATE(6114), 1, sym_block, @@ -1062295,7 +1062295,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(10965), 1, anon_sym_LBRACE, - ACTIONS(23839), 1, + ACTIONS(23845), 1, anon_sym_EQ, STATE(6155), 1, sym_block, @@ -1062361,7 +1062361,7 @@ static const uint16_t ts_small_parse_table[] = { [767258] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23841), 1, + ACTIONS(23847), 1, anon_sym_DOT, STATE(20476), 1, aux_sym__namespace_expression_repeat1, @@ -1062398,7 +1062398,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(10965), 1, anon_sym_LBRACE, - ACTIONS(23843), 1, + ACTIONS(23849), 1, anon_sym_EQ, STATE(6192), 1, sym_block, @@ -1062447,7 +1062447,7 @@ static const uint16_t ts_small_parse_table[] = { [767365] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(23845), 1, + ACTIONS(23851), 1, anon_sym_with, STATE(16125), 1, sym_identifier, @@ -1062498,7 +1062498,7 @@ static const uint16_t ts_small_parse_table[] = { [767428] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23847), 1, + ACTIONS(23853), 1, anon_sym_end, STATE(9231), 1, sym__end_marker, @@ -1062533,7 +1062533,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(23849), 1, + ACTIONS(23855), 1, anon_sym_EQ, STATE(8283), 1, sym_block, @@ -1062736,7 +1062736,7 @@ static const uint16_t ts_small_parse_table[] = { [767722] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(23851), 1, + ACTIONS(23857), 1, anon_sym_DOT, ACTIONS(7134), 3, anon_sym_LBRACK, @@ -1062843,7 +1062843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23853), 1, + ACTIONS(23859), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1062865,7 +1062865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23855), 1, + ACTIONS(23861), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1062892,7 +1062892,7 @@ static const uint16_t ts_small_parse_table[] = { [767917] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23857), 1, + ACTIONS(23863), 1, anon_sym_DOT, STATE(20538), 1, aux_sym__namespace_expression_repeat1, @@ -1062909,9 +1062909,9 @@ static const uint16_t ts_small_parse_table[] = { [767938] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(23859), 1, + ACTIONS(23865), 1, anon_sym_catch, - ACTIONS(23861), 1, + ACTIONS(23867), 1, anon_sym_finally, STATE(6571), 1, sym_finally_clause, @@ -1063024,9 +1063024,9 @@ static const uint16_t ts_small_parse_table[] = { [768077] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(23789), 1, + ACTIONS(23795), 1, anon_sym_LBRACE, - ACTIONS(23863), 1, + ACTIONS(23869), 1, anon_sym_EQ, STATE(21452), 1, sym_block, @@ -1063058,9 +1063058,9 @@ static const uint16_t ts_small_parse_table[] = { [768119] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(23731), 1, + ACTIONS(23737), 1, anon_sym_catch, - ACTIONS(23865), 1, + ACTIONS(23871), 1, anon_sym_finally, STATE(21828), 1, sym_catch_clause, @@ -1063077,7 +1063077,7 @@ static const uint16_t ts_small_parse_table[] = { [768144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(23867), 1, + ACTIONS(23873), 1, anon_sym_DOT, ACTIONS(7134), 10, sym__automatic_semicolon, @@ -1063110,7 +1063110,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(23869), 1, + ACTIONS(23875), 1, anon_sym_EQ, STATE(8080), 1, sym_block, @@ -1063176,7 +1063176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23871), 1, + ACTIONS(23877), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1063223,7 +1063223,7 @@ static const uint16_t ts_small_parse_table[] = { [768332] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23873), 1, + ACTIONS(23879), 1, anon_sym_LPAREN, STATE(20588), 2, sym_arguments, @@ -1063282,7 +1063282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23876), 1, + ACTIONS(23882), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1063336,7 +1063336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23878), 1, + ACTIONS(23884), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1063348,7 +1063348,7 @@ static const uint16_t ts_small_parse_table[] = { [768491] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23880), 1, + ACTIONS(23886), 1, anon_sym_COMMA, STATE(20595), 1, aux_sym_import_declaration_repeat1, @@ -1063399,13 +1063399,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, ACTIONS(22516), 1, anon_sym_LBRACK, - ACTIONS(23787), 1, + ACTIONS(23793), 1, anon_sym_if, STATE(14730), 1, sym_type_arguments, STATE(23252), 1, sym_guard, - ACTIONS(23883), 6, + ACTIONS(23889), 6, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, @@ -1063415,9 +1063415,9 @@ static const uint16_t ts_small_parse_table[] = { [768573] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(23885), 1, + ACTIONS(23891), 1, anon_sym_catch, - ACTIONS(23887), 1, + ACTIONS(23893), 1, anon_sym_finally, STATE(20718), 1, sym_catch_clause, @@ -1063480,9 +1063480,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, ACTIONS(7814), 1, sym__backquoted_id, - ACTIONS(23845), 1, + ACTIONS(23851), 1, anon_sym_with, - ACTIONS(23889), 1, + ACTIONS(23895), 1, sym_operator_identifier, STATE(16125), 1, sym_identifier, @@ -1063531,7 +1063531,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(23891), 1, + ACTIONS(23897), 1, anon_sym_EQ, STATE(7826), 1, sym_block, @@ -1063584,9 +1063584,9 @@ static const uint16_t ts_small_parse_table[] = { [768794] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(23789), 1, + ACTIONS(23795), 1, anon_sym_LBRACE, - ACTIONS(23893), 1, + ACTIONS(23899), 1, anon_sym_EQ, STATE(21529), 1, sym_block, @@ -1063604,7 +1063604,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(23895), 1, + ACTIONS(23901), 1, anon_sym_EQ, STATE(7348), 1, sym_block, @@ -1063645,7 +1063645,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_arguments, STATE(21057), 1, aux_sym__block_repeat1, - ACTIONS(23897), 2, + ACTIONS(23903), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 5, @@ -1063659,7 +1063659,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(23899), 1, + ACTIONS(23905), 1, anon_sym_EQ, STATE(7435), 1, sym_block, @@ -1063675,7 +1063675,7 @@ static const uint16_t ts_small_parse_table[] = { [768911] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(23901), 1, + ACTIONS(23907), 1, anon_sym_EQ, ACTIONS(11461), 10, sym__automatic_semicolon, @@ -1063693,7 +1063693,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(23903), 1, + ACTIONS(23909), 1, anon_sym_EQ, STATE(7546), 1, sym_block, @@ -1063726,7 +1063726,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12230), 1, anon_sym_match, - ACTIONS(23905), 1, + ACTIONS(23911), 1, anon_sym_LBRACK, STATE(16215), 1, sym_type_arguments, @@ -1063742,7 +1063742,7 @@ static const uint16_t ts_small_parse_table[] = { [768993] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(23907), 1, + ACTIONS(23913), 1, anon_sym_else, ACTIONS(11897), 10, sym__automatic_semicolon, @@ -1063777,7 +1063777,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(23909), 1, + ACTIONS(23915), 1, anon_sym_EQ, STATE(7214), 1, sym_block, @@ -1063795,7 +1063795,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(23911), 1, + ACTIONS(23917), 1, anon_sym_EQ, STATE(7151), 1, sym_block, @@ -1063880,7 +1063880,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(23913), 1, + ACTIONS(23919), 1, anon_sym_EQ, STATE(7296), 1, sym_block, @@ -1063930,9 +1063930,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(7814), 1, sym__backquoted_id, - ACTIONS(23915), 1, + ACTIONS(23921), 1, anon_sym_with, - ACTIONS(23917), 1, + ACTIONS(23923), 1, sym_operator_identifier, STATE(16683), 1, sym_identifier, @@ -1063973,7 +1063973,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23919), 1, + ACTIONS(23925), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1063987,7 +1063987,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12230), 1, anon_sym_match, - ACTIONS(23905), 1, + ACTIONS(23911), 1, anon_sym_LBRACK, STATE(16215), 1, sym_type_arguments, @@ -1064003,7 +1064003,7 @@ static const uint16_t ts_small_parse_table[] = { [769320] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(23921), 1, + ACTIONS(23927), 1, anon_sym_else, ACTIONS(11903), 10, sym__automatic_semicolon, @@ -1064021,7 +1064021,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12230), 1, anon_sym_match, - ACTIONS(23905), 1, + ACTIONS(23911), 1, anon_sym_LBRACK, STATE(16215), 1, sym_type_arguments, @@ -1064039,7 +1064039,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12230), 1, anon_sym_match, - ACTIONS(23905), 1, + ACTIONS(23911), 1, anon_sym_LBRACK, STATE(16215), 1, sym_type_arguments, @@ -1064055,7 +1064055,7 @@ static const uint16_t ts_small_parse_table[] = { [769385] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23923), 1, + ACTIONS(23929), 1, anon_sym_end, STATE(9002), 1, sym__end_marker, @@ -1064072,7 +1064072,7 @@ static const uint16_t ts_small_parse_table[] = { [769406] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23925), 1, + ACTIONS(23931), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1064089,7 +1064089,7 @@ static const uint16_t ts_small_parse_table[] = { [769427] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23927), 1, + ACTIONS(23933), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1064106,7 +1064106,7 @@ static const uint16_t ts_small_parse_table[] = { [769448] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(23929), 1, + ACTIONS(23935), 1, anon_sym_EQ, ACTIONS(11523), 10, sym__automatic_semicolon, @@ -1064141,7 +1064141,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12230), 1, anon_sym_match, - ACTIONS(23905), 1, + ACTIONS(23911), 1, anon_sym_LBRACK, STATE(16215), 1, sym_type_arguments, @@ -1064172,7 +1064172,7 @@ static const uint16_t ts_small_parse_table[] = { [769528] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(23931), 1, + ACTIONS(23937), 1, anon_sym_EQ, ACTIONS(11491), 10, sym__automatic_semicolon, @@ -1064198,7 +1064198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23933), 1, + ACTIONS(23939), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1064277,9 +1064277,9 @@ static const uint16_t ts_small_parse_table[] = { [769660] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(23935), 1, + ACTIONS(23941), 1, anon_sym_catch, - ACTIONS(23937), 1, + ACTIONS(23943), 1, anon_sym_finally, STATE(6328), 1, sym_finally_clause, @@ -1064311,9 +1064311,9 @@ static const uint16_t ts_small_parse_table[] = { [769702] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(23789), 1, + ACTIONS(23795), 1, anon_sym_LBRACE, - ACTIONS(23939), 1, + ACTIONS(23945), 1, anon_sym_EQ, STATE(21675), 1, sym_block, @@ -1064445,7 +1064445,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12230), 1, anon_sym_match, - ACTIONS(23905), 1, + ACTIONS(23911), 1, anon_sym_LBRACK, STATE(16215), 1, sym_type_arguments, @@ -1064469,7 +1064469,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_arguments, STATE(20804), 1, aux_sym__block_repeat1, - ACTIONS(23941), 2, + ACTIONS(23947), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 5, @@ -1064609,9 +1064609,9 @@ static const uint16_t ts_small_parse_table[] = { [770064] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(23943), 1, + ACTIONS(23949), 1, anon_sym_catch, - ACTIONS(23945), 1, + ACTIONS(23951), 1, anon_sym_finally, STATE(6571), 1, sym_finally_clause, @@ -1064646,7 +1064646,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(7859), 1, sym__backquoted_id, - ACTIONS(23915), 1, + ACTIONS(23921), 1, anon_sym_with, STATE(16683), 1, sym_identifier, @@ -1064673,7 +1064673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23947), 1, + ACTIONS(23953), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1064761,7 +1064761,7 @@ static const uint16_t ts_small_parse_table[] = { [770251] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(23949), 1, + ACTIONS(23955), 1, anon_sym_EQ, ACTIONS(11505), 10, sym__automatic_semicolon, @@ -1064886,7 +1064886,7 @@ static const uint16_t ts_small_parse_table[] = { [770410] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23951), 1, + ACTIONS(23957), 1, anon_sym_end, STATE(21753), 1, sym__end_marker, @@ -1064903,9 +1064903,9 @@ static const uint16_t ts_small_parse_table[] = { [770431] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(23709), 1, + ACTIONS(23715), 1, anon_sym_catch, - ACTIONS(23953), 1, + ACTIONS(23959), 1, anon_sym_finally, STATE(6711), 1, sym_finally_clause, @@ -1064980,7 +1064980,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__, ACTIONS(23644), 1, anon_sym_given, - ACTIONS(23955), 1, + ACTIONS(23961), 1, anon_sym_RBRACE, STATE(25087), 1, sym_identifier, @@ -1065057,9 +1065057,9 @@ static const uint16_t ts_small_parse_table[] = { [770622] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(23957), 1, + ACTIONS(23963), 1, anon_sym_catch, - ACTIONS(23959), 1, + ACTIONS(23965), 1, anon_sym_finally, STATE(7449), 1, sym_finally_clause, @@ -1065075,9 +1065075,9 @@ static const uint16_t ts_small_parse_table[] = { [770646] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(23961), 1, + ACTIONS(23967), 1, anon_sym_LBRACE, - ACTIONS(23963), 1, + ACTIONS(23969), 1, anon_sym_EQ, STATE(21934), 1, sym_block, @@ -1065117,7 +1065117,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(23965), 1, + ACTIONS(23971), 1, anon_sym_EQ, STATE(7348), 1, sym_block, @@ -1065134,7 +1065134,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(14985), 1, anon_sym_match, - ACTIONS(23967), 1, + ACTIONS(23973), 1, anon_sym_LBRACK, STATE(16916), 1, sym_type_arguments, @@ -1065149,25 +1065149,25 @@ static const uint16_t ts_small_parse_table[] = { [770746] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23969), 1, + ACTIONS(23975), 1, anon_sym_case, - ACTIONS(23971), 1, + ACTIONS(23977), 1, anon_sym_object, - ACTIONS(23973), 1, + ACTIONS(23979), 1, anon_sym_given, - ACTIONS(23975), 1, + ACTIONS(23981), 1, anon_sym_class, - ACTIONS(23977), 1, + ACTIONS(23983), 1, anon_sym_trait, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(23983), 1, + ACTIONS(23989), 1, anon_sym_type, - ACTIONS(23985), 1, + ACTIONS(23991), 1, anon_sym_def, - ACTIONS(23987), 1, + ACTIONS(23993), 1, sym_opaque_modifier, [770780] = 11, ACTIONS(3), 1, @@ -1065197,7 +1065197,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(23989), 1, + ACTIONS(23995), 1, anon_sym_EQ, STATE(7435), 1, sym_block, @@ -1065214,7 +1065214,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11122), 1, anon_sym_LBRACE, - ACTIONS(23991), 1, + ACTIONS(23997), 1, anon_sym_EQ, STATE(6943), 1, sym_block, @@ -1065229,25 +1065229,25 @@ static const uint16_t ts_small_parse_table[] = { [770858] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(23993), 1, + ACTIONS(23999), 1, anon_sym_case, - ACTIONS(23995), 1, + ACTIONS(24001), 1, anon_sym_object, - ACTIONS(23997), 1, + ACTIONS(24003), 1, anon_sym_given, - ACTIONS(23999), 1, + ACTIONS(24005), 1, anon_sym_class, - ACTIONS(24001), 1, + ACTIONS(24007), 1, anon_sym_trait, - ACTIONS(24003), 1, + ACTIONS(24009), 1, anon_sym_type, - ACTIONS(24005), 1, + ACTIONS(24011), 1, anon_sym_def, - ACTIONS(24007), 1, + ACTIONS(24013), 1, sym_opaque_modifier, [770892] = 10, ACTIONS(127), 1, @@ -1065262,7 +1065262,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24009), 1, + ACTIONS(24015), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1065274,25 +1065274,25 @@ static const uint16_t ts_small_parse_table[] = { [770924] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24011), 1, + ACTIONS(24017), 1, anon_sym_case, - ACTIONS(24013), 1, + ACTIONS(24019), 1, anon_sym_object, - ACTIONS(24015), 1, + ACTIONS(24021), 1, anon_sym_given, - ACTIONS(24017), 1, + ACTIONS(24023), 1, anon_sym_class, - ACTIONS(24019), 1, + ACTIONS(24025), 1, anon_sym_trait, - ACTIONS(24021), 1, + ACTIONS(24027), 1, anon_sym_type, - ACTIONS(24023), 1, + ACTIONS(24029), 1, anon_sym_def, - ACTIONS(24025), 1, + ACTIONS(24031), 1, sym_opaque_modifier, [770958] = 11, ACTIONS(3), 1, @@ -1065320,7 +1065320,7 @@ static const uint16_t ts_small_parse_table[] = { [770992] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24027), 1, + ACTIONS(24033), 1, anon_sym_else, ACTIONS(11897), 9, sym__automatic_semicolon, @@ -1065406,48 +1065406,48 @@ static const uint16_t ts_small_parse_table[] = { [771104] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24029), 1, + ACTIONS(24035), 1, anon_sym_case, - ACTIONS(24031), 1, + ACTIONS(24037), 1, anon_sym_object, - ACTIONS(24033), 1, + ACTIONS(24039), 1, anon_sym_given, - ACTIONS(24035), 1, + ACTIONS(24041), 1, anon_sym_class, - ACTIONS(24037), 1, + ACTIONS(24043), 1, anon_sym_trait, - ACTIONS(24039), 1, + ACTIONS(24045), 1, anon_sym_type, - ACTIONS(24041), 1, + ACTIONS(24047), 1, anon_sym_def, - ACTIONS(24043), 1, + ACTIONS(24049), 1, sym_opaque_modifier, [771138] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(23993), 1, + ACTIONS(23999), 1, anon_sym_case, - ACTIONS(23995), 1, + ACTIONS(24001), 1, anon_sym_object, - ACTIONS(23999), 1, + ACTIONS(24005), 1, anon_sym_class, - ACTIONS(24001), 1, + ACTIONS(24007), 1, anon_sym_trait, - ACTIONS(24045), 1, + ACTIONS(24051), 1, anon_sym_given, - ACTIONS(24047), 1, + ACTIONS(24053), 1, anon_sym_type, - ACTIONS(24049), 1, + ACTIONS(24055), 1, anon_sym_def, - ACTIONS(24051), 1, + ACTIONS(24057), 1, sym_opaque_modifier, [771172] = 11, ACTIONS(3), 1, @@ -1065526,7 +1065526,7 @@ static const uint16_t ts_small_parse_table[] = { [771272] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23887), 1, + ACTIONS(23893), 1, anon_sym_finally, STATE(21250), 1, sym_finally_clause, @@ -1065580,7 +1065580,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24053), 1, + ACTIONS(24059), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1065621,9 +1065621,9 @@ static const uint16_t ts_small_parse_table[] = { [771390] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24055), 1, + ACTIONS(24061), 1, anon_sym_catch, - ACTIONS(24057), 1, + ACTIONS(24063), 1, anon_sym_finally, STATE(21887), 1, sym_catch_clause, @@ -1065654,9 +1065654,9 @@ static const uint16_t ts_small_parse_table[] = { [771432] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24059), 1, + ACTIONS(24065), 1, anon_sym_LBRACK, - ACTIONS(24061), 1, + ACTIONS(24067), 1, anon_sym_match, STATE(17056), 1, sym_type_arguments, @@ -1065671,48 +1065671,48 @@ static const uint16_t ts_small_parse_table[] = { [771454] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24063), 1, + ACTIONS(24069), 1, anon_sym_case, - ACTIONS(24065), 1, + ACTIONS(24071), 1, anon_sym_object, - ACTIONS(24067), 1, + ACTIONS(24073), 1, anon_sym_given, - ACTIONS(24069), 1, + ACTIONS(24075), 1, anon_sym_class, - ACTIONS(24071), 1, + ACTIONS(24077), 1, anon_sym_trait, - ACTIONS(24073), 1, + ACTIONS(24079), 1, anon_sym_type, - ACTIONS(24075), 1, + ACTIONS(24081), 1, anon_sym_def, - ACTIONS(24077), 1, + ACTIONS(24083), 1, sym_opaque_modifier, [771488] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24079), 1, + ACTIONS(24085), 1, anon_sym_case, - ACTIONS(24081), 1, + ACTIONS(24087), 1, anon_sym_object, - ACTIONS(24083), 1, + ACTIONS(24089), 1, anon_sym_given, - ACTIONS(24085), 1, + ACTIONS(24091), 1, anon_sym_class, - ACTIONS(24087), 1, + ACTIONS(24093), 1, anon_sym_trait, - ACTIONS(24089), 1, + ACTIONS(24095), 1, anon_sym_type, - ACTIONS(24091), 1, + ACTIONS(24097), 1, anon_sym_def, - ACTIONS(24093), 1, + ACTIONS(24099), 1, sym_opaque_modifier, [771522] = 10, ACTIONS(127), 1, @@ -1065727,7 +1065727,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24095), 1, + ACTIONS(24101), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1065755,7 +1065755,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(20731), 1, aux_sym__block_repeat1, - ACTIONS(24097), 2, + ACTIONS(24103), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 7, @@ -1065806,25 +1065806,25 @@ static const uint16_t ts_small_parse_table[] = { [771640] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24100), 1, + ACTIONS(24106), 1, anon_sym_case, - ACTIONS(24102), 1, + ACTIONS(24108), 1, anon_sym_object, - ACTIONS(24104), 1, + ACTIONS(24110), 1, anon_sym_given, - ACTIONS(24106), 1, + ACTIONS(24112), 1, anon_sym_class, - ACTIONS(24108), 1, + ACTIONS(24114), 1, anon_sym_trait, - ACTIONS(24110), 1, + ACTIONS(24116), 1, anon_sym_type, - ACTIONS(24112), 1, + ACTIONS(24118), 1, anon_sym_def, - ACTIONS(24114), 1, + ACTIONS(24120), 1, sym_opaque_modifier, [771674] = 2, ACTIONS(3), 1, @@ -1065843,7 +1065843,7 @@ static const uint16_t ts_small_parse_table[] = { [771690] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24116), 1, + ACTIONS(24122), 1, anon_sym_end, STATE(21898), 1, sym__end_marker, @@ -1065896,9 +1065896,9 @@ static const uint16_t ts_small_parse_table[] = { [771760] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24118), 1, + ACTIONS(24124), 1, anon_sym_catch, - ACTIONS(24120), 1, + ACTIONS(24126), 1, anon_sym_finally, STATE(7533), 1, sym_finally_clause, @@ -1065937,7 +1065937,7 @@ static const uint16_t ts_small_parse_table[] = { [771818] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24122), 1, + ACTIONS(24128), 1, anon_sym_DOT, ACTIONS(7134), 9, sym__automatic_semicolon, @@ -1065952,25 +1065952,25 @@ static const uint16_t ts_small_parse_table[] = { [771836] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23969), 1, + ACTIONS(23975), 1, anon_sym_case, - ACTIONS(23971), 1, + ACTIONS(23977), 1, anon_sym_object, - ACTIONS(23975), 1, + ACTIONS(23981), 1, anon_sym_class, - ACTIONS(23977), 1, + ACTIONS(23983), 1, anon_sym_trait, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24124), 1, + ACTIONS(24130), 1, anon_sym_given, - ACTIONS(24126), 1, + ACTIONS(24132), 1, anon_sym_type, - ACTIONS(24128), 1, + ACTIONS(24134), 1, anon_sym_def, - ACTIONS(24130), 1, + ACTIONS(24136), 1, sym_opaque_modifier, [771870] = 2, ACTIONS(3), 1, @@ -1066036,7 +1066036,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24132), 1, + ACTIONS(24138), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1066048,32 +1066048,32 @@ static const uint16_t ts_small_parse_table[] = { [771968] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24134), 1, + ACTIONS(24140), 1, anon_sym_case, - ACTIONS(24136), 1, + ACTIONS(24142), 1, anon_sym_object, - ACTIONS(24138), 1, + ACTIONS(24144), 1, anon_sym_given, - ACTIONS(24140), 1, + ACTIONS(24146), 1, anon_sym_class, - ACTIONS(24142), 1, + ACTIONS(24148), 1, anon_sym_trait, - ACTIONS(24144), 1, + ACTIONS(24150), 1, anon_sym_type, - ACTIONS(24146), 1, + ACTIONS(24152), 1, anon_sym_def, - ACTIONS(24148), 1, + ACTIONS(24154), 1, sym_opaque_modifier, [772002] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24150), 1, + ACTIONS(24156), 1, anon_sym_LBRACK, - ACTIONS(24152), 1, + ACTIONS(24158), 1, anon_sym_match, STATE(16931), 1, sym_type_arguments, @@ -1066088,7 +1066088,7 @@ static const uint16_t ts_small_parse_table[] = { [772024] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24154), 1, + ACTIONS(24160), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1066104,7 +1066104,7 @@ static const uint16_t ts_small_parse_table[] = { [772044] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24156), 1, + ACTIONS(24162), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1066134,30 +1066134,30 @@ static const uint16_t ts_small_parse_table[] = { [772080] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24063), 1, + ACTIONS(24069), 1, anon_sym_case, - ACTIONS(24065), 1, + ACTIONS(24071), 1, anon_sym_object, - ACTIONS(24069), 1, + ACTIONS(24075), 1, anon_sym_class, - ACTIONS(24071), 1, + ACTIONS(24077), 1, anon_sym_trait, - ACTIONS(24073), 1, + ACTIONS(24079), 1, anon_sym_type, - ACTIONS(24077), 1, + ACTIONS(24083), 1, sym_opaque_modifier, - ACTIONS(24158), 1, + ACTIONS(24164), 1, anon_sym_given, - ACTIONS(24160), 1, + ACTIONS(24166), 1, anon_sym_def, [772114] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24162), 1, + ACTIONS(24168), 1, anon_sym_else, ACTIONS(11903), 9, sym__automatic_semicolon, @@ -1066174,7 +1066174,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(24164), 1, + ACTIONS(24170), 1, anon_sym_EQ, STATE(7546), 1, sym_block, @@ -1066197,7 +1066197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_PERCENT, STATE(22231), 1, sym_lower_bound, - ACTIONS(24166), 2, + ACTIONS(24172), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(22232), 2, @@ -1066223,25 +1066223,25 @@ static const uint16_t ts_small_parse_table[] = { [772198] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24168), 1, + ACTIONS(24174), 1, anon_sym_case, - ACTIONS(24170), 1, + ACTIONS(24176), 1, anon_sym_object, - ACTIONS(24172), 1, + ACTIONS(24178), 1, anon_sym_given, - ACTIONS(24174), 1, + ACTIONS(24180), 1, anon_sym_class, - ACTIONS(24176), 1, + ACTIONS(24182), 1, anon_sym_trait, - ACTIONS(24178), 1, + ACTIONS(24184), 1, anon_sym_type, - ACTIONS(24180), 1, + ACTIONS(24186), 1, anon_sym_def, - ACTIONS(24182), 1, + ACTIONS(24188), 1, sym_opaque_modifier, [772232] = 11, ACTIONS(3), 1, @@ -1066269,7 +1066269,7 @@ static const uint16_t ts_small_parse_table[] = { [772266] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24184), 1, + ACTIONS(24190), 1, anon_sym_else, ACTIONS(11897), 9, sym__automatic_semicolon, @@ -1066353,7 +1066353,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24186), 1, + ACTIONS(24192), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1066393,25 +1066393,25 @@ static const uint16_t ts_small_parse_table[] = { [772418] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24188), 1, + ACTIONS(24194), 1, anon_sym_case, - ACTIONS(24190), 1, + ACTIONS(24196), 1, anon_sym_object, - ACTIONS(24192), 1, + ACTIONS(24198), 1, anon_sym_given, - ACTIONS(24194), 1, + ACTIONS(24200), 1, anon_sym_class, - ACTIONS(24196), 1, + ACTIONS(24202), 1, anon_sym_trait, - ACTIONS(24198), 1, + ACTIONS(24204), 1, anon_sym_type, - ACTIONS(24200), 1, + ACTIONS(24206), 1, anon_sym_def, - ACTIONS(24202), 1, + ACTIONS(24208), 1, sym_opaque_modifier, [772452] = 10, ACTIONS(127), 1, @@ -1066446,7 +1066446,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_arguments, STATE(21788), 1, aux_sym__block_repeat1, - ACTIONS(24204), 2, + ACTIONS(24210), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 4, @@ -1066498,7 +1066498,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11122), 1, anon_sym_LBRACE, - ACTIONS(24206), 1, + ACTIONS(24212), 1, anon_sym_EQ, STATE(6852), 1, sym_block, @@ -1066523,7 +1066523,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24208), 1, + ACTIONS(24214), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1066537,7 +1066537,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(14985), 1, anon_sym_match, - ACTIONS(23967), 1, + ACTIONS(23973), 1, anon_sym_LBRACK, STATE(16916), 1, sym_type_arguments, @@ -1066552,7 +1066552,7 @@ static const uint16_t ts_small_parse_table[] = { [772640] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24210), 1, + ACTIONS(24216), 1, anon_sym_EQ, ACTIONS(11505), 9, sym__automatic_semicolon, @@ -1066617,7 +1066617,7 @@ static const uint16_t ts_small_parse_table[] = { [772722] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24212), 1, + ACTIONS(24218), 1, anon_sym_COMMA, STATE(20859), 1, aux_sym_import_declaration_repeat1, @@ -1066663,7 +1066663,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(14985), 1, anon_sym_match, - ACTIONS(23967), 1, + ACTIONS(23973), 1, anon_sym_LBRACK, STATE(16916), 1, sym_type_arguments, @@ -1066712,25 +1066712,25 @@ static const uint16_t ts_small_parse_table[] = { [772840] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24214), 1, + ACTIONS(24220), 1, anon_sym_case, - ACTIONS(24216), 1, + ACTIONS(24222), 1, anon_sym_object, - ACTIONS(24218), 1, + ACTIONS(24224), 1, anon_sym_given, - ACTIONS(24220), 1, + ACTIONS(24226), 1, anon_sym_class, - ACTIONS(24222), 1, + ACTIONS(24228), 1, anon_sym_trait, - ACTIONS(24224), 1, + ACTIONS(24230), 1, anon_sym_type, - ACTIONS(24226), 1, + ACTIONS(24232), 1, anon_sym_def, - ACTIONS(24228), 1, + ACTIONS(24234), 1, sym_opaque_modifier, [772874] = 3, ACTIONS(3), 1, @@ -1066754,13 +1066754,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21986), 1, sym__backquoted_id, - ACTIONS(24230), 1, + ACTIONS(24236), 1, anon_sym_LBRACE, - ACTIONS(24232), 1, + ACTIONS(24238), 1, anon_sym_STAR, STATE(19717), 1, sym_identifier, - ACTIONS(24234), 2, + ACTIONS(24240), 2, anon_sym__, anon_sym_given, STATE(20675), 3, @@ -1066778,7 +1066778,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_arguments, STATE(21774), 1, aux_sym__block_repeat1, - ACTIONS(24236), 2, + ACTIONS(24242), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 4, @@ -1066789,7 +1066789,7 @@ static const uint16_t ts_small_parse_table[] = { [772946] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23945), 1, + ACTIONS(23951), 1, anon_sym_finally, STATE(6664), 1, sym_finally_clause, @@ -1066805,25 +1066805,25 @@ static const uint16_t ts_small_parse_table[] = { [772966] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24188), 1, + ACTIONS(24194), 1, anon_sym_case, - ACTIONS(24190), 1, + ACTIONS(24196), 1, anon_sym_object, - ACTIONS(24194), 1, + ACTIONS(24200), 1, anon_sym_class, - ACTIONS(24196), 1, + ACTIONS(24202), 1, anon_sym_trait, - ACTIONS(24238), 1, + ACTIONS(24244), 1, anon_sym_given, - ACTIONS(24240), 1, + ACTIONS(24246), 1, anon_sym_type, - ACTIONS(24242), 1, + ACTIONS(24248), 1, anon_sym_def, - ACTIONS(24244), 1, + ACTIONS(24250), 1, sym_opaque_modifier, [773000] = 2, ACTIONS(3), 1, @@ -1066852,7 +1066852,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24246), 1, + ACTIONS(24252), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1066864,7 +1066864,7 @@ static const uint16_t ts_small_parse_table[] = { [773048] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24248), 1, + ACTIONS(24254), 1, anon_sym_else, ACTIONS(11897), 9, sym__automatic_semicolon, @@ -1066879,7 +1066879,7 @@ static const uint16_t ts_small_parse_table[] = { [773066] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24250), 1, + ACTIONS(24256), 1, anon_sym_else, ACTIONS(11903), 9, sym__automatic_semicolon, @@ -1066916,7 +1066916,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11122), 1, anon_sym_LBRACE, - ACTIONS(24252), 1, + ACTIONS(24258), 1, anon_sym_EQ, STATE(6791), 1, sym_block, @@ -1066935,13 +1066935,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21721), 1, sym__backquoted_id, - ACTIONS(24254), 1, + ACTIONS(24260), 1, anon_sym_LBRACE, - ACTIONS(24256), 1, + ACTIONS(24262), 1, anon_sym_STAR, STATE(20057), 1, sym_identifier, - ACTIONS(24258), 2, + ACTIONS(24264), 2, anon_sym__, anon_sym_given, STATE(20960), 3, @@ -1067032,7 +1067032,7 @@ static const uint16_t ts_small_parse_table[] = { [773276] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24260), 1, + ACTIONS(24266), 1, anon_sym_end, STATE(9417), 1, sym__end_marker, @@ -1067048,7 +1067048,7 @@ static const uint16_t ts_small_parse_table[] = { [773296] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24212), 1, + ACTIONS(24218), 1, anon_sym_COMMA, STATE(20865), 1, aux_sym_import_declaration_repeat1, @@ -1067066,7 +1067066,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(20150), 1, aux_sym__block_repeat1, - ACTIONS(24262), 2, + ACTIONS(24268), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 7, @@ -1067110,7 +1067110,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(20804), 1, aux_sym__block_repeat1, - ACTIONS(23941), 2, + ACTIONS(23947), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 7, @@ -1067158,7 +1067158,7 @@ static const uint16_t ts_small_parse_table[] = { [773432] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24264), 1, + ACTIONS(24270), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1067174,7 +1067174,7 @@ static const uint16_t ts_small_parse_table[] = { [773452] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24266), 1, + ACTIONS(24272), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1067214,7 +1067214,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24268), 1, + ACTIONS(24274), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1067285,7 +1067285,7 @@ static const uint16_t ts_small_parse_table[] = { [773590] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24270), 1, + ACTIONS(24276), 1, anon_sym_EQ, ACTIONS(11461), 9, sym__automatic_semicolon, @@ -1067314,9 +1067314,9 @@ static const uint16_t ts_small_parse_table[] = { [773624] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24150), 1, + ACTIONS(24156), 1, anon_sym_LBRACK, - ACTIONS(24152), 1, + ACTIONS(24158), 1, anon_sym_match, STATE(16931), 1, sym_type_arguments, @@ -1067341,7 +1067341,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24272), 1, + ACTIONS(24278), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1067353,9 +1067353,9 @@ static const uint16_t ts_small_parse_table[] = { [773678] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24150), 1, + ACTIONS(24156), 1, anon_sym_LBRACK, - ACTIONS(24152), 1, + ACTIONS(24158), 1, anon_sym_match, STATE(16931), 1, sym_type_arguments, @@ -1067378,7 +1067378,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_arguments, STATE(21747), 1, aux_sym__block_repeat1, - ACTIONS(24274), 2, + ACTIONS(24280), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 4, @@ -1067389,7 +1067389,7 @@ static const uint16_t ts_small_parse_table[] = { [773726] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24276), 1, + ACTIONS(24282), 1, anon_sym_DOT, STATE(20984), 1, aux_sym__namespace_expression_repeat1, @@ -1067438,7 +1067438,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24278), 1, + ACTIONS(24284), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1067452,7 +1067452,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11312), 1, anon_sym_LBRACE, - ACTIONS(24280), 1, + ACTIONS(24286), 1, anon_sym_EQ, STATE(6630), 1, sym_block, @@ -1067469,7 +1067469,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(14985), 1, anon_sym_match, - ACTIONS(23967), 1, + ACTIONS(23973), 1, anon_sym_LBRACK, STATE(16916), 1, sym_type_arguments, @@ -1067500,7 +1067500,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11312), 1, anon_sym_LBRACE, - ACTIONS(24282), 1, + ACTIONS(24288), 1, anon_sym_EQ, STATE(6544), 1, sym_block, @@ -1067545,7 +1067545,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(14985), 1, anon_sym_match, - ACTIONS(23967), 1, + ACTIONS(23973), 1, anon_sym_LBRACK, STATE(16916), 1, sym_type_arguments, @@ -1067560,25 +1067560,25 @@ static const uint16_t ts_small_parse_table[] = { [773948] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24029), 1, + ACTIONS(24035), 1, anon_sym_case, - ACTIONS(24031), 1, + ACTIONS(24037), 1, anon_sym_object, - ACTIONS(24035), 1, + ACTIONS(24041), 1, anon_sym_class, - ACTIONS(24037), 1, + ACTIONS(24043), 1, anon_sym_trait, - ACTIONS(24284), 1, + ACTIONS(24290), 1, anon_sym_given, - ACTIONS(24286), 1, + ACTIONS(24292), 1, anon_sym_type, - ACTIONS(24288), 1, + ACTIONS(24294), 1, anon_sym_def, - ACTIONS(24290), 1, + ACTIONS(24296), 1, sym_opaque_modifier, [773982] = 2, ACTIONS(3), 1, @@ -1067597,9 +1067597,9 @@ static const uint16_t ts_small_parse_table[] = { [773998] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24150), 1, + ACTIONS(24156), 1, anon_sym_LBRACK, - ACTIONS(24152), 1, + ACTIONS(24158), 1, anon_sym_match, STATE(16931), 1, sym_type_arguments, @@ -1067639,7 +1067639,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11312), 1, anon_sym_LBRACE, - ACTIONS(24292), 1, + ACTIONS(24298), 1, anon_sym_EQ, STATE(6580), 1, sym_block, @@ -1067656,7 +1067656,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(24294), 1, + ACTIONS(24300), 1, anon_sym_EQ, STATE(7826), 1, sym_block, @@ -1067714,7 +1067714,7 @@ static const uint16_t ts_small_parse_table[] = { [774148] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24296), 1, + ACTIONS(24302), 1, anon_sym_STAR, ACTIONS(8479), 9, sym__automatic_semicolon, @@ -1067790,7 +1067790,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(24298), 1, + ACTIONS(24304), 1, anon_sym_EQ, STATE(8080), 1, sym_block, @@ -1067819,25 +1067819,25 @@ static const uint16_t ts_small_parse_table[] = { [774286] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24168), 1, + ACTIONS(24174), 1, anon_sym_case, - ACTIONS(24170), 1, + ACTIONS(24176), 1, anon_sym_object, - ACTIONS(24174), 1, + ACTIONS(24180), 1, anon_sym_class, - ACTIONS(24176), 1, + ACTIONS(24182), 1, anon_sym_trait, - ACTIONS(24178), 1, + ACTIONS(24184), 1, anon_sym_type, - ACTIONS(24182), 1, + ACTIONS(24188), 1, sym_opaque_modifier, - ACTIONS(24300), 1, + ACTIONS(24306), 1, anon_sym_given, - ACTIONS(24302), 1, + ACTIONS(24308), 1, anon_sym_def, [774320] = 8, ACTIONS(3), 1, @@ -1067872,7 +1067872,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24304), 1, + ACTIONS(24310), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1067945,7 +1067945,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(24306), 1, + ACTIONS(24312), 1, anon_sym_EQ, STATE(8283), 1, sym_block, @@ -1067991,7 +1067991,7 @@ static const uint16_t ts_small_parse_table[] = { [774510] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24212), 1, + ACTIONS(24218), 1, anon_sym_COMMA, STATE(21292), 1, aux_sym_import_declaration_repeat1, @@ -1068072,7 +1068072,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(20864), 1, aux_sym__block_repeat1, - ACTIONS(24308), 2, + ACTIONS(24314), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 7, @@ -1068086,7 +1068086,7 @@ static const uint16_t ts_small_parse_table[] = { [774628] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24212), 1, + ACTIONS(24218), 1, anon_sym_COMMA, STATE(21292), 1, aux_sym_import_declaration_repeat1, @@ -1068116,7 +1068116,7 @@ static const uint16_t ts_small_parse_table[] = { [774664] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(24311), 1, + ACTIONS(24317), 1, anon_sym_with, STATE(20867), 1, aux_sym_compound_type_repeat1, @@ -1068147,9 +1068147,9 @@ static const uint16_t ts_small_parse_table[] = { [774702] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24150), 1, + ACTIONS(24156), 1, anon_sym_LBRACK, - ACTIONS(24152), 1, + ACTIONS(24158), 1, anon_sym_match, STATE(16931), 1, sym_type_arguments, @@ -1068283,9 +1068283,9 @@ static const uint16_t ts_small_parse_table[] = { [774878] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24150), 1, + ACTIONS(24156), 1, anon_sym_LBRACK, - ACTIONS(24152), 1, + ACTIONS(24158), 1, anon_sym_match, STATE(16931), 1, sym_type_arguments, @@ -1068326,7 +1068326,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24314), 1, + ACTIONS(24320), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1068340,7 +1068340,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(7433), 1, sym__backquoted_id, - ACTIONS(24316), 1, + ACTIONS(24322), 1, anon_sym_with, STATE(20880), 1, aux_sym_compound_type_repeat1, @@ -1068355,7 +1068355,7 @@ static const uint16_t ts_small_parse_table[] = { [774974] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24319), 1, + ACTIONS(24325), 1, anon_sym_EQ, ACTIONS(11523), 9, sym__automatic_semicolon, @@ -1068370,7 +1068370,7 @@ static const uint16_t ts_small_parse_table[] = { [774992] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24321), 1, + ACTIONS(24327), 1, anon_sym_COMMA, STATE(21275), 1, aux_sym_import_declaration_repeat1, @@ -1068403,7 +1068403,7 @@ static const uint16_t ts_small_parse_table[] = { [775034] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24321), 1, + ACTIONS(24327), 1, anon_sym_COMMA, STATE(21275), 1, aux_sym_import_declaration_repeat1, @@ -1068429,7 +1068429,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24323), 1, + ACTIONS(24329), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1068479,7 +1068479,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24325), 1, + ACTIONS(24331), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1068495,13 +1068495,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22238), 1, sym__backquoted_id, - ACTIONS(24327), 1, + ACTIONS(24333), 1, anon_sym_LBRACE, - ACTIONS(24329), 1, + ACTIONS(24335), 1, anon_sym_STAR, STATE(6237), 1, sym_identifier, - ACTIONS(24331), 2, + ACTIONS(24337), 2, anon_sym__, anon_sym_given, STATE(7415), 3, @@ -1068566,13 +1068566,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21781), 1, sym__backquoted_id, - ACTIONS(24333), 1, + ACTIONS(24339), 1, anon_sym_LBRACE, - ACTIONS(24335), 1, + ACTIONS(24341), 1, anon_sym_STAR, STATE(5639), 1, sym_identifier, - ACTIONS(24337), 2, + ACTIONS(24343), 2, anon_sym__, anon_sym_given, STATE(6917), 3, @@ -1068582,25 +1068582,25 @@ static const uint16_t ts_small_parse_table[] = { [775272] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24079), 1, + ACTIONS(24085), 1, anon_sym_case, - ACTIONS(24081), 1, + ACTIONS(24087), 1, anon_sym_object, - ACTIONS(24085), 1, + ACTIONS(24091), 1, anon_sym_class, - ACTIONS(24087), 1, + ACTIONS(24093), 1, anon_sym_trait, - ACTIONS(24089), 1, + ACTIONS(24095), 1, anon_sym_type, - ACTIONS(24093), 1, + ACTIONS(24099), 1, sym_opaque_modifier, - ACTIONS(24339), 1, + ACTIONS(24345), 1, anon_sym_given, - ACTIONS(24341), 1, + ACTIONS(24347), 1, anon_sym_def, [775306] = 6, ACTIONS(3), 1, @@ -1068623,25 +1068623,25 @@ static const uint16_t ts_small_parse_table[] = { [775330] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24079), 1, + ACTIONS(24085), 1, anon_sym_case, - ACTIONS(24081), 1, + ACTIONS(24087), 1, anon_sym_object, - ACTIONS(24085), 1, + ACTIONS(24091), 1, anon_sym_class, - ACTIONS(24087), 1, + ACTIONS(24093), 1, anon_sym_trait, - ACTIONS(24343), 1, + ACTIONS(24349), 1, anon_sym_given, - ACTIONS(24345), 1, + ACTIONS(24351), 1, anon_sym_type, - ACTIONS(24347), 1, + ACTIONS(24353), 1, anon_sym_def, - ACTIONS(24349), 1, + ACTIONS(24355), 1, sym_opaque_modifier, [775364] = 11, ACTIONS(3), 1, @@ -1068746,9 +1068746,9 @@ static const uint16_t ts_small_parse_table[] = { [775492] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24351), 1, + ACTIONS(24357), 1, anon_sym_catch, - ACTIONS(24353), 1, + ACTIONS(24359), 1, anon_sym_finally, STATE(6711), 1, sym_finally_clause, @@ -1068764,9 +1068764,9 @@ static const uint16_t ts_small_parse_table[] = { [775516] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24150), 1, + ACTIONS(24156), 1, anon_sym_LBRACK, - ACTIONS(24152), 1, + ACTIONS(24158), 1, anon_sym_match, STATE(16931), 1, sym_type_arguments, @@ -1068795,7 +1068795,7 @@ static const uint16_t ts_small_parse_table[] = { [775554] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24355), 1, + ACTIONS(24361), 1, anon_sym_else, ACTIONS(11903), 9, sym__automatic_semicolon, @@ -1068839,7 +1068839,7 @@ static const uint16_t ts_small_parse_table[] = { [775606] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24357), 1, + ACTIONS(24363), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1068857,7 +1068857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21057), 1, aux_sym__block_repeat1, - ACTIONS(23897), 2, + ACTIONS(23903), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 7, @@ -1068881,7 +1068881,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24359), 1, + ACTIONS(24365), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1068911,13 +1068911,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22157), 1, sym__backquoted_id, - ACTIONS(24361), 1, + ACTIONS(24367), 1, anon_sym_LBRACE, - ACTIONS(24363), 1, + ACTIONS(24369), 1, anon_sym_STAR, STATE(6598), 1, sym_identifier, - ACTIONS(24365), 2, + ACTIONS(24371), 2, anon_sym__, anon_sym_given, STATE(7859), 3, @@ -1068955,7 +1068955,7 @@ static const uint16_t ts_small_parse_table[] = { [775754] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24321), 1, + ACTIONS(24327), 1, anon_sym_COMMA, STATE(20882), 1, aux_sym_import_declaration_repeat1, @@ -1068985,7 +1068985,7 @@ static const uint16_t ts_small_parse_table[] = { [775790] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24367), 1, + ACTIONS(24373), 1, anon_sym_EQ, ACTIONS(11491), 9, sym__automatic_semicolon, @@ -1069000,32 +1069000,32 @@ static const uint16_t ts_small_parse_table[] = { [775808] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24190), 1, + ACTIONS(24196), 1, anon_sym_object, - ACTIONS(24369), 1, + ACTIONS(24375), 1, anon_sym_case, - ACTIONS(24371), 1, + ACTIONS(24377), 1, anon_sym_given, - ACTIONS(24373), 1, + ACTIONS(24379), 1, anon_sym_class, - ACTIONS(24375), 1, + ACTIONS(24381), 1, anon_sym_trait, - ACTIONS(24377), 1, + ACTIONS(24383), 1, anon_sym_type, - ACTIONS(24379), 1, + ACTIONS(24385), 1, anon_sym_def, - ACTIONS(24381), 1, + ACTIONS(24387), 1, sym_opaque_modifier, [775842] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(24383), 1, + ACTIONS(24389), 1, anon_sym_EQ, STATE(7214), 1, sym_block, @@ -1069040,7 +1069040,7 @@ static const uint16_t ts_small_parse_table[] = { [775864] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24321), 1, + ACTIONS(24327), 1, anon_sym_COMMA, STATE(20884), 1, aux_sym_import_declaration_repeat1, @@ -1069070,7 +1069070,7 @@ static const uint16_t ts_small_parse_table[] = { [775900] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24385), 1, + ACTIONS(24391), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1069086,7 +1069086,7 @@ static const uint16_t ts_small_parse_table[] = { [775920] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24387), 1, + ACTIONS(24393), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1069102,7 +1069102,7 @@ static const uint16_t ts_small_parse_table[] = { [775940] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24389), 1, + ACTIONS(24395), 1, anon_sym_else, ACTIONS(11903), 9, sym__automatic_semicolon, @@ -1069140,7 +1069140,7 @@ static const uint16_t ts_small_parse_table[] = { [775992] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24391), 1, + ACTIONS(24397), 1, anon_sym_else, ACTIONS(11897), 9, sym__automatic_semicolon, @@ -1069177,9 +1069177,9 @@ static const uint16_t ts_small_parse_table[] = { [776042] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24393), 1, + ACTIONS(24399), 1, anon_sym_catch, - ACTIONS(24395), 1, + ACTIONS(24401), 1, anon_sym_finally, STATE(6328), 1, sym_finally_clause, @@ -1069195,7 +1069195,7 @@ static const uint16_t ts_small_parse_table[] = { [776066] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23861), 1, + ACTIONS(23867), 1, anon_sym_finally, STATE(6664), 1, sym_finally_clause, @@ -1069213,7 +1069213,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(24397), 1, + ACTIONS(24403), 1, anon_sym_EQ, STATE(7151), 1, sym_block, @@ -1069228,9 +1069228,9 @@ static const uint16_t ts_small_parse_table[] = { [776108] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24399), 1, + ACTIONS(24405), 1, anon_sym_catch, - ACTIONS(24401), 1, + ACTIONS(24407), 1, anon_sym_finally, STATE(22172), 1, sym_catch_clause, @@ -1069246,25 +1069246,25 @@ static const uint16_t ts_small_parse_table[] = { [776132] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24240), 1, + ACTIONS(24246), 1, anon_sym_type, - ACTIONS(24244), 1, + ACTIONS(24250), 1, sym_opaque_modifier, - ACTIONS(24403), 1, + ACTIONS(24409), 1, anon_sym_case, - ACTIONS(24405), 1, + ACTIONS(24411), 1, anon_sym_object, - ACTIONS(24407), 1, + ACTIONS(24413), 1, anon_sym_given, - ACTIONS(24409), 1, + ACTIONS(24415), 1, anon_sym_class, - ACTIONS(24411), 1, + ACTIONS(24417), 1, anon_sym_trait, - ACTIONS(24413), 1, + ACTIONS(24419), 1, anon_sym_def, [776166] = 2, ACTIONS(3), 1, @@ -1069287,13 +1069287,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21962), 1, sym__backquoted_id, - ACTIONS(24415), 1, + ACTIONS(24421), 1, anon_sym_LBRACE, - ACTIONS(24417), 1, + ACTIONS(24423), 1, anon_sym_STAR, STATE(5082), 1, sym_identifier, - ACTIONS(24419), 2, + ACTIONS(24425), 2, anon_sym__, anon_sym_given, STATE(6165), 3, @@ -1069397,9 +1069397,9 @@ static const uint16_t ts_small_parse_table[] = { [776326] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24399), 1, + ACTIONS(24405), 1, anon_sym_catch, - ACTIONS(24421), 1, + ACTIONS(24427), 1, anon_sym_finally, STATE(22065), 1, sym_catch_clause, @@ -1069417,7 +1069417,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(24423), 1, + ACTIONS(24429), 1, anon_sym_EQ, STATE(7296), 1, sym_block, @@ -1069432,9 +1069432,9 @@ static const uint16_t ts_small_parse_table[] = { [776372] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24150), 1, + ACTIONS(24156), 1, anon_sym_LBRACK, - ACTIONS(24152), 1, + ACTIONS(24158), 1, anon_sym_match, STATE(16931), 1, sym_type_arguments, @@ -1069474,7 +1069474,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24425), 1, + ACTIONS(24431), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1069504,13 +1069504,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21721), 1, sym__backquoted_id, - ACTIONS(24254), 1, + ACTIONS(24260), 1, anon_sym_LBRACE, - ACTIONS(24256), 1, + ACTIONS(24262), 1, anon_sym_STAR, STATE(20057), 1, sym_identifier, - ACTIONS(24258), 2, + ACTIONS(24264), 2, anon_sym__, anon_sym_given, STATE(20791), 3, @@ -1069537,9 +1069537,9 @@ static const uint16_t ts_small_parse_table[] = { [776510] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24150), 1, + ACTIONS(24156), 1, anon_sym_LBRACK, - ACTIONS(24152), 1, + ACTIONS(24158), 1, anon_sym_match, STATE(16931), 1, sym_type_arguments, @@ -1069564,7 +1069564,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24427), 1, + ACTIONS(24433), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1069606,7 +1069606,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24429), 1, + ACTIONS(24435), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1069618,25 +1069618,25 @@ static const uint16_t ts_small_parse_table[] = { [776624] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(23983), 1, + ACTIONS(23989), 1, anon_sym_type, - ACTIONS(23987), 1, + ACTIONS(23993), 1, sym_opaque_modifier, - ACTIONS(24431), 1, + ACTIONS(24437), 1, anon_sym_case, - ACTIONS(24433), 1, + ACTIONS(24439), 1, anon_sym_object, - ACTIONS(24435), 1, + ACTIONS(24441), 1, anon_sym_given, - ACTIONS(24437), 1, + ACTIONS(24443), 1, anon_sym_class, - ACTIONS(24439), 1, + ACTIONS(24445), 1, anon_sym_trait, - ACTIONS(24441), 1, + ACTIONS(24447), 1, anon_sym_def, [776658] = 10, ACTIONS(127), 1, @@ -1069651,7 +1069651,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24443), 1, + ACTIONS(24449), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1069663,9 +1069663,9 @@ static const uint16_t ts_small_parse_table[] = { [776690] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24150), 1, + ACTIONS(24156), 1, anon_sym_LBRACK, - ACTIONS(24152), 1, + ACTIONS(24158), 1, anon_sym_match, STATE(16931), 1, sym_type_arguments, @@ -1069681,9 +1069681,9 @@ static const uint16_t ts_small_parse_table[] = { [776714] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24059), 1, + ACTIONS(24065), 1, anon_sym_LBRACK, - ACTIONS(24061), 1, + ACTIONS(24067), 1, anon_sym_match, STATE(17056), 1, sym_type_arguments, @@ -1069740,7 +1069740,7 @@ static const uint16_t ts_small_parse_table[] = { [776784] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24445), 1, + ACTIONS(24451), 1, anon_sym_end, STATE(21905), 1, sym__end_marker, @@ -1069770,9 +1069770,9 @@ static const uint16_t ts_small_parse_table[] = { [776820] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24150), 1, + ACTIONS(24156), 1, anon_sym_LBRACK, - ACTIONS(24152), 1, + ACTIONS(24158), 1, anon_sym_match, STATE(16931), 1, sym_type_arguments, @@ -1069847,7 +1069847,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(14985), 1, anon_sym_match, - ACTIONS(23967), 1, + ACTIONS(23973), 1, anon_sym_LBRACK, STATE(16916), 1, sym_type_arguments, @@ -1069880,13 +1069880,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22301), 1, sym__backquoted_id, - ACTIONS(24447), 1, + ACTIONS(24453), 1, anon_sym_LBRACE, - ACTIONS(24449), 1, + ACTIONS(24455), 1, anon_sym_STAR, STATE(19867), 1, sym_identifier, - ACTIONS(24451), 2, + ACTIONS(24457), 2, anon_sym__, anon_sym_given, STATE(21070), 3, @@ -1069910,7 +1069910,7 @@ static const uint16_t ts_small_parse_table[] = { [776992] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24453), 1, + ACTIONS(24459), 1, anon_sym_LPAREN, STATE(20972), 2, sym_arguments, @@ -1069936,7 +1069936,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24456), 1, + ACTIONS(24462), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1069971,9 +1069971,9 @@ static const uint16_t ts_small_parse_table[] = { [777078] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24059), 1, + ACTIONS(24065), 1, anon_sym_LBRACK, - ACTIONS(24061), 1, + ACTIONS(24067), 1, anon_sym_match, STATE(17056), 1, sym_type_arguments, @@ -1069989,7 +1069989,7 @@ static const uint16_t ts_small_parse_table[] = { [777102] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24458), 1, + ACTIONS(24464), 1, anon_sym_as, ACTIONS(8091), 9, sym__automatic_semicolon, @@ -1070004,9 +1070004,9 @@ static const uint16_t ts_small_parse_table[] = { [777120] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24150), 1, + ACTIONS(24156), 1, anon_sym_LBRACK, - ACTIONS(24152), 1, + ACTIONS(24158), 1, anon_sym_match, STATE(16931), 1, sym_type_arguments, @@ -1070025,13 +1070025,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21744), 1, sym__backquoted_id, - ACTIONS(24460), 1, + ACTIONS(24466), 1, anon_sym_LBRACE, - ACTIONS(24462), 1, + ACTIONS(24468), 1, anon_sym_STAR, STATE(20976), 1, sym_identifier, - ACTIONS(24464), 2, + ACTIONS(24470), 2, anon_sym__, anon_sym_given, STATE(22204), 3, @@ -1070041,9 +1070041,9 @@ static const uint16_t ts_small_parse_table[] = { [777170] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24059), 1, + ACTIONS(24065), 1, anon_sym_LBRACK, - ACTIONS(24061), 1, + ACTIONS(24067), 1, anon_sym_match, STATE(17056), 1, sym_type_arguments, @@ -1070062,13 +1070062,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22053), 1, sym__backquoted_id, - ACTIONS(24466), 1, + ACTIONS(24472), 1, anon_sym_LBRACE, - ACTIONS(24468), 1, + ACTIONS(24474), 1, anon_sym_STAR, STATE(20490), 1, sym_identifier, - ACTIONS(24470), 2, + ACTIONS(24476), 2, anon_sym__, anon_sym_given, STATE(21347), 3, @@ -1070078,7 +1070078,7 @@ static const uint16_t ts_small_parse_table[] = { [777220] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24472), 1, + ACTIONS(24478), 1, anon_sym_LBRACK, STATE(5432), 1, sym_access_qualifier, @@ -1070137,7 +1070137,7 @@ static const uint16_t ts_small_parse_table[] = { [777302] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24474), 1, + ACTIONS(24480), 1, anon_sym_DOT, STATE(20984), 1, aux_sym__namespace_expression_repeat1, @@ -1070188,25 +1070188,25 @@ static const uint16_t ts_small_parse_table[] = { [777368] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24188), 1, + ACTIONS(24194), 1, anon_sym_case, - ACTIONS(24190), 1, + ACTIONS(24196), 1, anon_sym_object, - ACTIONS(24194), 1, + ACTIONS(24200), 1, anon_sym_class, - ACTIONS(24196), 1, + ACTIONS(24202), 1, anon_sym_trait, - ACTIONS(24240), 1, + ACTIONS(24246), 1, anon_sym_type, - ACTIONS(24244), 1, + ACTIONS(24250), 1, sym_opaque_modifier, - ACTIONS(24477), 1, + ACTIONS(24483), 1, anon_sym_given, - ACTIONS(24479), 1, + ACTIONS(24485), 1, anon_sym_def, [777402] = 10, ACTIONS(127), 1, @@ -1070221,7 +1070221,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24481), 1, + ACTIONS(24487), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1070235,7 +1070235,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(20989), 1, aux_sym__block_repeat1, - ACTIONS(24483), 2, + ACTIONS(24489), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 7, @@ -1070251,7 +1070251,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11122), 1, anon_sym_LBRACE, - ACTIONS(24486), 1, + ACTIONS(24492), 1, anon_sym_EQ, STATE(6791), 1, sym_block, @@ -1070334,7 +1070334,7 @@ static const uint16_t ts_small_parse_table[] = { [777564] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24488), 1, + ACTIONS(24494), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1070406,7 +1070406,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24490), 1, + ACTIONS(24496), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1070441,25 +1070441,25 @@ static const uint16_t ts_small_parse_table[] = { [777718] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24003), 1, + ACTIONS(24009), 1, anon_sym_type, - ACTIONS(24007), 1, + ACTIONS(24013), 1, sym_opaque_modifier, - ACTIONS(24492), 1, + ACTIONS(24498), 1, anon_sym_case, - ACTIONS(24494), 1, + ACTIONS(24500), 1, anon_sym_object, - ACTIONS(24496), 1, + ACTIONS(24502), 1, anon_sym_given, - ACTIONS(24498), 1, + ACTIONS(24504), 1, anon_sym_class, - ACTIONS(24500), 1, + ACTIONS(24506), 1, anon_sym_trait, - ACTIONS(24502), 1, + ACTIONS(24508), 1, anon_sym_def, [777752] = 3, ACTIONS(3), 1, @@ -1070479,9 +1070479,9 @@ static const uint16_t ts_small_parse_table[] = { [777770] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24118), 1, + ACTIONS(24124), 1, anon_sym_catch, - ACTIONS(24504), 1, + ACTIONS(24510), 1, anon_sym_finally, STATE(8289), 1, sym_finally_clause, @@ -1070511,7 +1070511,7 @@ static const uint16_t ts_small_parse_table[] = { [777810] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24506), 1, + ACTIONS(24512), 1, anon_sym_STAR, ACTIONS(8479), 9, sym__automatic_semicolon, @@ -1070526,25 +1070526,25 @@ static const uint16_t ts_small_parse_table[] = { [777828] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23969), 1, + ACTIONS(23975), 1, anon_sym_case, - ACTIONS(23971), 1, + ACTIONS(23977), 1, anon_sym_object, - ACTIONS(23975), 1, + ACTIONS(23981), 1, anon_sym_class, - ACTIONS(23977), 1, + ACTIONS(23983), 1, anon_sym_trait, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(23983), 1, + ACTIONS(23989), 1, anon_sym_type, - ACTIONS(23987), 1, + ACTIONS(23993), 1, sym_opaque_modifier, - ACTIONS(24508), 1, + ACTIONS(24514), 1, anon_sym_given, - ACTIONS(24510), 1, + ACTIONS(24516), 1, anon_sym_def, [777862] = 3, ACTIONS(127), 1, @@ -1070564,9 +1070564,9 @@ static const uint16_t ts_small_parse_table[] = { [777880] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24150), 1, + ACTIONS(24156), 1, anon_sym_LBRACK, - ACTIONS(24152), 1, + ACTIONS(24158), 1, anon_sym_match, STATE(16931), 1, sym_type_arguments, @@ -1070605,25 +1070605,25 @@ static const uint16_t ts_small_parse_table[] = { [777938] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24512), 1, + ACTIONS(24518), 1, anon_sym_case, - ACTIONS(24514), 1, + ACTIONS(24520), 1, anon_sym_object, - ACTIONS(24516), 1, + ACTIONS(24522), 1, anon_sym_given, - ACTIONS(24518), 1, + ACTIONS(24524), 1, anon_sym_class, - ACTIONS(24520), 1, + ACTIONS(24526), 1, anon_sym_trait, - ACTIONS(24522), 1, + ACTIONS(24528), 1, anon_sym_type, - ACTIONS(24524), 1, + ACTIONS(24530), 1, anon_sym_def, - ACTIONS(24526), 1, + ACTIONS(24532), 1, sym_opaque_modifier, [777972] = 11, ACTIONS(3), 1, @@ -1070679,9 +1070679,9 @@ static const uint16_t ts_small_parse_table[] = { [778038] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24059), 1, + ACTIONS(24065), 1, anon_sym_LBRACK, - ACTIONS(24061), 1, + ACTIONS(24067), 1, anon_sym_match, STATE(17056), 1, sym_type_arguments, @@ -1070706,7 +1070706,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24528), 1, + ACTIONS(24534), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1070718,32 +1070718,32 @@ static const uint16_t ts_small_parse_table[] = { [778092] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(23993), 1, + ACTIONS(23999), 1, anon_sym_case, - ACTIONS(23995), 1, + ACTIONS(24001), 1, anon_sym_object, - ACTIONS(23999), 1, + ACTIONS(24005), 1, anon_sym_class, - ACTIONS(24001), 1, + ACTIONS(24007), 1, anon_sym_trait, - ACTIONS(24003), 1, + ACTIONS(24009), 1, anon_sym_type, - ACTIONS(24007), 1, + ACTIONS(24013), 1, sym_opaque_modifier, - ACTIONS(24530), 1, + ACTIONS(24536), 1, anon_sym_given, - ACTIONS(24532), 1, + ACTIONS(24538), 1, anon_sym_def, [778126] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24351), 1, + ACTIONS(24357), 1, anon_sym_catch, - ACTIONS(24534), 1, + ACTIONS(24540), 1, anon_sym_finally, STATE(7449), 1, sym_finally_clause, @@ -1070759,9 +1070759,9 @@ static const uint16_t ts_small_parse_table[] = { [778150] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24059), 1, + ACTIONS(24065), 1, anon_sym_LBRACK, - ACTIONS(24061), 1, + ACTIONS(24067), 1, anon_sym_match, STATE(17056), 1, sym_type_arguments, @@ -1070777,7 +1070777,7 @@ static const uint16_t ts_small_parse_table[] = { [778174] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24536), 1, + ACTIONS(24542), 1, anon_sym_LBRACK, STATE(20483), 1, sym_access_qualifier, @@ -1070872,7 +1070872,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24538), 1, + ACTIONS(24544), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1070907,25 +1070907,25 @@ static const uint16_t ts_small_parse_table[] = { [778350] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24029), 1, + ACTIONS(24035), 1, anon_sym_case, - ACTIONS(24031), 1, + ACTIONS(24037), 1, anon_sym_object, - ACTIONS(24035), 1, + ACTIONS(24041), 1, anon_sym_class, - ACTIONS(24037), 1, + ACTIONS(24043), 1, anon_sym_trait, - ACTIONS(24039), 1, + ACTIONS(24045), 1, anon_sym_type, - ACTIONS(24043), 1, + ACTIONS(24049), 1, sym_opaque_modifier, - ACTIONS(24540), 1, + ACTIONS(24546), 1, anon_sym_given, - ACTIONS(24542), 1, + ACTIONS(24548), 1, anon_sym_def, [778384] = 8, ACTIONS(3), 1, @@ -1070934,13 +1070934,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22301), 1, sym__backquoted_id, - ACTIONS(24447), 1, + ACTIONS(24453), 1, anon_sym_LBRACE, - ACTIONS(24449), 1, + ACTIONS(24455), 1, anon_sym_STAR, STATE(19867), 1, sym_identifier, - ACTIONS(24451), 2, + ACTIONS(24457), 2, anon_sym__, anon_sym_given, STATE(20969), 3, @@ -1070954,13 +1070954,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22157), 1, sym__backquoted_id, - ACTIONS(24361), 1, + ACTIONS(24367), 1, anon_sym_LBRACE, - ACTIONS(24363), 1, + ACTIONS(24369), 1, anon_sym_STAR, STATE(6598), 1, sym_identifier, - ACTIONS(24365), 2, + ACTIONS(24371), 2, anon_sym__, anon_sym_given, STATE(8157), 3, @@ -1070970,9 +1070970,9 @@ static const uint16_t ts_small_parse_table[] = { [778440] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24059), 1, + ACTIONS(24065), 1, anon_sym_LBRACK, - ACTIONS(24061), 1, + ACTIONS(24067), 1, anon_sym_match, STATE(17056), 1, sym_type_arguments, @@ -1070987,25 +1070987,25 @@ static const uint16_t ts_small_parse_table[] = { [778462] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24029), 1, + ACTIONS(24035), 1, anon_sym_case, - ACTIONS(24031), 1, + ACTIONS(24037), 1, anon_sym_object, - ACTIONS(24035), 1, + ACTIONS(24041), 1, anon_sym_class, - ACTIONS(24037), 1, + ACTIONS(24043), 1, anon_sym_trait, - ACTIONS(24039), 1, + ACTIONS(24045), 1, anon_sym_type, - ACTIONS(24043), 1, + ACTIONS(24049), 1, sym_opaque_modifier, - ACTIONS(24544), 1, + ACTIONS(24550), 1, anon_sym_given, - ACTIONS(24546), 1, + ACTIONS(24552), 1, anon_sym_def, [778496] = 11, ACTIONS(3), 1, @@ -1071037,13 +1071037,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21656), 1, sym__backquoted_id, - ACTIONS(24548), 1, + ACTIONS(24554), 1, anon_sym_LBRACE, - ACTIONS(24550), 1, + ACTIONS(24556), 1, anon_sym_STAR, STATE(5953), 1, sym_identifier, - ACTIONS(24552), 2, + ACTIONS(24558), 2, anon_sym__, anon_sym_given, STATE(7161), 3, @@ -1071067,25 +1071067,25 @@ static const uint16_t ts_small_parse_table[] = { [778574] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24039), 1, + ACTIONS(24045), 1, anon_sym_type, - ACTIONS(24043), 1, + ACTIONS(24049), 1, sym_opaque_modifier, - ACTIONS(24554), 1, + ACTIONS(24560), 1, anon_sym_case, - ACTIONS(24556), 1, + ACTIONS(24562), 1, anon_sym_object, - ACTIONS(24558), 1, + ACTIONS(24564), 1, anon_sym_given, - ACTIONS(24560), 1, + ACTIONS(24566), 1, anon_sym_class, - ACTIONS(24562), 1, + ACTIONS(24568), 1, anon_sym_trait, - ACTIONS(24564), 1, + ACTIONS(24570), 1, anon_sym_def, [778608] = 11, ACTIONS(3), 1, @@ -1071113,7 +1071113,7 @@ static const uint16_t ts_small_parse_table[] = { [778642] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24566), 1, + ACTIONS(24572), 1, anon_sym_DOT, STATE(20824), 1, aux_sym__namespace_expression_repeat1, @@ -1071129,9 +1071129,9 @@ static const uint16_t ts_small_parse_table[] = { [778662] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(23961), 1, + ACTIONS(23967), 1, anon_sym_LBRACE, - ACTIONS(24568), 1, + ACTIONS(24574), 1, anon_sym_EQ, STATE(21970), 1, sym_block, @@ -1071146,25 +1071146,25 @@ static const uint16_t ts_small_parse_table[] = { [778684] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24079), 1, + ACTIONS(24085), 1, anon_sym_case, - ACTIONS(24081), 1, + ACTIONS(24087), 1, anon_sym_object, - ACTIONS(24085), 1, + ACTIONS(24091), 1, anon_sym_class, - ACTIONS(24087), 1, + ACTIONS(24093), 1, anon_sym_trait, - ACTIONS(24089), 1, + ACTIONS(24095), 1, anon_sym_type, - ACTIONS(24093), 1, + ACTIONS(24099), 1, sym_opaque_modifier, - ACTIONS(24570), 1, + ACTIONS(24576), 1, anon_sym_given, - ACTIONS(24572), 1, + ACTIONS(24578), 1, anon_sym_def, [778718] = 11, ACTIONS(3), 1, @@ -1071196,13 +1071196,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21471), 1, sym__backquoted_id, - ACTIONS(24574), 1, + ACTIONS(24580), 1, anon_sym_LBRACE, - ACTIONS(24576), 1, + ACTIONS(24582), 1, anon_sym_STAR, STATE(5427), 1, sym_identifier, - ACTIONS(24578), 2, + ACTIONS(24584), 2, anon_sym__, anon_sym_given, STATE(6562), 3, @@ -1071212,9 +1071212,9 @@ static const uint16_t ts_small_parse_table[] = { [778780] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24059), 1, + ACTIONS(24065), 1, anon_sym_LBRACK, - ACTIONS(24061), 1, + ACTIONS(24067), 1, anon_sym_match, STATE(17056), 1, sym_type_arguments, @@ -1071229,9 +1071229,9 @@ static const uint16_t ts_small_parse_table[] = { [778802] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24059), 1, + ACTIONS(24065), 1, anon_sym_LBRACK, - ACTIONS(24061), 1, + ACTIONS(24067), 1, anon_sym_match, STATE(17056), 1, sym_type_arguments, @@ -1071246,9 +1071246,9 @@ static const uint16_t ts_small_parse_table[] = { [778824] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24059), 1, + ACTIONS(24065), 1, anon_sym_LBRACK, - ACTIONS(24061), 1, + ACTIONS(24067), 1, anon_sym_match, STATE(17056), 1, sym_type_arguments, @@ -1071263,7 +1071263,7 @@ static const uint16_t ts_small_parse_table[] = { [778846] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24580), 1, + ACTIONS(24586), 1, anon_sym_EQ, ACTIONS(11505), 9, sym__automatic_semicolon, @@ -1071278,25 +1071278,25 @@ static const uint16_t ts_small_parse_table[] = { [778864] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23969), 1, + ACTIONS(23975), 1, anon_sym_case, - ACTIONS(23971), 1, + ACTIONS(23977), 1, anon_sym_object, - ACTIONS(23975), 1, + ACTIONS(23981), 1, anon_sym_class, - ACTIONS(23977), 1, + ACTIONS(23983), 1, anon_sym_trait, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(23983), 1, + ACTIONS(23989), 1, anon_sym_type, - ACTIONS(23987), 1, + ACTIONS(23993), 1, sym_opaque_modifier, - ACTIONS(24582), 1, + ACTIONS(24588), 1, anon_sym_given, - ACTIONS(24584), 1, + ACTIONS(24590), 1, anon_sym_def, [778898] = 2, ACTIONS(3), 1, @@ -1071338,9 +1071338,9 @@ static const uint16_t ts_small_parse_table[] = { [778948] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(23961), 1, + ACTIONS(23967), 1, anon_sym_LBRACE, - ACTIONS(24586), 1, + ACTIONS(24592), 1, anon_sym_EQ, STATE(22005), 1, sym_block, @@ -1071355,25 +1071355,25 @@ static const uint16_t ts_small_parse_table[] = { [778970] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24134), 1, + ACTIONS(24140), 1, anon_sym_case, - ACTIONS(24136), 1, + ACTIONS(24142), 1, anon_sym_object, - ACTIONS(24140), 1, + ACTIONS(24146), 1, anon_sym_class, - ACTIONS(24142), 1, + ACTIONS(24148), 1, anon_sym_trait, - ACTIONS(24588), 1, + ACTIONS(24594), 1, anon_sym_given, - ACTIONS(24590), 1, + ACTIONS(24596), 1, anon_sym_type, - ACTIONS(24592), 1, + ACTIONS(24598), 1, anon_sym_def, - ACTIONS(24594), 1, + ACTIONS(24600), 1, sym_opaque_modifier, [779004] = 8, ACTIONS(3), 1, @@ -1071382,13 +1071382,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21656), 1, sym__backquoted_id, - ACTIONS(24548), 1, + ACTIONS(24554), 1, anon_sym_LBRACE, - ACTIONS(24550), 1, + ACTIONS(24556), 1, anon_sym_STAR, STATE(5953), 1, sym_identifier, - ACTIONS(24552), 2, + ACTIONS(24558), 2, anon_sym__, anon_sym_given, STATE(7270), 3, @@ -1071408,7 +1071408,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24596), 1, + ACTIONS(24602), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1071430,7 +1071430,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24598), 1, + ACTIONS(24604), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1071465,9 +1071465,9 @@ static const uint16_t ts_small_parse_table[] = { [779130] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24150), 1, + ACTIONS(24156), 1, anon_sym_LBRACK, - ACTIONS(24152), 1, + ACTIONS(24158), 1, anon_sym_match, STATE(16931), 1, sym_type_arguments, @@ -1071505,25 +1071505,25 @@ static const uint16_t ts_small_parse_table[] = { [779186] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24089), 1, + ACTIONS(24095), 1, anon_sym_type, - ACTIONS(24093), 1, + ACTIONS(24099), 1, sym_opaque_modifier, - ACTIONS(24600), 1, + ACTIONS(24606), 1, anon_sym_case, - ACTIONS(24602), 1, + ACTIONS(24608), 1, anon_sym_object, - ACTIONS(24604), 1, + ACTIONS(24610), 1, anon_sym_given, - ACTIONS(24606), 1, + ACTIONS(24612), 1, anon_sym_class, - ACTIONS(24608), 1, + ACTIONS(24614), 1, anon_sym_trait, - ACTIONS(24610), 1, + ACTIONS(24616), 1, anon_sym_def, [779220] = 8, ACTIONS(3), 1, @@ -1071550,7 +1071550,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(20731), 1, aux_sym__block_repeat1, - ACTIONS(24612), 2, + ACTIONS(24618), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 7, @@ -1071593,25 +1071593,25 @@ static const uint16_t ts_small_parse_table[] = { [779302] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24134), 1, + ACTIONS(24140), 1, anon_sym_case, - ACTIONS(24136), 1, + ACTIONS(24142), 1, anon_sym_object, - ACTIONS(24140), 1, + ACTIONS(24146), 1, anon_sym_class, - ACTIONS(24142), 1, + ACTIONS(24148), 1, anon_sym_trait, - ACTIONS(24144), 1, + ACTIONS(24150), 1, anon_sym_type, - ACTIONS(24148), 1, + ACTIONS(24154), 1, sym_opaque_modifier, - ACTIONS(24614), 1, + ACTIONS(24620), 1, anon_sym_given, - ACTIONS(24616), 1, + ACTIONS(24622), 1, anon_sym_def, [779336] = 4, ACTIONS(127), 1, @@ -1071691,48 +1071691,48 @@ static const uint16_t ts_small_parse_table[] = { [779438] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24618), 1, + ACTIONS(24624), 1, anon_sym_case, - ACTIONS(24620), 1, + ACTIONS(24626), 1, anon_sym_object, - ACTIONS(24622), 1, + ACTIONS(24628), 1, anon_sym_given, - ACTIONS(24624), 1, + ACTIONS(24630), 1, anon_sym_class, - ACTIONS(24626), 1, + ACTIONS(24632), 1, anon_sym_trait, - ACTIONS(24628), 1, + ACTIONS(24634), 1, anon_sym_type, - ACTIONS(24630), 1, + ACTIONS(24636), 1, anon_sym_def, - ACTIONS(24632), 1, + ACTIONS(24638), 1, sym_opaque_modifier, [779472] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24065), 1, + ACTIONS(24071), 1, anon_sym_object, - ACTIONS(24158), 1, + ACTIONS(24164), 1, anon_sym_given, - ACTIONS(24634), 1, + ACTIONS(24640), 1, anon_sym_case, - ACTIONS(24636), 1, + ACTIONS(24642), 1, anon_sym_class, - ACTIONS(24638), 1, + ACTIONS(24644), 1, anon_sym_trait, - ACTIONS(24640), 1, + ACTIONS(24646), 1, anon_sym_type, - ACTIONS(24642), 1, + ACTIONS(24648), 1, anon_sym_def, - ACTIONS(24644), 1, + ACTIONS(24650), 1, sym_opaque_modifier, [779506] = 10, ACTIONS(127), 1, @@ -1071747,7 +1071747,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24646), 1, + ACTIONS(24652), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1071785,7 +1071785,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24648), 1, + ACTIONS(24654), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1071851,7 +1071851,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24650), 1, + ACTIONS(24656), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1071887,7 +1071887,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24652), 1, + ACTIONS(24658), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1071909,7 +1071909,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24654), 1, + ACTIONS(24660), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1071945,7 +1071945,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24656), 1, + ACTIONS(24662), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1071961,13 +1071961,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21744), 1, sym__backquoted_id, - ACTIONS(24460), 1, + ACTIONS(24466), 1, anon_sym_LBRACE, - ACTIONS(24462), 1, + ACTIONS(24468), 1, anon_sym_STAR, STATE(20976), 1, sym_identifier, - ACTIONS(24464), 2, + ACTIONS(24470), 2, anon_sym__, anon_sym_given, STATE(22296), 3, @@ -1072026,7 +1072026,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11122), 1, anon_sym_LBRACE, - ACTIONS(24658), 1, + ACTIONS(24664), 1, anon_sym_EQ, STATE(6852), 1, sym_block, @@ -1072074,25 +1072074,25 @@ static const uint16_t ts_small_parse_table[] = { [779952] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24144), 1, + ACTIONS(24150), 1, anon_sym_type, - ACTIONS(24148), 1, + ACTIONS(24154), 1, sym_opaque_modifier, - ACTIONS(24660), 1, + ACTIONS(24666), 1, anon_sym_case, - ACTIONS(24662), 1, + ACTIONS(24668), 1, anon_sym_object, - ACTIONS(24664), 1, + ACTIONS(24670), 1, anon_sym_given, - ACTIONS(24666), 1, + ACTIONS(24672), 1, anon_sym_class, - ACTIONS(24668), 1, + ACTIONS(24674), 1, anon_sym_trait, - ACTIONS(24670), 1, + ACTIONS(24676), 1, anon_sym_def, [779986] = 2, ACTIONS(3), 1, @@ -1072111,7 +1072111,7 @@ static const uint16_t ts_small_parse_table[] = { [780002] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23937), 1, + ACTIONS(23943), 1, anon_sym_finally, STATE(6335), 1, sym_finally_clause, @@ -1072173,7 +1072173,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24672), 1, + ACTIONS(24678), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1072199,9 +1072199,9 @@ static const uint16_t ts_small_parse_table[] = { [780118] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24674), 1, + ACTIONS(24680), 1, anon_sym_LBRACE, - ACTIONS(24676), 1, + ACTIONS(24682), 1, anon_sym_EQ, STATE(22193), 1, sym_block, @@ -1072230,7 +1072230,7 @@ static const uint16_t ts_small_parse_table[] = { [780156] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24678), 1, + ACTIONS(24684), 1, anon_sym_EQ, ACTIONS(11491), 9, sym__automatic_semicolon, @@ -1072290,7 +1072290,7 @@ static const uint16_t ts_small_parse_table[] = { sym__backquoted_id, ACTIONS(23640), 1, anon_sym_STAR, - ACTIONS(24680), 1, + ACTIONS(24686), 1, anon_sym_LBRACE, STATE(12215), 1, sym_identifier, @@ -1072318,7 +1072318,7 @@ static const uint16_t ts_small_parse_table[] = { [780272] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24682), 1, + ACTIONS(24688), 1, anon_sym_else, ACTIONS(11897), 9, sym__automatic_semicolon, @@ -1072352,7 +1072352,7 @@ static const uint16_t ts_small_parse_table[] = { [780316] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24684), 1, + ACTIONS(24690), 1, anon_sym_else, ACTIONS(11903), 9, sym__automatic_semicolon, @@ -1072377,7 +1072377,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24686), 1, + ACTIONS(24692), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1072389,7 +1072389,7 @@ static const uint16_t ts_small_parse_table[] = { [780366] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24688), 1, + ACTIONS(24694), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1072405,7 +1072405,7 @@ static const uint16_t ts_small_parse_table[] = { [780386] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24690), 1, + ACTIONS(24696), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1072466,9 +1072466,9 @@ static const uint16_t ts_small_parse_table[] = { [780460] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24055), 1, + ACTIONS(24061), 1, anon_sym_catch, - ACTIONS(24692), 1, + ACTIONS(24698), 1, anon_sym_finally, STATE(22125), 1, sym_catch_clause, @@ -1072486,7 +1072486,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21110), 1, aux_sym__block_repeat1, - ACTIONS(24694), 2, + ACTIONS(24700), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 7, @@ -1072502,7 +1072502,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(7160), 1, sym__backquoted_id, - ACTIONS(24697), 1, + ACTIONS(24703), 1, anon_sym_LPAREN, STATE(21111), 2, sym_arguments, @@ -1072527,7 +1072527,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24700), 1, + ACTIONS(24706), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1072553,9 +1072553,9 @@ static const uint16_t ts_small_parse_table[] = { [780574] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24702), 1, + ACTIONS(24708), 1, anon_sym_catch, - ACTIONS(24704), 1, + ACTIONS(24710), 1, anon_sym_finally, STATE(6571), 1, sym_finally_clause, @@ -1072573,7 +1072573,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11122), 1, anon_sym_LBRACE, - ACTIONS(24706), 1, + ACTIONS(24712), 1, anon_sym_EQ, STATE(6943), 1, sym_block, @@ -1072598,7 +1072598,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24708), 1, + ACTIONS(24714), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1072632,7 +1072632,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(7368), 1, sym__backquoted_id, - ACTIONS(23915), 1, + ACTIONS(23921), 1, anon_sym_with, STATE(20880), 1, aux_sym_compound_type_repeat1, @@ -1072670,13 +1072670,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22238), 1, sym__backquoted_id, - ACTIONS(24327), 1, + ACTIONS(24333), 1, anon_sym_LBRACE, - ACTIONS(24329), 1, + ACTIONS(24335), 1, anon_sym_STAR, STATE(6237), 1, sym_identifier, - ACTIONS(24331), 2, + ACTIONS(24337), 2, anon_sym__, anon_sym_given, STATE(7516), 3, @@ -1072700,32 +1072700,32 @@ static const uint16_t ts_small_parse_table[] = { [780772] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24134), 1, + ACTIONS(24140), 1, anon_sym_case, - ACTIONS(24136), 1, + ACTIONS(24142), 1, anon_sym_object, - ACTIONS(24140), 1, + ACTIONS(24146), 1, anon_sym_class, - ACTIONS(24142), 1, + ACTIONS(24148), 1, anon_sym_trait, - ACTIONS(24144), 1, + ACTIONS(24150), 1, anon_sym_type, - ACTIONS(24148), 1, + ACTIONS(24154), 1, sym_opaque_modifier, - ACTIONS(24710), 1, + ACTIONS(24716), 1, anon_sym_given, - ACTIONS(24712), 1, + ACTIONS(24718), 1, anon_sym_def, [780806] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24059), 1, + ACTIONS(24065), 1, anon_sym_LBRACK, - ACTIONS(24061), 1, + ACTIONS(24067), 1, anon_sym_match, STATE(17056), 1, sym_type_arguments, @@ -1072769,25 +1072769,25 @@ static const uint16_t ts_small_parse_table[] = { [780862] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24214), 1, + ACTIONS(24220), 1, anon_sym_case, - ACTIONS(24216), 1, + ACTIONS(24222), 1, anon_sym_object, - ACTIONS(24220), 1, + ACTIONS(24226), 1, anon_sym_class, - ACTIONS(24222), 1, + ACTIONS(24228), 1, anon_sym_trait, - ACTIONS(24224), 1, + ACTIONS(24230), 1, anon_sym_type, - ACTIONS(24228), 1, + ACTIONS(24234), 1, sym_opaque_modifier, - ACTIONS(24714), 1, + ACTIONS(24720), 1, anon_sym_given, - ACTIONS(24716), 1, + ACTIONS(24722), 1, anon_sym_def, [780896] = 11, ACTIONS(3), 1, @@ -1072911,7 +1072911,7 @@ static const uint16_t ts_small_parse_table[] = { [781050] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24718), 1, + ACTIONS(24724), 1, anon_sym_EQ, ACTIONS(11523), 9, sym__automatic_semicolon, @@ -1072942,7 +1072942,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21136), 1, aux_sym__block_repeat1, - ACTIONS(24720), 2, + ACTIONS(24726), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 7, @@ -1072960,13 +1072960,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21986), 1, sym__backquoted_id, - ACTIONS(24230), 1, + ACTIONS(24236), 1, anon_sym_LBRACE, - ACTIONS(24232), 1, + ACTIONS(24238), 1, anon_sym_STAR, STATE(19717), 1, sym_identifier, - ACTIONS(24234), 2, + ACTIONS(24240), 2, anon_sym__, anon_sym_given, STATE(20665), 3, @@ -1073107,9 +1073107,9 @@ static const uint16_t ts_small_parse_table[] = { [781298] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(23957), 1, + ACTIONS(23963), 1, anon_sym_catch, - ACTIONS(24723), 1, + ACTIONS(24729), 1, anon_sym_finally, STATE(6711), 1, sym_finally_clause, @@ -1073125,9 +1073125,9 @@ static const uint16_t ts_small_parse_table[] = { [781322] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24150), 1, + ACTIONS(24156), 1, anon_sym_LBRACK, - ACTIONS(24152), 1, + ACTIONS(24158), 1, anon_sym_match, STATE(16931), 1, sym_type_arguments, @@ -1073152,7 +1073152,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24725), 1, + ACTIONS(24731), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1073235,9 +1073235,9 @@ static const uint16_t ts_small_parse_table[] = { [781458] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24674), 1, + ACTIONS(24680), 1, anon_sym_LBRACE, - ACTIONS(24727), 1, + ACTIONS(24733), 1, anon_sym_EQ, STATE(22193), 1, sym_block, @@ -1073313,9 +1073313,9 @@ static const uint16_t ts_small_parse_table[] = { [781566] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24059), 1, + ACTIONS(24065), 1, anon_sym_LBRACK, - ACTIONS(24061), 1, + ACTIONS(24067), 1, anon_sym_match, STATE(17056), 1, sym_type_arguments, @@ -1073344,9 +1073344,9 @@ static const uint16_t ts_small_parse_table[] = { [781604] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24674), 1, + ACTIONS(24680), 1, anon_sym_LBRACE, - ACTIONS(24729), 1, + ACTIONS(24735), 1, anon_sym_EQ, STATE(22246), 1, sym_block, @@ -1073410,9 +1073410,9 @@ static const uint16_t ts_small_parse_table[] = { [781688] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24674), 1, + ACTIONS(24680), 1, anon_sym_LBRACE, - ACTIONS(24731), 1, + ACTIONS(24737), 1, anon_sym_EQ, STATE(22312), 1, sym_block, @@ -1073427,9 +1073427,9 @@ static const uint16_t ts_small_parse_table[] = { [781710] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24733), 1, + ACTIONS(24739), 1, anon_sym_catch, - ACTIONS(24735), 1, + ACTIONS(24741), 1, anon_sym_finally, STATE(21498), 1, sym_catch_clause, @@ -1073473,32 +1073473,32 @@ static const uint16_t ts_small_parse_table[] = { [781766] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24100), 1, + ACTIONS(24106), 1, anon_sym_case, - ACTIONS(24102), 1, + ACTIONS(24108), 1, anon_sym_object, - ACTIONS(24106), 1, + ACTIONS(24112), 1, anon_sym_class, - ACTIONS(24108), 1, + ACTIONS(24114), 1, anon_sym_trait, - ACTIONS(24110), 1, + ACTIONS(24116), 1, anon_sym_type, - ACTIONS(24114), 1, + ACTIONS(24120), 1, sym_opaque_modifier, - ACTIONS(24737), 1, + ACTIONS(24743), 1, anon_sym_given, - ACTIONS(24739), 1, + ACTIONS(24745), 1, anon_sym_def, [781800] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24674), 1, + ACTIONS(24680), 1, anon_sym_LBRACE, - ACTIONS(24741), 1, + ACTIONS(24747), 1, anon_sym_EQ, STATE(22312), 1, sym_block, @@ -1073551,7 +1073551,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24743), 1, + ACTIONS(24749), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1073586,7 +1073586,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21174), 1, aux_sym__block_repeat1, - ACTIONS(24745), 2, + ACTIONS(24751), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 7, @@ -1073628,9 +1073628,9 @@ static const uint16_t ts_small_parse_table[] = { [781968] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(23961), 1, + ACTIONS(23967), 1, anon_sym_LBRACE, - ACTIONS(24748), 1, + ACTIONS(24754), 1, anon_sym_EQ, STATE(22005), 1, sym_block, @@ -1073645,30 +1073645,30 @@ static const uint16_t ts_small_parse_table[] = { [781990] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24134), 1, + ACTIONS(24140), 1, anon_sym_case, - ACTIONS(24136), 1, + ACTIONS(24142), 1, anon_sym_object, - ACTIONS(24140), 1, + ACTIONS(24146), 1, anon_sym_class, - ACTIONS(24142), 1, + ACTIONS(24148), 1, anon_sym_trait, - ACTIONS(24144), 1, + ACTIONS(24150), 1, anon_sym_type, - ACTIONS(24148), 1, + ACTIONS(24154), 1, sym_opaque_modifier, - ACTIONS(24750), 1, + ACTIONS(24756), 1, anon_sym_given, - ACTIONS(24752), 1, + ACTIONS(24758), 1, anon_sym_def, [782024] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24754), 1, + ACTIONS(24760), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1073684,7 +1073684,7 @@ static const uint16_t ts_small_parse_table[] = { [782044] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24756), 1, + ACTIONS(24762), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1073781,25 +1073781,25 @@ static const uint16_t ts_small_parse_table[] = { [782166] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24079), 1, + ACTIONS(24085), 1, anon_sym_case, - ACTIONS(24081), 1, + ACTIONS(24087), 1, anon_sym_object, - ACTIONS(24085), 1, + ACTIONS(24091), 1, anon_sym_class, - ACTIONS(24087), 1, + ACTIONS(24093), 1, anon_sym_trait, - ACTIONS(24089), 1, + ACTIONS(24095), 1, anon_sym_type, - ACTIONS(24093), 1, + ACTIONS(24099), 1, sym_opaque_modifier, - ACTIONS(24758), 1, + ACTIONS(24764), 1, anon_sym_given, - ACTIONS(24760), 1, + ACTIONS(24766), 1, anon_sym_def, [782200] = 11, ACTIONS(3), 1, @@ -1073866,7 +1073866,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24762), 1, + ACTIONS(24768), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1073886,7 +1073886,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_arguments, STATE(21405), 1, aux_sym__block_repeat1, - ACTIONS(24764), 2, + ACTIONS(24770), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 4, @@ -1073897,7 +1073897,7 @@ static const uint16_t ts_small_parse_table[] = { [782326] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24766), 1, + ACTIONS(24772), 1, anon_sym_else, ACTIONS(11903), 9, sym__automatic_semicolon, @@ -1073912,7 +1073912,7 @@ static const uint16_t ts_small_parse_table[] = { [782344] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24768), 1, + ACTIONS(24774), 1, anon_sym_else, ACTIONS(11897), 9, sym__automatic_semicolon, @@ -1073927,9 +1073927,9 @@ static const uint16_t ts_small_parse_table[] = { [782362] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24059), 1, + ACTIONS(24065), 1, anon_sym_LBRACK, - ACTIONS(24061), 1, + ACTIONS(24067), 1, anon_sym_match, STATE(17056), 1, sym_type_arguments, @@ -1073944,25 +1073944,25 @@ static const uint16_t ts_small_parse_table[] = { [782384] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24029), 1, + ACTIONS(24035), 1, anon_sym_case, - ACTIONS(24031), 1, + ACTIONS(24037), 1, anon_sym_object, - ACTIONS(24035), 1, + ACTIONS(24041), 1, anon_sym_class, - ACTIONS(24037), 1, + ACTIONS(24043), 1, anon_sym_trait, - ACTIONS(24039), 1, + ACTIONS(24045), 1, anon_sym_type, - ACTIONS(24043), 1, + ACTIONS(24049), 1, sym_opaque_modifier, - ACTIONS(24770), 1, + ACTIONS(24776), 1, anon_sym_given, - ACTIONS(24772), 1, + ACTIONS(24778), 1, anon_sym_def, [782418] = 11, ACTIONS(3), 1, @@ -1073990,32 +1073990,32 @@ static const uint16_t ts_small_parse_table[] = { [782452] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(23993), 1, + ACTIONS(23999), 1, anon_sym_case, - ACTIONS(23995), 1, + ACTIONS(24001), 1, anon_sym_object, - ACTIONS(23999), 1, + ACTIONS(24005), 1, anon_sym_class, - ACTIONS(24001), 1, + ACTIONS(24007), 1, anon_sym_trait, - ACTIONS(24003), 1, + ACTIONS(24009), 1, anon_sym_type, - ACTIONS(24007), 1, + ACTIONS(24013), 1, sym_opaque_modifier, - ACTIONS(24774), 1, + ACTIONS(24780), 1, anon_sym_given, - ACTIONS(24776), 1, + ACTIONS(24782), 1, anon_sym_def, [782486] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(24778), 1, + ACTIONS(24784), 1, anon_sym_EQ, STATE(7826), 1, sym_block, @@ -1074038,7 +1074038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_PERCENT, STATE(22161), 1, sym_lower_bound, - ACTIONS(24780), 2, + ACTIONS(24786), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(22162), 2, @@ -1074072,7 +1074072,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_arguments, STATE(21422), 1, aux_sym__block_repeat1, - ACTIONS(24782), 2, + ACTIONS(24788), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 4, @@ -1074108,7 +1074108,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24784), 1, + ACTIONS(24790), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1074122,7 +1074122,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(24786), 1, + ACTIONS(24792), 1, anon_sym_EQ, STATE(8080), 1, sym_block, @@ -1074167,7 +1074167,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24788), 1, + ACTIONS(24794), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1074204,7 +1074204,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(24790), 1, + ACTIONS(24796), 1, anon_sym_EQ, STATE(8283), 1, sym_block, @@ -1074242,7 +1074242,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21210), 1, aux_sym__block_repeat1, - ACTIONS(24792), 2, + ACTIONS(24798), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 7, @@ -1074256,25 +1074256,25 @@ static const uint16_t ts_small_parse_table[] = { [782816] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24512), 1, + ACTIONS(24518), 1, anon_sym_case, - ACTIONS(24514), 1, + ACTIONS(24520), 1, anon_sym_object, - ACTIONS(24518), 1, + ACTIONS(24524), 1, anon_sym_class, - ACTIONS(24520), 1, + ACTIONS(24526), 1, anon_sym_trait, - ACTIONS(24522), 1, + ACTIONS(24528), 1, anon_sym_type, - ACTIONS(24526), 1, + ACTIONS(24532), 1, sym_opaque_modifier, - ACTIONS(24795), 1, + ACTIONS(24801), 1, anon_sym_given, - ACTIONS(24797), 1, + ACTIONS(24803), 1, anon_sym_def, [782850] = 4, ACTIONS(3), 1, @@ -1074319,7 +1074319,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24799), 1, + ACTIONS(24805), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1074331,25 +1074331,25 @@ static const uint16_t ts_small_parse_table[] = { [782918] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23969), 1, + ACTIONS(23975), 1, anon_sym_case, - ACTIONS(23971), 1, + ACTIONS(23977), 1, anon_sym_object, - ACTIONS(23975), 1, + ACTIONS(23981), 1, anon_sym_class, - ACTIONS(23977), 1, + ACTIONS(23983), 1, anon_sym_trait, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(23983), 1, + ACTIONS(23989), 1, anon_sym_type, - ACTIONS(23987), 1, + ACTIONS(23993), 1, sym_opaque_modifier, - ACTIONS(24801), 1, + ACTIONS(24807), 1, anon_sym_given, - ACTIONS(24803), 1, + ACTIONS(24809), 1, anon_sym_def, [782952] = 3, ACTIONS(3), 1, @@ -1074379,7 +1074379,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24805), 1, + ACTIONS(24811), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1074414,32 +1074414,32 @@ static const uint16_t ts_small_parse_table[] = { [783036] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24188), 1, + ACTIONS(24194), 1, anon_sym_case, - ACTIONS(24190), 1, + ACTIONS(24196), 1, anon_sym_object, - ACTIONS(24194), 1, + ACTIONS(24200), 1, anon_sym_class, - ACTIONS(24196), 1, + ACTIONS(24202), 1, anon_sym_trait, - ACTIONS(24240), 1, + ACTIONS(24246), 1, anon_sym_type, - ACTIONS(24244), 1, + ACTIONS(24250), 1, sym_opaque_modifier, - ACTIONS(24807), 1, + ACTIONS(24813), 1, anon_sym_given, - ACTIONS(24809), 1, + ACTIONS(24815), 1, anon_sym_def, [783070] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24059), 1, + ACTIONS(24065), 1, anon_sym_LBRACK, - ACTIONS(24061), 1, + ACTIONS(24067), 1, anon_sym_match, STATE(17056), 1, sym_type_arguments, @@ -1074519,7 +1074519,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21224), 1, aux_sym__block_repeat1, - ACTIONS(24811), 2, + ACTIONS(24817), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 7, @@ -1074543,7 +1074543,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24814), 1, + ACTIONS(24820), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1074555,9 +1074555,9 @@ static const uint16_t ts_small_parse_table[] = { [783234] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(23961), 1, + ACTIONS(23967), 1, anon_sym_LBRACE, - ACTIONS(24816), 1, + ACTIONS(24822), 1, anon_sym_EQ, STATE(21934), 1, sym_block, @@ -1074721,7 +1074721,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24818), 1, + ACTIONS(24824), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1074751,32 +1074751,32 @@ static const uint16_t ts_small_parse_table[] = { [783494] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(23993), 1, + ACTIONS(23999), 1, anon_sym_case, - ACTIONS(23995), 1, + ACTIONS(24001), 1, anon_sym_object, - ACTIONS(23999), 1, + ACTIONS(24005), 1, anon_sym_class, - ACTIONS(24001), 1, + ACTIONS(24007), 1, anon_sym_trait, - ACTIONS(24003), 1, + ACTIONS(24009), 1, anon_sym_type, - ACTIONS(24007), 1, + ACTIONS(24013), 1, sym_opaque_modifier, - ACTIONS(24820), 1, + ACTIONS(24826), 1, anon_sym_given, - ACTIONS(24822), 1, + ACTIONS(24828), 1, anon_sym_def, [783528] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24059), 1, + ACTIONS(24065), 1, anon_sym_LBRACK, - ACTIONS(24061), 1, + ACTIONS(24067), 1, anon_sym_match, STATE(17056), 1, sym_type_arguments, @@ -1074795,13 +1074795,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21635), 1, sym__backquoted_id, - ACTIONS(24824), 1, + ACTIONS(24830), 1, anon_sym_LBRACE, - ACTIONS(24826), 1, + ACTIONS(24832), 1, anon_sym_STAR, STATE(20479), 1, sym_identifier, - ACTIONS(24828), 2, + ACTIONS(24834), 2, anon_sym__, anon_sym_given, STATE(21333), 3, @@ -1074821,7 +1074821,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24830), 1, + ACTIONS(24836), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1074843,7 +1074843,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24832), 1, + ACTIONS(24838), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1074936,7 +1074936,7 @@ static const uint16_t ts_small_parse_table[] = { [783744] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24834), 1, + ACTIONS(24840), 1, anon_sym_end, STATE(9435), 1, sym__end_marker, @@ -1074954,7 +1074954,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11312), 1, anon_sym_LBRACE, - ACTIONS(24836), 1, + ACTIONS(24842), 1, anon_sym_EQ, STATE(6630), 1, sym_block, @@ -1075031,7 +1075031,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11312), 1, anon_sym_LBRACE, - ACTIONS(24838), 1, + ACTIONS(24844), 1, anon_sym_EQ, STATE(6544), 1, sym_block, @@ -1075046,9 +1075046,9 @@ static const uint16_t ts_small_parse_table[] = { [783880] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24674), 1, + ACTIONS(24680), 1, anon_sym_LBRACE, - ACTIONS(24840), 1, + ACTIONS(24846), 1, anon_sym_EQ, STATE(22246), 1, sym_block, @@ -1075073,7 +1075073,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24842), 1, + ACTIONS(24848), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1075104,7 +1075104,7 @@ static const uint16_t ts_small_parse_table[] = { [783960] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24844), 1, + ACTIONS(24850), 1, anon_sym_EQ, ACTIONS(11461), 9, sym__automatic_semicolon, @@ -1075129,7 +1075129,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24846), 1, + ACTIONS(24852), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1075151,7 +1075151,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24848), 1, + ACTIONS(24854), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1075165,7 +1075165,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21260), 1, aux_sym__block_repeat1, - ACTIONS(24850), 2, + ACTIONS(24856), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 7, @@ -1075181,7 +1075181,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11312), 1, anon_sym_LBRACE, - ACTIONS(24853), 1, + ACTIONS(24859), 1, anon_sym_EQ, STATE(6580), 1, sym_block, @@ -1075198,7 +1075198,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(14300), 1, anon_sym_match, - ACTIONS(24855), 1, + ACTIONS(24861), 1, anon_sym_LBRACK, STATE(17177), 1, sym_type_arguments, @@ -1075223,7 +1075223,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24857), 1, + ACTIONS(24863), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1075287,7 +1075287,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(14300), 1, anon_sym_match, - ACTIONS(24855), 1, + ACTIONS(24861), 1, anon_sym_LBRACK, STATE(17177), 1, sym_type_arguments, @@ -1075327,7 +1075327,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24859), 1, + ACTIONS(24865), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1075343,13 +1075343,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22053), 1, sym__backquoted_id, - ACTIONS(24466), 1, + ACTIONS(24472), 1, anon_sym_LBRACE, - ACTIONS(24468), 1, + ACTIONS(24474), 1, anon_sym_STAR, STATE(20490), 1, sym_identifier, - ACTIONS(24470), 2, + ACTIONS(24476), 2, anon_sym__, anon_sym_given, STATE(21416), 3, @@ -1075380,7 +1075380,7 @@ static const uint16_t ts_small_parse_table[] = { sym__backquoted_id, ACTIONS(23640), 1, anon_sym_STAR, - ACTIONS(24680), 1, + ACTIONS(24686), 1, anon_sym_LBRACE, STATE(12215), 1, sym_identifier, @@ -1075404,7 +1075404,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24861), 1, + ACTIONS(24867), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1075416,30 +1075416,30 @@ static const uint16_t ts_small_parse_table[] = { [784380] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24079), 1, + ACTIONS(24085), 1, anon_sym_case, - ACTIONS(24081), 1, + ACTIONS(24087), 1, anon_sym_object, - ACTIONS(24085), 1, + ACTIONS(24091), 1, anon_sym_class, - ACTIONS(24087), 1, + ACTIONS(24093), 1, anon_sym_trait, - ACTIONS(24089), 1, + ACTIONS(24095), 1, anon_sym_type, - ACTIONS(24093), 1, + ACTIONS(24099), 1, sym_opaque_modifier, - ACTIONS(24863), 1, + ACTIONS(24869), 1, anon_sym_given, - ACTIONS(24865), 1, + ACTIONS(24871), 1, anon_sym_def, [784414] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24867), 1, + ACTIONS(24873), 1, anon_sym_COMMA, STATE(21275), 1, aux_sym_import_declaration_repeat1, @@ -1075457,7 +1075457,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(14300), 1, anon_sym_match, - ACTIONS(24855), 1, + ACTIONS(24861), 1, anon_sym_LBRACK, STATE(17177), 1, sym_type_arguments, @@ -1075505,7 +1075505,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24870), 1, + ACTIONS(24876), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1075517,7 +1075517,7 @@ static const uint16_t ts_small_parse_table[] = { [784522] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(23845), 1, + ACTIONS(23851), 1, anon_sym_with, STATE(20867), 1, aux_sym_compound_type_repeat1, @@ -1075538,13 +1075538,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21962), 1, sym__backquoted_id, - ACTIONS(24415), 1, + ACTIONS(24421), 1, anon_sym_LBRACE, - ACTIONS(24417), 1, + ACTIONS(24423), 1, anon_sym_STAR, STATE(5082), 1, sym_identifier, - ACTIONS(24419), 2, + ACTIONS(24425), 2, anon_sym__, anon_sym_given, STATE(6123), 3, @@ -1075554,25 +1075554,25 @@ static const uint16_t ts_small_parse_table[] = { [784572] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24011), 1, + ACTIONS(24017), 1, anon_sym_case, - ACTIONS(24013), 1, + ACTIONS(24019), 1, anon_sym_object, - ACTIONS(24017), 1, + ACTIONS(24023), 1, anon_sym_class, - ACTIONS(24019), 1, + ACTIONS(24025), 1, anon_sym_trait, - ACTIONS(24021), 1, + ACTIONS(24027), 1, anon_sym_type, - ACTIONS(24025), 1, + ACTIONS(24031), 1, sym_opaque_modifier, - ACTIONS(24872), 1, + ACTIONS(24878), 1, anon_sym_given, - ACTIONS(24874), 1, + ACTIONS(24880), 1, anon_sym_def, [784606] = 7, ACTIONS(3), 1, @@ -1075585,7 +1075585,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_arguments, STATE(21342), 1, aux_sym__block_repeat1, - ACTIONS(24876), 2, + ACTIONS(24882), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 4, @@ -1075638,25 +1075638,25 @@ static const uint16_t ts_small_parse_table[] = { [784680] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24188), 1, + ACTIONS(24194), 1, anon_sym_case, - ACTIONS(24190), 1, + ACTIONS(24196), 1, anon_sym_object, - ACTIONS(24194), 1, + ACTIONS(24200), 1, anon_sym_class, - ACTIONS(24196), 1, + ACTIONS(24202), 1, anon_sym_trait, - ACTIONS(24240), 1, + ACTIONS(24246), 1, anon_sym_type, - ACTIONS(24244), 1, + ACTIONS(24250), 1, sym_opaque_modifier, - ACTIONS(24878), 1, + ACTIONS(24884), 1, anon_sym_given, - ACTIONS(24880), 1, + ACTIONS(24886), 1, anon_sym_def, [784714] = 11, ACTIONS(3), 1, @@ -1075684,9 +1075684,9 @@ static const uint16_t ts_small_parse_table[] = { [784748] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24882), 1, + ACTIONS(24888), 1, anon_sym_catch, - ACTIONS(24884), 1, + ACTIONS(24890), 1, anon_sym_finally, STATE(21682), 1, sym_catch_clause, @@ -1075706,13 +1075706,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21781), 1, sym__backquoted_id, - ACTIONS(24333), 1, + ACTIONS(24339), 1, anon_sym_LBRACE, - ACTIONS(24335), 1, + ACTIONS(24341), 1, anon_sym_STAR, STATE(5639), 1, sym_identifier, - ACTIONS(24337), 2, + ACTIONS(24343), 2, anon_sym__, anon_sym_given, STATE(6839), 3, @@ -1075738,30 +1075738,30 @@ static const uint16_t ts_small_parse_table[] = { [784820] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23969), 1, + ACTIONS(23975), 1, anon_sym_case, - ACTIONS(23971), 1, + ACTIONS(23977), 1, anon_sym_object, - ACTIONS(23975), 1, + ACTIONS(23981), 1, anon_sym_class, - ACTIONS(23977), 1, + ACTIONS(23983), 1, anon_sym_trait, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(23983), 1, + ACTIONS(23989), 1, anon_sym_type, - ACTIONS(23987), 1, + ACTIONS(23993), 1, sym_opaque_modifier, - ACTIONS(24886), 1, + ACTIONS(24892), 1, anon_sym_given, - ACTIONS(24888), 1, + ACTIONS(24894), 1, anon_sym_def, [784854] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24890), 1, + ACTIONS(24896), 1, anon_sym_COMMA, STATE(21292), 1, aux_sym_import_declaration_repeat1, @@ -1075861,25 +1075861,25 @@ static const uint16_t ts_small_parse_table[] = { [784994] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24134), 1, + ACTIONS(24140), 1, anon_sym_case, - ACTIONS(24136), 1, + ACTIONS(24142), 1, anon_sym_object, - ACTIONS(24140), 1, + ACTIONS(24146), 1, anon_sym_class, - ACTIONS(24142), 1, + ACTIONS(24148), 1, anon_sym_trait, - ACTIONS(24144), 1, + ACTIONS(24150), 1, anon_sym_type, - ACTIONS(24148), 1, + ACTIONS(24154), 1, sym_opaque_modifier, - ACTIONS(24893), 1, + ACTIONS(24899), 1, anon_sym_given, - ACTIONS(24895), 1, + ACTIONS(24901), 1, anon_sym_def, [785028] = 8, ACTIONS(3), 1, @@ -1075888,13 +1075888,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21635), 1, sym__backquoted_id, - ACTIONS(24824), 1, + ACTIONS(24830), 1, anon_sym_LBRACE, - ACTIONS(24826), 1, + ACTIONS(24832), 1, anon_sym_STAR, STATE(20479), 1, sym_identifier, - ACTIONS(24828), 2, + ACTIONS(24834), 2, anon_sym__, anon_sym_given, STATE(21459), 3, @@ -1075933,25 +1075933,25 @@ static const uint16_t ts_small_parse_table[] = { [785090] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(23993), 1, + ACTIONS(23999), 1, anon_sym_case, - ACTIONS(23995), 1, + ACTIONS(24001), 1, anon_sym_object, - ACTIONS(23999), 1, + ACTIONS(24005), 1, anon_sym_class, - ACTIONS(24001), 1, + ACTIONS(24007), 1, anon_sym_trait, - ACTIONS(24003), 1, + ACTIONS(24009), 1, anon_sym_type, - ACTIONS(24007), 1, + ACTIONS(24013), 1, sym_opaque_modifier, - ACTIONS(24897), 1, + ACTIONS(24903), 1, anon_sym_given, - ACTIONS(24899), 1, + ACTIONS(24905), 1, anon_sym_def, [785124] = 3, ACTIONS(127), 1, @@ -1076037,9 +1076037,9 @@ static const uint16_t ts_small_parse_table[] = { [785226] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(23961), 1, + ACTIONS(23967), 1, anon_sym_LBRACE, - ACTIONS(24901), 1, + ACTIONS(24907), 1, anon_sym_EQ, STATE(21970), 1, sym_block, @@ -1076054,48 +1076054,48 @@ static const uint16_t ts_small_parse_table[] = { [785248] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24029), 1, + ACTIONS(24035), 1, anon_sym_case, - ACTIONS(24031), 1, + ACTIONS(24037), 1, anon_sym_object, - ACTIONS(24035), 1, + ACTIONS(24041), 1, anon_sym_class, - ACTIONS(24037), 1, + ACTIONS(24043), 1, anon_sym_trait, - ACTIONS(24039), 1, + ACTIONS(24045), 1, anon_sym_type, - ACTIONS(24043), 1, + ACTIONS(24049), 1, sym_opaque_modifier, - ACTIONS(24903), 1, + ACTIONS(24909), 1, anon_sym_given, - ACTIONS(24905), 1, + ACTIONS(24911), 1, anon_sym_def, [785282] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(23979), 1, + ACTIONS(23985), 1, anon_sym_val, - ACTIONS(23981), 1, + ACTIONS(23987), 1, anon_sym_var, - ACTIONS(24188), 1, + ACTIONS(24194), 1, anon_sym_case, - ACTIONS(24190), 1, + ACTIONS(24196), 1, anon_sym_object, - ACTIONS(24194), 1, + ACTIONS(24200), 1, anon_sym_class, - ACTIONS(24196), 1, + ACTIONS(24202), 1, anon_sym_trait, - ACTIONS(24240), 1, + ACTIONS(24246), 1, anon_sym_type, - ACTIONS(24244), 1, + ACTIONS(24250), 1, sym_opaque_modifier, - ACTIONS(24371), 1, + ACTIONS(24377), 1, anon_sym_given, - ACTIONS(24907), 1, + ACTIONS(24913), 1, anon_sym_def, [785316] = 10, ACTIONS(127), 1, @@ -1076110,7 +1076110,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24909), 1, + ACTIONS(24915), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1076124,7 +1076124,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(14300), 1, anon_sym_match, - ACTIONS(24855), 1, + ACTIONS(24861), 1, anon_sym_LBRACK, STATE(17177), 1, sym_type_arguments, @@ -1076181,9 +1076181,9 @@ static const uint16_t ts_small_parse_table[] = { [785430] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24911), 1, + ACTIONS(24917), 1, anon_sym_catch, - ACTIONS(24913), 1, + ACTIONS(24919), 1, anon_sym_finally, STATE(6328), 1, sym_finally_clause, @@ -1076217,13 +1076217,13 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21471), 1, sym__backquoted_id, - ACTIONS(24574), 1, + ACTIONS(24580), 1, anon_sym_LBRACE, - ACTIONS(24576), 1, + ACTIONS(24582), 1, anon_sym_STAR, STATE(5427), 1, sym_identifier, - ACTIONS(24578), 2, + ACTIONS(24584), 2, anon_sym__, anon_sym_given, STATE(6502), 3, @@ -1076235,7 +1076235,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(14300), 1, anon_sym_match, - ACTIONS(24855), 1, + ACTIONS(24861), 1, anon_sym_LBRACK, STATE(17177), 1, sym_type_arguments, @@ -1076289,7 +1076289,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(14300), 1, anon_sym_match, - ACTIONS(24855), 1, + ACTIONS(24861), 1, anon_sym_LBRACK, STATE(17177), 1, sym_type_arguments, @@ -1076314,7 +1076314,7 @@ static const uint16_t ts_small_parse_table[] = { sym_inline_modifier, ACTIONS(23275), 1, sym_operator_identifier, - ACTIONS(24915), 1, + ACTIONS(24921), 1, anon_sym_RPAREN, STATE(25252), 1, sym_identifier, @@ -1076395,12 +1076395,12 @@ static const uint16_t ts_small_parse_table[] = { [785716] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23787), 1, + ACTIONS(23793), 1, anon_sym_if, STATE(21781), 2, sym_guard, aux_sym_enumerator_repeat1, - ACTIONS(24917), 6, + ACTIONS(24923), 6, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, @@ -1076423,7 +1076423,7 @@ static const uint16_t ts_small_parse_table[] = { [785750] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24919), 1, + ACTIONS(24925), 1, anon_sym_EQ, ACTIONS(11491), 8, sym__automatic_semicolon, @@ -1076439,7 +1076439,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21329), 1, aux_sym__block_repeat1, - ACTIONS(24921), 2, + ACTIONS(24927), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 6, @@ -1076452,9 +1076452,9 @@ static const uint16_t ts_small_parse_table[] = { [785786] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24924), 1, + ACTIONS(24930), 1, anon_sym_catch, - ACTIONS(24926), 1, + ACTIONS(24932), 1, anon_sym_finally, STATE(6571), 1, sym_finally_clause, @@ -1076568,7 +1076568,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21422), 1, aux_sym__block_repeat1, - ACTIONS(24782), 2, + ACTIONS(24788), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 6, @@ -1076622,7 +1076622,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21505), 1, aux_sym__block_repeat1, - ACTIONS(24928), 2, + ACTIONS(24934), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 6, @@ -1076648,9 +1076648,9 @@ static const uint16_t ts_small_parse_table[] = { [786024] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24930), 1, + ACTIONS(24936), 1, anon_sym_LBRACE, - ACTIONS(24932), 1, + ACTIONS(24938), 1, anon_sym_EQ, STATE(22503), 1, sym_block, @@ -1076768,9 +1076768,9 @@ static const uint16_t ts_small_parse_table[] = { [786176] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24934), 1, + ACTIONS(24940), 1, anon_sym_LBRACK, - ACTIONS(24936), 1, + ACTIONS(24942), 1, anon_sym_match, STATE(18154), 1, sym_type_arguments, @@ -1076816,7 +1076816,7 @@ static const uint16_t ts_small_parse_table[] = { [786239] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24913), 1, + ACTIONS(24919), 1, anon_sym_finally, STATE(6335), 1, sym_finally_clause, @@ -1076896,9 +1076896,9 @@ static const uint16_t ts_small_parse_table[] = { [786333] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24930), 1, + ACTIONS(24936), 1, anon_sym_LBRACE, - ACTIONS(24938), 1, + ACTIONS(24944), 1, anon_sym_EQ, STATE(22503), 1, sym_block, @@ -1076933,7 +1076933,7 @@ static const uint16_t ts_small_parse_table[] = { [786385] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24940), 1, + ACTIONS(24946), 1, anon_sym_else, ACTIONS(11897), 8, sym__automatic_semicolon, @@ -1076963,7 +1076963,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21365), 1, aux_sym__block_repeat1, - ACTIONS(24942), 2, + ACTIONS(24948), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 6, @@ -1076984,7 +1076984,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_arguments, STATE(22188), 1, aux_sym__block_repeat1, - ACTIONS(24945), 2, + ACTIONS(24951), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 3, @@ -1077002,7 +1077002,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_arguments, STATE(22240), 1, aux_sym__block_repeat1, - ACTIONS(24947), 2, + ACTIONS(24953), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 3, @@ -1077038,7 +1077038,7 @@ static const uint16_t ts_small_parse_table[] = { [786518] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24949), 1, + ACTIONS(24955), 1, anon_sym_EQ, ACTIONS(11491), 8, sym__automatic_semicolon, @@ -1077189,7 +1077189,7 @@ static const uint16_t ts_small_parse_table[] = { [786710] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24951), 1, + ACTIONS(24957), 1, anon_sym_EQ, ACTIONS(11461), 8, sym__automatic_semicolon, @@ -1077205,7 +1077205,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21381), 1, aux_sym__block_repeat1, - ACTIONS(24953), 2, + ACTIONS(24959), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 6, @@ -1077218,9 +1077218,9 @@ static const uint16_t ts_small_parse_table[] = { [786746] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24956), 1, + ACTIONS(24962), 1, anon_sym_LBRACK, - ACTIONS(24958), 1, + ACTIONS(24964), 1, anon_sym_match, STATE(17667), 1, sym_type_arguments, @@ -1077236,7 +1077236,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(24960), 1, + ACTIONS(24966), 1, anon_sym_EQ, STATE(7296), 1, sym_block, @@ -1077319,7 +1077319,7 @@ static const uint16_t ts_small_parse_table[] = { [786871] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24962), 1, + ACTIONS(24968), 1, anon_sym_else, ACTIONS(11897), 8, sym__automatic_semicolon, @@ -1077346,7 +1077346,7 @@ static const uint16_t ts_small_parse_table[] = { [786903] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24964), 1, + ACTIONS(24970), 1, anon_sym_else, ACTIONS(11903), 8, sym__automatic_semicolon, @@ -1077401,7 +1077401,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_arguments, STATE(21954), 1, aux_sym__block_repeat1, - ACTIONS(24966), 2, + ACTIONS(24972), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 3, @@ -1077426,7 +1077426,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21396), 1, aux_sym__block_repeat1, - ACTIONS(24968), 2, + ACTIONS(24974), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 6, @@ -1077468,7 +1077468,7 @@ static const uint16_t ts_small_parse_table[] = { [787059] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24971), 1, + ACTIONS(24977), 1, anon_sym_EQ, ACTIONS(11505), 8, sym__automatic_semicolon, @@ -1077482,12 +1077482,12 @@ static const uint16_t ts_small_parse_table[] = { [787076] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(24973), 4, + ACTIONS(24979), 4, anon_sym_COMMA, anon_sym_RPAREN, sym__alpha_identifier, sym__backquoted_id, - ACTIONS(24975), 5, + ACTIONS(24981), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, @@ -1077527,7 +1077527,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(24977), 1, + ACTIONS(24983), 1, anon_sym_EQ, STATE(7151), 1, sym_block, @@ -1077556,7 +1077556,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21687), 1, aux_sym__block_repeat1, - ACTIONS(24979), 2, + ACTIONS(24985), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 6, @@ -1077571,7 +1077571,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21342), 1, aux_sym__block_repeat1, - ACTIONS(24876), 2, + ACTIONS(24882), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 6, @@ -1077623,7 +1077623,7 @@ static const uint16_t ts_small_parse_table[] = { [787248] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23711), 1, + ACTIONS(23717), 1, anon_sym_finally, STATE(7474), 1, sym_finally_clause, @@ -1077651,9 +1077651,9 @@ static const uint16_t ts_small_parse_table[] = { [787282] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24930), 1, + ACTIONS(24936), 1, anon_sym_LBRACE, - ACTIONS(24981), 1, + ACTIONS(24987), 1, anon_sym_EQ, STATE(22449), 1, sym_block, @@ -1077667,12 +1077667,12 @@ static const uint16_t ts_small_parse_table[] = { [787303] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(24983), 4, + ACTIONS(24989), 4, anon_sym_COMMA, anon_sym_RPAREN, sym__alpha_identifier, sym__backquoted_id, - ACTIONS(24985), 5, + ACTIONS(24991), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, @@ -1077736,7 +1077736,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21405), 1, aux_sym__block_repeat1, - ACTIONS(24764), 2, + ACTIONS(24770), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 6, @@ -1077749,9 +1077749,9 @@ static const uint16_t ts_small_parse_table[] = { [787401] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24987), 1, + ACTIONS(24993), 1, anon_sym_catch, - ACTIONS(24989), 1, + ACTIONS(24995), 1, anon_sym_finally, STATE(9087), 1, sym_finally_clause, @@ -1077766,7 +1077766,7 @@ static const uint16_t ts_small_parse_table[] = { [787424] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24991), 1, + ACTIONS(24997), 1, anon_sym_else, ACTIONS(11897), 8, sym__automatic_semicolon, @@ -1077780,7 +1077780,7 @@ static const uint16_t ts_small_parse_table[] = { [787441] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24993), 1, + ACTIONS(24999), 1, anon_sym_else, ACTIONS(11903), 8, sym__automatic_semicolon, @@ -1077796,7 +1077796,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21819), 1, aux_sym__block_repeat1, - ACTIONS(24995), 2, + ACTIONS(25001), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 6, @@ -1077809,7 +1077809,7 @@ static const uint16_t ts_small_parse_table[] = { [787477] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24997), 1, + ACTIONS(25003), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1077824,7 +1077824,7 @@ static const uint16_t ts_small_parse_table[] = { [787496] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24999), 1, + ACTIONS(25005), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1077841,7 +1077841,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(25001), 1, + ACTIONS(25007), 1, anon_sym_EQ, STATE(7214), 1, sym_block, @@ -1077927,7 +1077927,7 @@ static const uint16_t ts_small_parse_table[] = { [787625] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25003), 1, + ACTIONS(25009), 1, anon_sym_EQ, ACTIONS(11505), 8, sym__automatic_semicolon, @@ -1077941,9 +1077941,9 @@ static const uint16_t ts_small_parse_table[] = { [787642] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25005), 1, + ACTIONS(25011), 1, anon_sym_catch, - ACTIONS(25007), 1, + ACTIONS(25013), 1, anon_sym_finally, STATE(7533), 1, sym_finally_clause, @@ -1077999,7 +1077999,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15249), 1, anon_sym_match, - ACTIONS(25009), 1, + ACTIONS(25015), 1, anon_sym_LBRACK, STATE(17698), 1, sym_type_arguments, @@ -1078013,12 +1078013,12 @@ static const uint16_t ts_small_parse_table[] = { [787731] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(25011), 4, + ACTIONS(25017), 4, anon_sym_COMMA, anon_sym_RPAREN, sym__alpha_identifier, sym__backquoted_id, - ACTIONS(25013), 5, + ACTIONS(25019), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, @@ -1078027,12 +1078027,12 @@ static const uint16_t ts_small_parse_table[] = { [787748] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(25015), 4, + ACTIONS(25021), 4, anon_sym_COMMA, anon_sym_RPAREN, sym__alpha_identifier, sym__backquoted_id, - ACTIONS(25017), 5, + ACTIONS(25023), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, @@ -1078041,9 +1078041,9 @@ static const uint16_t ts_small_parse_table[] = { [787765] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24934), 1, + ACTIONS(24940), 1, anon_sym_LBRACK, - ACTIONS(24936), 1, + ACTIONS(24942), 1, anon_sym_match, STATE(18154), 1, sym_type_arguments, @@ -1078059,7 +1078059,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21440), 1, aux_sym__block_repeat1, - ACTIONS(25019), 2, + ACTIONS(25025), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 6, @@ -1078087,7 +1078087,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(25022), 1, + ACTIONS(25028), 1, anon_sym_EQ, STATE(7435), 1, sym_block, @@ -1078109,7 +1078109,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_arguments, STATE(22268), 1, aux_sym__block_repeat1, - ACTIONS(25024), 2, + ACTIONS(25030), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 3, @@ -1078163,7 +1078163,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(25026), 1, + ACTIONS(25032), 1, anon_sym_EQ, STATE(7546), 1, sym_block, @@ -1078177,7 +1078177,7 @@ static const uint16_t ts_small_parse_table[] = { [787938] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25028), 1, + ACTIONS(25034), 1, anon_sym_EQ, ACTIONS(11523), 8, sym__automatic_semicolon, @@ -1078191,7 +1078191,7 @@ static const uint16_t ts_small_parse_table[] = { [787955] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25030), 1, + ACTIONS(25036), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1078219,7 +1078219,7 @@ static const uint16_t ts_small_parse_table[] = { [787989] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25032), 1, + ACTIONS(25038), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1078394,9 +1078394,9 @@ static const uint16_t ts_small_parse_table[] = { [788196] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24934), 1, + ACTIONS(24940), 1, anon_sym_LBRACK, - ACTIONS(24936), 1, + ACTIONS(24942), 1, anon_sym_match, STATE(18154), 1, sym_type_arguments, @@ -1078412,7 +1078412,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(25034), 1, + ACTIONS(25040), 1, anon_sym_EQ, STATE(7348), 1, sym_block, @@ -1078426,9 +1078426,9 @@ static const uint16_t ts_small_parse_table[] = { [788238] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24934), 1, + ACTIONS(24940), 1, anon_sym_LBRACK, - ACTIONS(24936), 1, + ACTIONS(24942), 1, anon_sym_match, STATE(18154), 1, sym_type_arguments, @@ -1078455,7 +1078455,7 @@ static const uint16_t ts_small_parse_table[] = { [788274] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25036), 1, + ACTIONS(25042), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1078470,7 +1078470,7 @@ static const uint16_t ts_small_parse_table[] = { [788293] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25038), 1, + ACTIONS(25044), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1078485,7 +1078485,7 @@ static const uint16_t ts_small_parse_table[] = { [788312] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25040), 1, + ACTIONS(25046), 1, anon_sym_else, ACTIONS(11903), 8, sym__automatic_semicolon, @@ -1078499,7 +1078499,7 @@ static const uint16_t ts_small_parse_table[] = { [788329] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25042), 1, + ACTIONS(25048), 1, anon_sym_else, ACTIONS(11897), 8, sym__automatic_semicolon, @@ -1078513,7 +1078513,7 @@ static const uint16_t ts_small_parse_table[] = { [788346] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(25044), 1, + ACTIONS(25050), 1, anon_sym_end, STATE(22576), 1, sym__end_marker, @@ -1078607,12 +1078607,12 @@ static const uint16_t ts_small_parse_table[] = { [788457] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(25046), 4, + ACTIONS(25052), 4, anon_sym_COMMA, anon_sym_RPAREN, sym__alpha_identifier, sym__backquoted_id, - ACTIONS(25048), 5, + ACTIONS(25054), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, @@ -1078629,7 +1078629,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_arguments, STATE(22011), 1, aux_sym__block_repeat1, - ACTIONS(25050), 2, + ACTIONS(25056), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 3, @@ -1078641,7 +1078641,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15249), 1, anon_sym_match, - ACTIONS(25009), 1, + ACTIONS(25015), 1, anon_sym_LBRACK, STATE(17698), 1, sym_type_arguments, @@ -1078657,7 +1078657,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15249), 1, anon_sym_match, - ACTIONS(25009), 1, + ACTIONS(25015), 1, anon_sym_LBRACK, STATE(17698), 1, sym_type_arguments, @@ -1078717,7 +1078717,7 @@ static const uint16_t ts_small_parse_table[] = { [788600] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25052), 1, + ACTIONS(25058), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1078732,9 +1078732,9 @@ static const uint16_t ts_small_parse_table[] = { [788619] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24956), 1, + ACTIONS(24962), 1, anon_sym_LBRACK, - ACTIONS(24958), 1, + ACTIONS(24964), 1, anon_sym_match, STATE(17667), 1, sym_type_arguments, @@ -1078748,9 +1078748,9 @@ static const uint16_t ts_small_parse_table[] = { [788640] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24934), 1, + ACTIONS(24940), 1, anon_sym_LBRACK, - ACTIONS(24936), 1, + ACTIONS(24942), 1, anon_sym_match, STATE(18154), 1, sym_type_arguments, @@ -1078803,7 +1078803,7 @@ static const uint16_t ts_small_parse_table[] = { [788706] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25054), 1, + ACTIONS(25060), 1, anon_sym_EQ, ACTIONS(11461), 8, sym__automatic_semicolon, @@ -1078830,9 +1078830,9 @@ static const uint16_t ts_small_parse_table[] = { [788738] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24934), 1, + ACTIONS(24940), 1, anon_sym_LBRACK, - ACTIONS(24936), 1, + ACTIONS(24942), 1, anon_sym_match, STATE(18154), 1, sym_type_arguments, @@ -1078859,9 +1078859,9 @@ static const uint16_t ts_small_parse_table[] = { [788774] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24934), 1, + ACTIONS(24940), 1, anon_sym_LBRACK, - ACTIONS(24936), 1, + ACTIONS(24942), 1, anon_sym_match, STATE(18154), 1, sym_type_arguments, @@ -1078889,7 +1078889,7 @@ static const uint16_t ts_small_parse_table[] = { [788812] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24735), 1, + ACTIONS(24741), 1, anon_sym_finally, STATE(21663), 1, sym_finally_clause, @@ -1078994,7 +1078994,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21505), 1, aux_sym__block_repeat1, - ACTIONS(25056), 2, + ACTIONS(25062), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 6, @@ -1079021,7 +1079021,7 @@ static const uint16_t ts_small_parse_table[] = { [788977] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25059), 1, + ACTIONS(25065), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1079036,7 +1079036,7 @@ static const uint16_t ts_small_parse_table[] = { [788996] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25061), 1, + ACTIONS(25067), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1079064,9 +1079064,9 @@ static const uint16_t ts_small_parse_table[] = { [789030] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24934), 1, + ACTIONS(24940), 1, anon_sym_LBRACK, - ACTIONS(24936), 1, + ACTIONS(24942), 1, anon_sym_match, STATE(18154), 1, sym_type_arguments, @@ -1079080,7 +1079080,7 @@ static const uint16_t ts_small_parse_table[] = { [789051] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25063), 1, + ACTIONS(25069), 1, anon_sym_COMMA, STATE(21717), 1, aux_sym_import_declaration_repeat1, @@ -1079109,7 +1079109,7 @@ static const uint16_t ts_small_parse_table[] = { [789087] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25065), 1, + ACTIONS(25071), 1, anon_sym_else, ACTIONS(11903), 8, sym__automatic_semicolon, @@ -1079123,7 +1079123,7 @@ static const uint16_t ts_small_parse_table[] = { [789104] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25067), 1, + ACTIONS(25073), 1, anon_sym_else, ACTIONS(11897), 8, sym__automatic_semicolon, @@ -1079205,12 +1079205,12 @@ static const uint16_t ts_small_parse_table[] = { [789202] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(25069), 4, + ACTIONS(25075), 4, anon_sym_COMMA, anon_sym_RPAREN, sym__alpha_identifier, sym__backquoted_id, - ACTIONS(25071), 5, + ACTIONS(25077), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, @@ -1079232,7 +1079232,7 @@ static const uint16_t ts_small_parse_table[] = { [789234] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25073), 1, + ACTIONS(25079), 1, anon_sym_else, ACTIONS(11897), 8, sym__automatic_semicolon, @@ -1079246,7 +1079246,7 @@ static const uint16_t ts_small_parse_table[] = { [789251] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25075), 1, + ACTIONS(25081), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1079288,7 +1079288,7 @@ static const uint16_t ts_small_parse_table[] = { [789302] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25077), 1, + ACTIONS(25083), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1079305,7 +1079305,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(7134), 1, anon_sym_LPAREN, - ACTIONS(23793), 3, + ACTIONS(23799), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, @@ -1079318,7 +1079318,7 @@ static const uint16_t ts_small_parse_table[] = { [789340] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25079), 1, + ACTIONS(25085), 1, anon_sym_else, ACTIONS(11903), 8, sym__automatic_semicolon, @@ -1079358,7 +1079358,7 @@ static const uint16_t ts_small_parse_table[] = { [789387] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23733), 1, + ACTIONS(23739), 1, anon_sym_finally, STATE(21587), 1, sym_finally_clause, @@ -1079400,7 +1079400,7 @@ static const uint16_t ts_small_parse_table[] = { [789438] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23726), 1, + ACTIONS(23732), 1, anon_sym_finally, STATE(21587), 1, sym_finally_clause, @@ -1079456,7 +1079456,7 @@ static const uint16_t ts_small_parse_table[] = { [789506] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25081), 1, + ACTIONS(25087), 1, anon_sym_else, ACTIONS(11903), 8, sym__automatic_semicolon, @@ -1079496,7 +1079496,7 @@ static const uint16_t ts_small_parse_table[] = { [789553] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25083), 1, + ACTIONS(25089), 1, anon_sym_else, ACTIONS(11897), 8, sym__automatic_semicolon, @@ -1079523,7 +1079523,7 @@ static const uint16_t ts_small_parse_table[] = { [789585] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23751), 1, + ACTIONS(23757), 1, anon_sym_finally, STATE(7612), 1, sym_finally_clause, @@ -1079538,9 +1079538,9 @@ static const uint16_t ts_small_parse_table[] = { [789604] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25085), 1, + ACTIONS(25091), 1, anon_sym_catch, - ACTIONS(25087), 1, + ACTIONS(25093), 1, anon_sym_finally, STATE(8789), 1, sym_finally_clause, @@ -1079555,9 +1079555,9 @@ static const uint16_t ts_small_parse_table[] = { [789627] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24934), 1, + ACTIONS(24940), 1, anon_sym_LBRACK, - ACTIONS(24936), 1, + ACTIONS(24942), 1, anon_sym_match, STATE(18154), 1, sym_type_arguments, @@ -1079678,7 +1079678,7 @@ static const uint16_t ts_small_parse_table[] = { [789774] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25063), 1, + ACTIONS(25069), 1, anon_sym_COMMA, STATE(21746), 1, aux_sym_import_declaration_repeat1, @@ -1079758,9 +1079758,9 @@ static const uint16_t ts_small_parse_table[] = { [789868] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25005), 1, + ACTIONS(25011), 1, anon_sym_catch, - ACTIONS(25089), 1, + ACTIONS(25095), 1, anon_sym_finally, STATE(8289), 1, sym_finally_clause, @@ -1079807,7 +1079807,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(7158), 2, anon_sym_DOT, sym__backquoted_id, - ACTIONS(23793), 6, + ACTIONS(23799), 6, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_if, @@ -1079844,7 +1079844,7 @@ static const uint16_t ts_small_parse_table[] = { [789974] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25091), 1, + ACTIONS(25097), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1079861,7 +1079861,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15249), 1, anon_sym_match, - ACTIONS(25009), 1, + ACTIONS(25015), 1, anon_sym_LBRACK, STATE(17698), 1, sym_type_arguments, @@ -1079875,9 +1079875,9 @@ static const uint16_t ts_small_parse_table[] = { [790014] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25093), 1, + ACTIONS(25099), 1, anon_sym_catch, - ACTIONS(25095), 1, + ACTIONS(25101), 1, anon_sym_finally, STATE(8289), 1, sym_finally_clause, @@ -1079978,9 +1079978,9 @@ static const uint16_t ts_small_parse_table[] = { [790143] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24934), 1, + ACTIONS(24940), 1, anon_sym_LBRACK, - ACTIONS(24936), 1, + ACTIONS(24942), 1, anon_sym_match, STATE(18154), 1, sym_type_arguments, @@ -1080046,9 +1080046,9 @@ static const uint16_t ts_small_parse_table[] = { [790224] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24930), 1, + ACTIONS(24936), 1, anon_sym_LBRACE, - ACTIONS(25097), 1, + ACTIONS(25103), 1, anon_sym_EQ, STATE(22365), 1, sym_block, @@ -1080090,7 +1080090,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21583), 1, aux_sym__block_repeat1, - ACTIONS(25099), 2, + ACTIONS(25105), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 6, @@ -1080105,7 +1080105,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(25102), 1, + ACTIONS(25108), 1, anon_sym_EQ, STATE(8283), 1, sym_block, @@ -1080160,7 +1080160,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(25104), 1, + ACTIONS(25110), 1, anon_sym_EQ, STATE(7826), 1, sym_block, @@ -1080189,7 +1080189,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(25106), 1, + ACTIONS(25112), 1, anon_sym_EQ, STATE(8080), 1, sym_block, @@ -1080203,9 +1080203,9 @@ static const uint16_t ts_small_parse_table[] = { [790417] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24934), 1, + ACTIONS(24940), 1, anon_sym_LBRACK, - ACTIONS(24936), 1, + ACTIONS(24942), 1, anon_sym_match, STATE(18154), 1, sym_type_arguments, @@ -1080292,7 +1080292,7 @@ static const uint16_t ts_small_parse_table[] = { [790529] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25108), 1, + ACTIONS(25114), 1, anon_sym_STAR, ACTIONS(8479), 8, sym__automatic_semicolon, @@ -1080389,9 +1080389,9 @@ static const uint16_t ts_small_parse_table[] = { [790646] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24956), 1, + ACTIONS(24962), 1, anon_sym_LBRACK, - ACTIONS(24958), 1, + ACTIONS(24964), 1, anon_sym_match, STATE(17667), 1, sym_type_arguments, @@ -1080407,7 +1080407,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21605), 1, aux_sym__block_repeat1, - ACTIONS(25110), 2, + ACTIONS(25116), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 6, @@ -1080461,7 +1080461,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15249), 1, anon_sym_match, - ACTIONS(25009), 1, + ACTIONS(25015), 1, anon_sym_LBRACK, STATE(17698), 1, sym_type_arguments, @@ -1080501,7 +1080501,7 @@ static const uint16_t ts_small_parse_table[] = { [790782] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25113), 1, + ACTIONS(25119), 1, anon_sym_COMMA, STATE(21612), 1, aux_sym_import_declaration_repeat1, @@ -1080529,9 +1080529,9 @@ static const uint16_t ts_small_parse_table[] = { [790816] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24934), 1, + ACTIONS(24940), 1, anon_sym_LBRACK, - ACTIONS(24936), 1, + ACTIONS(24942), 1, anon_sym_match, STATE(18154), 1, sym_type_arguments, @@ -1080599,7 +1080599,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(7808), 1, anon_sym_COLON, - ACTIONS(23889), 1, + ACTIONS(23895), 1, sym_operator_identifier, STATE(16125), 1, sym_identifier, @@ -1080641,7 +1080641,7 @@ static const uint16_t ts_small_parse_table[] = { [790952] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25116), 1, + ACTIONS(25122), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1080731,7 +1080731,7 @@ static const uint16_t ts_small_parse_table[] = { [791066] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23953), 1, + ACTIONS(23959), 1, anon_sym_finally, STATE(6665), 1, sym_finally_clause, @@ -1080746,7 +1080746,7 @@ static const uint16_t ts_small_parse_table[] = { [791085] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25118), 1, + ACTIONS(25124), 1, anon_sym_EQ, ACTIONS(11523), 8, sym__automatic_semicolon, @@ -1080773,7 +1080773,7 @@ static const uint16_t ts_small_parse_table[] = { [791117] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25120), 1, + ACTIONS(25126), 1, anon_sym_else, ACTIONS(11897), 8, sym__automatic_semicolon, @@ -1080802,7 +1080802,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21633), 1, aux_sym__block_repeat1, - ACTIONS(25122), 2, + ACTIONS(25128), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 6, @@ -1080867,9 +1080867,9 @@ static const uint16_t ts_small_parse_table[] = { [791228] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25125), 1, + ACTIONS(25131), 1, anon_sym_catch, - ACTIONS(25127), 1, + ACTIONS(25133), 1, anon_sym_finally, STATE(6571), 1, sym_finally_clause, @@ -1080886,7 +1080886,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(7256), 1, sym__backquoted_id, - ACTIONS(25129), 1, + ACTIONS(25135), 1, anon_sym_AT, STATE(21639), 2, sym_annotation, @@ -1080940,9 +1080940,9 @@ static const uint16_t ts_small_parse_table[] = { [791319] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24934), 1, + ACTIONS(24940), 1, anon_sym_LBRACK, - ACTIONS(24936), 1, + ACTIONS(24942), 1, anon_sym_match, STATE(18154), 1, sym_type_arguments, @@ -1080982,7 +1080982,7 @@ static const uint16_t ts_small_parse_table[] = { [791370] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25132), 1, + ACTIONS(25138), 1, anon_sym_else, ACTIONS(11903), 8, sym__automatic_semicolon, @@ -1080998,7 +1080998,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15249), 1, anon_sym_match, - ACTIONS(25009), 1, + ACTIONS(25015), 1, anon_sym_LBRACK, STATE(17698), 1, sym_type_arguments, @@ -1081079,7 +1081079,7 @@ static const uint16_t ts_small_parse_table[] = { [791487] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25134), 1, + ACTIONS(25140), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1081094,9 +1081094,9 @@ static const uint16_t ts_small_parse_table[] = { [791506] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24930), 1, + ACTIONS(24936), 1, anon_sym_LBRACE, - ACTIONS(25136), 1, + ACTIONS(25142), 1, anon_sym_EQ, STATE(22365), 1, sym_block, @@ -1081136,7 +1081136,7 @@ static const uint16_t ts_small_parse_table[] = { [791557] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25138), 1, + ACTIONS(25144), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1081151,9 +1081151,9 @@ static const uint16_t ts_small_parse_table[] = { [791576] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24934), 1, + ACTIONS(24940), 1, anon_sym_LBRACK, - ACTIONS(24936), 1, + ACTIONS(24942), 1, anon_sym_match, STATE(18154), 1, sym_type_arguments, @@ -1081188,7 +1081188,7 @@ static const uint16_t ts_small_parse_table[] = { [791628] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25140), 1, + ACTIONS(25146), 1, anon_sym_else, ACTIONS(11897), 8, sym__automatic_semicolon, @@ -1081216,7 +1081216,7 @@ static const uint16_t ts_small_parse_table[] = { [791662] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25142), 1, + ACTIONS(25148), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1081296,7 +1081296,7 @@ static const uint16_t ts_small_parse_table[] = { [791756] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24704), 1, + ACTIONS(24710), 1, anon_sym_finally, STATE(6664), 1, sym_finally_clause, @@ -1081337,7 +1081337,7 @@ static const uint16_t ts_small_parse_table[] = { [791805] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25144), 1, + ACTIONS(25150), 1, anon_sym_else, ACTIONS(11903), 8, sym__automatic_semicolon, @@ -1081351,7 +1081351,7 @@ static const uint16_t ts_small_parse_table[] = { [791822] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25146), 1, + ACTIONS(25152), 1, anon_sym_else, ACTIONS(11903), 8, sym__automatic_semicolon, @@ -1081365,7 +1081365,7 @@ static const uint16_t ts_small_parse_table[] = { [791839] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25148), 1, + ACTIONS(25154), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1081380,7 +1081380,7 @@ static const uint16_t ts_small_parse_table[] = { [791858] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25150), 1, + ACTIONS(25156), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1081461,9 +1081461,9 @@ static const uint16_t ts_small_parse_table[] = { [791954] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24956), 1, + ACTIONS(24962), 1, anon_sym_LBRACK, - ACTIONS(24958), 1, + ACTIONS(24964), 1, anon_sym_match, STATE(17667), 1, sym_type_arguments, @@ -1081477,9 +1081477,9 @@ static const uint16_t ts_small_parse_table[] = { [791975] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25093), 1, + ACTIONS(25099), 1, anon_sym_catch, - ACTIONS(25152), 1, + ACTIONS(25158), 1, anon_sym_finally, STATE(7533), 1, sym_finally_clause, @@ -1081494,7 +1081494,7 @@ static const uint16_t ts_small_parse_table[] = { [791998] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24884), 1, + ACTIONS(24890), 1, anon_sym_finally, STATE(21663), 1, sym_finally_clause, @@ -1081536,9 +1081536,9 @@ static const uint16_t ts_small_parse_table[] = { [792049] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24956), 1, + ACTIONS(24962), 1, anon_sym_LBRACK, - ACTIONS(24958), 1, + ACTIONS(24964), 1, anon_sym_match, STATE(17667), 1, sym_type_arguments, @@ -1081568,7 +1081568,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21687), 1, aux_sym__block_repeat1, - ACTIONS(25154), 2, + ACTIONS(25160), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 6, @@ -1081664,7 +1081664,7 @@ static const uint16_t ts_small_parse_table[] = { [792206] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23835), 1, + ACTIONS(23841), 1, anon_sym_finally, STATE(8192), 1, sym_finally_clause, @@ -1081719,9 +1081719,9 @@ static const uint16_t ts_small_parse_table[] = { [792272] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24930), 1, + ACTIONS(24936), 1, anon_sym_LBRACE, - ACTIONS(25157), 1, + ACTIONS(25163), 1, anon_sym_EQ, STATE(22449), 1, sym_block, @@ -1081774,7 +1081774,7 @@ static const uint16_t ts_small_parse_table[] = { [792338] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(23917), 1, + ACTIONS(23923), 1, sym_operator_identifier, STATE(16683), 1, sym_identifier, @@ -1081806,7 +1081806,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21704), 1, aux_sym__block_repeat1, - ACTIONS(25159), 2, + ACTIONS(25165), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 6, @@ -1081922,9 +1081922,9 @@ static const uint16_t ts_small_parse_table[] = { [792524] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24956), 1, + ACTIONS(24962), 1, anon_sym_LBRACK, - ACTIONS(24958), 1, + ACTIONS(24964), 1, anon_sym_match, STATE(17667), 1, sym_type_arguments, @@ -1081957,9 +1081957,9 @@ static const uint16_t ts_small_parse_table[] = { [792572] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24956), 1, + ACTIONS(24962), 1, anon_sym_LBRACK, - ACTIONS(24958), 1, + ACTIONS(24964), 1, anon_sym_match, STATE(17667), 1, sym_type_arguments, @@ -1082000,7 +1082000,7 @@ static const uint16_t ts_small_parse_table[] = { [792625] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25063), 1, + ACTIONS(25069), 1, anon_sym_COMMA, STATE(21612), 1, aux_sym_import_declaration_repeat1, @@ -1082015,9 +1082015,9 @@ static const uint16_t ts_small_parse_table[] = { [792644] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24934), 1, + ACTIONS(24940), 1, anon_sym_LBRACK, - ACTIONS(24936), 1, + ACTIONS(24942), 1, anon_sym_match, STATE(18154), 1, sym_type_arguments, @@ -1082049,7 +1082049,7 @@ static const uint16_t ts_small_parse_table[] = { [792690] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25162), 1, + ACTIONS(25168), 1, anon_sym_end, STATE(22639), 1, sym__end_marker, @@ -1082090,7 +1082090,7 @@ static const uint16_t ts_small_parse_table[] = { [792739] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24395), 1, + ACTIONS(24401), 1, anon_sym_finally, STATE(6335), 1, sym_finally_clause, @@ -1082176,7 +1082176,7 @@ static const uint16_t ts_small_parse_table[] = { [792845] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25164), 1, + ACTIONS(25170), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1082225,7 +1082225,7 @@ static const uint16_t ts_small_parse_table[] = { [792910] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25166), 1, + ACTIONS(25172), 1, anon_sym_else, ACTIONS(11897), 8, sym__automatic_semicolon, @@ -1082272,7 +1082272,7 @@ static const uint16_t ts_small_parse_table[] = { [792971] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25168), 1, + ACTIONS(25174), 1, anon_sym_else, ACTIONS(11903), 8, sym__automatic_semicolon, @@ -1082333,9 +1082333,9 @@ static const uint16_t ts_small_parse_table[] = { [793049] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24987), 1, + ACTIONS(24993), 1, anon_sym_catch, - ACTIONS(25170), 1, + ACTIONS(25176), 1, anon_sym_finally, STATE(9597), 1, sym_finally_clause, @@ -1082365,7 +1082365,7 @@ static const uint16_t ts_small_parse_table[] = { [793091] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25172), 1, + ACTIONS(25178), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1082393,7 +1082393,7 @@ static const uint16_t ts_small_parse_table[] = { [793125] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25174), 1, + ACTIONS(25180), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1082408,9 +1082408,9 @@ static const uint16_t ts_small_parse_table[] = { [793144] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25176), 1, + ACTIONS(25182), 1, anon_sym_catch, - ACTIONS(25178), 1, + ACTIONS(25184), 1, anon_sym_finally, STATE(9597), 1, sym_finally_clause, @@ -1082427,7 +1082427,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21747), 1, aux_sym__block_repeat1, - ACTIONS(24274), 2, + ACTIONS(24280), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 6, @@ -1082440,7 +1082440,7 @@ static const uint16_t ts_small_parse_table[] = { [793186] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25063), 1, + ACTIONS(25069), 1, anon_sym_COMMA, STATE(21612), 1, aux_sym_import_declaration_repeat1, @@ -1082457,7 +1082457,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(20308), 1, aux_sym__block_repeat1, - ACTIONS(25180), 2, + ACTIONS(25186), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 6, @@ -1082483,7 +1082483,7 @@ static const uint16_t ts_small_parse_table[] = { [793239] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25182), 1, + ACTIONS(25188), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1082498,7 +1082498,7 @@ static const uint16_t ts_small_parse_table[] = { [793258] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25184), 1, + ACTIONS(25190), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1082526,7 +1082526,7 @@ static const uint16_t ts_small_parse_table[] = { [793292] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25186), 1, + ACTIONS(25192), 1, anon_sym_else, ACTIONS(11903), 8, sym__automatic_semicolon, @@ -1082553,7 +1082553,7 @@ static const uint16_t ts_small_parse_table[] = { [793324] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25188), 1, + ACTIONS(25194), 1, anon_sym_else, ACTIONS(11897), 8, sym__automatic_semicolon, @@ -1082567,7 +1082567,7 @@ static const uint16_t ts_small_parse_table[] = { [793341] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25190), 1, + ACTIONS(25196), 1, anon_sym_else, ACTIONS(11897), 8, sym__automatic_semicolon, @@ -1082589,7 +1082589,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_arguments, STATE(22121), 1, aux_sym__block_repeat1, - ACTIONS(25192), 2, + ACTIONS(25198), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 3, @@ -1082650,7 +1082650,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_arguments, STATE(22123), 1, aux_sym__block_repeat1, - ACTIONS(25194), 2, + ACTIONS(25200), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 3, @@ -1082662,7 +1082662,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21774), 1, aux_sym__block_repeat1, - ACTIONS(24236), 2, + ACTIONS(24242), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 6, @@ -1082733,9 +1082733,9 @@ static const uint16_t ts_small_parse_table[] = { [793552] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25176), 1, + ACTIONS(25182), 1, anon_sym_catch, - ACTIONS(25196), 1, + ACTIONS(25202), 1, anon_sym_finally, STATE(9087), 1, sym_finally_clause, @@ -1082778,7 +1082778,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(25198), 1, + ACTIONS(25204), 1, anon_sym_EQ, STATE(7296), 1, sym_block, @@ -1082806,9 +1082806,9 @@ static const uint16_t ts_small_parse_table[] = { [793643] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24956), 1, + ACTIONS(24962), 1, anon_sym_LBRACK, - ACTIONS(24958), 1, + ACTIONS(24964), 1, anon_sym_match, STATE(17667), 1, sym_type_arguments, @@ -1082851,7 +1082851,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(20518), 1, aux_sym__block_repeat1, - ACTIONS(25200), 2, + ACTIONS(25206), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 6, @@ -1082886,7 +1082886,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(25202), 1, + ACTIONS(25208), 1, anon_sym_EQ, STATE(7151), 1, sym_block, @@ -1082900,9 +1082900,9 @@ static const uint16_t ts_small_parse_table[] = { [793765] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24956), 1, + ACTIONS(24962), 1, anon_sym_LBRACK, - ACTIONS(24958), 1, + ACTIONS(24964), 1, anon_sym_match, STATE(17667), 1, sym_type_arguments, @@ -1082918,7 +1082918,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(25204), 1, + ACTIONS(25210), 1, anon_sym_EQ, STATE(7214), 1, sym_block, @@ -1082932,7 +1082932,7 @@ static const uint16_t ts_small_parse_table[] = { [793807] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25206), 1, + ACTIONS(25212), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1082960,12 +1082960,12 @@ static const uint16_t ts_small_parse_table[] = { [793841] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25210), 1, + ACTIONS(25216), 1, anon_sym_if, STATE(21781), 2, sym_guard, aux_sym_enumerator_repeat1, - ACTIONS(25208), 6, + ACTIONS(25214), 6, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, @@ -1082990,7 +1082990,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21788), 1, aux_sym__block_repeat1, - ACTIONS(24204), 2, + ACTIONS(24210), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 6, @@ -1083016,7 +1083016,7 @@ static const uint16_t ts_small_parse_table[] = { [793909] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25213), 1, + ACTIONS(25219), 1, anon_sym_else, ACTIONS(11903), 8, sym__automatic_semicolon, @@ -1083032,7 +1083032,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15245), 1, anon_sym_match, - ACTIONS(25215), 1, + ACTIONS(25221), 1, anon_sym_LBRACK, STATE(18037), 1, sym_type_arguments, @@ -1083062,7 +1083062,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21605), 1, aux_sym__block_repeat1, - ACTIONS(25217), 2, + ACTIONS(25223), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 6, @@ -1083141,9 +1083141,9 @@ static const uint16_t ts_small_parse_table[] = { [794060] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25219), 1, + ACTIONS(25225), 1, anon_sym_catch, - ACTIONS(25221), 1, + ACTIONS(25227), 1, anon_sym_finally, STATE(8789), 1, sym_finally_clause, @@ -1083197,7 +1083197,7 @@ static const uint16_t ts_small_parse_table[] = { [794128] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25223), 1, + ACTIONS(25229), 1, anon_sym_STAR, ACTIONS(8479), 8, sym__automatic_semicolon, @@ -1083211,9 +1083211,9 @@ static const uint16_t ts_small_parse_table[] = { [794145] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24956), 1, + ACTIONS(24962), 1, anon_sym_LBRACK, - ACTIONS(24958), 1, + ACTIONS(24964), 1, anon_sym_match, STATE(17667), 1, sym_type_arguments, @@ -1083258,7 +1083258,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15245), 1, anon_sym_match, - ACTIONS(25215), 1, + ACTIONS(25221), 1, anon_sym_LBRACK, STATE(18037), 1, sym_type_arguments, @@ -1083272,9 +1083272,9 @@ static const uint16_t ts_small_parse_table[] = { [794223] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24956), 1, + ACTIONS(24962), 1, anon_sym_LBRACK, - ACTIONS(24958), 1, + ACTIONS(24964), 1, anon_sym_match, STATE(17667), 1, sym_type_arguments, @@ -1083290,7 +1083290,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21804), 1, aux_sym__block_repeat1, - ACTIONS(25225), 2, + ACTIONS(25231), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 6, @@ -1083318,7 +1083318,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15245), 1, anon_sym_match, - ACTIONS(25215), 1, + ACTIONS(25221), 1, anon_sym_LBRACK, STATE(18037), 1, sym_type_arguments, @@ -1083334,7 +1083334,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15245), 1, anon_sym_match, - ACTIONS(25215), 1, + ACTIONS(25221), 1, anon_sym_LBRACK, STATE(18037), 1, sym_type_arguments, @@ -1083367,9 +1083367,9 @@ static const uint16_t ts_small_parse_table[] = { [794347] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(24956), 1, + ACTIONS(24962), 1, anon_sym_LBRACK, - ACTIONS(24958), 1, + ACTIONS(24964), 1, anon_sym_match, STATE(17667), 1, sym_type_arguments, @@ -1083386,7 +1083386,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(25228), 1, + ACTIONS(25234), 1, anon_sym_EQ, STATE(7546), 1, sym_block, @@ -1083415,7 +1083415,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(25230), 1, + ACTIONS(25236), 1, anon_sym_EQ, STATE(7435), 1, sym_block, @@ -1083457,7 +1083457,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15245), 1, anon_sym_match, - ACTIONS(25215), 1, + ACTIONS(25221), 1, anon_sym_LBRACK, STATE(18037), 1, sym_type_arguments, @@ -1083503,7 +1083503,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(25232), 1, + ACTIONS(25238), 1, anon_sym_EQ, STATE(7348), 1, sym_block, @@ -1083519,7 +1083519,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21819), 1, aux_sym__block_repeat1, - ACTIONS(25234), 2, + ACTIONS(25240), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 6, @@ -1083532,9 +1083532,9 @@ static const uint16_t ts_small_parse_table[] = { [794556] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24956), 1, + ACTIONS(24962), 1, anon_sym_LBRACK, - ACTIONS(24958), 1, + ACTIONS(24964), 1, anon_sym_match, STATE(17667), 1, sym_type_arguments, @@ -1083591,9 +1083591,9 @@ static const uint16_t ts_small_parse_table[] = { [794630] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24956), 1, + ACTIONS(24962), 1, anon_sym_LBRACK, - ACTIONS(24958), 1, + ACTIONS(24964), 1, anon_sym_match, STATE(17667), 1, sym_type_arguments, @@ -1083609,7 +1083609,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15245), 1, anon_sym_match, - ACTIONS(25215), 1, + ACTIONS(25221), 1, anon_sym_LBRACK, STATE(18037), 1, sym_type_arguments, @@ -1083623,9 +1083623,9 @@ static const uint16_t ts_small_parse_table[] = { [794672] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(24956), 1, + ACTIONS(24962), 1, anon_sym_LBRACK, - ACTIONS(24958), 1, + ACTIONS(24964), 1, anon_sym_match, STATE(17667), 1, sym_type_arguments, @@ -1083647,7 +1083647,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_arguments, STATE(22194), 1, aux_sym__block_repeat1, - ACTIONS(25237), 2, + ACTIONS(25243), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 3, @@ -1083657,7 +1083657,7 @@ static const uint16_t ts_small_parse_table[] = { [794718] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23865), 1, + ACTIONS(23871), 1, anon_sym_finally, STATE(22070), 1, sym_finally_clause, @@ -1083685,7 +1083685,7 @@ static const uint16_t ts_small_parse_table[] = { [794752] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25239), 1, + ACTIONS(25245), 1, anon_sym_else, ACTIONS(11897), 7, sym__automatic_semicolon, @@ -1083718,7 +1083718,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22403), 1, anon_sym_EQ, - ACTIONS(25241), 1, + ACTIONS(25247), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1083736,7 +1083736,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22349), 1, anon_sym_EQ, - ACTIONS(25243), 1, + ACTIONS(25249), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1083764,7 +1083764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(11615), 1, anon_sym_LPAREN, - ACTIONS(25245), 1, + ACTIONS(25251), 1, anon_sym_COLON, STATE(23569), 1, sym_type_parameters, @@ -1083802,7 +1083802,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22345), 1, anon_sym_EQ, - ACTIONS(25247), 1, + ACTIONS(25253), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1083834,7 +1083834,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22317), 1, anon_sym_EQ, - ACTIONS(25249), 1, + ACTIONS(25255), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1083844,7 +1083844,7 @@ static const uint16_t ts_small_parse_table[] = { [794970] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25251), 1, + ACTIONS(25257), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1083866,7 +1083866,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22185), 1, anon_sym_EQ, - ACTIONS(25253), 1, + ACTIONS(25259), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1083884,7 +1083884,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22289), 1, anon_sym_EQ, - ACTIONS(25255), 1, + ACTIONS(25261), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1083902,7 +1083902,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22088), 1, anon_sym_EQ, - ACTIONS(25257), 1, + ACTIONS(25263), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1083914,7 +1083914,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21844), 1, aux_sym__block_repeat1, - ACTIONS(25259), 2, + ACTIONS(25265), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 5, @@ -1083926,7 +1083926,7 @@ static const uint16_t ts_small_parse_table[] = { [795084] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25262), 1, + ACTIONS(25268), 1, anon_sym_else, ACTIONS(11903), 7, sym__automatic_semicolon, @@ -1083939,7 +1083939,7 @@ static const uint16_t ts_small_parse_table[] = { [795100] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25264), 1, + ACTIONS(25270), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1083961,7 +1083961,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22267), 1, anon_sym_EQ, - ACTIONS(25266), 1, + ACTIONS(25272), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1083996,7 +1083996,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22259), 1, anon_sym_EQ, - ACTIONS(25268), 1, + ACTIONS(25274), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1084014,7 +1084014,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22407), 1, anon_sym_EQ, - ACTIONS(25270), 1, + ACTIONS(25276), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1084032,7 +1084032,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22197), 1, anon_sym_EQ, - ACTIONS(25272), 1, + ACTIONS(25278), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1084050,7 +1084050,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22201), 1, anon_sym_EQ, - ACTIONS(25274), 1, + ACTIONS(25280), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1084068,7 +1084068,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22193), 1, anon_sym_EQ, - ACTIONS(25276), 1, + ACTIONS(25282), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1084103,7 +1084103,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22133), 1, anon_sym_EQ, - ACTIONS(25278), 1, + ACTIONS(25284), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1084161,7 +1084161,7 @@ static const uint16_t ts_small_parse_table[] = { [795414] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25280), 1, + ACTIONS(25286), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1084175,7 +1084175,7 @@ static const uint16_t ts_small_parse_table[] = { [795432] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25282), 1, + ACTIONS(25288), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1084189,7 +1084189,7 @@ static const uint16_t ts_small_parse_table[] = { [795450] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25284), 1, + ACTIONS(25290), 1, anon_sym_else, ACTIONS(11903), 7, sym__automatic_semicolon, @@ -1084202,9 +1084202,9 @@ static const uint16_t ts_small_parse_table[] = { [795466] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, STATE(18926), 1, sym_type_arguments, @@ -1084218,7 +1084218,7 @@ static const uint16_t ts_small_parse_table[] = { [795488] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25290), 1, + ACTIONS(25296), 1, anon_sym_else, ACTIONS(11897), 7, sym__automatic_semicolon, @@ -1084239,7 +1084239,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22127), 1, anon_sym_EQ, - ACTIONS(25292), 1, + ACTIONS(25298), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1084251,7 +1084251,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21865), 1, aux_sym__block_repeat1, - ACTIONS(25294), 2, + ACTIONS(25300), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 5, @@ -1084315,7 +1084315,7 @@ static const uint16_t ts_small_parse_table[] = { [795612] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24504), 1, + ACTIONS(24510), 1, anon_sym_finally, STATE(8192), 1, sym_finally_clause, @@ -1084337,7 +1084337,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22039), 1, anon_sym_EQ, - ACTIONS(25297), 1, + ACTIONS(25303), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1084358,7 +1084358,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(11075), 2, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(25299), 2, + ACTIONS(25305), 2, sym__automatic_semicolon, anon_sym_SEMI, [795680] = 8, @@ -1084372,7 +1084372,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21940), 1, anon_sym_EQ, - ACTIONS(25301), 1, + ACTIONS(25307), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1084384,7 +1084384,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21874), 1, aux_sym__block_repeat1, - ACTIONS(25303), 2, + ACTIONS(25309), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 5, @@ -1084396,9 +1084396,9 @@ static const uint16_t ts_small_parse_table[] = { [795724] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25306), 1, + ACTIONS(25312), 1, anon_sym_catch, - ACTIONS(25308), 1, + ACTIONS(25314), 1, anon_sym_finally, STATE(8965), 1, sym_finally_clause, @@ -1084414,7 +1084414,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21876), 1, aux_sym__block_repeat1, - ACTIONS(25310), 2, + ACTIONS(25316), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 5, @@ -1084434,7 +1084434,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22084), 1, anon_sym_EQ, - ACTIONS(25313), 1, + ACTIONS(25319), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1084444,7 +1084444,7 @@ static const uint16_t ts_small_parse_table[] = { [795790] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25315), 1, + ACTIONS(25321), 1, anon_sym_else, ACTIONS(11897), 7, sym__automatic_semicolon, @@ -1084457,7 +1084457,7 @@ static const uint16_t ts_small_parse_table[] = { [795806] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25317), 1, + ACTIONS(25323), 1, anon_sym_else, ACTIONS(11903), 7, sym__automatic_semicolon, @@ -1084470,7 +1084470,7 @@ static const uint16_t ts_small_parse_table[] = { [795822] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25319), 1, + ACTIONS(25325), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1084484,7 +1084484,7 @@ static const uint16_t ts_small_parse_table[] = { [795840] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25321), 1, + ACTIONS(25327), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1084506,7 +1084506,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21952), 1, anon_sym_EQ, - ACTIONS(25323), 1, + ACTIONS(25329), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1084536,7 +1084536,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22080), 1, anon_sym_EQ, - ACTIONS(25325), 1, + ACTIONS(25331), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1084554,7 +1084554,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22076), 1, anon_sym_EQ, - ACTIONS(25327), 1, + ACTIONS(25333), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1084572,7 +1084572,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21911), 1, anon_sym_EQ, - ACTIONS(25329), 1, + ACTIONS(25335), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1084582,7 +1084582,7 @@ static const uint16_t ts_small_parse_table[] = { [795976] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24057), 1, + ACTIONS(24063), 1, anon_sym_finally, STATE(22156), 1, sym_finally_clause, @@ -1084619,7 +1084619,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22045), 1, anon_sym_EQ, - ACTIONS(25331), 1, + ACTIONS(25337), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1084629,9 +1084629,9 @@ static const uint16_t ts_small_parse_table[] = { [796040] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, STATE(18926), 1, sym_type_arguments, @@ -1084640,7 +1084640,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(11075), 2, sym__outdent, anon_sym_case, - ACTIONS(25333), 2, + ACTIONS(25339), 2, sym__automatic_semicolon, anon_sym_SEMI, [796064] = 2, @@ -1084658,7 +1084658,7 @@ static const uint16_t ts_small_parse_table[] = { [796078] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25335), 1, + ACTIONS(25341), 1, anon_sym_else, ACTIONS(11897), 7, sym__automatic_semicolon, @@ -1084671,7 +1084671,7 @@ static const uint16_t ts_small_parse_table[] = { [796094] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25337), 1, + ACTIONS(25343), 1, anon_sym_else, ACTIONS(11903), 7, sym__automatic_semicolon, @@ -1084692,7 +1084692,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22031), 1, anon_sym_EQ, - ACTIONS(25339), 1, + ACTIONS(25345), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1084710,7 +1084710,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22014), 1, anon_sym_EQ, - ACTIONS(25341), 1, + ACTIONS(25347), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1084720,7 +1084720,7 @@ static const uint16_t ts_small_parse_table[] = { [796162] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25343), 1, + ACTIONS(25349), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1084734,7 +1084734,7 @@ static const uint16_t ts_small_parse_table[] = { [796180] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25345), 1, + ACTIONS(25351), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1084760,9 +1084760,9 @@ static const uint16_t ts_small_parse_table[] = { [796212] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25347), 1, + ACTIONS(25353), 1, anon_sym_catch, - ACTIONS(25349), 1, + ACTIONS(25355), 1, anon_sym_finally, STATE(8789), 1, sym_finally_clause, @@ -1084790,7 +1084790,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21901), 1, aux_sym__block_repeat1, - ACTIONS(25351), 2, + ACTIONS(25357), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 5, @@ -1084833,7 +1084833,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21904), 1, aux_sym__block_repeat1, - ACTIONS(25354), 2, + ACTIONS(25360), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 5, @@ -1084865,7 +1084865,7 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21521), 1, sym__backquoted_id, - ACTIONS(25357), 1, + ACTIONS(25363), 1, sym_operator_identifier, STATE(20069), 1, sym_identifier, @@ -1084876,9 +1084876,9 @@ static const uint16_t ts_small_parse_table[] = { [796364] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25359), 1, + ACTIONS(25365), 1, anon_sym_catch, - ACTIONS(25361), 1, + ACTIONS(25367), 1, anon_sym_finally, STATE(8789), 1, sym_finally_clause, @@ -1084916,7 +1084916,7 @@ static const uint16_t ts_small_parse_table[] = { [796414] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25363), 1, + ACTIONS(25369), 1, anon_sym_else, ACTIONS(11897), 7, sym__automatic_semicolon, @@ -1084929,9 +1084929,9 @@ static const uint16_t ts_small_parse_table[] = { [796430] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25365), 1, + ACTIONS(25371), 1, anon_sym_catch, - ACTIONS(25367), 1, + ACTIONS(25373), 1, anon_sym_finally, STATE(9626), 1, sym_finally_clause, @@ -1084953,7 +1084953,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21944), 1, anon_sym_EQ, - ACTIONS(25369), 1, + ACTIONS(25375), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1085012,7 +1085012,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21931), 1, anon_sym_EQ, - ACTIONS(25371), 1, + ACTIONS(25377), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1085066,7 +1085066,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21907), 1, anon_sym_EQ, - ACTIONS(25373), 1, + ACTIONS(25379), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1085097,7 +1085097,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21891), 1, anon_sym_EQ, - ACTIONS(25375), 1, + ACTIONS(25381), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1085115,7 +1085115,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21851), 1, anon_sym_EQ, - ACTIONS(25377), 1, + ACTIONS(25383), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1085167,9 +1085167,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, ACTIONS(17130), 1, sym__backquoted_id, - ACTIONS(25379), 1, + ACTIONS(25385), 1, sym_inline_modifier, - ACTIONS(25381), 1, + ACTIONS(25387), 1, sym_operator_identifier, STATE(25194), 1, sym_identifier, @@ -1085199,7 +1085199,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21843), 1, anon_sym_EQ, - ACTIONS(25383), 1, + ACTIONS(25389), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1085209,7 +1085209,7 @@ static const uint16_t ts_small_parse_table[] = { [796800] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25385), 1, + ACTIONS(25391), 1, anon_sym_else, ACTIONS(11903), 7, sym__automatic_semicolon, @@ -1085222,7 +1085222,7 @@ static const uint16_t ts_small_parse_table[] = { [796816] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25387), 1, + ACTIONS(25393), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1085272,7 +1085272,7 @@ static const uint16_t ts_small_parse_table[] = { [796876] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25389), 1, + ACTIONS(25395), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1085340,7 +1085340,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21758), 1, anon_sym_EQ, - ACTIONS(25391), 1, + ACTIONS(25397), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1085358,7 +1085358,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21754), 1, anon_sym_EQ, - ACTIONS(25393), 1, + ACTIONS(25399), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1085376,7 +1085376,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21619), 1, anon_sym_EQ, - ACTIONS(25395), 1, + ACTIONS(25401), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1085538,7 +1085538,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22091), 1, aux_sym__block_repeat1, - ACTIONS(25397), 2, + ACTIONS(25403), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 5, @@ -1085618,7 +1085618,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21703), 1, anon_sym_EQ, - ACTIONS(25399), 1, + ACTIONS(25405), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1085640,7 +1085640,7 @@ static const uint16_t ts_small_parse_table[] = { [797342] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25401), 1, + ACTIONS(25407), 1, anon_sym_else, ACTIONS(11897), 7, sym__automatic_semicolon, @@ -1085661,7 +1085661,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21693), 1, anon_sym_EQ, - ACTIONS(25403), 1, + ACTIONS(25409), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1085671,7 +1085671,7 @@ static const uint16_t ts_small_parse_table[] = { [797384] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25405), 1, + ACTIONS(25411), 1, anon_sym_else, ACTIONS(11903), 7, sym__automatic_semicolon, @@ -1085684,7 +1085684,7 @@ static const uint16_t ts_small_parse_table[] = { [797400] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25407), 1, + ACTIONS(25413), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1085700,7 +1085700,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21954), 1, aux_sym__block_repeat1, - ACTIONS(24966), 2, + ACTIONS(24972), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 5, @@ -1085760,7 +1085760,7 @@ static const uint16_t ts_small_parse_table[] = { [797492] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25409), 1, + ACTIONS(25415), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1085782,7 +1085782,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21641), 1, anon_sym_EQ, - ACTIONS(25411), 1, + ACTIONS(25417), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1085800,7 +1085800,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21627), 1, anon_sym_EQ, - ACTIONS(25413), 1, + ACTIONS(25419), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1085821,7 +1085821,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(11075), 2, anon_sym_while, anon_sym_finally, - ACTIONS(25415), 2, + ACTIONS(25421), 2, sym__automatic_semicolon, anon_sym_SEMI, [797586] = 5, @@ -1085829,7 +1085829,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, @@ -1085842,9 +1085842,9 @@ static const uint16_t ts_small_parse_table[] = { [797606] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25419), 1, + ACTIONS(25425), 1, anon_sym_catch, - ACTIONS(25421), 1, + ACTIONS(25427), 1, anon_sym_finally, STATE(9576), 1, sym_finally_clause, @@ -1085946,7 +1085946,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(11075), 2, anon_sym_while, anon_sym_else, - ACTIONS(25423), 2, + ACTIONS(25429), 2, sym__automatic_semicolon, anon_sym_SEMI, [797746] = 2, @@ -1085972,7 +1085972,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21533), 1, anon_sym_EQ, - ACTIONS(25425), 1, + ACTIONS(25431), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1085994,9 +1085994,9 @@ static const uint16_t ts_small_parse_table[] = { [797800] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25427), 1, + ACTIONS(25433), 1, anon_sym_catch, - ACTIONS(25429), 1, + ACTIONS(25435), 1, anon_sym_finally, STATE(8965), 1, sym_finally_clause, @@ -1086042,7 +1086042,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21611), 1, anon_sym_EQ, - ACTIONS(25431), 1, + ACTIONS(25437), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1086072,7 +1086072,7 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22100), 1, sym__backquoted_id, - ACTIONS(25433), 1, + ACTIONS(25439), 1, sym_operator_identifier, STATE(19814), 1, sym_identifier, @@ -1086091,7 +1086091,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21539), 1, anon_sym_EQ, - ACTIONS(25435), 1, + ACTIONS(25441), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1086113,9 +1086113,9 @@ static const uint16_t ts_small_parse_table[] = { [797958] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, STATE(18926), 1, sym_type_arguments, @@ -1086128,9 +1086128,9 @@ static const uint16_t ts_small_parse_table[] = { [797978] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, STATE(18926), 1, sym_type_arguments, @@ -1086163,7 +1086163,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21445), 1, anon_sym_EQ, - ACTIONS(25437), 1, + ACTIONS(25443), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1086185,7 +1086185,7 @@ static const uint16_t ts_small_parse_table[] = { [798052] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25439), 1, + ACTIONS(25445), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1086199,7 +1086199,7 @@ static const uint16_t ts_small_parse_table[] = { [798070] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25441), 1, + ACTIONS(25447), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1086237,7 +1086237,7 @@ static const uint16_t ts_small_parse_table[] = { [798116] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25443), 1, + ACTIONS(25449), 1, anon_sym_else, ACTIONS(11903), 7, sym__automatic_semicolon, @@ -1086286,7 +1086286,7 @@ static const uint16_t ts_small_parse_table[] = { [798174] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25445), 1, + ACTIONS(25451), 1, anon_sym_else, ACTIONS(11897), 7, sym__automatic_semicolon, @@ -1086307,7 +1086307,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(21420), 1, sym_operator_identifier, - ACTIONS(25447), 1, + ACTIONS(25453), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1086331,7 +1086331,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22256), 1, aux_sym__block_repeat1, - ACTIONS(25449), 2, + ACTIONS(25455), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 5, @@ -1086369,7 +1086369,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22011), 1, aux_sym__block_repeat1, - ACTIONS(25050), 2, + ACTIONS(25056), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 5, @@ -1086381,9 +1086381,9 @@ static const uint16_t ts_small_parse_table[] = { [798294] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25451), 1, + ACTIONS(25457), 1, anon_sym_catch, - ACTIONS(25453), 1, + ACTIONS(25459), 1, anon_sym_finally, STATE(9597), 1, sym_finally_clause, @@ -1086481,7 +1086481,7 @@ static const uint16_t ts_small_parse_table[] = { [798414] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25455), 1, + ACTIONS(25461), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1086515,7 +1086515,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21449), 1, anon_sym_EQ, - ACTIONS(25457), 1, + ACTIONS(25463), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1086529,7 +1086529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, ACTIONS(22895), 1, anon_sym_LT_PERCENT, - ACTIONS(24780), 2, + ACTIONS(24786), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(22162), 2, @@ -1086541,7 +1086541,7 @@ static const uint16_t ts_small_parse_table[] = { [798494] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24120), 1, + ACTIONS(24126), 1, anon_sym_finally, STATE(7612), 1, sym_finally_clause, @@ -1086555,7 +1086555,7 @@ static const uint16_t ts_small_parse_table[] = { [798512] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25459), 1, + ACTIONS(25465), 1, anon_sym_else, ACTIONS(11897), 7, sym__automatic_semicolon, @@ -1086568,7 +1086568,7 @@ static const uint16_t ts_small_parse_table[] = { [798528] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25461), 1, + ACTIONS(25467), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1086582,7 +1086582,7 @@ static const uint16_t ts_small_parse_table[] = { [798546] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25463), 1, + ACTIONS(25469), 1, anon_sym_else, ACTIONS(11903), 7, sym__automatic_semicolon, @@ -1086595,7 +1086595,7 @@ static const uint16_t ts_small_parse_table[] = { [798562] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25465), 1, + ACTIONS(25471), 1, anon_sym_else, ACTIONS(11897), 7, sym__automatic_semicolon, @@ -1086608,7 +1086608,7 @@ static const uint16_t ts_small_parse_table[] = { [798578] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25467), 1, + ACTIONS(25473), 1, anon_sym_else, ACTIONS(11903), 7, sym__automatic_semicolon, @@ -1086621,7 +1086621,7 @@ static const uint16_t ts_small_parse_table[] = { [798594] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25469), 1, + ACTIONS(25475), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1086639,7 +1086639,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, ACTIONS(22895), 1, anon_sym_LT_PERCENT, - ACTIONS(24780), 2, + ACTIONS(24786), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(23316), 2, @@ -1086663,7 +1086663,7 @@ static const uint16_t ts_small_parse_table[] = { [798648] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25471), 1, + ACTIONS(25477), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1086677,9 +1086677,9 @@ static const uint16_t ts_small_parse_table[] = { [798666] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25473), 1, + ACTIONS(25479), 1, anon_sym_catch, - ACTIONS(25475), 1, + ACTIONS(25481), 1, anon_sym_finally, STATE(9087), 1, sym_finally_clause, @@ -1086706,9 +1086706,9 @@ static const uint16_t ts_small_parse_table[] = { [798704] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25419), 1, + ACTIONS(25425), 1, anon_sym_catch, - ACTIONS(25477), 1, + ACTIONS(25483), 1, anon_sym_finally, STATE(9626), 1, sym_finally_clause, @@ -1086724,7 +1086724,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, @@ -1086745,7 +1086745,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21453), 1, anon_sym_EQ, - ACTIONS(25479), 1, + ACTIONS(25485), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1086757,7 +1086757,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, @@ -1086776,7 +1086776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym__alpha_identifier, sym__backquoted_id, - ACTIONS(23793), 4, + ACTIONS(23799), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, @@ -1086797,7 +1086797,7 @@ static const uint16_t ts_small_parse_table[] = { [798826] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24353), 1, + ACTIONS(24359), 1, anon_sym_finally, STATE(6665), 1, sym_finally_clause, @@ -1086811,7 +1086811,7 @@ static const uint16_t ts_small_parse_table[] = { [798844] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25221), 1, + ACTIONS(25227), 1, anon_sym_finally, STATE(8867), 1, sym_finally_clause, @@ -1086840,7 +1086840,7 @@ static const uint16_t ts_small_parse_table[] = { [798882] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24723), 1, + ACTIONS(24729), 1, anon_sym_finally, STATE(6665), 1, sym_finally_clause, @@ -1086874,7 +1086874,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21463), 1, anon_sym_EQ, - ACTIONS(25481), 1, + ACTIONS(25487), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1086892,7 +1086892,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21457), 1, anon_sym_EQ, - ACTIONS(25483), 1, + ACTIONS(25489), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1086904,7 +1086904,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, @@ -1086919,7 +1086919,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, @@ -1086949,7 +1086949,7 @@ static const uint16_t ts_small_parse_table[] = { [799030] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25485), 1, + ACTIONS(25491), 1, anon_sym_else, ACTIONS(11897), 7, sym__automatic_semicolon, @@ -1086986,9 +1086986,9 @@ static const uint16_t ts_small_parse_table[] = { [799074] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, STATE(18926), 1, sym_type_arguments, @@ -1087062,7 +1087062,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21557), 1, anon_sym_EQ, - ACTIONS(25487), 1, + ACTIONS(25493), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1087084,7 +1087084,7 @@ static const uint16_t ts_small_parse_table[] = { [799200] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24421), 1, + ACTIONS(24427), 1, anon_sym_finally, STATE(22156), 1, sym_finally_clause, @@ -1087098,7 +1087098,7 @@ static const uint16_t ts_small_parse_table[] = { [799218] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25489), 1, + ACTIONS(25495), 1, anon_sym_else, ACTIONS(11903), 7, sym__automatic_semicolon, @@ -1087159,7 +1087159,7 @@ static const uint16_t ts_small_parse_table[] = { [799290] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25491), 1, + ACTIONS(25497), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1087210,7 +1087210,7 @@ static const uint16_t ts_small_parse_table[] = { [799352] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25493), 1, + ACTIONS(25499), 1, anon_sym_else, ACTIONS(11897), 7, sym__automatic_semicolon, @@ -1087223,7 +1087223,7 @@ static const uint16_t ts_small_parse_table[] = { [799368] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25495), 1, + ACTIONS(25501), 1, anon_sym_else, ACTIONS(11903), 7, sym__automatic_semicolon, @@ -1087236,7 +1087236,7 @@ static const uint16_t ts_small_parse_table[] = { [799384] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25087), 1, + ACTIONS(25093), 1, anon_sym_finally, STATE(8867), 1, sym_finally_clause, @@ -1087262,7 +1087262,7 @@ static const uint16_t ts_small_parse_table[] = { [799416] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25497), 1, + ACTIONS(25503), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1087276,7 +1087276,7 @@ static const uint16_t ts_small_parse_table[] = { [799434] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25499), 1, + ACTIONS(25505), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1087290,7 +1087290,7 @@ static const uint16_t ts_small_parse_table[] = { [799452] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25501), 1, + ACTIONS(25507), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1087312,7 +1087312,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21571), 1, anon_sym_EQ, - ACTIONS(25503), 1, + ACTIONS(25509), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1087372,9 +1087372,9 @@ static const uint16_t ts_small_parse_table[] = { [799556] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, STATE(18926), 1, sym_type_arguments, @@ -1087407,7 +1087407,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21615), 1, anon_sym_EQ, - ACTIONS(25505), 1, + ACTIONS(25511), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1087417,9 +1087417,9 @@ static const uint16_t ts_small_parse_table[] = { [799616] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25451), 1, + ACTIONS(25457), 1, anon_sym_catch, - ACTIONS(25507), 1, + ACTIONS(25513), 1, anon_sym_finally, STATE(9087), 1, sym_finally_clause, @@ -1087435,7 +1087435,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22091), 1, aux_sym__block_repeat1, - ACTIONS(25509), 2, + ACTIONS(25515), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 5, @@ -1087455,7 +1087455,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21689), 1, anon_sym_EQ, - ACTIONS(25512), 1, + ACTIONS(25518), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1087465,9 +1087465,9 @@ static const uint16_t ts_small_parse_table[] = { [799682] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, STATE(18926), 1, sym_type_arguments, @@ -1087501,7 +1087501,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21707), 1, anon_sym_EQ, - ACTIONS(25514), 1, + ACTIONS(25520), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1087531,7 +1087531,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21821), 1, anon_sym_EQ, - ACTIONS(25516), 1, + ACTIONS(25522), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1087549,7 +1087549,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21750), 1, anon_sym_EQ, - ACTIONS(25518), 1, + ACTIONS(25524), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1087567,7 +1087567,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21762), 1, anon_sym_EQ, - ACTIONS(25520), 1, + ACTIONS(25526), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1087577,26 +1087577,26 @@ static const uint16_t ts_small_parse_table[] = { [799836] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, - ACTIONS(25522), 1, + ACTIONS(25528), 1, anon_sym_if, STATE(18926), 1, sym_type_arguments, STATE(25781), 1, sym_guard, - ACTIONS(23785), 3, + ACTIONS(23791), 3, sym__automatic_semicolon, sym__outdent, anon_sym_SEMI, [799860] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, STATE(18926), 1, sym_type_arguments, @@ -1087609,7 +1087609,7 @@ static const uint16_t ts_small_parse_table[] = { [799880] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24926), 1, + ACTIONS(24932), 1, anon_sym_finally, STATE(6664), 1, sym_finally_clause, @@ -1087652,7 +1087652,7 @@ static const uint16_t ts_small_parse_table[] = { [799936] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25524), 1, + ACTIONS(25530), 1, anon_sym_else, ACTIONS(11897), 7, sym__automatic_semicolon, @@ -1087674,14 +1087674,14 @@ static const uint16_t ts_small_parse_table[] = { STATE(19457), 2, sym_class_parameters, aux_sym__full_enum_def_repeat1, - ACTIONS(25526), 3, + ACTIONS(25532), 3, sym__automatic_semicolon, sym__outdent, anon_sym_SEMI, [799974] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25528), 1, + ACTIONS(25534), 1, anon_sym_else, ACTIONS(11903), 7, sym__automatic_semicolon, @@ -1087720,9 +1087720,9 @@ static const uint16_t ts_small_parse_table[] = { [800022] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, STATE(18926), 1, sym_type_arguments, @@ -1087735,9 +1087735,9 @@ static const uint16_t ts_small_parse_table[] = { [800042] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25530), 1, + ACTIONS(25536), 1, anon_sym_COLON, - ACTIONS(25532), 7, + ACTIONS(25538), 7, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_if, @@ -1087748,7 +1087748,7 @@ static const uint16_t ts_small_parse_table[] = { [800058] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25534), 1, + ACTIONS(25540), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1087786,7 +1087786,7 @@ static const uint16_t ts_small_parse_table[] = { [800104] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25536), 1, + ACTIONS(25542), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1087802,7 +1087802,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22121), 1, aux_sym__block_repeat1, - ACTIONS(25192), 2, + ACTIONS(25198), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 5, @@ -1087834,7 +1087834,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21598), 1, anon_sym_EQ, - ACTIONS(25538), 1, + ACTIONS(25544), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1087852,7 +1087852,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21803), 1, anon_sym_EQ, - ACTIONS(25540), 1, + ACTIONS(25546), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1087870,7 +1087870,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21791), 1, anon_sym_EQ, - ACTIONS(25542), 1, + ACTIONS(25548), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1087882,7 +1087882,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21174), 1, aux_sym__block_repeat1, - ACTIONS(25544), 2, + ACTIONS(25550), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 5, @@ -1087896,7 +1087896,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22123), 1, aux_sym__block_repeat1, - ACTIONS(25194), 2, + ACTIONS(25200), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 5, @@ -1087910,7 +1087910,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21136), 1, aux_sym__block_repeat1, - ACTIONS(25546), 2, + ACTIONS(25552), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 5, @@ -1087930,7 +1087930,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22230), 1, anon_sym_EQ, - ACTIONS(25548), 1, + ACTIONS(25554), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1087940,7 +1087940,7 @@ static const uint16_t ts_small_parse_table[] = { [800312] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24692), 1, + ACTIONS(24698), 1, anon_sym_finally, STATE(22453), 1, sym_finally_clause, @@ -1087954,17 +1087954,17 @@ static const uint16_t ts_small_parse_table[] = { [800330] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, - ACTIONS(25522), 1, + ACTIONS(25528), 1, anon_sym_if, STATE(18926), 1, sym_type_arguments, STATE(25790), 1, sym_guard, - ACTIONS(23883), 3, + ACTIONS(23889), 3, sym__automatic_semicolon, sym__outdent, anon_sym_SEMI, @@ -1088005,7 +1088005,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22189), 1, anon_sym_EQ, - ACTIONS(25550), 1, + ACTIONS(25556), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1088015,9 +1088015,9 @@ static const uint16_t ts_small_parse_table[] = { [800412] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, STATE(18926), 1, sym_type_arguments, @@ -1088030,9 +1088030,9 @@ static const uint16_t ts_small_parse_table[] = { [800432] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, STATE(18926), 1, sym_type_arguments, @@ -1088069,9 +1088069,9 @@ static const uint16_t ts_small_parse_table[] = { [800480] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, STATE(18926), 1, sym_type_arguments, @@ -1088092,7 +1088092,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21897), 1, anon_sym_EQ, - ACTIONS(25552), 1, + ACTIONS(25558), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1088110,7 +1088110,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21925), 1, anon_sym_EQ, - ACTIONS(25554), 1, + ACTIONS(25560), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1088165,7 +1088165,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22114), 1, anon_sym_EQ, - ACTIONS(25556), 1, + ACTIONS(25562), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1088189,7 +1088189,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22142), 1, aux_sym__block_repeat1, - ACTIONS(25558), 2, + ACTIONS(25564), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 5, @@ -1088209,7 +1088209,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22106), 1, anon_sym_EQ, - ACTIONS(25561), 1, + ACTIONS(25567), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1088228,14 +1088228,14 @@ static const uint16_t ts_small_parse_table[] = { STATE(19457), 2, sym_class_parameters, aux_sym__full_enum_def_repeat1, - ACTIONS(25563), 3, + ACTIONS(25569), 3, sym__automatic_semicolon, sym__outdent, anon_sym_SEMI, [800702] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25565), 1, + ACTIONS(25571), 1, anon_sym_else, ACTIONS(11897), 7, sym__automatic_semicolon, @@ -1088248,7 +1088248,7 @@ static const uint16_t ts_small_parse_table[] = { [800718] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25567), 1, + ACTIONS(25573), 1, anon_sym_else, ACTIONS(11903), 7, sym__automatic_semicolon, @@ -1088261,9 +1088261,9 @@ static const uint16_t ts_small_parse_table[] = { [800734] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25365), 1, + ACTIONS(25371), 1, anon_sym_catch, - ACTIONS(25569), 1, + ACTIONS(25575), 1, anon_sym_finally, STATE(9576), 1, sym_finally_clause, @@ -1088277,7 +1088277,7 @@ static const uint16_t ts_small_parse_table[] = { [800756] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25571), 1, + ACTIONS(25577), 1, anon_sym_EQ, ACTIONS(11523), 7, sym__automatic_semicolon, @@ -1088298,7 +1088298,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22035), 1, anon_sym_EQ, - ACTIONS(25573), 1, + ACTIONS(25579), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1088316,7 +1088316,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21847), 1, anon_sym_EQ, - ACTIONS(25575), 1, + ACTIONS(25581), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1088326,7 +1088326,7 @@ static const uint16_t ts_small_parse_table[] = { [800824] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25577), 1, + ACTIONS(25583), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1088348,7 +1088348,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22006), 1, anon_sym_EQ, - ACTIONS(25579), 1, + ACTIONS(25585), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1088358,7 +1088358,7 @@ static const uint16_t ts_small_parse_table[] = { [800868] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25581), 1, + ACTIONS(25587), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1088384,7 +1088384,7 @@ static const uint16_t ts_small_parse_table[] = { [800900] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25583), 1, + ACTIONS(25589), 1, anon_sym_STAR, ACTIONS(8479), 7, sym__automatic_semicolon, @@ -1088421,9 +1088421,9 @@ static const uint16_t ts_small_parse_table[] = { [800944] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, STATE(18926), 1, sym_type_arguments, @@ -1088440,7 +1088440,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, ACTIONS(22895), 1, anon_sym_LT_PERCENT, - ACTIONS(24166), 2, + ACTIONS(24172), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(22232), 2, @@ -1088456,7 +1088456,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, ACTIONS(22895), 1, anon_sym_LT_PERCENT, - ACTIONS(24166), 2, + ACTIONS(24172), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(23316), 2, @@ -1088472,7 +1088472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, ACTIONS(22895), 1, anon_sym_LT_PERCENT, - ACTIONS(25585), 2, + ACTIONS(25591), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(22238), 2, @@ -1088488,7 +1088488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, ACTIONS(22895), 1, anon_sym_LT_PERCENT, - ACTIONS(25585), 2, + ACTIONS(25591), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(23316), 2, @@ -1088532,7 +1088532,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21875), 1, anon_sym_EQ, - ACTIONS(25587), 1, + ACTIONS(25593), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1088598,7 +1088598,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21855), 1, anon_sym_EQ, - ACTIONS(25589), 1, + ACTIONS(25595), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1088616,7 +1088616,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21903), 1, anon_sym_EQ, - ACTIONS(25591), 1, + ACTIONS(25597), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1088626,7 +1088626,7 @@ static const uint16_t ts_small_parse_table[] = { [801214] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24401), 1, + ACTIONS(24407), 1, anon_sym_finally, STATE(22453), 1, sym_finally_clause, @@ -1088642,7 +1088642,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, @@ -1088776,7 +1088776,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22437), 1, anon_sym_EQ, - ACTIONS(25593), 1, + ACTIONS(25599), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1088794,7 +1088794,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21731), 1, anon_sym_EQ, - ACTIONS(25595), 1, + ACTIONS(25601), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1088842,7 +1088842,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22229), 1, aux_sym__block_repeat1, - ACTIONS(25597), 2, + ACTIONS(25603), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 5, @@ -1088898,7 +1088898,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21697), 1, anon_sym_EQ, - ACTIONS(25599), 1, + ACTIONS(25605), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1088922,7 +1088922,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21865), 1, aux_sym__block_repeat1, - ACTIONS(25601), 2, + ACTIONS(25607), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 5, @@ -1088954,7 +1088954,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21547), 1, anon_sym_EQ, - ACTIONS(25603), 1, + ACTIONS(25609), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1088966,7 +1088966,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22188), 1, aux_sym__block_repeat1, - ACTIONS(24945), 2, + ACTIONS(24951), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 5, @@ -1088992,7 +1088992,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22194), 1, aux_sym__block_repeat1, - ACTIONS(25237), 2, + ACTIONS(25243), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 5, @@ -1089015,7 +1089015,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(11075), 2, anon_sym_finally, anon_sym_do, - ACTIONS(25605), 2, + ACTIONS(25611), 2, sym__automatic_semicolon, anon_sym_SEMI, [801714] = 8, @@ -1089029,7 +1089029,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21978), 1, anon_sym_EQ, - ACTIONS(25607), 1, + ACTIONS(25613), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1089059,7 +1089059,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21992), 1, anon_sym_EQ, - ACTIONS(25609), 1, + ACTIONS(25615), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1089102,7 +1089102,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(4924), 2, sym_class_parameters, aux_sym__full_enum_def_repeat1, - ACTIONS(25563), 3, + ACTIONS(25569), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, @@ -1089153,7 +1089153,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21553), 1, anon_sym_EQ, - ACTIONS(25611), 1, + ACTIONS(25617), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1089195,7 +1089195,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22062), 1, anon_sym_EQ, - ACTIONS(25613), 1, + ACTIONS(25619), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1089213,7 +1089213,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22068), 1, anon_sym_EQ, - ACTIONS(25615), 1, + ACTIONS(25621), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1089255,7 +1089255,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21527), 1, anon_sym_EQ, - ACTIONS(25617), 1, + ACTIONS(25623), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1089301,15 +1089301,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(11075), 2, anon_sym_else, anon_sym_do, - ACTIONS(25619), 2, + ACTIONS(25625), 2, sym__automatic_semicolon, anon_sym_SEMI, [802086] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, STATE(18926), 1, sym_type_arguments, @@ -1089330,7 +1089330,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22092), 1, anon_sym_EQ, - ACTIONS(25621), 1, + ACTIONS(25627), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1089360,7 +1089360,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22110), 1, anon_sym_EQ, - ACTIONS(25623), 1, + ACTIONS(25629), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1089382,7 +1089382,7 @@ static const uint16_t ts_small_parse_table[] = { [802186] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25625), 1, + ACTIONS(25631), 1, anon_sym_EQ, ACTIONS(11505), 7, sym__automatic_semicolon, @@ -1089421,7 +1089421,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22229), 1, aux_sym__block_repeat1, - ACTIONS(25627), 2, + ACTIONS(25633), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 5, @@ -1089449,7 +1089449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, ACTIONS(22895), 1, anon_sym_LT_PERCENT, - ACTIONS(25630), 2, + ACTIONS(25636), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(22281), 2, @@ -1089465,7 +1089465,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, ACTIONS(22895), 1, anon_sym_LT_PERCENT, - ACTIONS(25630), 2, + ACTIONS(25636), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(23316), 2, @@ -1089497,7 +1089497,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21428), 1, anon_sym_EQ, - ACTIONS(25632), 1, + ACTIONS(25638), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1089509,7 +1089509,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22240), 1, aux_sym__block_repeat1, - ACTIONS(24947), 2, + ACTIONS(24953), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 5, @@ -1089529,7 +1089529,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22181), 1, anon_sym_EQ, - ACTIONS(25634), 1, + ACTIONS(25640), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1089555,7 +1089555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, ACTIONS(22895), 1, anon_sym_LT_PERCENT, - ACTIONS(25636), 2, + ACTIONS(25642), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(23316), 2, @@ -1089581,7 +1089581,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22350), 1, aux_sym__block_repeat1, - ACTIONS(25638), 2, + ACTIONS(25644), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 5, @@ -1089680,7 +1089680,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22177), 1, anon_sym_EQ, - ACTIONS(25640), 1, + ACTIONS(25646), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1089728,7 +1089728,7 @@ static const uint16_t ts_small_parse_table[] = { [802628] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25642), 1, + ACTIONS(25648), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1089742,7 +1089742,7 @@ static const uint16_t ts_small_parse_table[] = { [802646] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25644), 1, + ACTIONS(25650), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1089768,7 +1089768,7 @@ static const uint16_t ts_small_parse_table[] = { [802678] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25646), 1, + ACTIONS(25652), 1, anon_sym_else, ACTIONS(11903), 7, sym__automatic_semicolon, @@ -1089795,7 +1089795,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22256), 1, aux_sym__block_repeat1, - ACTIONS(25648), 2, + ACTIONS(25654), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 5, @@ -1089809,7 +1089809,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(25651), 1, + ACTIONS(25657), 1, anon_sym_EQ, STATE(8283), 1, sym_block, @@ -1089824,7 +1089824,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(25653), 1, + ACTIONS(25659), 1, anon_sym_EQ, STATE(8080), 1, sym_block, @@ -1089869,7 +1089869,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21590), 1, anon_sym_EQ, - ACTIONS(25655), 1, + ACTIONS(25661), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1089900,7 +1089900,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(4924), 2, sym_class_parameters, aux_sym__full_enum_def_repeat1, - ACTIONS(25526), 3, + ACTIONS(25532), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, @@ -1089909,7 +1089909,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(25657), 1, + ACTIONS(25663), 1, anon_sym_EQ, STATE(7826), 1, sym_block, @@ -1089922,7 +1089922,7 @@ static const uint16_t ts_small_parse_table[] = { [802876] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25127), 1, + ACTIONS(25133), 1, anon_sym_finally, STATE(6664), 1, sym_finally_clause, @@ -1089936,9 +1089936,9 @@ static const uint16_t ts_small_parse_table[] = { [802894] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, STATE(18926), 1, sym_type_arguments, @@ -1089951,7 +1089951,7 @@ static const uint16_t ts_small_parse_table[] = { [802914] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25659), 1, + ACTIONS(25665), 1, anon_sym_else, ACTIONS(11897), 7, sym__automatic_semicolon, @@ -1089966,7 +1089966,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22330), 1, aux_sym__block_repeat1, - ACTIONS(25661), 2, + ACTIONS(25667), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 5, @@ -1089986,7 +1089986,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22215), 1, anon_sym_EQ, - ACTIONS(25663), 1, + ACTIONS(25669), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1089998,7 +1089998,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22268), 1, aux_sym__block_repeat1, - ACTIONS(25024), 2, + ACTIONS(25030), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 5, @@ -1090010,9 +1090010,9 @@ static const uint16_t ts_small_parse_table[] = { [802992] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25473), 1, + ACTIONS(25479), 1, anon_sym_catch, - ACTIONS(25665), 1, + ACTIONS(25671), 1, anon_sym_finally, STATE(9597), 1, sym_finally_clause, @@ -1090047,7 +1090047,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21623), 1, anon_sym_EQ, - ACTIONS(25667), 1, + ACTIONS(25673), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090065,7 +1090065,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22371), 1, anon_sym_EQ, - ACTIONS(25669), 1, + ACTIONS(25675), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090083,7 +1090083,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21662), 1, anon_sym_EQ, - ACTIONS(25671), 1, + ACTIONS(25677), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090101,7 +1090101,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21648), 1, anon_sym_EQ, - ACTIONS(25673), 1, + ACTIONS(25679), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090132,7 +1090132,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21768), 1, anon_sym_EQ, - ACTIONS(25675), 1, + ACTIONS(25681), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090150,7 +1090150,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22255), 1, anon_sym_EQ, - ACTIONS(25677), 1, + ACTIONS(25683), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090168,7 +1090168,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21795), 1, anon_sym_EQ, - ACTIONS(25679), 1, + ACTIONS(25685), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090182,7 +1090182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, ACTIONS(22895), 1, anon_sym_LT_PERCENT, - ACTIONS(25681), 2, + ACTIONS(25687), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(23316), 2, @@ -1090202,7 +1090202,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22271), 1, anon_sym_EQ, - ACTIONS(25683), 1, + ACTIONS(25689), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090220,7 +1090220,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22293), 1, anon_sym_EQ, - ACTIONS(25685), 1, + ACTIONS(25691), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090277,7 +1090277,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(11075), 2, anon_sym_RBRACE, anon_sym_case, - ACTIONS(25687), 2, + ACTIONS(25693), 2, sym__automatic_semicolon, anon_sym_SEMI, [803368] = 3, @@ -1090296,9 +1090296,9 @@ static const uint16_t ts_small_parse_table[] = { [803384] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, STATE(18926), 1, sym_type_arguments, @@ -1090319,7 +1090319,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22321), 1, anon_sym_EQ, - ACTIONS(25689), 1, + ACTIONS(25695), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090337,7 +1090337,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22329), 1, anon_sym_EQ, - ACTIONS(25691), 1, + ACTIONS(25697), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090379,7 +1090379,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22367), 1, anon_sym_EQ, - ACTIONS(25693), 1, + ACTIONS(25699), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090473,13 +1090473,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(11075), 2, anon_sym_RPAREN, anon_sym_then, - ACTIONS(25695), 2, + ACTIONS(25701), 2, sym__automatic_semicolon, anon_sym_SEMI, [803620] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23959), 1, + ACTIONS(23965), 1, anon_sym_finally, STATE(7474), 1, sym_finally_clause, @@ -1090501,7 +1090501,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21817), 1, anon_sym_EQ, - ACTIONS(25697), 1, + ACTIONS(25703), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090567,7 +1090567,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22279), 1, anon_sym_EQ, - ACTIONS(25699), 1, + ACTIONS(25705), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090577,7 +1090577,7 @@ static const uint16_t ts_small_parse_table[] = { [803746] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25701), 1, + ACTIONS(25707), 1, anon_sym_EQ, ACTIONS(11461), 7, sym__automatic_semicolon, @@ -1090634,7 +1090634,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22427), 1, anon_sym_EQ, - ACTIONS(25703), 1, + ACTIONS(25709), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090652,7 +1090652,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22431), 1, anon_sym_EQ, - ACTIONS(25705), 1, + ACTIONS(25711), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090670,7 +1090670,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22353), 1, anon_sym_EQ, - ACTIONS(25707), 1, + ACTIONS(25713), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090700,7 +1090700,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21974), 1, anon_sym_EQ, - ACTIONS(25709), 1, + ACTIONS(25715), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090744,7 +1090744,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22325), 1, anon_sym_EQ, - ACTIONS(25711), 1, + ACTIONS(25717), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090756,7 +1090756,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(25713), 1, + ACTIONS(25719), 1, anon_sym_EQ, STATE(7826), 1, sym_block, @@ -1090789,7 +1090789,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22010), 1, anon_sym_EQ, - ACTIONS(25715), 1, + ACTIONS(25721), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090813,7 +1090813,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(25717), 1, + ACTIONS(25723), 1, anon_sym_EQ, STATE(8080), 1, sym_block, @@ -1090842,7 +1090842,7 @@ static const uint16_t ts_small_parse_table[] = { [804096] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24534), 1, + ACTIONS(24540), 1, anon_sym_finally, STATE(7474), 1, sym_finally_clause, @@ -1090864,7 +1090864,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22411), 1, anon_sym_EQ, - ACTIONS(25719), 1, + ACTIONS(25725), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1090876,7 +1090876,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(25721), 1, + ACTIONS(25727), 1, anon_sym_EQ, STATE(8283), 1, sym_block, @@ -1090891,7 +1090891,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22330), 1, aux_sym__block_repeat1, - ACTIONS(25723), 2, + ACTIONS(25729), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 5, @@ -1090919,7 +1090919,7 @@ static const uint16_t ts_small_parse_table[] = { [804200] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25726), 1, + ACTIONS(25732), 1, anon_sym_EQ, ACTIONS(11491), 7, sym__automatic_semicolon, @@ -1090940,7 +1090940,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22275), 1, anon_sym_EQ, - ACTIONS(25728), 1, + ACTIONS(25734), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1091032,7 +1091032,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22263), 1, anon_sym_EQ, - ACTIONS(25730), 1, + ACTIONS(25736), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1091155,7 +1091155,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22350), 1, aux_sym__block_repeat1, - ACTIONS(25732), 2, + ACTIONS(25738), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 5, @@ -1091209,7 +1091209,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22263), 1, anon_sym_EQ, - ACTIONS(25730), 1, + ACTIONS(25736), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1091263,7 +1091263,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_arguments, STATE(25043), 1, aux_sym__block_repeat1, - ACTIONS(25735), 2, + ACTIONS(25741), 2, sym__automatic_semicolon, anon_sym_SEMI, [804635] = 4, @@ -1091271,7 +1091271,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22359), 1, aux_sym__block_repeat1, - ACTIONS(25737), 2, + ACTIONS(25743), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 4, @@ -1091282,7 +1091282,7 @@ static const uint16_t ts_small_parse_table[] = { [804652] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25740), 1, + ACTIONS(25746), 1, anon_sym_else, ACTIONS(11897), 6, sym__automatic_semicolon, @@ -1091333,7 +1091333,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22010), 1, anon_sym_EQ, - ACTIONS(25715), 1, + ACTIONS(25721), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1091382,7 +1091382,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22411), 1, anon_sym_EQ, - ACTIONS(25719), 1, + ACTIONS(25725), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1091415,7 +1091415,7 @@ static const uint16_t ts_small_parse_table[] = { [804819] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25742), 1, + ACTIONS(25748), 1, anon_sym_else, ACTIONS(11903), 6, sym__automatic_semicolon, @@ -1091444,7 +1091444,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22325), 1, anon_sym_EQ, - ACTIONS(25711), 1, + ACTIONS(25717), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1091454,7 +1091454,7 @@ static const uint16_t ts_small_parse_table[] = { [804870] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25744), 1, + ACTIONS(25750), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1091473,7 +1091473,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21974), 1, anon_sym_EQ, - ACTIONS(25709), 1, + ACTIONS(25715), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1091500,7 +1091500,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22353), 1, anon_sym_EQ, - ACTIONS(25707), 1, + ACTIONS(25713), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1091510,17 +1091510,17 @@ static const uint16_t ts_small_parse_table[] = { [804946] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, - ACTIONS(25748), 1, + ACTIONS(25754), 1, sym__outdent, STATE(18926), 1, sym_type_arguments, STATE(25039), 1, aux_sym__enum_block_repeat1, - ACTIONS(25746), 2, + ACTIONS(25752), 2, sym__automatic_semicolon, anon_sym_SEMI, [804969] = 7, @@ -1091532,7 +1091532,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22431), 1, anon_sym_EQ, - ACTIONS(25705), 1, + ACTIONS(25711), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1091571,7 +1091571,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22427), 1, anon_sym_EQ, - ACTIONS(25703), 1, + ACTIONS(25709), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1091631,7 +1091631,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22279), 1, anon_sym_EQ, - ACTIONS(25699), 1, + ACTIONS(25705), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1091643,7 +1091643,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22388), 1, aux_sym__block_repeat1, - ACTIONS(25750), 2, + ACTIONS(25756), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 4, @@ -1091665,7 +1091665,7 @@ static const uint16_t ts_small_parse_table[] = { [805148] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25753), 1, + ACTIONS(25759), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1091680,7 +1091680,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(21583), 1, aux_sym__block_repeat1, - ACTIONS(25755), 2, + ACTIONS(25761), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 4, @@ -1091708,7 +1091708,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21817), 1, anon_sym_EQ, - ACTIONS(25697), 1, + ACTIONS(25703), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1091735,7 +1091735,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22371), 1, anon_sym_EQ, - ACTIONS(25669), 1, + ACTIONS(25675), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1091763,7 +1091763,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22367), 1, anon_sym_EQ, - ACTIONS(25693), 1, + ACTIONS(25699), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1091801,7 +1091801,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22329), 1, anon_sym_EQ, - ACTIONS(25691), 1, + ACTIONS(25697), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1091824,11 +1091824,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13982), 1, anon_sym_extends, - ACTIONS(25757), 1, + ACTIONS(25763), 1, anon_sym_COLON, - ACTIONS(25759), 1, + ACTIONS(25765), 1, anon_sym_LBRACE, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, STATE(8010), 1, sym_enum_body, @@ -1091845,7 +1091845,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22321), 1, anon_sym_EQ, - ACTIONS(25689), 1, + ACTIONS(25695), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1091857,7 +1091857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22391), 1, aux_sym__block_repeat1, - ACTIONS(25695), 2, + ACTIONS(25701), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 4, @@ -1091891,9 +1091891,9 @@ static const uint16_t ts_small_parse_table[] = { [805447] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25763), 1, + ACTIONS(25769), 1, anon_sym_catch, - ACTIONS(25765), 1, + ACTIONS(25771), 1, anon_sym_finally, STATE(9626), 1, sym_finally_clause, @@ -1091912,7 +1091912,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22293), 1, anon_sym_EQ, - ACTIONS(25685), 1, + ACTIONS(25691), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1091961,7 +1091961,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22275), 1, anon_sym_EQ, - ACTIONS(25728), 1, + ACTIONS(25734), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1091977,7 +1091977,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22092), 1, anon_sym_EQ, - ACTIONS(25621), 1, + ACTIONS(25627), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092004,7 +1092004,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22271), 1, anon_sym_EQ, - ACTIONS(25683), 1, + ACTIONS(25689), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092020,7 +1092020,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21795), 1, anon_sym_EQ, - ACTIONS(25679), 1, + ACTIONS(25685), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092036,7 +1092036,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21768), 1, anon_sym_EQ, - ACTIONS(25675), 1, + ACTIONS(25681), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092052,7 +1092052,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21648), 1, anon_sym_EQ, - ACTIONS(25673), 1, + ACTIONS(25679), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092068,7 +1092068,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22255), 1, anon_sym_EQ, - ACTIONS(25677), 1, + ACTIONS(25683), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092078,7 +1092078,7 @@ static const uint16_t ts_small_parse_table[] = { [805704] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25767), 1, + ACTIONS(25773), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1092097,7 +1092097,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21662), 1, anon_sym_EQ, - ACTIONS(25671), 1, + ACTIONS(25677), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092124,7 +1092124,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21623), 1, anon_sym_EQ, - ACTIONS(25667), 1, + ACTIONS(25673), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092140,7 +1092140,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22215), 1, anon_sym_EQ, - ACTIONS(25663), 1, + ACTIONS(25669), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092200,7 +1092200,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21590), 1, anon_sym_EQ, - ACTIONS(25655), 1, + ACTIONS(25661), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092247,11 +1092247,11 @@ static const uint16_t ts_small_parse_table[] = { [805925] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(25071), 3, + ACTIONS(25077), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, - ACTIONS(25069), 4, + ACTIONS(25075), 4, anon_sym_COMMA, anon_sym_RPAREN, sym__alpha_identifier, @@ -1092259,7 +1092259,7 @@ static const uint16_t ts_small_parse_table[] = { [805940] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25308), 1, + ACTIONS(25314), 1, anon_sym_finally, STATE(8993), 1, sym_finally_clause, @@ -1092289,7 +1092289,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21428), 1, anon_sym_EQ, - ACTIONS(25632), 1, + ACTIONS(25638), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092299,11 +1092299,11 @@ static const uint16_t ts_small_parse_table[] = { [805993] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(25048), 3, + ACTIONS(25054), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, - ACTIONS(25046), 4, + ACTIONS(25052), 4, anon_sym_COMMA, anon_sym_RPAREN, sym__alpha_identifier, @@ -1092317,7 +1092317,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22177), 1, anon_sym_EQ, - ACTIONS(25640), 1, + ACTIONS(25646), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092333,7 +1092333,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22181), 1, anon_sym_EQ, - ACTIONS(25634), 1, + ACTIONS(25640), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092356,7 +1092356,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22441), 1, aux_sym__block_repeat1, - ACTIONS(25769), 2, + ACTIONS(25775), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 4, @@ -1092380,7 +1092380,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22443), 1, aux_sym__block_repeat1, - ACTIONS(25772), 2, + ACTIONS(25778), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 4, @@ -1092402,7 +1092402,7 @@ static const uint16_t ts_small_parse_table[] = { [806127] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25361), 1, + ACTIONS(25367), 1, anon_sym_finally, STATE(8867), 1, sym_finally_clause, @@ -1092443,7 +1092443,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21547), 1, anon_sym_EQ, - ACTIONS(25603), 1, + ACTIONS(25609), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092487,7 +1092487,7 @@ static const uint16_t ts_small_parse_table[] = { [806234] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25775), 1, + ACTIONS(25781), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1092528,7 +1092528,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22110), 1, anon_sym_EQ, - ACTIONS(25623), 1, + ACTIONS(25629), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092538,7 +1092538,7 @@ static const uint16_t ts_small_parse_table[] = { [806300] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24989), 1, + ACTIONS(24995), 1, anon_sym_finally, STATE(9361), 1, sym_finally_clause, @@ -1092557,7 +1092557,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21527), 1, anon_sym_EQ, - ACTIONS(25617), 1, + ACTIONS(25623), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092573,7 +1092573,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21925), 1, anon_sym_EQ, - ACTIONS(25554), 1, + ACTIONS(25560), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092617,7 +1092617,7 @@ static const uint16_t ts_small_parse_table[] = { [806404] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25777), 1, + ACTIONS(25783), 1, anon_sym_else, ACTIONS(11903), 6, sym__automatic_semicolon, @@ -1092631,7 +1092631,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22359), 1, aux_sym__block_repeat1, - ACTIONS(25779), 2, + ACTIONS(25785), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 4, @@ -1092648,7 +1092648,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21553), 1, anon_sym_EQ, - ACTIONS(25611), 1, + ACTIONS(25617), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092664,7 +1092664,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22068), 1, anon_sym_EQ, - ACTIONS(25615), 1, + ACTIONS(25621), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092691,7 +1092691,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22062), 1, anon_sym_EQ, - ACTIONS(25613), 1, + ACTIONS(25619), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092740,7 +1092740,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21992), 1, anon_sym_EQ, - ACTIONS(25609), 1, + ACTIONS(25615), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092752,7 +1092752,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22475), 1, aux_sym__block_repeat1, - ACTIONS(25605), 2, + ACTIONS(25611), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 4, @@ -1092769,7 +1092769,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21978), 1, anon_sym_EQ, - ACTIONS(25607), 1, + ACTIONS(25613), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092792,7 +1092792,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22443), 1, aux_sym__block_repeat1, - ACTIONS(25781), 2, + ACTIONS(25787), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 4, @@ -1092809,7 +1092809,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21697), 1, anon_sym_EQ, - ACTIONS(25599), 1, + ACTIONS(25605), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092825,7 +1092825,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21731), 1, anon_sym_EQ, - ACTIONS(25595), 1, + ACTIONS(25601), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092837,7 +1092837,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22463), 1, aux_sym__block_repeat1, - ACTIONS(25619), 2, + ACTIONS(25625), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 4, @@ -1092854,7 +1092854,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22114), 1, anon_sym_EQ, - ACTIONS(25556), 1, + ACTIONS(25562), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092881,7 +1092881,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21803), 1, anon_sym_EQ, - ACTIONS(25540), 1, + ACTIONS(25546), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092909,7 +1092909,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21855), 1, anon_sym_EQ, - ACTIONS(25589), 1, + ACTIONS(25595), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092930,11 +1092930,11 @@ static const uint16_t ts_small_parse_table[] = { [806823] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(25017), 3, + ACTIONS(25023), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, - ACTIONS(25015), 4, + ACTIONS(25021), 4, anon_sym_COMMA, anon_sym_RPAREN, sym__alpha_identifier, @@ -1092959,7 +1092959,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21903), 1, anon_sym_EQ, - ACTIONS(25591), 1, + ACTIONS(25597), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092969,11 +1092969,11 @@ static const uint16_t ts_small_parse_table[] = { [806874] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(25013), 3, + ACTIONS(25019), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, - ACTIONS(25011), 4, + ACTIONS(25017), 4, anon_sym_COMMA, anon_sym_RPAREN, sym__alpha_identifier, @@ -1092987,7 +1092987,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21875), 1, anon_sym_EQ, - ACTIONS(25587), 1, + ACTIONS(25593), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1092999,11 +1092999,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13982), 1, anon_sym_extends, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25783), 1, + ACTIONS(25789), 1, anon_sym_COLON, - ACTIONS(25785), 1, + ACTIONS(25791), 1, anon_sym_LBRACE, STATE(21332), 1, sym_enum_body, @@ -1093058,7 +1093058,7 @@ static const uint16_t ts_small_parse_table[] = { [806989] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25007), 1, + ACTIONS(25013), 1, anon_sym_finally, STATE(7612), 1, sym_finally_clause, @@ -1093110,7 +1093110,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21847), 1, anon_sym_EQ, - ACTIONS(25575), 1, + ACTIONS(25581), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1093170,7 +1093170,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22035), 1, anon_sym_EQ, - ACTIONS(25573), 1, + ACTIONS(25579), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1093186,7 +1093186,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22106), 1, anon_sym_EQ, - ACTIONS(25561), 1, + ACTIONS(25567), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1093207,7 +1093207,7 @@ static const uint16_t ts_small_parse_table[] = { [807179] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25787), 1, + ACTIONS(25793), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1093220,7 +1093220,7 @@ static const uint16_t ts_small_parse_table[] = { [807196] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25789), 1, + ACTIONS(25795), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1093233,7 +1093233,7 @@ static const uint16_t ts_small_parse_table[] = { [807213] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25791), 1, + ACTIONS(25797), 1, anon_sym_else, ACTIONS(11903), 6, anon_sym_LBRACK, @@ -1093245,7 +1093245,7 @@ static const uint16_t ts_small_parse_table[] = { [807228] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25793), 1, + ACTIONS(25799), 1, anon_sym_else, ACTIONS(11897), 6, anon_sym_LBRACK, @@ -1093263,7 +1093263,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22006), 1, anon_sym_EQ, - ACTIONS(25579), 1, + ACTIONS(25585), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1093290,7 +1093290,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21821), 1, anon_sym_EQ, - ACTIONS(25516), 1, + ACTIONS(25522), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1093333,7 +1093333,7 @@ static const uint16_t ts_small_parse_table[] = { [807341] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25795), 1, + ACTIONS(25801), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1093352,7 +1093352,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21791), 1, anon_sym_EQ, - ACTIONS(25542), 1, + ACTIONS(25548), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1093362,7 +1093362,7 @@ static const uint16_t ts_small_parse_table[] = { [807381] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25797), 1, + ACTIONS(25803), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1093392,7 +1093392,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22230), 1, anon_sym_EQ, - ACTIONS(25548), 1, + ACTIONS(25554), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1093413,7 +1093413,7 @@ static const uint16_t ts_small_parse_table[] = { [807447] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25799), 1, + ACTIONS(25805), 1, anon_sym_else, ACTIONS(11903), 6, anon_sym_COMMA, @@ -1093425,11 +1093425,11 @@ static const uint16_t ts_small_parse_table[] = { [807462] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(24985), 3, + ACTIONS(24991), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, - ACTIONS(24983), 4, + ACTIONS(24989), 4, anon_sym_COMMA, anon_sym_RPAREN, sym__alpha_identifier, @@ -1093448,7 +1093448,7 @@ static const uint16_t ts_small_parse_table[] = { [807490] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25801), 1, + ACTIONS(25807), 1, anon_sym_else, ACTIONS(11897), 6, anon_sym_COMMA, @@ -1093537,7 +1093537,7 @@ static const uint16_t ts_small_parse_table[] = { [807596] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25803), 1, + ACTIONS(25809), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1093550,7 +1093550,7 @@ static const uint16_t ts_small_parse_table[] = { [807613] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25805), 1, + ACTIONS(25811), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1093563,7 +1093563,7 @@ static const uint16_t ts_small_parse_table[] = { [807630] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25807), 1, + ACTIONS(25813), 1, anon_sym_else, ACTIONS(11897), 6, sym__automatic_semicolon, @@ -1093575,7 +1093575,7 @@ static const uint16_t ts_small_parse_table[] = { [807645] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25809), 1, + ACTIONS(25815), 1, anon_sym_else, ACTIONS(11903), 6, sym__automatic_semicolon, @@ -1093593,7 +1093593,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21762), 1, anon_sym_EQ, - ACTIONS(25520), 1, + ACTIONS(25526), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1093603,7 +1093603,7 @@ static const uint16_t ts_small_parse_table[] = { [807683] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25811), 1, + ACTIONS(25817), 1, anon_sym_else, ACTIONS(11897), 6, sym__automatic_semicolon, @@ -1093621,7 +1093621,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21750), 1, anon_sym_EQ, - ACTIONS(25518), 1, + ACTIONS(25524), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1093637,7 +1093637,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22189), 1, anon_sym_EQ, - ACTIONS(25550), 1, + ACTIONS(25556), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1093653,7 +1093653,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22437), 1, anon_sym_EQ, - ACTIONS(25593), 1, + ACTIONS(25599), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1093665,11 +1093665,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13982), 1, anon_sym_extends, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25813), 1, + ACTIONS(25819), 1, anon_sym_COLON, - ACTIONS(25815), 1, + ACTIONS(25821), 1, anon_sym_LBRACE, STATE(6981), 1, sym_enum_body, @@ -1093680,11 +1093680,11 @@ static const uint16_t ts_small_parse_table[] = { [807792] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(24975), 3, + ACTIONS(24981), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, - ACTIONS(24973), 4, + ACTIONS(24979), 4, anon_sym_COMMA, anon_sym_RPAREN, sym__alpha_identifier, @@ -1093698,7 +1093698,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21707), 1, anon_sym_EQ, - ACTIONS(25514), 1, + ACTIONS(25520), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1093725,7 +1093725,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21689), 1, anon_sym_EQ, - ACTIONS(25512), 1, + ACTIONS(25518), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1093735,7 +1093735,7 @@ static const uint16_t ts_small_parse_table[] = { [807866] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25349), 1, + ACTIONS(25355), 1, anon_sym_finally, STATE(8867), 1, sym_finally_clause, @@ -1093774,7 +1093774,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22551), 1, aux_sym__block_repeat1, - ACTIONS(25817), 2, + ACTIONS(25823), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 4, @@ -1093820,7 +1093820,7 @@ static const uint16_t ts_small_parse_table[] = { [807973] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25196), 1, + ACTIONS(25202), 1, anon_sym_finally, STATE(9361), 1, sym_finally_clause, @@ -1093839,7 +1093839,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21615), 1, anon_sym_EQ, - ACTIONS(25505), 1, + ACTIONS(25511), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1093867,7 +1093867,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21598), 1, anon_sym_EQ, - ACTIONS(25538), 1, + ACTIONS(25544), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1093889,9 +1093889,9 @@ static const uint16_t ts_small_parse_table[] = { [808066] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25820), 1, + ACTIONS(25826), 1, anon_sym_catch, - ACTIONS(25822), 1, + ACTIONS(25828), 1, anon_sym_finally, STATE(9576), 1, sym_finally_clause, @@ -1093910,7 +1093910,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21571), 1, anon_sym_EQ, - ACTIONS(25503), 1, + ACTIONS(25509), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1093920,7 +1093920,7 @@ static const uint16_t ts_small_parse_table[] = { [808110] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25824), 1, + ACTIONS(25830), 1, anon_sym_else, ACTIONS(11897), 6, sym__automatic_semicolon, @@ -1093956,7 +1093956,7 @@ static const uint16_t ts_small_parse_table[] = { [808155] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25826), 1, + ACTIONS(25832), 1, anon_sym_else, ACTIONS(11903), 6, sym__automatic_semicolon, @@ -1093992,7 +1093992,7 @@ static const uint16_t ts_small_parse_table[] = { [808200] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25828), 1, + ACTIONS(25834), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1094024,7 +1094024,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21557), 1, anon_sym_EQ, - ACTIONS(25487), 1, + ACTIONS(25493), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1094040,7 +1094040,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21457), 1, anon_sym_EQ, - ACTIONS(25483), 1, + ACTIONS(25489), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1094050,7 +1094050,7 @@ static const uint16_t ts_small_parse_table[] = { [808280] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25830), 1, + ACTIONS(25836), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1094100,7 +1094100,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_arguments, STATE(22962), 1, aux_sym__block_repeat1, - ACTIONS(25832), 2, + ACTIONS(25838), 2, sym__automatic_semicolon, anon_sym_SEMI, [808356] = 3, @@ -1094118,7 +1094118,7 @@ static const uint16_t ts_small_parse_table[] = { [808371] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25152), 1, + ACTIONS(25158), 1, anon_sym_finally, STATE(7612), 1, sym_finally_clause, @@ -1094137,7 +1094137,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21463), 1, anon_sym_EQ, - ACTIONS(25481), 1, + ACTIONS(25487), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1094147,9 +1094147,9 @@ static const uint16_t ts_small_parse_table[] = { [808411] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25820), 1, + ACTIONS(25826), 1, anon_sym_catch, - ACTIONS(25834), 1, + ACTIONS(25840), 1, anon_sym_finally, STATE(9626), 1, sym_finally_clause, @@ -1094181,7 +1094181,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21453), 1, anon_sym_EQ, - ACTIONS(25479), 1, + ACTIONS(25485), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1094205,11 +1094205,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13982), 1, anon_sym_extends, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25836), 1, + ACTIONS(25842), 1, anon_sym_COLON, - ACTIONS(25838), 1, + ACTIONS(25844), 1, anon_sym_LBRACE, STATE(21728), 1, sym_enum_body, @@ -1094220,7 +1094220,7 @@ static const uint16_t ts_small_parse_table[] = { [808512] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25840), 1, + ACTIONS(25846), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1094233,7 +1094233,7 @@ static const uint16_t ts_small_parse_table[] = { [808529] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25842), 1, + ACTIONS(25848), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1094258,7 +1094258,7 @@ static const uint16_t ts_small_parse_table[] = { [808561] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25844), 1, + ACTIONS(25850), 1, anon_sym_else, ACTIONS(11903), 6, sym__automatic_semicolon, @@ -1094270,7 +1094270,7 @@ static const uint16_t ts_small_parse_table[] = { [808576] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25846), 1, + ACTIONS(25852), 1, anon_sym_else, ACTIONS(11897), 6, sym__automatic_semicolon, @@ -1094294,9 +1094294,9 @@ static const uint16_t ts_small_parse_table[] = { [808606] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25763), 1, + ACTIONS(25769), 1, anon_sym_catch, - ACTIONS(25848), 1, + ACTIONS(25854), 1, anon_sym_finally, STATE(9576), 1, sym_finally_clause, @@ -1094327,7 +1094327,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21449), 1, anon_sym_EQ, - ACTIONS(25457), 1, + ACTIONS(25463), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1094378,7 +1094378,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(21420), 1, sym_operator_identifier, - ACTIONS(25447), 1, + ACTIONS(25453), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1094402,11 +1094402,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13982), 1, anon_sym_extends, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25850), 1, + ACTIONS(25856), 1, anon_sym_COLON, - ACTIONS(25852), 1, + ACTIONS(25858), 1, anon_sym_LBRACE, STATE(7581), 1, sym_enum_body, @@ -1094417,7 +1094417,7 @@ static const uint16_t ts_small_parse_table[] = { [808771] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25854), 1, + ACTIONS(25860), 1, anon_sym_else, ACTIONS(11897), 6, sym__automatic_semicolon, @@ -1094429,7 +1094429,7 @@ static const uint16_t ts_small_parse_table[] = { [808786] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25856), 1, + ACTIONS(25862), 1, anon_sym_else, ACTIONS(11903), 6, sym__automatic_semicolon, @@ -1094459,7 +1094459,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21445), 1, anon_sym_EQ, - ACTIONS(25437), 1, + ACTIONS(25443), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1094493,7 +1094493,7 @@ static const uint16_t ts_small_parse_table[] = { [808869] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25178), 1, + ACTIONS(25184), 1, anon_sym_finally, STATE(9486), 1, sym_finally_clause, @@ -1094512,7 +1094512,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21533), 1, anon_sym_EQ, - ACTIONS(25425), 1, + ACTIONS(25431), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1094522,7 +1094522,7 @@ static const uint16_t ts_small_parse_table[] = { [808909] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25858), 1, + ACTIONS(25864), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1094547,7 +1094547,7 @@ static const uint16_t ts_small_parse_table[] = { [808941] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25860), 1, + ACTIONS(25866), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1094566,7 +1094566,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21539), 1, anon_sym_EQ, - ACTIONS(25435), 1, + ACTIONS(25441), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1094576,7 +1094576,7 @@ static const uint16_t ts_small_parse_table[] = { [808981] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25862), 1, + ACTIONS(25868), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1094595,7 +1094595,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21611), 1, anon_sym_EQ, - ACTIONS(25431), 1, + ACTIONS(25437), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1094607,7 +1094607,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22623), 1, aux_sym__block_repeat1, - ACTIONS(25423), 2, + ACTIONS(25429), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 4, @@ -1094636,7 +1094636,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21619), 1, anon_sym_EQ, - ACTIONS(25395), 1, + ACTIONS(25401), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1094652,7 +1094652,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21627), 1, anon_sym_EQ, - ACTIONS(25413), 1, + ACTIONS(25419), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1094664,7 +1094664,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22618), 1, aux_sym__block_repeat1, - ACTIONS(25415), 2, + ACTIONS(25421), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 4, @@ -1094677,7 +1094677,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22551), 1, aux_sym__block_repeat1, - ACTIONS(25864), 2, + ACTIONS(25870), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 4, @@ -1094688,7 +1094688,7 @@ static const uint16_t ts_small_parse_table[] = { [809133] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25866), 1, + ACTIONS(25872), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1094701,7 +1094701,7 @@ static const uint16_t ts_small_parse_table[] = { [809150] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25868), 1, + ACTIONS(25874), 1, anon_sym_else, ACTIONS(11903), 6, sym__automatic_semicolon, @@ -1094719,7 +1094719,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21641), 1, anon_sym_EQ, - ACTIONS(25411), 1, + ACTIONS(25417), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1094743,7 +1094743,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22441), 1, aux_sym__block_repeat1, - ACTIONS(25870), 2, + ACTIONS(25876), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 4, @@ -1094780,7 +1094780,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22626), 1, aux_sym__block_repeat1, - ACTIONS(25872), 2, + ACTIONS(25878), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 4, @@ -1094797,7 +1094797,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21693), 1, anon_sym_EQ, - ACTIONS(25403), 1, + ACTIONS(25409), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1094821,11 +1094821,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13982), 1, anon_sym_extends, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25875), 1, + ACTIONS(25881), 1, anon_sym_COLON, - ACTIONS(25877), 1, + ACTIONS(25883), 1, anon_sym_LBRACE, STATE(6101), 1, sym_enum_body, @@ -1094840,13 +1094840,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_match, ACTIONS(22516), 1, anon_sym_LBRACK, - ACTIONS(25748), 1, + ACTIONS(25754), 1, anon_sym_RBRACE, STATE(14730), 1, sym_type_arguments, STATE(25176), 1, aux_sym__enum_block_repeat1, - ACTIONS(25879), 2, + ACTIONS(25885), 2, sym__automatic_semicolon, anon_sym_SEMI, [809353] = 7, @@ -1094858,7 +1094858,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21703), 1, anon_sym_EQ, - ACTIONS(25399), 1, + ACTIONS(25405), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1094868,7 +1094868,7 @@ static const uint16_t ts_small_parse_table[] = { [809376] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25881), 1, + ACTIONS(25887), 1, anon_sym_else, ACTIONS(11897), 6, sym__automatic_semicolon, @@ -1094892,7 +1094892,7 @@ static const uint16_t ts_small_parse_table[] = { [809406] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25883), 1, + ACTIONS(25889), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1094919,11 +1094919,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13982), 1, anon_sym_extends, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25885), 1, + ACTIONS(25891), 1, anon_sym_COLON, - ACTIONS(25887), 1, + ACTIONS(25893), 1, anon_sym_LBRACE, STATE(6660), 1, sym_enum_body, @@ -1094940,7 +1094940,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21754), 1, anon_sym_EQ, - ACTIONS(25393), 1, + ACTIONS(25399), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1094973,7 +1094973,7 @@ static const uint16_t ts_small_parse_table[] = { [809514] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25889), 1, + ACTIONS(25895), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1094992,7 +1094992,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21758), 1, anon_sym_EQ, - ACTIONS(25391), 1, + ACTIONS(25397), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095014,7 +1095014,7 @@ static const uint16_t ts_small_parse_table[] = { [809569] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25891), 1, + ACTIONS(25897), 1, anon_sym_else, ACTIONS(11903), 6, sym__automatic_semicolon, @@ -1095032,7 +1095032,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22031), 1, anon_sym_EQ, - ACTIONS(25339), 1, + ACTIONS(25345), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095042,7 +1095042,7 @@ static const uint16_t ts_small_parse_table[] = { [809607] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25893), 1, + ACTIONS(25899), 1, anon_sym_else, ACTIONS(11897), 6, sym__automatic_semicolon, @@ -1095084,7 +1095084,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21843), 1, anon_sym_EQ, - ACTIONS(25383), 1, + ACTIONS(25389), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095094,7 +1095094,7 @@ static const uint16_t ts_small_parse_table[] = { [809675] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25895), 1, + ACTIONS(25901), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1095113,7 +1095113,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21851), 1, anon_sym_EQ, - ACTIONS(25377), 1, + ACTIONS(25383), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095123,7 +1095123,7 @@ static const uint16_t ts_small_parse_table[] = { [809715] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25095), 1, + ACTIONS(25101), 1, anon_sym_finally, STATE(8192), 1, sym_finally_clause, @@ -1095186,7 +1095186,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21891), 1, anon_sym_EQ, - ACTIONS(25375), 1, + ACTIONS(25381), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095208,7 +1095208,7 @@ static const uint16_t ts_small_parse_table[] = { [809831] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25897), 1, + ACTIONS(25903), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1095238,7 +1095238,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21907), 1, anon_sym_EQ, - ACTIONS(25373), 1, + ACTIONS(25379), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095254,7 +1095254,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21931), 1, anon_sym_EQ, - ACTIONS(25371), 1, + ACTIONS(25377), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095266,11 +1095266,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13982), 1, anon_sym_extends, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25899), 1, + ACTIONS(25905), 1, anon_sym_COLON, - ACTIONS(25901), 1, + ACTIONS(25907), 1, anon_sym_LBRACE, STATE(22179), 1, sym_enum_body, @@ -1095287,7 +1095287,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21944), 1, anon_sym_EQ, - ACTIONS(25369), 1, + ACTIONS(25375), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095299,21 +1095299,21 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11075), 1, sym__outdent, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, STATE(18926), 1, sym_type_arguments, STATE(25208), 1, aux_sym__block_repeat1, - ACTIONS(25903), 2, + ACTIONS(25909), 2, sym__automatic_semicolon, anon_sym_SEMI, [809978] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25905), 1, + ACTIONS(25911), 1, anon_sym_else, ACTIONS(11903), 6, anon_sym_LBRACK, @@ -1095325,7 +1095325,7 @@ static const uint16_t ts_small_parse_table[] = { [809993] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25907), 1, + ACTIONS(25913), 1, anon_sym_else, ACTIONS(11897), 6, anon_sym_LBRACK, @@ -1095337,9 +1095337,9 @@ static const uint16_t ts_small_parse_table[] = { [810008] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25909), 1, + ACTIONS(25915), 1, anon_sym_catch, - ACTIONS(25911), 1, + ACTIONS(25917), 1, anon_sym_finally, STATE(8965), 1, sym_finally_clause, @@ -1095354,11 +1095354,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13982), 1, anon_sym_extends, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25913), 1, + ACTIONS(25919), 1, anon_sym_COLON, - ACTIONS(25915), 1, + ACTIONS(25921), 1, anon_sym_LBRACE, STATE(20891), 1, sym_enum_body, @@ -1095381,9 +1095381,9 @@ static const uint16_t ts_small_parse_table[] = { [810069] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25917), 1, + ACTIONS(25923), 1, anon_sym_catch, - ACTIONS(25919), 1, + ACTIONS(25925), 1, anon_sym_finally, STATE(8965), 1, sym_finally_clause, @@ -1095414,7 +1095414,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22014), 1, anon_sym_EQ, - ACTIONS(25341), 1, + ACTIONS(25347), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095442,7 +1095442,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22197), 1, anon_sym_EQ, - ACTIONS(25272), 1, + ACTIONS(25278), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095452,7 +1095452,7 @@ static const uint16_t ts_small_parse_table[] = { [810166] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25921), 1, + ACTIONS(25927), 1, anon_sym_else, ACTIONS(11897), 6, sym__automatic_semicolon, @@ -1095464,7 +1095464,7 @@ static const uint16_t ts_small_parse_table[] = { [810181] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25923), 1, + ACTIONS(25929), 1, anon_sym_else, ACTIONS(11903), 6, sym__automatic_semicolon, @@ -1095482,7 +1095482,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22045), 1, anon_sym_EQ, - ACTIONS(25331), 1, + ACTIONS(25337), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095492,7 +1095492,7 @@ static const uint16_t ts_small_parse_table[] = { [810219] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25925), 1, + ACTIONS(25931), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1095505,7 +1095505,7 @@ static const uint16_t ts_small_parse_table[] = { [810236] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25927), 1, + ACTIONS(25933), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1095518,7 +1095518,7 @@ static const uint16_t ts_small_parse_table[] = { [810253] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25929), 1, + ACTIONS(25935), 1, anon_sym_else, ACTIONS(11903), 6, sym__automatic_semicolon, @@ -1095530,7 +1095530,7 @@ static const uint16_t ts_small_parse_table[] = { [810268] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25931), 1, + ACTIONS(25937), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1095549,7 +1095549,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22080), 1, anon_sym_EQ, - ACTIONS(25325), 1, + ACTIONS(25331), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095559,7 +1095559,7 @@ static const uint16_t ts_small_parse_table[] = { [810308] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25933), 1, + ACTIONS(25939), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1095572,7 +1095572,7 @@ static const uint16_t ts_small_parse_table[] = { [810325] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25935), 1, + ACTIONS(25941), 1, anon_sym_else, ACTIONS(11897), 6, sym__automatic_semicolon, @@ -1095584,7 +1095584,7 @@ static const uint16_t ts_small_parse_table[] = { [810340] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25937), 1, + ACTIONS(25943), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1095603,7 +1095603,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22076), 1, anon_sym_EQ, - ACTIONS(25327), 1, + ACTIONS(25333), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095613,7 +1095613,7 @@ static const uint16_t ts_small_parse_table[] = { [810380] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25939), 1, + ACTIONS(25945), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1095632,7 +1095632,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21911), 1, anon_sym_EQ, - ACTIONS(25329), 1, + ACTIONS(25335), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095654,7 +1095654,7 @@ static const uint16_t ts_small_parse_table[] = { [810435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25941), 1, + ACTIONS(25947), 1, anon_sym_else, ACTIONS(11903), 6, anon_sym_COMMA, @@ -1095666,7 +1095666,7 @@ static const uint16_t ts_small_parse_table[] = { [810450] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25943), 1, + ACTIONS(25949), 1, anon_sym_else, ACTIONS(11897), 6, anon_sym_COMMA, @@ -1095684,7 +1095684,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21952), 1, anon_sym_EQ, - ACTIONS(25323), 1, + ACTIONS(25329), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095696,7 +1095696,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22692), 1, aux_sym__block_repeat1, - ACTIONS(25945), 2, + ACTIONS(25951), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 4, @@ -1095709,7 +1095709,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22696), 1, aux_sym__block_repeat1, - ACTIONS(25299), 2, + ACTIONS(25305), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 4, @@ -1095726,7 +1095726,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21940), 1, anon_sym_EQ, - ACTIONS(25301), 1, + ACTIONS(25307), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095742,7 +1095742,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22084), 1, anon_sym_EQ, - ACTIONS(25313), 1, + ACTIONS(25319), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095754,7 +1095754,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22388), 1, aux_sym__block_repeat1, - ACTIONS(25948), 2, + ACTIONS(25954), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 4, @@ -1095783,7 +1095783,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22039), 1, anon_sym_EQ, - ACTIONS(25297), 1, + ACTIONS(25303), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095805,9 +1095805,9 @@ static const uint16_t ts_small_parse_table[] = { [810638] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(24973), 1, + ACTIONS(24979), 1, sym__backquoted_id, - ACTIONS(24975), 6, + ACTIONS(24981), 6, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_if, @@ -1095834,11 +1095834,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13982), 1, anon_sym_extends, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25950), 1, + ACTIONS(25956), 1, anon_sym_COLON, - ACTIONS(25952), 1, + ACTIONS(25958), 1, anon_sym_LBRACE, STATE(7323), 1, sym_enum_body, @@ -1095851,11 +1095851,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13982), 1, anon_sym_extends, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25954), 1, + ACTIONS(25960), 1, anon_sym_COLON, - ACTIONS(25956), 1, + ACTIONS(25962), 1, anon_sym_LBRACE, STATE(22372), 1, sym_enum_body, @@ -1095872,7 +1095872,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22127), 1, anon_sym_EQ, - ACTIONS(25292), 1, + ACTIONS(25298), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095894,9 +1095894,9 @@ static const uint16_t ts_small_parse_table[] = { [810762] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(25011), 1, + ACTIONS(25017), 1, sym__backquoted_id, - ACTIONS(25013), 6, + ACTIONS(25019), 6, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_if, @@ -1095912,7 +1095912,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22133), 1, anon_sym_EQ, - ACTIONS(25278), 1, + ACTIONS(25284), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095928,7 +1095928,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22185), 1, anon_sym_EQ, - ACTIONS(25253), 1, + ACTIONS(25259), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095944,7 +1095944,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22193), 1, anon_sym_EQ, - ACTIONS(25276), 1, + ACTIONS(25282), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095972,7 +1095972,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22201), 1, anon_sym_EQ, - ACTIONS(25274), 1, + ACTIONS(25280), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1095982,9 +1095982,9 @@ static const uint16_t ts_small_parse_table[] = { [810884] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(25015), 1, + ACTIONS(25021), 1, sym__backquoted_id, - ACTIONS(25017), 6, + ACTIONS(25023), 6, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_if, @@ -1096006,7 +1096006,7 @@ static const uint16_t ts_small_parse_table[] = { [810914] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25429), 1, + ACTIONS(25435), 1, anon_sym_finally, STATE(8993), 1, sym_finally_clause, @@ -1096019,7 +1096019,7 @@ static const uint16_t ts_small_parse_table[] = { [810931] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25089), 1, + ACTIONS(25095), 1, anon_sym_finally, STATE(8192), 1, sym_finally_clause, @@ -1096034,11 +1096034,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13982), 1, anon_sym_extends, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25958), 1, + ACTIONS(25964), 1, anon_sym_COLON, - ACTIONS(25960), 1, + ACTIONS(25966), 1, anon_sym_LBRACE, STATE(21917), 1, sym_enum_body, @@ -1096055,7 +1096055,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22259), 1, anon_sym_EQ, - ACTIONS(25268), 1, + ACTIONS(25274), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1096065,9 +1096065,9 @@ static const uint16_t ts_small_parse_table[] = { [810996] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(24983), 1, + ACTIONS(24989), 1, sym__backquoted_id, - ACTIONS(24985), 6, + ACTIONS(24991), 6, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_if, @@ -1096083,7 +1096083,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22267), 1, anon_sym_EQ, - ACTIONS(25266), 1, + ACTIONS(25272), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1096099,7 +1096099,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22289), 1, anon_sym_EQ, - ACTIONS(25255), 1, + ACTIONS(25261), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1096115,7 +1096115,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22088), 1, anon_sym_EQ, - ACTIONS(25257), 1, + ACTIONS(25263), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1096151,11 +1096151,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13982), 1, anon_sym_extends, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25962), 1, + ACTIONS(25968), 1, anon_sym_COLON, - ACTIONS(25964), 1, + ACTIONS(25970), 1, anon_sym_LBRACE, STATE(12371), 1, sym_enum_body, @@ -1096172,7 +1096172,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22317), 1, anon_sym_EQ, - ACTIONS(25249), 1, + ACTIONS(25255), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1096182,9 +1096182,9 @@ static const uint16_t ts_small_parse_table[] = { [811158] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(25069), 1, + ACTIONS(25075), 1, sym__backquoted_id, - ACTIONS(25071), 6, + ACTIONS(25077), 6, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_if, @@ -1096204,7 +1096204,7 @@ static const uint16_t ts_small_parse_table[] = { sym_type_arguments, STATE(22898), 1, aux_sym__block_repeat1, - ACTIONS(25966), 2, + ACTIONS(25972), 2, sym__automatic_semicolon, anon_sym_SEMI, [811196] = 7, @@ -1096216,7 +1096216,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22345), 1, anon_sym_EQ, - ACTIONS(25247), 1, + ACTIONS(25253), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1096226,7 +1096226,7 @@ static const uint16_t ts_small_parse_table[] = { [811219] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25170), 1, + ACTIONS(25176), 1, anon_sym_finally, STATE(9486), 1, sym_finally_clause, @@ -1096245,7 +1096245,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(21897), 1, anon_sym_EQ, - ACTIONS(25552), 1, + ACTIONS(25558), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1096261,7 +1096261,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22349), 1, anon_sym_EQ, - ACTIONS(25243), 1, + ACTIONS(25249), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1096277,7 +1096277,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22403), 1, anon_sym_EQ, - ACTIONS(25241), 1, + ACTIONS(25247), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1096287,9 +1096287,9 @@ static const uint16_t ts_small_parse_table[] = { [811305] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(25046), 1, + ACTIONS(25052), 1, sym__backquoted_id, - ACTIONS(25048), 6, + ACTIONS(25054), 6, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_if, @@ -1096316,7 +1096316,7 @@ static const uint16_t ts_small_parse_table[] = { sym_operator_identifier, ACTIONS(22407), 1, anon_sym_EQ, - ACTIONS(25270), 1, + ACTIONS(25276), 1, anon_sym_COLON, STATE(12448), 1, sym_identifier, @@ -1096330,9 +1096330,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(20053), 1, sym__backquoted_id, - ACTIONS(25968), 1, + ACTIONS(25974), 1, anon_sym_type, - ACTIONS(25970), 1, + ACTIONS(25976), 1, sym_operator_identifier, STATE(4610), 1, sym_identifier, @@ -1096345,9 +1096345,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(13978), 1, sym__backquoted_id, - ACTIONS(25972), 1, + ACTIONS(25978), 1, anon_sym_type, - ACTIONS(25974), 1, + ACTIONS(25980), 1, sym_operator_identifier, STATE(12708), 1, sym_identifier, @@ -1096356,7 +1096356,7 @@ static const uint16_t ts_small_parse_table[] = { [811400] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(25976), 1, + ACTIONS(25982), 1, sym_operator_identifier, STATE(4465), 1, sym_identifier, @@ -1096370,7 +1096370,7 @@ static const uint16_t ts_small_parse_table[] = { [811420] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(25976), 1, + ACTIONS(25982), 1, sym_operator_identifier, STATE(4465), 1, sym_identifier, @@ -1096384,7 +1096384,7 @@ static const uint16_t ts_small_parse_table[] = { [811440] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(25976), 1, + ACTIONS(25982), 1, sym_operator_identifier, STATE(4465), 1, sym_identifier, @@ -1096398,7 +1096398,7 @@ static const uint16_t ts_small_parse_table[] = { [811460] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25978), 1, + ACTIONS(25984), 1, anon_sym_else, ACTIONS(11897), 5, sym__automatic_semicolon, @@ -1096411,11 +1096411,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(25980), 1, + ACTIONS(25986), 1, anon_sym_COMMA, - ACTIONS(25982), 1, + ACTIONS(25988), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1096424,7 +1096424,7 @@ static const uint16_t ts_small_parse_table[] = { [811496] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25984), 1, + ACTIONS(25990), 1, anon_sym_else, ACTIONS(11903), 5, sym__automatic_semicolon, @@ -1096435,7 +1096435,7 @@ static const uint16_t ts_small_parse_table[] = { [811510] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25986), 1, + ACTIONS(25992), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1096451,9 +1096451,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(19671), 1, sym__backquoted_id, - ACTIONS(25988), 1, + ACTIONS(25994), 1, anon_sym_type, - ACTIONS(25990), 1, + ACTIONS(25996), 1, sym_operator_identifier, STATE(4688), 1, sym_identifier, @@ -1096466,9 +1096466,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14024), 1, sym__backquoted_id, - ACTIONS(25992), 1, + ACTIONS(25998), 1, anon_sym_type, - ACTIONS(25994), 1, + ACTIONS(26000), 1, sym_operator_identifier, STATE(12489), 1, sym_identifier, @@ -1096477,7 +1096477,7 @@ static const uint16_t ts_small_parse_table[] = { [811570] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25996), 1, + ACTIONS(26002), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1096489,7 +1096489,7 @@ static const uint16_t ts_small_parse_table[] = { [811586] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(25998), 1, + ACTIONS(26004), 1, sym_operator_identifier, STATE(17552), 1, sym__type_identifier, @@ -1096507,9 +1096507,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14512), 1, sym__backquoted_id, - ACTIONS(26000), 1, + ACTIONS(26006), 1, anon_sym_type, - ACTIONS(26002), 1, + ACTIONS(26008), 1, sym_operator_identifier, STATE(8558), 1, sym_identifier, @@ -1096520,11 +1096520,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26004), 1, + ACTIONS(26010), 1, anon_sym_COMMA, - ACTIONS(26006), 1, + ACTIONS(26012), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1096535,11 +1096535,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26010), 1, + ACTIONS(26016), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1096550,11 +1096550,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26012), 1, + ACTIONS(26018), 1, anon_sym_COMMA, - ACTIONS(26014), 1, + ACTIONS(26020), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1096565,11 +1096565,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26016), 1, + ACTIONS(26022), 1, anon_sym_COMMA, - ACTIONS(26018), 1, + ACTIONS(26024), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1096580,11 +1096580,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26020), 1, + ACTIONS(26026), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1096597,9 +1096597,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21401), 1, sym__backquoted_id, - ACTIONS(26022), 1, + ACTIONS(26028), 1, anon_sym_type, - ACTIONS(26024), 1, + ACTIONS(26030), 1, sym_operator_identifier, STATE(14223), 1, sym_identifier, @@ -1096608,7 +1096608,7 @@ static const uint16_t ts_small_parse_table[] = { [811760] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26026), 1, + ACTIONS(26032), 1, sym_operator_identifier, STATE(4943), 1, sym_identifier, @@ -1096624,11 +1096624,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26028), 1, + ACTIONS(26034), 1, anon_sym_COMMA, - ACTIONS(26030), 1, + ACTIONS(26036), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1096637,7 +1096637,7 @@ static const uint16_t ts_small_parse_table[] = { [811802] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26026), 1, + ACTIONS(26032), 1, sym_operator_identifier, STATE(4943), 1, sym_identifier, @@ -1096651,7 +1096651,7 @@ static const uint16_t ts_small_parse_table[] = { [811822] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26026), 1, + ACTIONS(26032), 1, sym_operator_identifier, STATE(4943), 1, sym_identifier, @@ -1096665,7 +1096665,7 @@ static const uint16_t ts_small_parse_table[] = { [811842] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26032), 1, + ACTIONS(26038), 1, sym_operator_identifier, STATE(19086), 1, sym__type_identifier, @@ -1096683,9 +1096683,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21581), 1, sym__backquoted_id, - ACTIONS(26034), 1, + ACTIONS(26040), 1, anon_sym_type, - ACTIONS(26036), 1, + ACTIONS(26042), 1, sym_operator_identifier, STATE(4658), 1, sym_identifier, @@ -1096694,7 +1096694,7 @@ static const uint16_t ts_small_parse_table[] = { [811884] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26038), 1, + ACTIONS(26044), 1, sym_operator_identifier, STATE(5013), 1, sym_identifier, @@ -1096712,9 +1096712,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14522), 1, sym__backquoted_id, - ACTIONS(26040), 1, + ACTIONS(26046), 1, anon_sym_type, - ACTIONS(26042), 1, + ACTIONS(26048), 1, sym_operator_identifier, STATE(7817), 1, sym_identifier, @@ -1096727,9 +1096727,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21781), 1, sym__backquoted_id, - ACTIONS(26044), 1, + ACTIONS(26050), 1, anon_sym_type, - ACTIONS(26046), 1, + ACTIONS(26052), 1, sym_operator_identifier, STATE(5210), 1, sym_identifier, @@ -1096738,7 +1096738,7 @@ static const uint16_t ts_small_parse_table[] = { [811948] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(26048), 1, + ACTIONS(26054), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1096752,11 +1096752,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26050), 1, + ACTIONS(26056), 1, anon_sym_COMMA, - ACTIONS(26052), 1, + ACTIONS(26058), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1096765,7 +1096765,7 @@ static const uint16_t ts_small_parse_table[] = { [811986] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(26054), 1, + ACTIONS(26060), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1096777,7 +1096777,7 @@ static const uint16_t ts_small_parse_table[] = { [812002] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(26056), 1, + ACTIONS(26062), 1, anon_sym_else, ACTIONS(11903), 5, anon_sym_LBRACK, @@ -1096788,7 +1096788,7 @@ static const uint16_t ts_small_parse_table[] = { [812016] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(26058), 1, + ACTIONS(26064), 1, anon_sym_else, ACTIONS(11897), 5, anon_sym_LBRACK, @@ -1096801,11 +1096801,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26060), 1, + ACTIONS(26066), 1, anon_sym_COMMA, - ACTIONS(26062), 1, + ACTIONS(26068), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1096818,9 +1096818,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14136), 1, sym__backquoted_id, - ACTIONS(26064), 1, + ACTIONS(26070), 1, anon_sym_type, - ACTIONS(26066), 1, + ACTIONS(26072), 1, sym_operator_identifier, STATE(13555), 1, sym_identifier, @@ -1096829,7 +1096829,7 @@ static const uint16_t ts_small_parse_table[] = { [812074] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26032), 1, + ACTIONS(26038), 1, sym_operator_identifier, STATE(19086), 1, sym__type_identifier, @@ -1096843,7 +1096843,7 @@ static const uint16_t ts_small_parse_table[] = { [812094] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26032), 1, + ACTIONS(26038), 1, sym_operator_identifier, STATE(19086), 1, sym__type_identifier, @@ -1096859,11 +1096859,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26068), 1, + ACTIONS(26074), 1, anon_sym_COMMA, - ACTIONS(26070), 1, + ACTIONS(26076), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1096872,7 +1096872,7 @@ static const uint16_t ts_small_parse_table[] = { [812136] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26032), 1, + ACTIONS(26038), 1, sym_operator_identifier, STATE(19086), 1, sym__type_identifier, @@ -1096888,11 +1096888,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26072), 1, + ACTIONS(26078), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1096905,9 +1096905,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(13990), 1, sym__backquoted_id, - ACTIONS(26074), 1, + ACTIONS(26080), 1, anon_sym_type, - ACTIONS(26076), 1, + ACTIONS(26082), 1, sym_operator_identifier, STATE(12990), 1, sym_identifier, @@ -1096916,7 +1096916,7 @@ static const uint16_t ts_small_parse_table[] = { [812200] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26078), 1, + ACTIONS(26084), 1, sym_operator_identifier, STATE(18441), 1, sym__type_identifier, @@ -1096930,7 +1096930,7 @@ static const uint16_t ts_small_parse_table[] = { [812220] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26078), 1, + ACTIONS(26084), 1, sym_operator_identifier, STATE(18441), 1, sym__type_identifier, @@ -1096944,7 +1096944,7 @@ static const uint16_t ts_small_parse_table[] = { [812240] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26078), 1, + ACTIONS(26084), 1, sym_operator_identifier, STATE(18441), 1, sym__type_identifier, @@ -1096958,7 +1096958,7 @@ static const uint16_t ts_small_parse_table[] = { [812260] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(26080), 1, + ACTIONS(26086), 1, anon_sym_else, ACTIONS(11897), 5, sym__automatic_semicolon, @@ -1096971,11 +1096971,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26082), 1, + ACTIONS(26088), 1, anon_sym_COMMA, - ACTIONS(26084), 1, + ACTIONS(26090), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1096984,7 +1096984,7 @@ static const uint16_t ts_small_parse_table[] = { [812296] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(26086), 1, + ACTIONS(26092), 1, anon_sym_else, ACTIONS(11903), 5, sym__automatic_semicolon, @@ -1096995,7 +1096995,7 @@ static const uint16_t ts_small_parse_table[] = { [812310] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(26088), 1, + ACTIONS(26094), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1097007,7 +1097007,7 @@ static const uint16_t ts_small_parse_table[] = { [812326] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(26090), 1, + ACTIONS(26096), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1097019,7 +1097019,7 @@ static const uint16_t ts_small_parse_table[] = { [812342] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(25976), 1, + ACTIONS(25982), 1, sym_operator_identifier, STATE(4465), 1, sym_identifier, @@ -1097037,9 +1097037,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14502), 1, sym__backquoted_id, - ACTIONS(26092), 1, + ACTIONS(26098), 1, anon_sym_type, - ACTIONS(26094), 1, + ACTIONS(26100), 1, sym_operator_identifier, STATE(8031), 1, sym_identifier, @@ -1097050,11 +1097050,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26096), 1, + ACTIONS(26102), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1097065,11 +1097065,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26098), 1, + ACTIONS(26104), 1, anon_sym_COMMA, - ACTIONS(26100), 1, + ACTIONS(26106), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1097080,11 +1097080,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26102), 1, + ACTIONS(26108), 1, anon_sym_COMMA, - ACTIONS(26104), 1, + ACTIONS(26110), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1097095,11 +1097095,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26106), 1, + ACTIONS(26112), 1, anon_sym_COMMA, - ACTIONS(26108), 1, + ACTIONS(26114), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1097110,11 +1097110,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26110), 1, + ACTIONS(26116), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1097127,9 +1097127,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14042), 1, sym__backquoted_id, - ACTIONS(26112), 1, + ACTIONS(26118), 1, anon_sym_type, - ACTIONS(26114), 1, + ACTIONS(26120), 1, sym_operator_identifier, STATE(13013), 1, sym_identifier, @@ -1097142,9 +1097142,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14254), 1, sym__backquoted_id, - ACTIONS(26116), 1, + ACTIONS(26122), 1, anon_sym_type, - ACTIONS(26118), 1, + ACTIONS(26124), 1, sym_operator_identifier, STATE(12528), 1, sym_identifier, @@ -1097157,9 +1097157,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22419), 1, sym__backquoted_id, - ACTIONS(26120), 1, + ACTIONS(26126), 1, anon_sym_type, - ACTIONS(26122), 1, + ACTIONS(26128), 1, sym_operator_identifier, STATE(20592), 1, sym_identifier, @@ -1097168,7 +1097168,7 @@ static const uint16_t ts_small_parse_table[] = { [812560] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(26124), 1, + ACTIONS(26130), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1097180,7 +1097180,7 @@ static const uint16_t ts_small_parse_table[] = { [812576] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26126), 1, + ACTIONS(26132), 1, sym_operator_identifier, STATE(19228), 1, sym__type_identifier, @@ -1097196,11 +1097196,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26128), 1, + ACTIONS(26134), 1, anon_sym_COMMA, - ACTIONS(26130), 1, + ACTIONS(26136), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1097209,7 +1097209,7 @@ static const uint16_t ts_small_parse_table[] = { [812618] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(26132), 1, + ACTIONS(26138), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1097221,7 +1097221,7 @@ static const uint16_t ts_small_parse_table[] = { [812634] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(26134), 1, + ACTIONS(26140), 1, anon_sym_else, ACTIONS(11903), 5, anon_sym_LBRACK, @@ -1097232,7 +1097232,7 @@ static const uint16_t ts_small_parse_table[] = { [812648] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(26136), 1, + ACTIONS(26142), 1, anon_sym_else, ACTIONS(11897), 5, anon_sym_LBRACK, @@ -1097243,7 +1097243,7 @@ static const uint16_t ts_small_parse_table[] = { [812662] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26138), 1, + ACTIONS(26144), 1, sym_operator_identifier, STATE(4753), 1, sym_identifier, @@ -1097257,7 +1097257,7 @@ static const uint16_t ts_small_parse_table[] = { [812682] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26138), 1, + ACTIONS(26144), 1, sym_operator_identifier, STATE(4753), 1, sym_identifier, @@ -1097271,7 +1097271,7 @@ static const uint16_t ts_small_parse_table[] = { [812702] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26138), 1, + ACTIONS(26144), 1, sym_operator_identifier, STATE(4753), 1, sym_identifier, @@ -1097287,11 +1097287,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26140), 1, + ACTIONS(26146), 1, anon_sym_COMMA, - ACTIONS(26142), 1, + ACTIONS(26148), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1097300,7 +1097300,7 @@ static const uint16_t ts_small_parse_table[] = { [812744] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(25998), 1, + ACTIONS(26004), 1, sym_operator_identifier, STATE(17552), 1, sym__type_identifier, @@ -1097314,7 +1097314,7 @@ static const uint16_t ts_small_parse_table[] = { [812764] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(25998), 1, + ACTIONS(26004), 1, sym_operator_identifier, STATE(17552), 1, sym__type_identifier, @@ -1097328,7 +1097328,7 @@ static const uint16_t ts_small_parse_table[] = { [812784] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(25998), 1, + ACTIONS(26004), 1, sym_operator_identifier, STATE(17552), 1, sym__type_identifier, @@ -1097346,9 +1097346,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14312), 1, sym__backquoted_id, - ACTIONS(26144), 1, + ACTIONS(26150), 1, anon_sym_type, - ACTIONS(26146), 1, + ACTIONS(26152), 1, sym_operator_identifier, STATE(12783), 1, sym_identifier, @@ -1097361,9 +1097361,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14340), 1, sym__backquoted_id, - ACTIONS(26148), 1, + ACTIONS(26154), 1, anon_sym_type, - ACTIONS(26150), 1, + ACTIONS(26156), 1, sym_operator_identifier, STATE(12538), 1, sym_identifier, @@ -1097372,7 +1097372,7 @@ static const uint16_t ts_small_parse_table[] = { [812848] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26026), 1, + ACTIONS(26032), 1, sym_operator_identifier, STATE(4943), 1, sym_identifier, @@ -1097388,11 +1097388,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26152), 1, + ACTIONS(26158), 1, anon_sym_COMMA, - ACTIONS(26154), 1, + ACTIONS(26160), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1097405,9 +1097405,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14536), 1, sym__backquoted_id, - ACTIONS(26156), 1, + ACTIONS(26162), 1, anon_sym_type, - ACTIONS(26158), 1, + ACTIONS(26164), 1, sym_operator_identifier, STATE(7452), 1, sym_identifier, @@ -1097418,11 +1097418,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26160), 1, + ACTIONS(26166), 1, anon_sym_COMMA, - ACTIONS(26162), 1, + ACTIONS(26168), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1097433,11 +1097433,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26164), 1, + ACTIONS(26170), 1, anon_sym_COMMA, - ACTIONS(26166), 1, + ACTIONS(26172), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1097448,11 +1097448,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26168), 1, + ACTIONS(26174), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1097463,11 +1097463,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26170), 1, + ACTIONS(26176), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1097478,11 +1097478,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26172), 1, + ACTIONS(26178), 1, anon_sym_COMMA, - ACTIONS(26174), 1, + ACTIONS(26180), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1097495,9 +1097495,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(19001), 1, sym__backquoted_id, - ACTIONS(26176), 1, + ACTIONS(26182), 1, anon_sym_type, - ACTIONS(26178), 1, + ACTIONS(26184), 1, sym_operator_identifier, STATE(13607), 1, sym_identifier, @@ -1097530,7 +1097530,7 @@ static const uint16_t ts_small_parse_table[] = { [813076] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26180), 1, + ACTIONS(26186), 1, sym_operator_identifier, STATE(4755), 1, sym_identifier, @@ -1097544,7 +1097544,7 @@ static const uint16_t ts_small_parse_table[] = { [813096] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26078), 1, + ACTIONS(26084), 1, sym_operator_identifier, STATE(18441), 1, sym__type_identifier, @@ -1097574,9 +1097574,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(13922), 1, sym__backquoted_id, - ACTIONS(26182), 1, + ACTIONS(26188), 1, anon_sym_type, - ACTIONS(26184), 1, + ACTIONS(26190), 1, sym_operator_identifier, STATE(5590), 1, sym_identifier, @@ -1097589,9 +1097589,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21869), 1, sym__backquoted_id, - ACTIONS(26186), 1, + ACTIONS(26192), 1, anon_sym_type, - ACTIONS(26188), 1, + ACTIONS(26194), 1, sym_operator_identifier, STATE(4425), 1, sym_identifier, @@ -1097612,9 +1097612,9 @@ static const uint16_t ts_small_parse_table[] = { [813192] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(26192), 1, + ACTIONS(26198), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1097626,7 +1097626,7 @@ static const uint16_t ts_small_parse_table[] = { [813212] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(26194), 1, + ACTIONS(26200), 1, anon_sym_else, ACTIONS(11897), 5, anon_sym_COMMA, @@ -1097639,11 +1097639,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26196), 1, + ACTIONS(26202), 1, anon_sym_COMMA, - ACTIONS(26198), 1, + ACTIONS(26204), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1097656,9 +1097656,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(13872), 1, sym__backquoted_id, - ACTIONS(26200), 1, + ACTIONS(26206), 1, anon_sym_type, - ACTIONS(26202), 1, + ACTIONS(26208), 1, sym_operator_identifier, STATE(18987), 1, sym_identifier, @@ -1097667,7 +1097667,7 @@ static const uint16_t ts_small_parse_table[] = { [813270] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(26204), 1, + ACTIONS(26210), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1097679,7 +1097679,7 @@ static const uint16_t ts_small_parse_table[] = { [813286] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(26206), 1, + ACTIONS(26212), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1097691,7 +1097691,7 @@ static const uint16_t ts_small_parse_table[] = { [813302] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(26208), 1, + ACTIONS(26214), 1, anon_sym_else, ACTIONS(11903), 5, anon_sym_COMMA, @@ -1097728,11 +1097728,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26210), 1, + ACTIONS(26216), 1, anon_sym_COMMA, - ACTIONS(26212), 1, + ACTIONS(26218), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1097743,11 +1097743,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26214), 1, + ACTIONS(26220), 1, anon_sym_COMMA, - ACTIONS(26216), 1, + ACTIONS(26222), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1097756,7 +1097756,7 @@ static const uint16_t ts_small_parse_table[] = { [813392] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(26218), 1, + ACTIONS(26224), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1097770,11 +1097770,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26220), 1, + ACTIONS(26226), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1097787,9 +1097787,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14156), 1, sym__backquoted_id, - ACTIONS(26222), 1, + ACTIONS(26228), 1, anon_sym_type, - ACTIONS(26224), 1, + ACTIONS(26230), 1, sym_operator_identifier, STATE(4963), 1, sym_identifier, @@ -1097802,9 +1097802,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(19704), 1, sym__backquoted_id, - ACTIONS(26226), 1, + ACTIONS(26232), 1, anon_sym_type, - ACTIONS(26228), 1, + ACTIONS(26234), 1, sym_operator_identifier, STATE(4458), 1, sym_identifier, @@ -1097813,7 +1097813,7 @@ static const uint16_t ts_small_parse_table[] = { [813474] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(26230), 1, + ACTIONS(26236), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1097825,7 +1097825,7 @@ static const uint16_t ts_small_parse_table[] = { [813490] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(26232), 1, + ACTIONS(26238), 1, anon_sym_else, ACTIONS(11903), 5, sym__automatic_semicolon, @@ -1097836,7 +1097836,7 @@ static const uint16_t ts_small_parse_table[] = { [813504] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(26234), 1, + ACTIONS(26240), 1, anon_sym_else, ACTIONS(11897), 5, sym__automatic_semicolon, @@ -1097849,11 +1097849,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26236), 1, + ACTIONS(26242), 1, anon_sym_COMMA, - ACTIONS(26238), 1, + ACTIONS(26244), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1097862,7 +1097862,7 @@ static const uint16_t ts_small_parse_table[] = { [813540] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26038), 1, + ACTIONS(26044), 1, sym_operator_identifier, STATE(5013), 1, sym_identifier, @@ -1097876,7 +1097876,7 @@ static const uint16_t ts_small_parse_table[] = { [813560] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26038), 1, + ACTIONS(26044), 1, sym_operator_identifier, STATE(5013), 1, sym_identifier, @@ -1097914,7 +1097914,7 @@ static const uint16_t ts_small_parse_table[] = { [813612] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26038), 1, + ACTIONS(26044), 1, sym_operator_identifier, STATE(5013), 1, sym_identifier, @@ -1097942,11 +1097942,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26240), 1, + ACTIONS(26246), 1, anon_sym_COMMA, - ACTIONS(26242), 1, + ACTIONS(26248), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1097967,7 +1097967,7 @@ static const uint16_t ts_small_parse_table[] = { [813686] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26138), 1, + ACTIONS(26144), 1, sym_operator_identifier, STATE(4753), 1, sym_identifier, @@ -1097985,9 +1097985,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18632), 1, sym__backquoted_id, - ACTIONS(26244), 1, + ACTIONS(26250), 1, anon_sym_type, - ACTIONS(26246), 1, + ACTIONS(26252), 1, sym_operator_identifier, STATE(8032), 1, sym__type_identifier, @@ -1098000,9 +1098000,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14176), 1, sym__backquoted_id, - ACTIONS(26248), 1, + ACTIONS(26254), 1, anon_sym_type, - ACTIONS(26250), 1, + ACTIONS(26256), 1, sym_operator_identifier, STATE(4970), 1, sym_identifier, @@ -1098015,9 +1098015,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14268), 1, sym__backquoted_id, - ACTIONS(26252), 1, + ACTIONS(26258), 1, anon_sym_type, - ACTIONS(26254), 1, + ACTIONS(26260), 1, sym_operator_identifier, STATE(14505), 1, sym_identifier, @@ -1098026,7 +1098026,7 @@ static const uint16_t ts_small_parse_table[] = { [813772] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25367), 1, + ACTIONS(25373), 1, anon_sym_finally, STATE(9645), 1, sym_finally_clause, @@ -1098064,11 +1098064,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26256), 1, + ACTIONS(26262), 1, anon_sym_COMMA, - ACTIONS(26258), 1, + ACTIONS(26264), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098079,11 +1098079,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26260), 1, + ACTIONS(26266), 1, anon_sym_COMMA, - ACTIONS(26262), 1, + ACTIONS(26268), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098094,11 +1098094,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26264), 1, + ACTIONS(26270), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098133,11 +1098133,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26266), 1, + ACTIONS(26272), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098160,11 +1098160,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26268), 1, + ACTIONS(26274), 1, anon_sym_COMMA, - ACTIONS(26270), 1, + ACTIONS(26276), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098187,11 +1098187,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26272), 1, + ACTIONS(26278), 1, anon_sym_COMMA, - ACTIONS(26274), 1, + ACTIONS(26280), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098204,9 +1098204,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(19138), 1, sym__backquoted_id, - ACTIONS(26276), 1, + ACTIONS(26282), 1, anon_sym_type, - ACTIONS(26278), 1, + ACTIONS(26284), 1, sym_operator_identifier, STATE(16185), 1, sym__type_identifier, @@ -1098219,9 +1098219,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14829), 1, sym__backquoted_id, - ACTIONS(26280), 1, + ACTIONS(26286), 1, anon_sym_type, - ACTIONS(26282), 1, + ACTIONS(26288), 1, sym_operator_identifier, STATE(4726), 1, sym_identifier, @@ -1098234,9 +1098234,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14626), 1, sym__backquoted_id, - ACTIONS(26284), 1, + ACTIONS(26290), 1, anon_sym_type, - ACTIONS(26286), 1, + ACTIONS(26292), 1, sym_operator_identifier, STATE(14914), 1, sym_identifier, @@ -1098282,11 +1098282,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26288), 1, + ACTIONS(26294), 1, anon_sym_COMMA, - ACTIONS(26290), 1, + ACTIONS(26296), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098297,11 +1098297,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26292), 1, + ACTIONS(26298), 1, anon_sym_COMMA, - ACTIONS(26294), 1, + ACTIONS(26300), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098312,11 +1098312,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26296), 1, + ACTIONS(26302), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098353,9 +1098353,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18931), 1, sym__backquoted_id, - ACTIONS(26298), 1, + ACTIONS(26304), 1, anon_sym_type, - ACTIONS(26300), 1, + ACTIONS(26306), 1, sym_operator_identifier, STATE(16569), 1, sym__type_identifier, @@ -1098378,11 +1098378,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26302), 1, + ACTIONS(26308), 1, anon_sym_COMMA, - ACTIONS(26304), 1, + ACTIONS(26310), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098407,9 +1098407,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(19046), 1, sym__backquoted_id, - ACTIONS(26306), 1, + ACTIONS(26312), 1, anon_sym_type, - ACTIONS(26308), 1, + ACTIONS(26314), 1, sym_operator_identifier, STATE(14792), 1, sym__type_identifier, @@ -1098418,7 +1098418,7 @@ static const uint16_t ts_small_parse_table[] = { [814324] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26310), 1, + ACTIONS(26316), 1, sym_operator_identifier, STATE(18170), 1, sym__type_identifier, @@ -1098436,9 +1098436,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(19100), 1, sym__backquoted_id, - ACTIONS(26312), 1, + ACTIONS(26318), 1, anon_sym_type, - ACTIONS(26314), 1, + ACTIONS(26320), 1, sym_operator_identifier, STATE(5521), 1, sym_identifier, @@ -1098451,9 +1098451,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14720), 1, sym__backquoted_id, - ACTIONS(26316), 1, + ACTIONS(26322), 1, anon_sym_type, - ACTIONS(26318), 1, + ACTIONS(26324), 1, sym_operator_identifier, STATE(14966), 1, sym_identifier, @@ -1098464,11 +1098464,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26320), 1, + ACTIONS(26326), 1, anon_sym_COMMA, - ACTIONS(26322), 1, + ACTIONS(26328), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098477,7 +1098477,7 @@ static const uint16_t ts_small_parse_table[] = { [814410] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26126), 1, + ACTIONS(26132), 1, sym_operator_identifier, STATE(19228), 1, sym__type_identifier, @@ -1098505,11 +1098505,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26324), 1, + ACTIONS(26330), 1, anon_sym_COMMA, - ACTIONS(26326), 1, + ACTIONS(26332), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098532,11 +1098532,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26328), 1, + ACTIONS(26334), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098545,7 +1098545,7 @@ static const uint16_t ts_small_parse_table[] = { [814506] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26126), 1, + ACTIONS(26132), 1, sym_operator_identifier, STATE(19228), 1, sym__type_identifier, @@ -1098561,7 +1098561,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22959), 1, aux_sym__block_repeat1, - ACTIONS(26330), 2, + ACTIONS(26336), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 3, @@ -1098571,7 +1098571,7 @@ static const uint16_t ts_small_parse_table[] = { [814542] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26126), 1, + ACTIONS(26132), 1, sym_operator_identifier, STATE(19228), 1, sym__type_identifier, @@ -1098587,7 +1098587,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22898), 1, aux_sym__block_repeat1, - ACTIONS(25966), 2, + ACTIONS(25972), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 3, @@ -1098599,11 +1098599,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26332), 1, + ACTIONS(26338), 1, anon_sym_COMMA, - ACTIONS(26334), 1, + ACTIONS(26340), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098640,9 +1098640,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9869), 1, sym__backquoted_id, - ACTIONS(26336), 1, + ACTIONS(26342), 1, anon_sym_type, - ACTIONS(26338), 1, + ACTIONS(26344), 1, sym_operator_identifier, STATE(16252), 1, sym_identifier, @@ -1098655,9 +1098655,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14849), 1, sym__backquoted_id, - ACTIONS(26340), 1, + ACTIONS(26346), 1, anon_sym_type, - ACTIONS(26342), 1, + ACTIONS(26348), 1, sym_operator_identifier, STATE(7389), 1, sym_identifier, @@ -1098670,9 +1098670,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22025), 1, sym__backquoted_id, - ACTIONS(26344), 1, + ACTIONS(26350), 1, anon_sym_type, - ACTIONS(26346), 1, + ACTIONS(26352), 1, sym_operator_identifier, STATE(17530), 1, sym_identifier, @@ -1098707,11 +1098707,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26348), 1, + ACTIONS(26354), 1, anon_sym_COMMA, - ACTIONS(26350), 1, + ACTIONS(26356), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098722,11 +1098722,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26352), 1, + ACTIONS(26358), 1, anon_sym_COMMA, - ACTIONS(26354), 1, + ACTIONS(26360), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098737,11 +1098737,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26356), 1, + ACTIONS(26362), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098802,9 +1098802,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18981), 1, sym__backquoted_id, - ACTIONS(26358), 1, + ACTIONS(26364), 1, anon_sym_type, - ACTIONS(26360), 1, + ACTIONS(26366), 1, sym_operator_identifier, STATE(13023), 1, sym_identifier, @@ -1098815,11 +1098815,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26362), 1, + ACTIONS(26368), 1, anon_sym_COMMA, - ACTIONS(26364), 1, + ACTIONS(26370), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098830,11 +1098830,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26366), 1, + ACTIONS(26372), 1, anon_sym_COMMA, - ACTIONS(26368), 1, + ACTIONS(26374), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098871,9 +1098871,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21829), 1, sym__backquoted_id, - ACTIONS(26370), 1, + ACTIONS(26376), 1, anon_sym_type, - ACTIONS(26372), 1, + ACTIONS(26378), 1, sym_operator_identifier, STATE(8039), 1, sym_identifier, @@ -1098886,9 +1098886,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(19886), 1, sym__backquoted_id, - ACTIONS(26374), 1, + ACTIONS(26380), 1, anon_sym_type, - ACTIONS(26376), 1, + ACTIONS(26382), 1, sym_operator_identifier, STATE(18115), 1, sym_identifier, @@ -1098899,11 +1098899,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26378), 1, + ACTIONS(26384), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098914,11 +1098914,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26380), 1, + ACTIONS(26386), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098929,11 +1098929,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26382), 1, + ACTIONS(26388), 1, anon_sym_COMMA, - ACTIONS(26384), 1, + ACTIONS(26390), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098944,11 +1098944,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26386), 1, + ACTIONS(26392), 1, anon_sym_COMMA, - ACTIONS(26388), 1, + ACTIONS(26394), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1098981,7 +1098981,7 @@ static const uint16_t ts_small_parse_table[] = { [815122] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(26390), 1, + ACTIONS(26396), 1, anon_sym_else, ACTIONS(11897), 5, anon_sym_LBRACK, @@ -1098996,9 +1098996,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9663), 1, sym__backquoted_id, - ACTIONS(26392), 1, + ACTIONS(26398), 1, anon_sym_type, - ACTIONS(26394), 1, + ACTIONS(26400), 1, sym_operator_identifier, STATE(13850), 1, sym_identifier, @@ -1099009,11 +1099009,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26396), 1, + ACTIONS(26402), 1, anon_sym_COMMA, - ACTIONS(26398), 1, + ACTIONS(26404), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099026,9 +1099026,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14863), 1, sym__backquoted_id, - ACTIONS(26400), 1, + ACTIONS(26406), 1, anon_sym_type, - ACTIONS(26402), 1, + ACTIONS(26408), 1, sym_operator_identifier, STATE(19169), 1, sym_identifier, @@ -1099039,11 +1099039,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26404), 1, + ACTIONS(26410), 1, anon_sym_COMMA, - ACTIONS(26406), 1, + ACTIONS(26412), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099054,11 +1099054,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26408), 1, + ACTIONS(26414), 1, anon_sym_COMMA, - ACTIONS(26410), 1, + ACTIONS(26416), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099095,9 +1099095,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14146), 1, sym__backquoted_id, - ACTIONS(26412), 1, + ACTIONS(26418), 1, anon_sym_type, - ACTIONS(26414), 1, + ACTIONS(26420), 1, sym_operator_identifier, STATE(7037), 1, sym_identifier, @@ -1099110,9 +1099110,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22301), 1, sym__backquoted_id, - ACTIONS(26416), 1, + ACTIONS(26422), 1, anon_sym_type, - ACTIONS(26418), 1, + ACTIONS(26424), 1, sym_operator_identifier, STATE(20255), 1, sym_identifier, @@ -1099123,11 +1099123,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26420), 1, + ACTIONS(26426), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099136,7 +1099136,7 @@ static const uint16_t ts_small_parse_table[] = { [815344] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26422), 1, + ACTIONS(26428), 1, sym_operator_identifier, STATE(5129), 1, sym_identifier, @@ -1099164,11 +1099164,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26424), 1, + ACTIONS(26430), 1, anon_sym_COMMA, - ACTIONS(26426), 1, + ACTIONS(26432), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099189,7 +1099189,7 @@ static const uint16_t ts_small_parse_table[] = { [815418] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(26428), 1, + ACTIONS(26434), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1099205,9 +1099205,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14574), 1, sym__backquoted_id, - ACTIONS(26430), 1, + ACTIONS(26436), 1, anon_sym_type, - ACTIONS(26432), 1, + ACTIONS(26438), 1, sym_operator_identifier, STATE(17947), 1, sym_identifier, @@ -1099216,7 +1099216,7 @@ static const uint16_t ts_small_parse_table[] = { [815456] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(26434), 1, + ACTIONS(26440), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1099228,7 +1099228,7 @@ static const uint16_t ts_small_parse_table[] = { [815472] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(26436), 1, + ACTIONS(26442), 1, anon_sym_else, ACTIONS(11903), 5, anon_sym_LBRACK, @@ -1099241,11 +1099241,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26438), 1, + ACTIONS(26444), 1, anon_sym_COMMA, - ACTIONS(26440), 1, + ACTIONS(26446), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099256,7 +1099256,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22962), 1, aux_sym__block_repeat1, - ACTIONS(25832), 2, + ACTIONS(25838), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(11075), 3, @@ -1099292,11 +1099292,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26442), 1, + ACTIONS(26448), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099309,9 +1099309,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14646), 1, sym__backquoted_id, - ACTIONS(26444), 1, + ACTIONS(26450), 1, anon_sym_type, - ACTIONS(26446), 1, + ACTIONS(26452), 1, sym_operator_identifier, STATE(5457), 1, sym_identifier, @@ -1099324,9 +1099324,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14636), 1, sym__backquoted_id, - ACTIONS(26448), 1, + ACTIONS(26454), 1, anon_sym_type, - ACTIONS(26450), 1, + ACTIONS(26456), 1, sym_operator_identifier, STATE(15412), 1, sym_identifier, @@ -1099335,7 +1099335,7 @@ static const uint16_t ts_small_parse_table[] = { [815622] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(26452), 1, + ACTIONS(26458), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1099347,7 +1099347,7 @@ static const uint16_t ts_small_parse_table[] = { [815638] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(26454), 1, + ACTIONS(26460), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1099359,7 +1099359,7 @@ static const uint16_t ts_small_parse_table[] = { [815654] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(26456), 1, + ACTIONS(26462), 1, anon_sym_else, ACTIONS(11903), 5, sym__automatic_semicolon, @@ -1099372,11 +1099372,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26458), 1, + ACTIONS(26464), 1, anon_sym_COMMA, - ACTIONS(26460), 1, + ACTIONS(26466), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099387,7 +1099387,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(22959), 1, aux_sym__block_repeat1, - ACTIONS(26462), 2, + ACTIONS(26468), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 3, @@ -1099397,7 +1099397,7 @@ static const uint16_t ts_small_parse_table[] = { [815706] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(26465), 1, + ACTIONS(26471), 1, anon_sym_else, ACTIONS(11897), 5, sym__automatic_semicolon, @@ -1099408,7 +1099408,7 @@ static const uint16_t ts_small_parse_table[] = { [815720] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26180), 1, + ACTIONS(26186), 1, sym_operator_identifier, STATE(4755), 1, sym_identifier, @@ -1099424,7 +1099424,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(23023), 1, aux_sym__block_repeat1, - ACTIONS(26467), 2, + ACTIONS(26473), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(67), 3, @@ -1099434,7 +1099434,7 @@ static const uint16_t ts_small_parse_table[] = { [815756] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26180), 1, + ACTIONS(26186), 1, sym_operator_identifier, STATE(4755), 1, sym_identifier, @@ -1099448,7 +1099448,7 @@ static const uint16_t ts_small_parse_table[] = { [815776] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26180), 1, + ACTIONS(26186), 1, sym_operator_identifier, STATE(4755), 1, sym_identifier, @@ -1099464,11 +1099464,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26469), 1, + ACTIONS(26475), 1, anon_sym_COMMA, - ACTIONS(26471), 1, + ACTIONS(26477), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099505,9 +1099505,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14584), 1, sym__backquoted_id, - ACTIONS(26473), 1, + ACTIONS(26479), 1, anon_sym_type, - ACTIONS(26475), 1, + ACTIONS(26481), 1, sym_operator_identifier, STATE(18278), 1, sym_identifier, @@ -1099520,9 +1099520,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14656), 1, sym__backquoted_id, - ACTIONS(26477), 1, + ACTIONS(26483), 1, anon_sym_type, - ACTIONS(26479), 1, + ACTIONS(26485), 1, sym_operator_identifier, STATE(5456), 1, sym_identifier, @@ -1099535,9 +1099535,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14194), 1, sym__backquoted_id, - ACTIONS(26481), 1, + ACTIONS(26487), 1, anon_sym_type, - ACTIONS(26483), 1, + ACTIONS(26489), 1, sym_operator_identifier, STATE(13971), 1, sym_identifier, @@ -1099548,11 +1099548,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26485), 1, + ACTIONS(26491), 1, anon_sym_COMMA, - ACTIONS(26487), 1, + ACTIONS(26493), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099587,11 +1099587,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26489), 1, + ACTIONS(26495), 1, anon_sym_COMMA, - ACTIONS(26491), 1, + ACTIONS(26497), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099602,11 +1099602,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26493), 1, + ACTIONS(26499), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099619,9 +1099619,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14360), 1, sym__backquoted_id, - ACTIONS(26495), 1, + ACTIONS(26501), 1, anon_sym_type, - ACTIONS(26497), 1, + ACTIONS(26503), 1, sym_operator_identifier, STATE(18219), 1, sym_identifier, @@ -1099656,11 +1099656,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26499), 1, + ACTIONS(26505), 1, anon_sym_COMMA, - ACTIONS(26501), 1, + ACTIONS(26507), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099671,11 +1099671,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26503), 1, + ACTIONS(26509), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099686,11 +1099686,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26505), 1, + ACTIONS(26511), 1, anon_sym_COMMA, - ACTIONS(26507), 1, + ACTIONS(26513), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099701,11 +1099701,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26509), 1, + ACTIONS(26515), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099742,9 +1099742,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14216), 1, sym__backquoted_id, - ACTIONS(26511), 1, + ACTIONS(26517), 1, anon_sym_type, - ACTIONS(26513), 1, + ACTIONS(26519), 1, sym_operator_identifier, STATE(5395), 1, sym_identifier, @@ -1099757,9 +1099757,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14244), 1, sym__backquoted_id, - ACTIONS(26515), 1, + ACTIONS(26521), 1, anon_sym_type, - ACTIONS(26517), 1, + ACTIONS(26523), 1, sym_operator_identifier, STATE(14352), 1, sym_identifier, @@ -1099770,11 +1099770,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26519), 1, + ACTIONS(26525), 1, anon_sym_COMMA, - ACTIONS(26521), 1, + ACTIONS(26527), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099787,9 +1099787,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(11575), 1, sym__backquoted_id, - ACTIONS(26523), 1, + ACTIONS(26529), 1, anon_sym_type, - ACTIONS(26525), 1, + ACTIONS(26531), 1, sym_operator_identifier, STATE(18167), 1, sym_identifier, @@ -1099812,11 +1099812,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26527), 1, + ACTIONS(26533), 1, anon_sym_COMMA, - ACTIONS(26529), 1, + ACTIONS(26535), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099839,11 +1099839,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26531), 1, + ACTIONS(26537), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099856,9 +1099856,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(8846), 1, sym__backquoted_id, - ACTIONS(26533), 1, + ACTIONS(26539), 1, anon_sym_type, - ACTIONS(26535), 1, + ACTIONS(26541), 1, sym_operator_identifier, STATE(16566), 1, sym_identifier, @@ -1099869,11 +1099869,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26537), 1, + ACTIONS(26543), 1, anon_sym_COMMA, - ACTIONS(26539), 1, + ACTIONS(26545), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099882,7 +1099882,7 @@ static const uint16_t ts_small_parse_table[] = { [816396] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26541), 1, + ACTIONS(26547), 1, sym_operator_identifier, STATE(19474), 1, sym__type_identifier, @@ -1099896,7 +1099896,7 @@ static const uint16_t ts_small_parse_table[] = { [816416] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(26543), 1, + ACTIONS(26549), 1, anon_sym_else, ACTIONS(11897), 5, anon_sym_LBRACK, @@ -1099909,11 +1099909,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26545), 1, + ACTIONS(26551), 1, anon_sym_COMMA, - ACTIONS(26547), 1, + ACTIONS(26553), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1099950,9 +1099950,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14450), 1, sym__backquoted_id, - ACTIONS(26549), 1, + ACTIONS(26555), 1, anon_sym_type, - ACTIONS(26551), 1, + ACTIONS(26557), 1, sym_operator_identifier, STATE(18106), 1, sym_identifier, @@ -1099965,9 +1099965,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14478), 1, sym__backquoted_id, - ACTIONS(26553), 1, + ACTIONS(26559), 1, anon_sym_type, - ACTIONS(26555), 1, + ACTIONS(26561), 1, sym_operator_identifier, STATE(15384), 1, sym_identifier, @@ -1099980,9 +1099980,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14234), 1, sym__backquoted_id, - ACTIONS(26557), 1, + ACTIONS(26563), 1, anon_sym_type, - ACTIONS(26559), 1, + ACTIONS(26565), 1, sym_operator_identifier, STATE(14408), 1, sym_identifier, @@ -1099993,11 +1099993,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26561), 1, + ACTIONS(26567), 1, anon_sym_COMMA, - ACTIONS(26563), 1, + ACTIONS(26569), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100008,11 +1100008,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26565), 1, + ACTIONS(26571), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100021,7 +1100021,7 @@ static const uint16_t ts_small_parse_table[] = { [816594] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(26567), 1, + ACTIONS(26573), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1100035,11 +1100035,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26569), 1, + ACTIONS(26575), 1, anon_sym_COMMA, - ACTIONS(26571), 1, + ACTIONS(26577), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100072,7 +1100072,7 @@ static const uint16_t ts_small_parse_table[] = { [816664] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(26573), 1, + ACTIONS(26579), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1100108,7 +1100108,7 @@ static const uint16_t ts_small_parse_table[] = { [816712] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(26575), 1, + ACTIONS(26581), 1, anon_sym_else, ACTIONS(11903), 5, anon_sym_LBRACK, @@ -1100121,11 +1100121,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26577), 1, + ACTIONS(26583), 1, anon_sym_COMMA, - ACTIONS(26579), 1, + ACTIONS(26585), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100138,9 +1100138,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18908), 1, sym__backquoted_id, - ACTIONS(26581), 1, + ACTIONS(26587), 1, anon_sym_type, - ACTIONS(26583), 1, + ACTIONS(26589), 1, sym_operator_identifier, STATE(6525), 1, sym__type_identifier, @@ -1100176,9 +1100176,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9180), 1, sym__backquoted_id, - ACTIONS(26585), 1, + ACTIONS(26591), 1, anon_sym_type, - ACTIONS(26587), 1, + ACTIONS(26593), 1, sym_operator_identifier, STATE(5417), 1, sym_identifier, @@ -1100191,9 +1100191,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22394), 1, sym__backquoted_id, - ACTIONS(26589), 1, + ACTIONS(26595), 1, anon_sym_type, - ACTIONS(26591), 1, + ACTIONS(26597), 1, sym_operator_identifier, STATE(16180), 1, sym_identifier, @@ -1100216,11 +1100216,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26593), 1, + ACTIONS(26599), 1, anon_sym_COMMA, - ACTIONS(26595), 1, + ACTIONS(26601), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100229,9 +1100229,9 @@ static const uint16_t ts_small_parse_table[] = { [816882] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(26597), 1, + ACTIONS(26603), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1100245,11 +1100245,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26599), 1, + ACTIONS(26605), 1, anon_sym_COMMA, - ACTIONS(26601), 1, + ACTIONS(26607), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100260,7 +1100260,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(23023), 1, aux_sym__block_repeat1, - ACTIONS(26603), 2, + ACTIONS(26609), 2, sym__automatic_semicolon, anon_sym_SEMI, ACTIONS(9145), 3, @@ -1100270,7 +1100270,7 @@ static const uint16_t ts_small_parse_table[] = { [816940] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26310), 1, + ACTIONS(26316), 1, sym_operator_identifier, STATE(18170), 1, sym__type_identifier, @@ -1100286,11 +1100286,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26606), 1, + ACTIONS(26612), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100299,7 +1100299,7 @@ static const uint16_t ts_small_parse_table[] = { [816982] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26310), 1, + ACTIONS(26316), 1, sym_operator_identifier, STATE(18170), 1, sym__type_identifier, @@ -1100313,7 +1100313,7 @@ static const uint16_t ts_small_parse_table[] = { [817002] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26310), 1, + ACTIONS(26316), 1, sym_operator_identifier, STATE(18170), 1, sym__type_identifier, @@ -1100341,11 +1100341,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26608), 1, + ACTIONS(26614), 1, anon_sym_COMMA, - ACTIONS(26610), 1, + ACTIONS(26616), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100370,9 +1100370,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(10073), 1, sym__backquoted_id, - ACTIONS(26612), 1, + ACTIONS(26618), 1, anon_sym_type, - ACTIONS(26614), 1, + ACTIONS(26620), 1, sym_operator_identifier, STATE(8064), 1, sym_identifier, @@ -1100383,11 +1100383,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26616), 1, + ACTIONS(26622), 1, anon_sym_COMMA, - ACTIONS(26618), 1, + ACTIONS(26624), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100400,9 +1100400,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(19607), 1, sym__backquoted_id, - ACTIONS(26620), 1, + ACTIONS(26626), 1, anon_sym_type, - ACTIONS(26622), 1, + ACTIONS(26628), 1, sym_operator_identifier, STATE(17273), 1, sym_identifier, @@ -1100415,9 +1100415,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(19955), 1, sym__backquoted_id, - ACTIONS(26624), 1, + ACTIONS(26630), 1, anon_sym_type, - ACTIONS(26626), 1, + ACTIONS(26632), 1, sym_operator_identifier, STATE(16195), 1, sym_identifier, @@ -1100452,11 +1100452,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26628), 1, + ACTIONS(26634), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100467,11 +1100467,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26630), 1, + ACTIONS(26636), 1, anon_sym_COMMA, - ACTIONS(26632), 1, + ACTIONS(26638), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100508,9 +1100508,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18781), 1, sym__backquoted_id, - ACTIONS(26634), 1, + ACTIONS(26640), 1, anon_sym_type, - ACTIONS(26636), 1, + ACTIONS(26642), 1, sym_operator_identifier, STATE(15051), 1, sym__type_identifier, @@ -1100545,11 +1100545,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26638), 1, + ACTIONS(26644), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100560,11 +1100560,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26640), 1, + ACTIONS(26646), 1, anon_sym_COMMA, - ACTIONS(26642), 1, + ACTIONS(26648), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100575,11 +1100575,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26644), 1, + ACTIONS(26650), 1, anon_sym_COMMA, - ACTIONS(26646), 1, + ACTIONS(26652), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100590,11 +1100590,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26648), 1, + ACTIONS(26654), 1, anon_sym_COMMA, - ACTIONS(26650), 1, + ACTIONS(26656), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100619,9 +1100619,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21883), 1, sym__backquoted_id, - ACTIONS(26652), 1, + ACTIONS(26658), 1, anon_sym_type, - ACTIONS(26654), 1, + ACTIONS(26660), 1, sym_operator_identifier, STATE(17238), 1, sym_identifier, @@ -1100634,9 +1100634,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9596), 1, sym__backquoted_id, - ACTIONS(26656), 1, + ACTIONS(26662), 1, anon_sym_type, - ACTIONS(26658), 1, + ACTIONS(26664), 1, sym_operator_identifier, STATE(14857), 1, sym_identifier, @@ -1100659,11 +1100659,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26660), 1, + ACTIONS(26666), 1, anon_sym_COMMA, - ACTIONS(26662), 1, + ACTIONS(26668), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100674,11 +1100674,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26664), 1, + ACTIONS(26670), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100689,11 +1100689,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26666), 1, + ACTIONS(26672), 1, anon_sym_COMMA, - ACTIONS(26668), 1, + ACTIONS(26674), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100702,9 +1100702,9 @@ static const uint16_t ts_small_parse_table[] = { [817556] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(26670), 1, + ACTIONS(26676), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1100720,9 +1100720,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(19943), 1, sym__backquoted_id, - ACTIONS(26672), 1, + ACTIONS(26678), 1, anon_sym_type, - ACTIONS(26674), 1, + ACTIONS(26680), 1, sym_operator_identifier, STATE(18458), 1, sym_identifier, @@ -1100733,11 +1100733,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26676), 1, + ACTIONS(26682), 1, anon_sym_COMMA, - ACTIONS(26678), 1, + ACTIONS(26684), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100750,9 +1100750,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(11978), 1, sym__backquoted_id, - ACTIONS(26680), 1, + ACTIONS(26686), 1, anon_sym_type, - ACTIONS(26682), 1, + ACTIONS(26688), 1, sym_operator_identifier, STATE(15666), 1, sym_identifier, @@ -1100787,11 +1100787,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26684), 1, + ACTIONS(26690), 1, anon_sym_COMMA, - ACTIONS(26686), 1, + ACTIONS(26692), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100802,11 +1100802,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26688), 1, + ACTIONS(26694), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100815,7 +1100815,7 @@ static const uint16_t ts_small_parse_table[] = { [817718] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26422), 1, + ACTIONS(26428), 1, sym_operator_identifier, STATE(5129), 1, sym_identifier, @@ -1100829,7 +1100829,7 @@ static const uint16_t ts_small_parse_table[] = { [817738] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(26690), 1, + ACTIONS(26696), 1, anon_sym_else, ACTIONS(11897), 5, anon_sym_COMMA, @@ -1100844,9 +1100844,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14805), 1, sym__backquoted_id, - ACTIONS(26692), 1, + ACTIONS(26698), 1, anon_sym_type, - ACTIONS(26694), 1, + ACTIONS(26700), 1, sym_operator_identifier, STATE(14624), 1, sym_identifier, @@ -1100859,9 +1100859,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9693), 1, sym__backquoted_id, - ACTIONS(26696), 1, + ACTIONS(26702), 1, anon_sym_type, - ACTIONS(26698), 1, + ACTIONS(26704), 1, sym_operator_identifier, STATE(6361), 1, sym_identifier, @@ -1100874,9 +1100874,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21521), 1, sym__backquoted_id, - ACTIONS(26700), 1, + ACTIONS(26706), 1, anon_sym_type, - ACTIONS(26702), 1, + ACTIONS(26708), 1, sym_operator_identifier, STATE(18508), 1, sym_identifier, @@ -1100885,7 +1100885,7 @@ static const uint16_t ts_small_parse_table[] = { [817818] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(26704), 1, + ACTIONS(26710), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1100897,7 +1100897,7 @@ static const uint16_t ts_small_parse_table[] = { [817834] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(26706), 1, + ACTIONS(26712), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1100911,11 +1100911,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26708), 1, + ACTIONS(26714), 1, anon_sym_COMMA, - ACTIONS(26710), 1, + ACTIONS(26716), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100948,7 +1100948,7 @@ static const uint16_t ts_small_parse_table[] = { [817904] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(26712), 1, + ACTIONS(26718), 1, anon_sym_else, ACTIONS(11903), 5, anon_sym_COMMA, @@ -1100961,11 +1100961,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26714), 1, + ACTIONS(26720), 1, anon_sym_COMMA, - ACTIONS(26716), 1, + ACTIONS(26722), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100976,11 +1100976,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26718), 1, + ACTIONS(26724), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1100989,7 +1100989,7 @@ static const uint16_t ts_small_parse_table[] = { [817962] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26422), 1, + ACTIONS(26428), 1, sym_operator_identifier, STATE(5129), 1, sym_identifier, @@ -1101003,7 +1101003,7 @@ static const uint16_t ts_small_parse_table[] = { [817982] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26422), 1, + ACTIONS(26428), 1, sym_operator_identifier, STATE(5129), 1, sym_identifier, @@ -1101017,7 +1101017,7 @@ static const uint16_t ts_small_parse_table[] = { [818002] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26422), 1, + ACTIONS(26428), 1, sym_operator_identifier, STATE(5129), 1, sym_identifier, @@ -1101059,9 +1101059,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14815), 1, sym__backquoted_id, - ACTIONS(26720), 1, + ACTIONS(26726), 1, anon_sym_type, - ACTIONS(26722), 1, + ACTIONS(26728), 1, sym_operator_identifier, STATE(14629), 1, sym_identifier, @@ -1101074,9 +1101074,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(15061), 1, sym__backquoted_id, - ACTIONS(26724), 1, + ACTIONS(26730), 1, anon_sym_type, - ACTIONS(26726), 1, + ACTIONS(26732), 1, sym_operator_identifier, STATE(5163), 1, sym_identifier, @@ -1101085,7 +1101085,7 @@ static const uint16_t ts_small_parse_table[] = { [818098] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26541), 1, + ACTIONS(26547), 1, sym_operator_identifier, STATE(19474), 1, sym__type_identifier, @@ -1101099,7 +1101099,7 @@ static const uint16_t ts_small_parse_table[] = { [818118] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26541), 1, + ACTIONS(26547), 1, sym_operator_identifier, STATE(19474), 1, sym__type_identifier, @@ -1101113,7 +1101113,7 @@ static const uint16_t ts_small_parse_table[] = { [818138] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26541), 1, + ACTIONS(26547), 1, sym_operator_identifier, STATE(19474), 1, sym__type_identifier, @@ -1101129,11 +1101129,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26728), 1, + ACTIONS(26734), 1, anon_sym_COMMA, - ACTIONS(26730), 1, + ACTIONS(26736), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101146,9 +1101146,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18618), 1, sym__backquoted_id, - ACTIONS(26732), 1, + ACTIONS(26738), 1, anon_sym_type, - ACTIONS(26734), 1, + ACTIONS(26740), 1, sym_operator_identifier, STATE(15524), 1, sym_identifier, @@ -1101159,11 +1101159,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26736), 1, + ACTIONS(26742), 1, anon_sym_COMMA, - ACTIONS(26738), 1, + ACTIONS(26744), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101174,11 +1101174,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26740), 1, + ACTIONS(26746), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101211,9 +1101211,9 @@ static const uint16_t ts_small_parse_table[] = { [818278] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(26742), 1, + ACTIONS(26748), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1101227,11 +1101227,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26744), 1, + ACTIONS(26750), 1, anon_sym_COMMA, - ACTIONS(26746), 1, + ACTIONS(26752), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101244,9 +1101244,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14670), 1, sym__backquoted_id, - ACTIONS(26748), 1, + ACTIONS(26754), 1, anon_sym_type, - ACTIONS(26750), 1, + ACTIONS(26756), 1, sym_operator_identifier, STATE(17295), 1, sym_identifier, @@ -1101283,9 +1101283,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14396), 1, sym__backquoted_id, - ACTIONS(26752), 1, + ACTIONS(26758), 1, anon_sym_type, - ACTIONS(26754), 1, + ACTIONS(26760), 1, sym_operator_identifier, STATE(14214), 1, sym_identifier, @@ -1101298,9 +1101298,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14000), 1, sym__backquoted_id, - ACTIONS(26756), 1, + ACTIONS(26762), 1, anon_sym_type, - ACTIONS(26758), 1, + ACTIONS(26764), 1, sym_operator_identifier, STATE(5708), 1, sym_identifier, @@ -1101311,11 +1101311,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26760), 1, + ACTIONS(26766), 1, anon_sym_COMMA, - ACTIONS(26762), 1, + ACTIONS(26768), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101326,11 +1101326,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26764), 1, + ACTIONS(26770), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101353,11 +1101353,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26766), 1, + ACTIONS(26772), 1, anon_sym_COMMA, - ACTIONS(26768), 1, + ACTIONS(26774), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101406,9 +1101406,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9638), 1, sym__backquoted_id, - ACTIONS(26770), 1, + ACTIONS(26776), 1, anon_sym_type, - ACTIONS(26772), 1, + ACTIONS(26778), 1, sym_operator_identifier, STATE(15298), 1, sym_identifier, @@ -1101419,11 +1101419,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26774), 1, + ACTIONS(26780), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101434,11 +1101434,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26776), 1, + ACTIONS(26782), 1, anon_sym_COMMA, - ACTIONS(26778), 1, + ACTIONS(26784), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101449,11 +1101449,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26780), 1, + ACTIONS(26786), 1, anon_sym_COMMA, - ACTIONS(26782), 1, + ACTIONS(26788), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101464,11 +1101464,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(26784), 1, + ACTIONS(26790), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101479,11 +1101479,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26786), 1, + ACTIONS(26792), 1, anon_sym_COMMA, - ACTIONS(26788), 1, + ACTIONS(26794), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101508,9 +1101508,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(19542), 1, sym__backquoted_id, - ACTIONS(26790), 1, + ACTIONS(26796), 1, anon_sym_type, - ACTIONS(26792), 1, + ACTIONS(26798), 1, sym_operator_identifier, STATE(4495), 1, sym_identifier, @@ -1101523,9 +1101523,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14783), 1, sym__backquoted_id, - ACTIONS(26794), 1, + ACTIONS(26800), 1, anon_sym_type, - ACTIONS(26796), 1, + ACTIONS(26802), 1, sym_operator_identifier, STATE(5691), 1, sym_identifier, @@ -1101550,9 +1101550,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14564), 1, sym__backquoted_id, - ACTIONS(26798), 1, + ACTIONS(26804), 1, anon_sym_type, - ACTIONS(26800), 1, + ACTIONS(26806), 1, sym_operator_identifier, STATE(17331), 1, sym_identifier, @@ -1101563,11 +1101563,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26802), 1, + ACTIONS(26808), 1, anon_sym_COMMA, - ACTIONS(26804), 1, + ACTIONS(26810), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101578,11 +1101578,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26806), 1, + ACTIONS(26812), 1, anon_sym_COMMA, - ACTIONS(26808), 1, + ACTIONS(26814), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101595,9 +1101595,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(17130), 1, sym__backquoted_id, - ACTIONS(26810), 1, + ACTIONS(26816), 1, anon_sym_type, - ACTIONS(26812), 1, + ACTIONS(26818), 1, sym_operator_identifier, STATE(8806), 1, sym_identifier, @@ -1101606,9 +1101606,9 @@ static const uint16_t ts_small_parse_table[] = { [818844] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(26814), 1, + ACTIONS(26820), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1101620,7 +1101620,7 @@ static const uint16_t ts_small_parse_table[] = { [818864] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26541), 1, + ACTIONS(26547), 1, sym_operator_identifier, STATE(19771), 1, sym_identifier, @@ -1101662,9 +1101662,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(15093), 1, sym__backquoted_id, - ACTIONS(26816), 1, + ACTIONS(26822), 1, anon_sym_type, - ACTIONS(26818), 1, + ACTIONS(26824), 1, sym_operator_identifier, STATE(15395), 1, sym_identifier, @@ -1101675,11 +1101675,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26820), 1, + ACTIONS(26826), 1, anon_sym_COMMA, - ACTIONS(26822), 1, + ACTIONS(26828), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101688,7 +1101688,7 @@ static const uint16_t ts_small_parse_table[] = { [818960] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25507), 1, + ACTIONS(25513), 1, anon_sym_finally, STATE(9361), 1, sym_finally_clause, @@ -1101702,11 +1101702,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26824), 1, + ACTIONS(26830), 1, anon_sym_COMMA, - ACTIONS(26826), 1, + ACTIONS(26832), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101715,7 +1101715,7 @@ static const uint16_t ts_small_parse_table[] = { [818998] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25475), 1, + ACTIONS(25481), 1, anon_sym_finally, STATE(9361), 1, sym_finally_clause, @@ -1101731,9 +1101731,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21919), 1, sym__backquoted_id, - ACTIONS(26828), 1, + ACTIONS(26834), 1, anon_sym_type, - ACTIONS(26830), 1, + ACTIONS(26836), 1, sym_operator_identifier, STATE(4524), 1, sym_identifier, @@ -1101746,9 +1101746,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14877), 1, sym__backquoted_id, - ACTIONS(26832), 1, + ACTIONS(26838), 1, anon_sym_type, - ACTIONS(26834), 1, + ACTIONS(26840), 1, sym_operator_identifier, STATE(7115), 1, sym_identifier, @@ -1101757,7 +1101757,7 @@ static const uint16_t ts_small_parse_table[] = { [819058] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25421), 1, + ACTIONS(25427), 1, anon_sym_finally, STATE(9491), 1, sym_finally_clause, @@ -1101769,7 +1101769,7 @@ static const uint16_t ts_small_parse_table[] = { [819074] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25453), 1, + ACTIONS(25459), 1, anon_sym_finally, STATE(9486), 1, sym_finally_clause, @@ -1101781,7 +1101781,7 @@ static const uint16_t ts_small_parse_table[] = { [819090] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25665), 1, + ACTIONS(25671), 1, anon_sym_finally, STATE(9486), 1, sym_finally_clause, @@ -1101795,11 +1101795,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26836), 1, + ACTIONS(26842), 1, anon_sym_COMMA, - ACTIONS(26838), 1, + ACTIONS(26844), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101846,7 +1101846,7 @@ static const uint16_t ts_small_parse_table[] = { [819180] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25911), 1, + ACTIONS(25917), 1, anon_sym_finally, STATE(8993), 1, sym_finally_clause, @@ -1101862,9 +1101862,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(15127), 1, sym__backquoted_id, - ACTIONS(26840), 1, + ACTIONS(26846), 1, anon_sym_type, - ACTIONS(26842), 1, + ACTIONS(26848), 1, sym_operator_identifier, STATE(15376), 1, sym_identifier, @@ -1101875,11 +1101875,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26844), 1, + ACTIONS(26850), 1, anon_sym_COMMA, - ACTIONS(26846), 1, + ACTIONS(26852), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101890,11 +1101890,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26848), 1, + ACTIONS(26854), 1, anon_sym_COMMA, - ACTIONS(26850), 1, + ACTIONS(26856), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101903,7 +1101903,7 @@ static const uint16_t ts_small_parse_table[] = { [819262] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25919), 1, + ACTIONS(25925), 1, anon_sym_finally, STATE(8993), 1, sym_finally_clause, @@ -1101943,9 +1101943,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14951), 1, sym__backquoted_id, - ACTIONS(26852), 1, + ACTIONS(26858), 1, anon_sym_type, - ACTIONS(26854), 1, + ACTIONS(26860), 1, sym_operator_identifier, STATE(12798), 1, sym_identifier, @@ -1101958,9 +1101958,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9731), 1, sym__backquoted_id, - ACTIONS(26856), 1, + ACTIONS(26862), 1, anon_sym_type, - ACTIONS(26858), 1, + ACTIONS(26864), 1, sym_operator_identifier, STATE(7126), 1, sym_identifier, @@ -1101973,9 +1101973,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14598), 1, sym__backquoted_id, - ACTIONS(26860), 1, + ACTIONS(26866), 1, anon_sym_type, - ACTIONS(26862), 1, + ACTIONS(26868), 1, sym_operator_identifier, STATE(15368), 1, sym_identifier, @@ -1101986,11 +1101986,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26864), 1, + ACTIONS(26870), 1, anon_sym_COMMA, - ACTIONS(26866), 1, + ACTIONS(26872), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1101999,9 +1101999,9 @@ static const uint16_t ts_small_parse_table[] = { [819398] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(26868), 1, + ACTIONS(26874), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1102015,11 +1102015,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26870), 1, + ACTIONS(26876), 1, anon_sym_COMMA, - ACTIONS(26872), 1, + ACTIONS(26878), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1102032,9 +1102032,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21744), 1, sym__backquoted_id, - ACTIONS(26874), 1, + ACTIONS(26880), 1, anon_sym_type, - ACTIONS(26876), 1, + ACTIONS(26882), 1, sym_operator_identifier, STATE(20941), 1, sym_identifier, @@ -1102069,11 +1102069,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26878), 1, + ACTIONS(26884), 1, anon_sym_COMMA, - ACTIONS(26880), 1, + ACTIONS(26886), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1102086,9 +1102086,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(19560), 1, sym__backquoted_id, - ACTIONS(26882), 1, + ACTIONS(26888), 1, anon_sym_type, - ACTIONS(26884), 1, + ACTIONS(26890), 1, sym_operator_identifier, STATE(4985), 1, sym_identifier, @@ -1102099,11 +1102099,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26886), 1, + ACTIONS(26892), 1, anon_sym_COMMA, - ACTIONS(26888), 1, + ACTIONS(26894), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1102114,11 +1102114,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26890), 1, + ACTIONS(26896), 1, anon_sym_COMMA, - ACTIONS(26892), 1, + ACTIONS(26898), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1102155,9 +1102155,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22100), 1, sym__backquoted_id, - ACTIONS(26894), 1, + ACTIONS(26900), 1, anon_sym_type, - ACTIONS(26896), 1, + ACTIONS(26902), 1, sym_operator_identifier, STATE(4839), 1, sym_identifier, @@ -1102170,9 +1102170,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14961), 1, sym__backquoted_id, - ACTIONS(26898), 1, + ACTIONS(26904), 1, anon_sym_type, - ACTIONS(26900), 1, + ACTIONS(26906), 1, sym_operator_identifier, STATE(12814), 1, sym_identifier, @@ -1102185,9 +1102185,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9749), 1, sym__backquoted_id, - ACTIONS(26902), 1, + ACTIONS(26908), 1, anon_sym_type, - ACTIONS(26904), 1, + ACTIONS(26910), 1, sym_operator_identifier, STATE(5221), 1, sym_identifier, @@ -1102198,11 +1102198,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26906), 1, + ACTIONS(26912), 1, anon_sym_COMMA, - ACTIONS(26908), 1, + ACTIONS(26914), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1102235,11 +1102235,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26910), 1, + ACTIONS(26916), 1, anon_sym_COMMA, - ACTIONS(26912), 1, + ACTIONS(26918), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1102274,9 +1102274,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18545), 1, sym__backquoted_id, - ACTIONS(26914), 1, + ACTIONS(26920), 1, anon_sym_type, - ACTIONS(26916), 1, + ACTIONS(26922), 1, sym_operator_identifier, STATE(13438), 1, sym__type_identifier, @@ -1102298,11 +1102298,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26918), 1, + ACTIONS(26924), 1, anon_sym_COMMA, - ACTIONS(26920), 1, + ACTIONS(26926), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1102311,7 +1102311,7 @@ static const uint16_t ts_small_parse_table[] = { [819838] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(23690), 1, + ACTIONS(23696), 1, anon_sym_EQ, ACTIONS(10662), 2, sym__alpha_identifier, @@ -1102325,11 +1102325,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26922), 1, + ACTIONS(26928), 1, anon_sym_COMMA, - ACTIONS(26924), 1, + ACTIONS(26930), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1102340,11 +1102340,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26926), 1, + ACTIONS(26932), 1, anon_sym_COMMA, - ACTIONS(26928), 1, + ACTIONS(26934), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1102353,7 +1102353,7 @@ static const uint16_t ts_small_parse_table[] = { [819898] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(23692), 1, + ACTIONS(23698), 1, anon_sym_EQ, ACTIONS(10662), 2, sym__alpha_identifier, @@ -1102365,9 +1102365,9 @@ static const uint16_t ts_small_parse_table[] = { [819914] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(26930), 1, + ACTIONS(26936), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1102383,9 +1102383,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14428), 1, sym__backquoted_id, - ACTIONS(26932), 1, + ACTIONS(26938), 1, anon_sym_type, - ACTIONS(26934), 1, + ACTIONS(26940), 1, sym_operator_identifier, STATE(12568), 1, sym_identifier, @@ -1102398,9 +1102398,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14056), 1, sym__backquoted_id, - ACTIONS(26936), 1, + ACTIONS(26942), 1, anon_sym_type, - ACTIONS(26938), 1, + ACTIONS(26944), 1, sym_operator_identifier, STATE(12689), 1, sym_identifier, @@ -1102409,7 +1102409,7 @@ static const uint16_t ts_small_parse_table[] = { [819978] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25477), 1, + ACTIONS(25483), 1, anon_sym_finally, STATE(9645), 1, sym_finally_clause, @@ -1102425,9 +1102425,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9038), 1, sym__backquoted_id, - ACTIONS(26940), 1, + ACTIONS(26946), 1, anon_sym_type, - ACTIONS(26942), 1, + ACTIONS(26948), 1, sym_operator_identifier, STATE(12843), 1, sym_identifier, @@ -1102436,9 +1102436,9 @@ static const uint16_t ts_small_parse_table[] = { [820016] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(26944), 1, + ACTIONS(26950), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1102452,11 +1102452,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26946), 1, + ACTIONS(26952), 1, anon_sym_COMMA, - ACTIONS(26948), 1, + ACTIONS(26954), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1102467,11 +1102467,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26950), 1, + ACTIONS(26956), 1, anon_sym_COMMA, - ACTIONS(26952), 1, + ACTIONS(26958), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1102480,7 +1102480,7 @@ static const uint16_t ts_small_parse_table[] = { [820080] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26422), 1, + ACTIONS(26428), 1, sym_operator_identifier, STATE(5129), 1, sym_identifier, @@ -1102516,9 +1102516,9 @@ static const uint16_t ts_small_parse_table[] = { [820128] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(26954), 1, + ACTIONS(26960), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1102534,9 +1102534,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(15117), 1, sym__backquoted_id, - ACTIONS(26956), 1, + ACTIONS(26962), 1, anon_sym_type, - ACTIONS(26958), 1, + ACTIONS(26964), 1, sym_operator_identifier, STATE(14001), 1, sym_identifier, @@ -1102547,11 +1102547,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26960), 1, + ACTIONS(26966), 1, anon_sym_COMMA, - ACTIONS(26962), 1, + ACTIONS(26968), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1102562,11 +1102562,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26964), 1, + ACTIONS(26970), 1, anon_sym_COMMA, - ACTIONS(26966), 1, + ACTIONS(26972), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1102575,7 +1102575,7 @@ static const uint16_t ts_small_parse_table[] = { [820214] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26422), 1, + ACTIONS(26428), 1, sym_operator_identifier, STATE(5129), 1, sym_identifier, @@ -1102589,9 +1102589,9 @@ static const uint16_t ts_small_parse_table[] = { [820234] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(26968), 1, + ACTIONS(26974), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1102607,9 +1102607,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14294), 1, sym__backquoted_id, - ACTIONS(26970), 1, + ACTIONS(26976), 1, anon_sym_type, - ACTIONS(26972), 1, + ACTIONS(26978), 1, sym_operator_identifier, STATE(6191), 1, sym_identifier, @@ -1102622,9 +1102622,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14492), 1, sym__backquoted_id, - ACTIONS(26974), 1, + ACTIONS(26980), 1, anon_sym_type, - ACTIONS(26976), 1, + ACTIONS(26982), 1, sym_operator_identifier, STATE(13297), 1, sym_identifier, @@ -1102659,9 +1102659,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(15103), 1, sym__backquoted_id, - ACTIONS(26978), 1, + ACTIONS(26984), 1, anon_sym_type, - ACTIONS(26980), 1, + ACTIONS(26986), 1, sym_operator_identifier, STATE(13472), 1, sym_identifier, @@ -1102672,11 +1102672,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26982), 1, + ACTIONS(26988), 1, anon_sym_COMMA, - ACTIONS(26984), 1, + ACTIONS(26990), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1102685,7 +1102685,7 @@ static const uint16_t ts_small_parse_table[] = { [820370] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26422), 1, + ACTIONS(26428), 1, sym_operator_identifier, STATE(5129), 1, sym_identifier, @@ -1102701,11 +1102701,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26986), 1, + ACTIONS(26992), 1, anon_sym_COMMA, - ACTIONS(26988), 1, + ACTIONS(26994), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1102725,9 +1102725,9 @@ static const uint16_t ts_small_parse_table[] = { [820426] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(26990), 1, + ACTIONS(26996), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1102779,9 +1102779,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(15005), 1, sym__backquoted_id, - ACTIONS(26992), 1, + ACTIONS(26998), 1, anon_sym_type, - ACTIONS(26994), 1, + ACTIONS(27000), 1, sym_operator_identifier, STATE(13415), 1, sym_identifier, @@ -1102790,9 +1102790,9 @@ static const uint16_t ts_small_parse_table[] = { [820516] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(26996), 1, + ACTIONS(27002), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1102806,11 +1102806,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26998), 1, + ACTIONS(27004), 1, anon_sym_COMMA, - ACTIONS(27000), 1, + ACTIONS(27006), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1102823,9 +1102823,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(15047), 1, sym__backquoted_id, - ACTIONS(27002), 1, + ACTIONS(27008), 1, anon_sym_type, - ACTIONS(27004), 1, + ACTIONS(27010), 1, sym_operator_identifier, STATE(5282), 1, sym_identifier, @@ -1102838,9 +1102838,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(15191), 1, sym__backquoted_id, - ACTIONS(27006), 1, + ACTIONS(27012), 1, anon_sym_type, - ACTIONS(27008), 1, + ACTIONS(27014), 1, sym_operator_identifier, STATE(13233), 1, sym_identifier, @@ -1102849,22 +1102849,22 @@ static const uint16_t ts_small_parse_table[] = { [820602] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, - ACTIONS(25288), 1, + ACTIONS(25294), 1, anon_sym_match, STATE(18926), 1, sym_type_arguments, - ACTIONS(27010), 3, + ACTIONS(27016), 3, sym__automatic_semicolon, sym__outdent, anon_sym_SEMI, [820620] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27012), 1, + ACTIONS(27018), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1102876,12 +1102876,12 @@ static const uint16_t ts_small_parse_table[] = { [820640] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(27014), 1, + ACTIONS(27020), 1, anon_sym_if, STATE(23213), 2, sym_guard, aux_sym_enumerator_repeat1, - ACTIONS(25208), 3, + ACTIONS(25214), 3, sym__automatic_semicolon, sym__outdent, anon_sym_SEMI, @@ -1102890,11 +1102890,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27017), 1, + ACTIONS(27023), 1, anon_sym_COMMA, - ACTIONS(27019), 1, + ACTIONS(27025), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1102907,9 +1102907,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14698), 1, sym__backquoted_id, - ACTIONS(27021), 1, + ACTIONS(27027), 1, anon_sym_type, - ACTIONS(27023), 1, + ACTIONS(27029), 1, sym_operator_identifier, STATE(12918), 1, sym_identifier, @@ -1102920,11 +1102920,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27025), 1, + ACTIONS(27031), 1, anon_sym_COMMA, - ACTIONS(27027), 1, + ACTIONS(27033), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1102933,7 +1102933,7 @@ static const uint16_t ts_small_parse_table[] = { [820722] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26541), 1, + ACTIONS(26547), 1, sym_operator_identifier, STATE(19771), 1, sym_identifier, @@ -1102947,9 +1102947,9 @@ static const uint16_t ts_small_parse_table[] = { [820742] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27029), 1, + ACTIONS(27035), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1102961,12 +1102961,12 @@ static const uint16_t ts_small_parse_table[] = { [820762] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25522), 1, + ACTIONS(25528), 1, anon_sym_if, STATE(23213), 2, sym_guard, aux_sym_enumerator_repeat1, - ACTIONS(24917), 3, + ACTIONS(24923), 3, sym__automatic_semicolon, sym__outdent, anon_sym_SEMI, @@ -1102977,9 +1102977,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22157), 1, sym__backquoted_id, - ACTIONS(27031), 1, + ACTIONS(27037), 1, anon_sym_type, - ACTIONS(27033), 1, + ACTIONS(27039), 1, sym_operator_identifier, STATE(6000), 1, sym_identifier, @@ -1102990,11 +1102990,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27035), 1, + ACTIONS(27041), 1, anon_sym_COMMA, - ACTIONS(27037), 1, + ACTIONS(27043), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103003,7 +1103003,7 @@ static const uint16_t ts_small_parse_table[] = { [820822] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26541), 1, + ACTIONS(26547), 1, sym_operator_identifier, STATE(19771), 1, sym_identifier, @@ -1103017,9 +1103017,9 @@ static const uint16_t ts_small_parse_table[] = { [820842] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27039), 1, + ACTIONS(27045), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1103033,11 +1103033,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27041), 1, + ACTIONS(27047), 1, anon_sym_COMMA, - ACTIONS(27043), 1, + ACTIONS(27049), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103050,9 +1103050,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14468), 1, sym__backquoted_id, - ACTIONS(27045), 1, + ACTIONS(27051), 1, anon_sym_type, - ACTIONS(27047), 1, + ACTIONS(27053), 1, sym_operator_identifier, STATE(5248), 1, sym_identifier, @@ -1103065,9 +1103065,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22361), 1, sym__backquoted_id, - ACTIONS(27049), 1, + ACTIONS(27055), 1, anon_sym_type, - ACTIONS(27051), 1, + ACTIONS(27057), 1, sym_operator_identifier, STATE(4584), 1, sym_identifier, @@ -1103080,9 +1103080,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22000), 1, sym__backquoted_id, - ACTIONS(27053), 1, + ACTIONS(27059), 1, anon_sym_type, - ACTIONS(27055), 1, + ACTIONS(27061), 1, sym_operator_identifier, STATE(9519), 1, sym_identifier, @@ -1103095,9 +1103095,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18404), 1, sym__backquoted_id, - ACTIONS(27057), 1, + ACTIONS(27063), 1, anon_sym_type, - ACTIONS(27059), 1, + ACTIONS(27065), 1, sym_operator_identifier, STATE(7273), 1, sym_identifier, @@ -1103106,7 +1103106,7 @@ static const uint16_t ts_small_parse_table[] = { [820972] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26541), 1, + ACTIONS(26547), 1, sym_operator_identifier, STATE(19771), 1, sym_identifier, @@ -1103122,11 +1103122,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27061), 1, + ACTIONS(27067), 1, anon_sym_COMMA, - ACTIONS(27063), 1, + ACTIONS(27069), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103135,9 +1103135,9 @@ static const uint16_t ts_small_parse_table[] = { [821014] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27065), 1, + ACTIONS(27071), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1103151,11 +1103151,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27067), 1, + ACTIONS(27073), 1, anon_sym_COMMA, - ACTIONS(27069), 1, + ACTIONS(27075), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103168,9 +1103168,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(8871), 1, sym__backquoted_id, - ACTIONS(27071), 1, + ACTIONS(27077), 1, anon_sym_type, - ACTIONS(27073), 1, + ACTIONS(27079), 1, sym_operator_identifier, STATE(7103), 1, sym_identifier, @@ -1103179,9 +1103179,9 @@ static const uint16_t ts_small_parse_table[] = { [821078] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27075), 1, + ACTIONS(27081), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1103195,11 +1103195,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27077), 1, + ACTIONS(27083), 1, anon_sym_COMMA, - ACTIONS(27079), 1, + ACTIONS(27085), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103208,7 +1103208,7 @@ static const uint16_t ts_small_parse_table[] = { [821120] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(23703), 1, + ACTIONS(23709), 1, anon_sym_EQ, ACTIONS(10662), 2, sym__alpha_identifier, @@ -1103222,11 +1103222,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27081), 1, + ACTIONS(27087), 1, anon_sym_COMMA, - ACTIONS(27083), 1, + ACTIONS(27089), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103235,7 +1103235,7 @@ static const uint16_t ts_small_parse_table[] = { [821158] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(23701), 1, + ACTIONS(23707), 1, anon_sym_EQ, ACTIONS(10662), 2, sym__alpha_identifier, @@ -1103247,9 +1103247,9 @@ static const uint16_t ts_small_parse_table[] = { [821174] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27085), 1, + ACTIONS(27091), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1103261,7 +1103261,7 @@ static const uint16_t ts_small_parse_table[] = { [821194] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(27087), 6, + ACTIONS(27093), 6, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, @@ -1103275,9 +1103275,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14374), 1, sym__backquoted_id, - ACTIONS(27089), 1, + ACTIONS(27095), 1, anon_sym_type, - ACTIONS(27091), 1, + ACTIONS(27097), 1, sym_operator_identifier, STATE(4874), 1, sym_identifier, @@ -1103290,9 +1103290,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18438), 1, sym__backquoted_id, - ACTIONS(27093), 1, + ACTIONS(27099), 1, anon_sym_type, - ACTIONS(27095), 1, + ACTIONS(27101), 1, sym_operator_identifier, STATE(7009), 1, sym__type_identifier, @@ -1103303,11 +1103303,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27097), 1, + ACTIONS(27103), 1, anon_sym_COMMA, - ACTIONS(27099), 1, + ACTIONS(27105), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103316,9 +1103316,9 @@ static const uint16_t ts_small_parse_table[] = { [821272] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27101), 1, + ACTIONS(27107), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1103332,11 +1103332,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27103), 1, + ACTIONS(27109), 1, anon_sym_COMMA, - ACTIONS(27105), 1, + ACTIONS(27111), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103345,10 +1103345,10 @@ static const uint16_t ts_small_parse_table[] = { [821314] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(24973), 2, + ACTIONS(24979), 2, sym__alpha_identifier, sym__backquoted_id, - ACTIONS(24975), 4, + ACTIONS(24981), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, @@ -1103356,9 +1103356,9 @@ static const uint16_t ts_small_parse_table[] = { [821328] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27107), 1, + ACTIONS(27113), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1103374,9 +1103374,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18463), 1, sym__backquoted_id, - ACTIONS(27109), 1, + ACTIONS(27115), 1, anon_sym_type, - ACTIONS(27111), 1, + ACTIONS(27117), 1, sym_operator_identifier, STATE(15555), 1, sym__type_identifier, @@ -1103387,11 +1103387,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27113), 1, + ACTIONS(27119), 1, anon_sym_COMMA, - ACTIONS(27115), 1, + ACTIONS(27121), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103402,11 +1103402,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27117), 1, + ACTIONS(27123), 1, anon_sym_COMMA, - ACTIONS(27119), 1, + ACTIONS(27125), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103415,9 +1103415,9 @@ static const uint16_t ts_small_parse_table[] = { [821414] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27121), 1, + ACTIONS(27127), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1103429,7 +1103429,7 @@ static const uint16_t ts_small_parse_table[] = { [821434] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(23785), 6, + ACTIONS(23791), 6, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, @@ -1103443,9 +1103443,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(8801), 1, sym__backquoted_id, - ACTIONS(27123), 1, + ACTIONS(27129), 1, anon_sym_type, - ACTIONS(27125), 1, + ACTIONS(27131), 1, sym_operator_identifier, STATE(15204), 1, sym_identifier, @@ -1103458,9 +1103458,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9777), 1, sym__backquoted_id, - ACTIONS(27127), 1, + ACTIONS(27133), 1, anon_sym_type, - ACTIONS(27129), 1, + ACTIONS(27135), 1, sym_operator_identifier, STATE(13100), 1, sym_identifier, @@ -1103469,9 +1103469,9 @@ static const uint16_t ts_small_parse_table[] = { [821490] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27131), 1, + ACTIONS(27137), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1103485,11 +1103485,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27133), 1, + ACTIONS(27139), 1, anon_sym_COMMA, - ACTIONS(27135), 1, + ACTIONS(27141), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103514,9 +1103514,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18483), 1, sym__backquoted_id, - ACTIONS(27137), 1, + ACTIONS(27143), 1, anon_sym_type, - ACTIONS(27139), 1, + ACTIONS(27145), 1, sym_operator_identifier, STATE(14462), 1, sym_identifier, @@ -1103527,11 +1103527,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27141), 1, + ACTIONS(27147), 1, anon_sym_COMMA, - ACTIONS(27143), 1, + ACTIONS(27149), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103542,11 +1103542,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27145), 1, + ACTIONS(27151), 1, anon_sym_COMMA, - ACTIONS(27147), 1, + ACTIONS(27153), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103555,9 +1103555,9 @@ static const uint16_t ts_small_parse_table[] = { [821614] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27149), 1, + ACTIONS(27155), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1103573,9 +1103573,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(8765), 1, sym__backquoted_id, - ACTIONS(27151), 1, + ACTIONS(27157), 1, anon_sym_type, - ACTIONS(27153), 1, + ACTIONS(27159), 1, sym_operator_identifier, STATE(15692), 1, sym_identifier, @@ -1103584,10 +1103584,10 @@ static const uint16_t ts_small_parse_table[] = { [821656] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(24983), 2, + ACTIONS(24989), 2, sym__alpha_identifier, sym__backquoted_id, - ACTIONS(24985), 4, + ACTIONS(24991), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, @@ -1103597,11 +1103597,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27155), 1, + ACTIONS(27161), 1, anon_sym_COMMA, - ACTIONS(27157), 1, + ACTIONS(27163), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103612,11 +1103612,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27159), 1, + ACTIONS(27165), 1, anon_sym_COMMA, - ACTIONS(27161), 1, + ACTIONS(27167), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103625,9 +1103625,9 @@ static const uint16_t ts_small_parse_table[] = { [821714] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27163), 1, + ACTIONS(27169), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1103639,9 +1103639,9 @@ static const uint16_t ts_small_parse_table[] = { [821734] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27165), 1, + ACTIONS(27171), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1103657,9 +1103657,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(13954), 1, sym__backquoted_id, - ACTIONS(27167), 1, + ACTIONS(27173), 1, anon_sym_type, - ACTIONS(27169), 1, + ACTIONS(27175), 1, sym_operator_identifier, STATE(14686), 1, sym_identifier, @@ -1103670,11 +1103670,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27171), 1, + ACTIONS(27177), 1, anon_sym_COMMA, - ACTIONS(27173), 1, + ACTIONS(27179), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103687,9 +1103687,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18526), 1, sym__backquoted_id, - ACTIONS(27175), 1, + ACTIONS(27181), 1, anon_sym_type, - ACTIONS(27177), 1, + ACTIONS(27183), 1, sym_operator_identifier, STATE(15637), 1, sym__type_identifier, @@ -1103698,9 +1103698,9 @@ static const uint16_t ts_small_parse_table[] = { [821820] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(27179), 1, + ACTIONS(27185), 1, anon_sym_RPAREN, - ACTIONS(27181), 1, + ACTIONS(27187), 1, sym_operator_identifier, STATE(26008), 1, sym_identifier, @@ -1103736,9 +1103736,9 @@ static const uint16_t ts_small_parse_table[] = { [821872] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(27181), 1, + ACTIONS(27187), 1, sym_operator_identifier, - ACTIONS(27183), 1, + ACTIONS(27189), 1, anon_sym_RPAREN, STATE(26008), 1, sym_identifier, @@ -1103752,11 +1103752,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27185), 1, + ACTIONS(27191), 1, anon_sym_COMMA, - ACTIONS(27187), 1, + ACTIONS(27193), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103765,9 +1103765,9 @@ static const uint16_t ts_small_parse_table[] = { [821914] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27189), 1, + ACTIONS(27195), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1103781,11 +1103781,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27191), 1, + ACTIONS(27197), 1, anon_sym_COMMA, - ACTIONS(27193), 1, + ACTIONS(27199), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103796,11 +1103796,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27195), 1, + ACTIONS(27201), 1, anon_sym_COMMA, - ACTIONS(27197), 1, + ACTIONS(27203), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103809,7 +1103809,7 @@ static const uint16_t ts_small_parse_table[] = { [821978] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(27199), 6, + ACTIONS(27205), 6, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, @@ -1103823,9 +1103823,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14010), 1, sym__backquoted_id, - ACTIONS(27201), 1, + ACTIONS(27207), 1, anon_sym_type, - ACTIONS(27203), 1, + ACTIONS(27209), 1, sym_operator_identifier, STATE(15729), 1, sym_identifier, @@ -1103834,9 +1103834,9 @@ static const uint16_t ts_small_parse_table[] = { [822012] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27205), 1, + ACTIONS(27211), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1103850,11 +1103850,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27207), 1, + ACTIONS(27213), 1, anon_sym_COMMA, - ACTIONS(27209), 1, + ACTIONS(27215), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103863,9 +1103863,9 @@ static const uint16_t ts_small_parse_table[] = { [822054] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27211), 1, + ACTIONS(27217), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1103881,9 +1103881,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14929), 1, sym__backquoted_id, - ACTIONS(27213), 1, + ACTIONS(27219), 1, anon_sym_type, - ACTIONS(27215), 1, + ACTIONS(27221), 1, sym_operator_identifier, STATE(15147), 1, sym_identifier, @@ -1103892,10 +1103892,10 @@ static const uint16_t ts_small_parse_table[] = { [822096] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(25015), 2, + ACTIONS(25021), 2, sym__alpha_identifier, sym__backquoted_id, - ACTIONS(25017), 4, + ACTIONS(25023), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, @@ -1103907,9 +1103907,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21721), 1, sym__backquoted_id, - ACTIONS(27217), 1, + ACTIONS(27223), 1, anon_sym_type, - ACTIONS(27219), 1, + ACTIONS(27225), 1, sym_operator_identifier, STATE(19789), 1, sym_identifier, @@ -1103920,11 +1103920,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27221), 1, + ACTIONS(27227), 1, anon_sym_COMMA, - ACTIONS(27223), 1, + ACTIONS(27229), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103933,9 +1103933,9 @@ static const uint16_t ts_small_parse_table[] = { [822154] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27225), 1, + ACTIONS(27231), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1103949,11 +1103949,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27227), 1, + ACTIONS(27233), 1, anon_sym_COMMA, - ACTIONS(27229), 1, + ACTIONS(27235), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1103968,16 +1103968,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, STATE(14730), 1, sym_type_arguments, - ACTIONS(27010), 3, + ACTIONS(27016), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, [822214] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27231), 1, + ACTIONS(27237), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1103993,9 +1103993,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18424), 1, sym__backquoted_id, - ACTIONS(27233), 1, + ACTIONS(27239), 1, anon_sym_type, - ACTIONS(27235), 1, + ACTIONS(27241), 1, sym_operator_identifier, STATE(12751), 1, sym_identifier, @@ -1104006,11 +1104006,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27237), 1, + ACTIONS(27243), 1, anon_sym_COMMA, - ACTIONS(27239), 1, + ACTIONS(27245), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104021,11 +1104021,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27241), 1, + ACTIONS(27247), 1, anon_sym_COMMA, - ACTIONS(27243), 1, + ACTIONS(27249), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104034,9 +1104034,9 @@ static const uint16_t ts_small_parse_table[] = { [822300] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27245), 1, + ACTIONS(27251), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1104050,11 +1104050,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27247), 1, + ACTIONS(27253), 1, anon_sym_COMMA, - ACTIONS(27249), 1, + ACTIONS(27255), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104067,9 +1104067,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(8949), 1, sym__backquoted_id, - ACTIONS(27251), 1, + ACTIONS(27257), 1, anon_sym_type, - ACTIONS(27253), 1, + ACTIONS(27259), 1, sym_operator_identifier, STATE(13342), 1, sym_identifier, @@ -1104082,9 +1104082,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(15137), 1, sym__backquoted_id, - ACTIONS(27255), 1, + ACTIONS(27261), 1, anon_sym_type, - ACTIONS(27257), 1, + ACTIONS(27263), 1, sym_operator_identifier, STATE(15166), 1, sym_identifier, @@ -1104095,11 +1104095,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27259), 1, + ACTIONS(27265), 1, anon_sym_COMMA, - ACTIONS(27261), 1, + ACTIONS(27267), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104108,9 +1104108,9 @@ static const uint16_t ts_small_parse_table[] = { [822408] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27263), 1, + ACTIONS(27269), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1104137,9 +1104137,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18589), 1, sym__backquoted_id, - ACTIONS(27265), 1, + ACTIONS(27271), 1, anon_sym_type, - ACTIONS(27267), 1, + ACTIONS(27273), 1, sym_operator_identifier, STATE(13420), 1, sym_identifier, @@ -1104150,11 +1104150,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27269), 1, + ACTIONS(27275), 1, anon_sym_COMMA, - ACTIONS(27271), 1, + ACTIONS(27277), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104163,10 +1104163,10 @@ static const uint16_t ts_small_parse_table[] = { [822486] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(25011), 2, + ACTIONS(25017), 2, sym__alpha_identifier, sym__backquoted_id, - ACTIONS(25013), 4, + ACTIONS(25019), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, @@ -1104176,11 +1104176,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27273), 1, + ACTIONS(27279), 1, anon_sym_COMMA, - ACTIONS(27275), 1, + ACTIONS(27281), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104202,11 +1104202,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27277), 1, + ACTIONS(27283), 1, anon_sym_COMMA, - ACTIONS(27279), 1, + ACTIONS(27285), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104215,9 +1104215,9 @@ static const uint16_t ts_small_parse_table[] = { [822558] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27281), 1, + ACTIONS(27287), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1104233,9 +1104233,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(13858), 1, sym__backquoted_id, - ACTIONS(27283), 1, + ACTIONS(27289), 1, anon_sym_type, - ACTIONS(27285), 1, + ACTIONS(27291), 1, sym_operator_identifier, STATE(13477), 1, sym_identifier, @@ -1104244,9 +1104244,9 @@ static const uint16_t ts_small_parse_table[] = { [822600] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27287), 1, + ACTIONS(27293), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1104274,9 +1104274,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21811), 1, sym__backquoted_id, - ACTIONS(27289), 1, + ACTIONS(27295), 1, anon_sym_type, - ACTIONS(27291), 1, + ACTIONS(27297), 1, sym_operator_identifier, STATE(18003), 1, sym_identifier, @@ -1104299,11 +1104299,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27293), 1, + ACTIONS(27299), 1, anon_sym_COMMA, - ACTIONS(27295), 1, + ACTIONS(27301), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104314,11 +1104314,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27297), 1, + ACTIONS(27303), 1, anon_sym_COMMA, - ACTIONS(27299), 1, + ACTIONS(27305), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104327,21 +1104327,21 @@ static const uint16_t ts_small_parse_table[] = { [822718] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(27303), 1, + ACTIONS(27309), 1, anon_sym_LT_PERCENT, STATE(23316), 2, sym_view_bound, aux_sym__type_parameter_repeat1, - ACTIONS(27301), 3, + ACTIONS(27307), 3, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, [822734] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27306), 1, + ACTIONS(27312), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1104357,9 +1104357,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21471), 1, sym__backquoted_id, - ACTIONS(27308), 1, + ACTIONS(27314), 1, anon_sym_type, - ACTIONS(27310), 1, + ACTIONS(27316), 1, sym_operator_identifier, STATE(5267), 1, sym_identifier, @@ -1104370,11 +1104370,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27312), 1, + ACTIONS(27318), 1, anon_sym_COMMA, - ACTIONS(27314), 1, + ACTIONS(27320), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104383,9 +1104383,9 @@ static const uint16_t ts_small_parse_table[] = { [822798] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27316), 1, + ACTIONS(27322), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1104399,11 +1104399,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27318), 1, + ACTIONS(27324), 1, anon_sym_COMMA, - ACTIONS(27320), 1, + ACTIONS(27326), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104412,9 +1104412,9 @@ static const uint16_t ts_small_parse_table[] = { [822840] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(27181), 1, + ACTIONS(27187), 1, sym_operator_identifier, - ACTIONS(27322), 1, + ACTIONS(27328), 1, anon_sym_RPAREN, STATE(26008), 1, sym_identifier, @@ -1104428,11 +1104428,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27324), 1, + ACTIONS(27330), 1, anon_sym_COMMA, - ACTIONS(27326), 1, + ACTIONS(27332), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104441,9 +1104441,9 @@ static const uint16_t ts_small_parse_table[] = { [822882] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27328), 1, + ACTIONS(27334), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1104455,9 +1104455,9 @@ static const uint16_t ts_small_parse_table[] = { [822902] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27330), 1, + ACTIONS(27336), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1104473,9 +1104473,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18670), 1, sym__backquoted_id, - ACTIONS(27332), 1, + ACTIONS(27338), 1, anon_sym_type, - ACTIONS(27334), 1, + ACTIONS(27340), 1, sym_operator_identifier, STATE(5856), 1, sym_identifier, @@ -1104488,9 +1104488,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(19973), 1, sym__backquoted_id, - ACTIONS(27336), 1, + ACTIONS(27342), 1, anon_sym_type, - ACTIONS(27338), 1, + ACTIONS(27344), 1, sym_operator_identifier, STATE(17869), 1, sym_identifier, @@ -1104499,9 +1104499,9 @@ static const uint16_t ts_small_parse_table[] = { [822966] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27340), 1, + ACTIONS(27346), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1104515,11 +1104515,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27342), 1, + ACTIONS(27348), 1, anon_sym_COMMA, - ACTIONS(27344), 1, + ACTIONS(27350), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104528,9 +1104528,9 @@ static const uint16_t ts_small_parse_table[] = { [823008] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27346), 1, + ACTIONS(27352), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1104542,9 +1104542,9 @@ static const uint16_t ts_small_parse_table[] = { [823028] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27348), 1, + ACTIONS(27354), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1104558,11 +1104558,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27350), 1, + ACTIONS(27356), 1, anon_sym_COMMA, - ACTIONS(27352), 1, + ACTIONS(27358), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104575,9 +1104575,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9111), 1, sym__backquoted_id, - ACTIONS(27354), 1, + ACTIONS(27360), 1, anon_sym_type, - ACTIONS(27356), 1, + ACTIONS(27362), 1, sym_operator_identifier, STATE(7737), 1, sym_identifier, @@ -1104590,11 +1104590,11 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(17130), 1, sym__backquoted_id, - ACTIONS(27360), 1, + ACTIONS(27366), 1, sym_operator_identifier, STATE(24555), 1, sym_identifier, - ACTIONS(27358), 2, + ACTIONS(27364), 2, anon_sym_val, anon_sym_var, [823112] = 7, @@ -1104602,11 +1104602,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27362), 1, + ACTIONS(27368), 1, anon_sym_COMMA, - ACTIONS(27364), 1, + ACTIONS(27370), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104617,11 +1104617,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27366), 1, + ACTIONS(27372), 1, anon_sym_COMMA, - ACTIONS(27368), 1, + ACTIONS(27374), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104630,9 +1104630,9 @@ static const uint16_t ts_small_parse_table[] = { [823156] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27370), 1, + ACTIONS(27376), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1104644,7 +1104644,7 @@ static const uint16_t ts_small_parse_table[] = { [823176] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(27372), 1, + ACTIONS(27378), 1, sym_operator_identifier, STATE(6989), 1, sym_identifier, @@ -1104658,9 +1104658,9 @@ static const uint16_t ts_small_parse_table[] = { [823196] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27374), 1, + ACTIONS(27380), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1104676,9 +1104676,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9825), 1, sym__backquoted_id, - ACTIONS(27376), 1, + ACTIONS(27382), 1, anon_sym_type, - ACTIONS(27378), 1, + ACTIONS(27384), 1, sym_operator_identifier, STATE(15257), 1, sym_identifier, @@ -1104689,11 +1104689,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27380), 1, + ACTIONS(27386), 1, anon_sym_COMMA, - ACTIONS(27382), 1, + ACTIONS(27388), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104718,9 +1104718,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18696), 1, sym__backquoted_id, - ACTIONS(27384), 1, + ACTIONS(27390), 1, anon_sym_type, - ACTIONS(27386), 1, + ACTIONS(27392), 1, sym_operator_identifier, STATE(5496), 1, sym_identifier, @@ -1104731,11 +1104731,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27388), 1, + ACTIONS(27394), 1, anon_sym_COMMA, - ACTIONS(27390), 1, + ACTIONS(27396), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104755,10 +1104755,10 @@ static const uint16_t ts_small_parse_table[] = { [823334] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(25046), 2, + ACTIONS(25052), 2, sym__alpha_identifier, sym__backquoted_id, - ACTIONS(25048), 4, + ACTIONS(25054), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, @@ -1104766,9 +1104766,9 @@ static const uint16_t ts_small_parse_table[] = { [823348] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27392), 1, + ACTIONS(27398), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1104794,11 +1104794,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27394), 1, + ACTIONS(27400), 1, anon_sym_COMMA, - ACTIONS(27396), 1, + ACTIONS(27402), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104809,11 +1104809,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27398), 1, + ACTIONS(27404), 1, anon_sym_COMMA, - ACTIONS(27400), 1, + ACTIONS(27406), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104826,9 +1104826,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18730), 1, sym__backquoted_id, - ACTIONS(27402), 1, + ACTIONS(27408), 1, anon_sym_type, - ACTIONS(27404), 1, + ACTIONS(27410), 1, sym_operator_identifier, STATE(7695), 1, sym__type_identifier, @@ -1104837,10 +1104837,10 @@ static const uint16_t ts_small_parse_table[] = { [823450] = 3, ACTIONS(127), 1, sym_comment, - ACTIONS(25069), 2, + ACTIONS(25075), 2, sym__alpha_identifier, sym__backquoted_id, - ACTIONS(25071), 4, + ACTIONS(25077), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, @@ -1104850,11 +1104850,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27406), 1, + ACTIONS(27412), 1, anon_sym_COMMA, - ACTIONS(27408), 1, + ACTIONS(27414), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104863,9 +1104863,9 @@ static const uint16_t ts_small_parse_table[] = { [823486] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27410), 1, + ACTIONS(27416), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1104877,9 +1104877,9 @@ static const uint16_t ts_small_parse_table[] = { [823506] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27412), 1, + ACTIONS(27418), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1104895,9 +1104895,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(15015), 1, sym__backquoted_id, - ACTIONS(27414), 1, + ACTIONS(27420), 1, anon_sym_type, - ACTIONS(27416), 1, + ACTIONS(27422), 1, sym_operator_identifier, STATE(16588), 1, sym_identifier, @@ -1104910,9 +1104910,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(13890), 1, sym__backquoted_id, - ACTIONS(27418), 1, + ACTIONS(27424), 1, anon_sym_type, - ACTIONS(27420), 1, + ACTIONS(27426), 1, sym_operator_identifier, STATE(7735), 1, sym_identifier, @@ -1104921,7 +1104921,7 @@ static const uint16_t ts_small_parse_table[] = { [823570] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26138), 1, + ACTIONS(26144), 1, sym_operator_identifier, STATE(4753), 1, sym_identifier, @@ -1104937,11 +1104937,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27422), 1, + ACTIONS(27428), 1, anon_sym_COMMA, - ACTIONS(27424), 1, + ACTIONS(27430), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104950,9 +1104950,9 @@ static const uint16_t ts_small_parse_table[] = { [823612] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27426), 1, + ACTIONS(27432), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1104966,11 +1104966,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27428), 1, + ACTIONS(27434), 1, anon_sym_COMMA, - ACTIONS(27430), 1, + ACTIONS(27436), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104981,11 +1104981,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(26008), 1, + ACTIONS(26014), 1, anon_sym_COMMA, - ACTIONS(27432), 1, + ACTIONS(27438), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1104994,9 +1104994,9 @@ static const uint16_t ts_small_parse_table[] = { [823676] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27434), 1, + ACTIONS(27440), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1105008,7 +1105008,7 @@ static const uint16_t ts_small_parse_table[] = { [823696] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26026), 1, + ACTIONS(26032), 1, sym_operator_identifier, STATE(4943), 1, sym_identifier, @@ -1105024,11 +1105024,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27436), 1, + ACTIONS(27442), 1, anon_sym_COMMA, - ACTIONS(27438), 1, + ACTIONS(27444), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1105037,7 +1105037,7 @@ static const uint16_t ts_small_parse_table[] = { [823738] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26138), 1, + ACTIONS(26144), 1, sym_operator_identifier, STATE(4753), 1, sym_identifier, @@ -1105051,7 +1105051,7 @@ static const uint16_t ts_small_parse_table[] = { [823758] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26138), 1, + ACTIONS(26144), 1, sym_operator_identifier, STATE(4753), 1, sym_identifier, @@ -1105067,11 +1105067,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27440), 1, + ACTIONS(27446), 1, anon_sym_COMMA, - ACTIONS(27442), 1, + ACTIONS(27448), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1105080,7 +1105080,7 @@ static const uint16_t ts_small_parse_table[] = { [823800] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26138), 1, + ACTIONS(26144), 1, sym_operator_identifier, STATE(4753), 1, sym_identifier, @@ -1105098,9 +1105098,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14975), 1, sym__backquoted_id, - ACTIONS(27444), 1, + ACTIONS(27450), 1, anon_sym_type, - ACTIONS(27446), 1, + ACTIONS(27452), 1, sym_operator_identifier, STATE(15328), 1, sym_identifier, @@ -1105113,9 +1105113,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22311), 1, sym__backquoted_id, - ACTIONS(27448), 1, + ACTIONS(27454), 1, anon_sym_type, - ACTIONS(27450), 1, + ACTIONS(27456), 1, sym_operator_identifier, STATE(7906), 1, sym_identifier, @@ -1105126,11 +1105126,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27452), 1, + ACTIONS(27458), 1, anon_sym_COMMA, - ACTIONS(27454), 1, + ACTIONS(27460), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1105139,9 +1105139,9 @@ static const uint16_t ts_small_parse_table[] = { [823886] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27456), 1, + ACTIONS(27462), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1105155,11 +1105155,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27458), 1, + ACTIONS(27464), 1, anon_sym_COMMA, - ACTIONS(27460), 1, + ACTIONS(27466), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1105168,7 +1105168,7 @@ static const uint16_t ts_small_parse_table[] = { [823928] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(25976), 1, + ACTIONS(25982), 1, sym_operator_identifier, STATE(4465), 1, sym_identifier, @@ -1105182,9 +1105182,9 @@ static const uint16_t ts_small_parse_table[] = { [823948] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27462), 1, + ACTIONS(27468), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1105198,11 +1105198,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27464), 1, + ACTIONS(27470), 1, anon_sym_COMMA, - ACTIONS(27466), 1, + ACTIONS(27472), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1105211,7 +1105211,7 @@ static const uint16_t ts_small_parse_table[] = { [823990] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(27372), 1, + ACTIONS(27378), 1, sym_operator_identifier, STATE(6989), 1, sym_identifier, @@ -1105227,11 +1105227,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27468), 1, + ACTIONS(27474), 1, anon_sym_COMMA, - ACTIONS(27470), 1, + ACTIONS(27476), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1105244,9 +1105244,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9329), 1, sym__backquoted_id, - ACTIONS(27472), 1, + ACTIONS(27478), 1, anon_sym_type, - ACTIONS(27474), 1, + ACTIONS(27480), 1, sym_operator_identifier, STATE(6701), 1, sym_identifier, @@ -1105255,7 +1105255,7 @@ static const uint16_t ts_small_parse_table[] = { [824054] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26026), 1, + ACTIONS(26032), 1, sym_operator_identifier, STATE(4943), 1, sym_identifier, @@ -1105269,7 +1105269,7 @@ static const uint16_t ts_small_parse_table[] = { [824074] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26026), 1, + ACTIONS(26032), 1, sym_operator_identifier, STATE(4943), 1, sym_identifier, @@ -1105283,7 +1105283,7 @@ static const uint16_t ts_small_parse_table[] = { [824094] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26026), 1, + ACTIONS(26032), 1, sym_operator_identifier, STATE(4943), 1, sym_identifier, @@ -1105301,9 +1105301,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(19064), 1, sym__backquoted_id, - ACTIONS(27476), 1, + ACTIONS(27482), 1, anon_sym_type, - ACTIONS(27478), 1, + ACTIONS(27484), 1, sym_operator_identifier, STATE(15310), 1, sym__type_identifier, @@ -1105312,9 +1105312,9 @@ static const uint16_t ts_small_parse_table[] = { [824136] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27480), 1, + ACTIONS(27486), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1105328,11 +1105328,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27482), 1, + ACTIONS(27488), 1, anon_sym_COMMA, - ACTIONS(27484), 1, + ACTIONS(27490), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1105357,11 +1105357,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27486), 1, + ACTIONS(27492), 1, anon_sym_COMMA, - ACTIONS(27488), 1, + ACTIONS(27494), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1105370,7 +1105370,7 @@ static const uint16_t ts_small_parse_table[] = { [824220] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(25976), 1, + ACTIONS(25982), 1, sym_operator_identifier, STATE(4465), 1, sym_identifier, @@ -1105384,7 +1105384,7 @@ static const uint16_t ts_small_parse_table[] = { [824240] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(25976), 1, + ACTIONS(25982), 1, sym_operator_identifier, STATE(4465), 1, sym_identifier, @@ -1105398,7 +1105398,7 @@ static const uint16_t ts_small_parse_table[] = { [824260] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(25976), 1, + ACTIONS(25982), 1, sym_operator_identifier, STATE(4465), 1, sym_identifier, @@ -1105412,9 +1105412,9 @@ static const uint16_t ts_small_parse_table[] = { [824280] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27490), 1, + ACTIONS(27496), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1105428,11 +1105428,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27492), 1, + ACTIONS(27498), 1, anon_sym_COMMA, - ACTIONS(27494), 1, + ACTIONS(27500), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1105441,7 +1105441,7 @@ static const uint16_t ts_small_parse_table[] = { [824322] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26038), 1, + ACTIONS(26044), 1, sym_operator_identifier, STATE(5013), 1, sym_identifier, @@ -1105457,11 +1105457,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27496), 1, + ACTIONS(27502), 1, anon_sym_COMMA, - ACTIONS(27498), 1, + ACTIONS(27504), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1105474,9 +1105474,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18762), 1, sym__backquoted_id, - ACTIONS(27500), 1, + ACTIONS(27506), 1, anon_sym_type, - ACTIONS(27502), 1, + ACTIONS(27508), 1, sym_operator_identifier, STATE(14422), 1, sym_identifier, @@ -1105485,9 +1105485,9 @@ static const uint16_t ts_small_parse_table[] = { [824386] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27504), 1, + ACTIONS(27510), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1105501,11 +1105501,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27506), 1, + ACTIONS(27512), 1, anon_sym_COMMA, - ACTIONS(27508), 1, + ACTIONS(27514), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1105518,9 +1105518,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22379), 1, sym__backquoted_id, - ACTIONS(27510), 1, + ACTIONS(27516), 1, anon_sym_type, - ACTIONS(27512), 1, + ACTIONS(27518), 1, sym_operator_identifier, STATE(8444), 1, sym_identifier, @@ -1105529,9 +1105529,9 @@ static const uint16_t ts_small_parse_table[] = { [824450] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27514), 1, + ACTIONS(27520), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1105554,9 +1105554,9 @@ static const uint16_t ts_small_parse_table[] = { [824484] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27516), 1, + ACTIONS(27522), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1105568,7 +1105568,7 @@ static const uint16_t ts_small_parse_table[] = { [824504] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26180), 1, + ACTIONS(26186), 1, sym_operator_identifier, STATE(4755), 1, sym_identifier, @@ -1105584,11 +1105584,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27518), 1, + ACTIONS(27524), 1, anon_sym_COMMA, - ACTIONS(27520), 1, + ACTIONS(27526), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1105597,7 +1105597,7 @@ static const uint16_t ts_small_parse_table[] = { [824546] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(27522), 1, + ACTIONS(27528), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1105609,7 +1105609,7 @@ static const uint16_t ts_small_parse_table[] = { [824562] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(27524), 1, + ACTIONS(27530), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1105621,7 +1105621,7 @@ static const uint16_t ts_small_parse_table[] = { [824578] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(27526), 1, + ACTIONS(27532), 1, anon_sym_else, ACTIONS(11903), 5, anon_sym_LBRACK, @@ -1105634,11 +1105634,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27528), 1, + ACTIONS(27534), 1, anon_sym_COMMA, - ACTIONS(27530), 1, + ACTIONS(27536), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1105647,7 +1105647,7 @@ static const uint16_t ts_small_parse_table[] = { [824614] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(27532), 1, + ACTIONS(27538), 1, anon_sym_else, ACTIONS(11897), 5, anon_sym_LBRACK, @@ -1105658,9 +1105658,9 @@ static const uint16_t ts_small_parse_table[] = { [824628] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27534), 1, + ACTIONS(27540), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1105672,7 +1105672,7 @@ static const uint16_t ts_small_parse_table[] = { [824648] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26038), 1, + ACTIONS(26044), 1, sym_operator_identifier, STATE(5013), 1, sym_identifier, @@ -1105690,9 +1105690,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14773), 1, sym__backquoted_id, - ACTIONS(27536), 1, + ACTIONS(27542), 1, anon_sym_type, - ACTIONS(27538), 1, + ACTIONS(27544), 1, sym_operator_identifier, STATE(8243), 1, sym_identifier, @@ -1105703,11 +1105703,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27540), 1, + ACTIONS(27546), 1, anon_sym_COMMA, - ACTIONS(27542), 1, + ACTIONS(27548), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1105716,7 +1105716,7 @@ static const uint16_t ts_small_parse_table[] = { [824712] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26038), 1, + ACTIONS(26044), 1, sym_operator_identifier, STATE(5013), 1, sym_identifier, @@ -1105730,7 +1105730,7 @@ static const uint16_t ts_small_parse_table[] = { [824732] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26038), 1, + ACTIONS(26044), 1, sym_operator_identifier, STATE(5013), 1, sym_identifier, @@ -1105744,9 +1105744,9 @@ static const uint16_t ts_small_parse_table[] = { [824752] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27544), 1, + ACTIONS(27550), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1105758,9 +1105758,9 @@ static const uint16_t ts_small_parse_table[] = { [824772] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27546), 1, + ACTIONS(27552), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1105776,9 +1105776,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9569), 1, sym__backquoted_id, - ACTIONS(27548), 1, + ACTIONS(27554), 1, anon_sym_type, - ACTIONS(27550), 1, + ACTIONS(27556), 1, sym_operator_identifier, STATE(15946), 1, sym_identifier, @@ -1105787,9 +1105787,9 @@ static const uint16_t ts_small_parse_table[] = { [824814] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27552), 1, + ACTIONS(27558), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1105801,9 +1105801,9 @@ static const uint16_t ts_small_parse_table[] = { [824834] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27554), 1, + ACTIONS(27560), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1105817,11 +1105817,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27556), 1, + ACTIONS(27562), 1, anon_sym_COMMA, - ACTIONS(27558), 1, + ACTIONS(27564), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1105832,11 +1105832,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27560), 1, + ACTIONS(27566), 1, anon_sym_COMMA, - ACTIONS(27562), 1, + ACTIONS(27568), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1105856,7 +1105856,7 @@ static const uint16_t ts_small_parse_table[] = { [824912] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26422), 1, + ACTIONS(26428), 1, sym_operator_identifier, STATE(5129), 1, sym_identifier, @@ -1105872,11 +1105872,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27564), 1, + ACTIONS(27570), 1, anon_sym_COMMA, - ACTIONS(27566), 1, + ACTIONS(27572), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1105885,7 +1105885,7 @@ static const uint16_t ts_small_parse_table[] = { [824954] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26180), 1, + ACTIONS(26186), 1, sym_operator_identifier, STATE(4755), 1, sym_identifier, @@ -1105899,7 +1105899,7 @@ static const uint16_t ts_small_parse_table[] = { [824974] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26180), 1, + ACTIONS(26186), 1, sym_operator_identifier, STATE(4755), 1, sym_identifier, @@ -1105913,7 +1105913,7 @@ static const uint16_t ts_small_parse_table[] = { [824994] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26180), 1, + ACTIONS(26186), 1, sym_operator_identifier, STATE(4755), 1, sym_identifier, @@ -1105931,9 +1105931,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(19028), 1, sym__backquoted_id, - ACTIONS(27568), 1, + ACTIONS(27574), 1, anon_sym_type, - ACTIONS(27570), 1, + ACTIONS(27576), 1, sym_operator_identifier, STATE(6209), 1, sym__type_identifier, @@ -1105942,9 +1105942,9 @@ static const uint16_t ts_small_parse_table[] = { [825036] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27572), 1, + ACTIONS(27578), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1105958,11 +1105958,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27574), 1, + ACTIONS(27580), 1, anon_sym_COMMA, - ACTIONS(27576), 1, + ACTIONS(27582), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1105971,9 +1105971,9 @@ static const uint16_t ts_small_parse_table[] = { [825078] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27578), 1, + ACTIONS(27584), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1105985,9 +1105985,9 @@ static const uint16_t ts_small_parse_table[] = { [825098] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27580), 1, + ACTIONS(27586), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1105999,9 +1105999,9 @@ static const uint16_t ts_small_parse_table[] = { [825118] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27582), 1, + ACTIONS(27588), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1106013,9 +1106013,9 @@ static const uint16_t ts_small_parse_table[] = { [825138] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27584), 1, + ACTIONS(27590), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1106031,9 +1106031,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18806), 1, sym__backquoted_id, - ACTIONS(27586), 1, + ACTIONS(27592), 1, anon_sym_type, - ACTIONS(27588), 1, + ACTIONS(27594), 1, sym_operator_identifier, STATE(15909), 1, sym__type_identifier, @@ -1106042,9 +1106042,9 @@ static const uint16_t ts_small_parse_table[] = { [825180] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27590), 1, + ACTIONS(27596), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1106058,11 +1106058,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27592), 1, + ACTIONS(27598), 1, anon_sym_COMMA, - ACTIONS(27594), 1, + ACTIONS(27600), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106073,11 +1106073,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27596), 1, + ACTIONS(27602), 1, anon_sym_COMMA, - ACTIONS(27598), 1, + ACTIONS(27604), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106088,11 +1106088,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27600), 1, + ACTIONS(27606), 1, anon_sym_COMMA, - ACTIONS(27602), 1, + ACTIONS(27608), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106101,7 +1106101,7 @@ static const uint16_t ts_small_parse_table[] = { [825266] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(27604), 1, + ACTIONS(27610), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1106113,7 +1106113,7 @@ static const uint16_t ts_small_parse_table[] = { [825282] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(27606), 1, + ACTIONS(27612), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1106125,7 +1106125,7 @@ static const uint16_t ts_small_parse_table[] = { [825298] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(27608), 1, + ACTIONS(27614), 1, anon_sym_else, ACTIONS(11903), 5, anon_sym_LBRACK, @@ -1106136,7 +1106136,7 @@ static const uint16_t ts_small_parse_table[] = { [825312] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(27610), 1, + ACTIONS(27616), 1, anon_sym_else, ACTIONS(11897), 5, anon_sym_LBRACK, @@ -1106147,9 +1106147,9 @@ static const uint16_t ts_small_parse_table[] = { [825326] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27612), 1, + ACTIONS(27618), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1106165,9 +1106165,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14744), 1, sym__backquoted_id, - ACTIONS(27614), 1, + ACTIONS(27620), 1, anon_sym_type, - ACTIONS(27616), 1, + ACTIONS(27622), 1, sym_operator_identifier, STATE(5017), 1, sym_identifier, @@ -1106176,9 +1106176,9 @@ static const uint16_t ts_small_parse_table[] = { [825368] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27618), 1, + ACTIONS(27624), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1106190,9 +1106190,9 @@ static const uint16_t ts_small_parse_table[] = { [825388] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27620), 1, + ACTIONS(27626), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1106206,11 +1106206,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27622), 1, + ACTIONS(27628), 1, anon_sym_COMMA, - ACTIONS(27624), 1, + ACTIONS(27630), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106223,9 +1106223,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14915), 1, sym__backquoted_id, - ACTIONS(27626), 1, + ACTIONS(27632), 1, anon_sym_type, - ACTIONS(27628), 1, + ACTIONS(27634), 1, sym_operator_identifier, STATE(15999), 1, sym_identifier, @@ -1106234,9 +1106234,9 @@ static const uint16_t ts_small_parse_table[] = { [825452] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27630), 1, + ACTIONS(27636), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1106248,7 +1106248,7 @@ static const uint16_t ts_small_parse_table[] = { [825472] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26422), 1, + ACTIONS(26428), 1, sym_operator_identifier, STATE(5129), 1, sym_identifier, @@ -1106262,7 +1106262,7 @@ static const uint16_t ts_small_parse_table[] = { [825492] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26422), 1, + ACTIONS(26428), 1, sym_operator_identifier, STATE(5129), 1, sym_identifier, @@ -1106276,7 +1106276,7 @@ static const uint16_t ts_small_parse_table[] = { [825512] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26422), 1, + ACTIONS(26428), 1, sym_operator_identifier, STATE(5129), 1, sym_identifier, @@ -1106292,11 +1106292,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27632), 1, + ACTIONS(27638), 1, anon_sym_COMMA, - ACTIONS(27634), 1, + ACTIONS(27640), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106305,9 +1106305,9 @@ static const uint16_t ts_small_parse_table[] = { [825554] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27636), 1, + ACTIONS(27642), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1106321,11 +1106321,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27638), 1, + ACTIONS(27644), 1, anon_sym_COMMA, - ACTIONS(27640), 1, + ACTIONS(27646), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106336,11 +1106336,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27642), 1, + ACTIONS(27648), 1, anon_sym_COMMA, - ACTIONS(27644), 1, + ACTIONS(27650), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106349,9 +1106349,9 @@ static const uint16_t ts_small_parse_table[] = { [825618] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27646), 1, + ACTIONS(27652), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1106367,9 +1106367,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18836), 1, sym__backquoted_id, - ACTIONS(27648), 1, + ACTIONS(27654), 1, anon_sym_type, - ACTIONS(27650), 1, + ACTIONS(27656), 1, sym_operator_identifier, STATE(19321), 1, sym__type_identifier, @@ -1106380,11 +1106380,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27652), 1, + ACTIONS(27658), 1, anon_sym_COMMA, - ACTIONS(27654), 1, + ACTIONS(27660), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106397,9 +1106397,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14074), 1, sym__backquoted_id, - ACTIONS(27656), 1, + ACTIONS(27662), 1, anon_sym_type, - ACTIONS(27658), 1, + ACTIONS(27664), 1, sym_operator_identifier, STATE(5377), 1, sym_identifier, @@ -1106412,9 +1106412,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9795), 1, sym__backquoted_id, - ACTIONS(27660), 1, + ACTIONS(27666), 1, anon_sym_type, - ACTIONS(27662), 1, + ACTIONS(27668), 1, sym_operator_identifier, STATE(14454), 1, sym_identifier, @@ -1106427,9 +1106427,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(19157), 1, sym__backquoted_id, - ACTIONS(27664), 1, + ACTIONS(27670), 1, anon_sym_type, - ACTIONS(27666), 1, + ACTIONS(27672), 1, sym_operator_identifier, STATE(8905), 1, sym_identifier, @@ -1106440,11 +1106440,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27668), 1, + ACTIONS(27674), 1, anon_sym_COMMA, - ACTIONS(27670), 1, + ACTIONS(27676), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106457,9 +1106457,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14116), 1, sym__backquoted_id, - ACTIONS(27672), 1, + ACTIONS(27678), 1, anon_sym_type, - ACTIONS(27674), 1, + ACTIONS(27680), 1, sym_operator_identifier, STATE(16267), 1, sym_identifier, @@ -1106470,11 +1106470,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27676), 1, + ACTIONS(27682), 1, anon_sym_COMMA, - ACTIONS(27678), 1, + ACTIONS(27684), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106485,11 +1106485,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27680), 1, + ACTIONS(27686), 1, anon_sym_COMMA, - ACTIONS(27682), 1, + ACTIONS(27688), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106498,9 +1106498,9 @@ static const uint16_t ts_small_parse_table[] = { [825836] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(26190), 1, + ACTIONS(26196), 1, sym_operator_identifier, - ACTIONS(27684), 1, + ACTIONS(27690), 1, sym__indent, STATE(26717), 1, sym_identifier, @@ -1106516,9 +1106516,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22053), 1, sym__backquoted_id, - ACTIONS(27686), 1, + ACTIONS(27692), 1, anon_sym_type, - ACTIONS(27688), 1, + ACTIONS(27694), 1, sym_operator_identifier, STATE(20499), 1, sym_identifier, @@ -1106529,11 +1106529,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27690), 1, + ACTIONS(27696), 1, anon_sym_COMMA, - ACTIONS(27692), 1, + ACTIONS(27698), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106544,11 +1106544,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27694), 1, + ACTIONS(27700), 1, anon_sym_COMMA, - ACTIONS(27696), 1, + ACTIONS(27702), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106561,9 +1106561,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9936), 1, sym__backquoted_id, - ACTIONS(27698), 1, + ACTIONS(27704), 1, anon_sym_type, - ACTIONS(27700), 1, + ACTIONS(27706), 1, sym_operator_identifier, STATE(16061), 1, sym_identifier, @@ -1106574,11 +1106574,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27702), 1, + ACTIONS(27708), 1, anon_sym_COMMA, - ACTIONS(27704), 1, + ACTIONS(27710), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106591,9 +1106591,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(10085), 1, sym__backquoted_id, - ACTIONS(27706), 1, + ACTIONS(27712), 1, anon_sym_type, - ACTIONS(27708), 1, + ACTIONS(27714), 1, sym_operator_identifier, STATE(12791), 1, sym_identifier, @@ -1106604,11 +1106604,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27710), 1, + ACTIONS(27716), 1, anon_sym_COMMA, - ACTIONS(27712), 1, + ACTIONS(27718), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106619,11 +1106619,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27714), 1, + ACTIONS(27720), 1, anon_sym_COMMA, - ACTIONS(27716), 1, + ACTIONS(27722), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106636,9 +1106636,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(13932), 1, sym__backquoted_id, - ACTIONS(27718), 1, + ACTIONS(27724), 1, anon_sym_type, - ACTIONS(27720), 1, + ACTIONS(27726), 1, sym_operator_identifier, STATE(5373), 1, sym_identifier, @@ -1106647,7 +1106647,7 @@ static const uint16_t ts_small_parse_table[] = { [826054] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25569), 1, + ACTIONS(25575), 1, anon_sym_finally, STATE(9491), 1, sym_finally_clause, @@ -1106663,9 +1106663,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14730), 1, sym__backquoted_id, - ACTIONS(27722), 1, + ACTIONS(27728), 1, anon_sym_type, - ACTIONS(27724), 1, + ACTIONS(27730), 1, sym_operator_identifier, STATE(13678), 1, sym_identifier, @@ -1106676,11 +1106676,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27726), 1, + ACTIONS(27732), 1, anon_sym_COMMA, - ACTIONS(27728), 1, + ACTIONS(27734), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106704,9 +1106704,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21656), 1, sym__backquoted_id, - ACTIONS(27730), 1, + ACTIONS(27736), 1, anon_sym_type, - ACTIONS(27732), 1, + ACTIONS(27738), 1, sym_operator_identifier, STATE(5557), 1, sym_identifier, @@ -1106717,11 +1106717,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27734), 1, + ACTIONS(27740), 1, anon_sym_COMMA, - ACTIONS(27736), 1, + ACTIONS(27742), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106732,11 +1106732,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27738), 1, + ACTIONS(27744), 1, anon_sym_COMMA, - ACTIONS(27740), 1, + ACTIONS(27746), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106749,9 +1106749,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(10130), 1, sym__backquoted_id, - ACTIONS(27742), 1, + ACTIONS(27748), 1, anon_sym_type, - ACTIONS(27744), 1, + ACTIONS(27750), 1, sym_operator_identifier, STATE(13410), 1, sym_identifier, @@ -1106762,11 +1106762,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27746), 1, + ACTIONS(27752), 1, anon_sym_COMMA, - ACTIONS(27748), 1, + ACTIONS(27754), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106777,11 +1106777,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27750), 1, + ACTIONS(27756), 1, anon_sym_COMMA, - ACTIONS(27752), 1, + ACTIONS(27758), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106805,9 +1106805,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9994), 1, sym__backquoted_id, - ACTIONS(27754), 1, + ACTIONS(27760), 1, anon_sym_type, - ACTIONS(27756), 1, + ACTIONS(27762), 1, sym_operator_identifier, STATE(5931), 1, sym_identifier, @@ -1106818,11 +1106818,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27758), 1, + ACTIONS(27764), 1, anon_sym_COMMA, - ACTIONS(27760), 1, + ACTIONS(27766), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106835,9 +1106835,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18858), 1, sym__backquoted_id, - ACTIONS(27762), 1, + ACTIONS(27768), 1, anon_sym_type, - ACTIONS(27764), 1, + ACTIONS(27770), 1, sym_operator_identifier, STATE(5915), 1, sym__type_identifier, @@ -1106850,9 +1106850,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14084), 1, sym__backquoted_id, - ACTIONS(27766), 1, + ACTIONS(27772), 1, anon_sym_type, - ACTIONS(27768), 1, + ACTIONS(27774), 1, sym_operator_identifier, STATE(6203), 1, sym_identifier, @@ -1106863,11 +1106863,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27770), 1, + ACTIONS(27776), 1, anon_sym_COMMA, - ACTIONS(27772), 1, + ACTIONS(27778), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106878,11 +1106878,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27774), 1, + ACTIONS(27780), 1, anon_sym_COMMA, - ACTIONS(27776), 1, + ACTIONS(27782), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106895,9 +1106895,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22238), 1, sym__backquoted_id, - ACTIONS(27778), 1, + ACTIONS(27784), 1, anon_sym_type, - ACTIONS(27780), 1, + ACTIONS(27786), 1, sym_operator_identifier, STATE(5578), 1, sym_identifier, @@ -1106906,7 +1106906,7 @@ static const uint16_t ts_small_parse_table[] = { [826428] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(27372), 1, + ACTIONS(27378), 1, sym_operator_identifier, STATE(6989), 1, sym_identifier, @@ -1106924,9 +1106924,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14350), 1, sym__backquoted_id, - ACTIONS(27782), 1, + ACTIONS(27788), 1, anon_sym_type, - ACTIONS(27784), 1, + ACTIONS(27790), 1, sym_operator_identifier, STATE(8087), 1, sym_identifier, @@ -1106937,11 +1106937,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27786), 1, + ACTIONS(27792), 1, anon_sym_COMMA, - ACTIONS(27788), 1, + ACTIONS(27794), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106954,9 +1106954,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22209), 1, sym__backquoted_id, - ACTIONS(27790), 1, + ACTIONS(27796), 1, anon_sym_type, - ACTIONS(27792), 1, + ACTIONS(27798), 1, sym_operator_identifier, STATE(8521), 1, sym_identifier, @@ -1106967,11 +1106967,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27794), 1, + ACTIONS(27800), 1, anon_sym_COMMA, - ACTIONS(27796), 1, + ACTIONS(27802), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106982,11 +1106982,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27798), 1, + ACTIONS(27804), 1, anon_sym_COMMA, - ACTIONS(27800), 1, + ACTIONS(27806), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1106997,11 +1106997,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27802), 1, + ACTIONS(27808), 1, anon_sym_COMMA, - ACTIONS(27804), 1, + ACTIONS(27810), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107014,9 +1107014,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9675), 1, sym__backquoted_id, - ACTIONS(27806), 1, + ACTIONS(27812), 1, anon_sym_type, - ACTIONS(27808), 1, + ACTIONS(27814), 1, sym_operator_identifier, STATE(5633), 1, sym_identifier, @@ -1107027,11 +1107027,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27810), 1, + ACTIONS(27816), 1, anon_sym_COMMA, - ACTIONS(27812), 1, + ACTIONS(27818), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107044,9 +1107044,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9228), 1, sym__backquoted_id, - ACTIONS(27814), 1, + ACTIONS(27820), 1, anon_sym_type, - ACTIONS(27816), 1, + ACTIONS(27822), 1, sym_operator_identifier, STATE(7171), 1, sym_identifier, @@ -1107057,11 +1107057,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27818), 1, + ACTIONS(27824), 1, anon_sym_COMMA, - ACTIONS(27820), 1, + ACTIONS(27826), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107074,9 +1107074,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(15147), 1, sym__backquoted_id, - ACTIONS(27822), 1, + ACTIONS(27828), 1, anon_sym_type, - ACTIONS(27824), 1, + ACTIONS(27830), 1, sym_operator_identifier, STATE(7175), 1, sym_identifier, @@ -1107087,11 +1107087,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27826), 1, + ACTIONS(27832), 1, anon_sym_COMMA, - ACTIONS(27828), 1, + ACTIONS(27834), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107104,9 +1107104,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(10113), 1, sym__backquoted_id, - ACTIONS(27830), 1, + ACTIONS(27836), 1, anon_sym_type, - ACTIONS(27832), 1, + ACTIONS(27838), 1, sym_operator_identifier, STATE(6170), 1, sym_identifier, @@ -1107119,9 +1107119,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(15157), 1, sym__backquoted_id, - ACTIONS(27834), 1, + ACTIONS(27840), 1, anon_sym_type, - ACTIONS(27836), 1, + ACTIONS(27842), 1, sym_operator_identifier, STATE(5976), 1, sym_identifier, @@ -1107132,11 +1107132,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27838), 1, + ACTIONS(27844), 1, anon_sym_COMMA, - ACTIONS(27840), 1, + ACTIONS(27846), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107147,11 +1107147,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27842), 1, + ACTIONS(27848), 1, anon_sym_COMMA, - ACTIONS(27844), 1, + ACTIONS(27850), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107164,9 +1107164,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(15079), 1, sym__backquoted_id, - ACTIONS(27846), 1, + ACTIONS(27852), 1, anon_sym_type, - ACTIONS(27848), 1, + ACTIONS(27854), 1, sym_operator_identifier, STATE(5985), 1, sym_identifier, @@ -1107177,11 +1107177,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27850), 1, + ACTIONS(27856), 1, anon_sym_COMMA, - ACTIONS(27852), 1, + ACTIONS(27858), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107194,9 +1107194,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(15029), 1, sym__backquoted_id, - ACTIONS(27854), 1, + ACTIONS(27860), 1, anon_sym_type, - ACTIONS(27856), 1, + ACTIONS(27862), 1, sym_operator_identifier, STATE(5793), 1, sym_identifier, @@ -1107207,11 +1107207,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27858), 1, + ACTIONS(27864), 1, anon_sym_COMMA, - ACTIONS(27860), 1, + ACTIONS(27866), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107224,9 +1107224,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(8893), 1, sym__backquoted_id, - ACTIONS(27862), 1, + ACTIONS(27868), 1, anon_sym_type, - ACTIONS(27864), 1, + ACTIONS(27870), 1, sym_operator_identifier, STATE(14527), 1, sym_identifier, @@ -1107237,11 +1107237,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27866), 1, + ACTIONS(27872), 1, anon_sym_COMMA, - ACTIONS(27868), 1, + ACTIONS(27874), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107252,11 +1107252,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27870), 1, + ACTIONS(27876), 1, anon_sym_COMMA, - ACTIONS(27872), 1, + ACTIONS(27878), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107267,11 +1107267,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27874), 1, + ACTIONS(27880), 1, anon_sym_COMMA, - ACTIONS(27876), 1, + ACTIONS(27882), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107284,9 +1107284,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14941), 1, sym__backquoted_id, - ACTIONS(27878), 1, + ACTIONS(27884), 1, anon_sym_type, - ACTIONS(27880), 1, + ACTIONS(27886), 1, sym_operator_identifier, STATE(16436), 1, sym_identifier, @@ -1107297,11 +1107297,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27882), 1, + ACTIONS(27888), 1, anon_sym_COMMA, - ACTIONS(27884), 1, + ACTIONS(27890), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107314,9 +1107314,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(9079), 1, sym__backquoted_id, - ACTIONS(27886), 1, + ACTIONS(27892), 1, anon_sym_type, - ACTIONS(27888), 1, + ACTIONS(27894), 1, sym_operator_identifier, STATE(15918), 1, sym_identifier, @@ -1107327,11 +1107327,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27890), 1, + ACTIONS(27896), 1, anon_sym_COMMA, - ACTIONS(27892), 1, + ACTIONS(27898), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107344,9 +1107344,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18874), 1, sym__backquoted_id, - ACTIONS(27894), 1, + ACTIONS(27900), 1, anon_sym_type, - ACTIONS(27896), 1, + ACTIONS(27902), 1, sym_operator_identifier, STATE(14925), 1, sym__type_identifier, @@ -1107359,9 +1107359,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21436), 1, sym__backquoted_id, - ACTIONS(27898), 1, + ACTIONS(27904), 1, anon_sym_type, - ACTIONS(27900), 1, + ACTIONS(27906), 1, sym_operator_identifier, STATE(7754), 1, sym_identifier, @@ -1107372,11 +1107372,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27902), 1, + ACTIONS(27908), 1, anon_sym_COMMA, - ACTIONS(27904), 1, + ACTIONS(27910), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107389,9 +1107389,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14126), 1, sym__backquoted_id, - ACTIONS(27906), 1, + ACTIONS(27912), 1, anon_sym_type, - ACTIONS(27908), 1, + ACTIONS(27914), 1, sym_operator_identifier, STATE(14980), 1, sym_identifier, @@ -1107402,11 +1107402,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27910), 1, + ACTIONS(27916), 1, anon_sym_COMMA, - ACTIONS(27912), 1, + ACTIONS(27918), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107417,11 +1107417,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27914), 1, + ACTIONS(27920), 1, anon_sym_COMMA, - ACTIONS(27916), 1, + ACTIONS(27922), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107434,9 +1107434,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21986), 1, sym__backquoted_id, - ACTIONS(27918), 1, + ACTIONS(27924), 1, anon_sym_type, - ACTIONS(27920), 1, + ACTIONS(27926), 1, sym_operator_identifier, STATE(19650), 1, sym_identifier, @@ -1107447,11 +1107447,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27922), 1, + ACTIONS(27928), 1, anon_sym_COMMA, - ACTIONS(27924), 1, + ACTIONS(27930), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107464,9 +1107464,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(19734), 1, sym__backquoted_id, - ACTIONS(27926), 1, + ACTIONS(27932), 1, anon_sym_type, - ACTIONS(27928), 1, + ACTIONS(27934), 1, sym_operator_identifier, STATE(17369), 1, sym_identifier, @@ -1107477,11 +1107477,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27930), 1, + ACTIONS(27936), 1, anon_sym_COMMA, - ACTIONS(27932), 1, + ACTIONS(27938), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107492,11 +1107492,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27934), 1, + ACTIONS(27940), 1, anon_sym_COMMA, - ACTIONS(27936), 1, + ACTIONS(27942), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107509,9 +1107509,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21565), 1, sym__backquoted_id, - ACTIONS(27938), 1, + ACTIONS(27944), 1, anon_sym_type, - ACTIONS(27940), 1, + ACTIONS(27946), 1, sym_operator_identifier, STATE(17252), 1, sym_identifier, @@ -1107522,11 +1107522,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27942), 1, + ACTIONS(27948), 1, anon_sym_COMMA, - ACTIONS(27944), 1, + ACTIONS(27950), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107537,11 +1107537,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27946), 1, + ACTIONS(27952), 1, anon_sym_COMMA, - ACTIONS(27948), 1, + ACTIONS(27954), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107554,9 +1107554,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14793), 1, sym__backquoted_id, - ACTIONS(27950), 1, + ACTIONS(27956), 1, anon_sym_type, - ACTIONS(27952), 1, + ACTIONS(27958), 1, sym_operator_identifier, STATE(14581), 1, sym_identifier, @@ -1107567,11 +1107567,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27954), 1, + ACTIONS(27960), 1, anon_sym_COMMA, - ACTIONS(27956), 1, + ACTIONS(27962), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107584,9 +1107584,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14684), 1, sym__backquoted_id, - ACTIONS(27958), 1, + ACTIONS(27964), 1, anon_sym_type, - ACTIONS(27960), 1, + ACTIONS(27966), 1, sym_operator_identifier, STATE(14584), 1, sym_identifier, @@ -1107599,9 +1107599,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14330), 1, sym__backquoted_id, - ACTIONS(27962), 1, + ACTIONS(27968), 1, anon_sym_type, - ACTIONS(27964), 1, + ACTIONS(27970), 1, sym_operator_identifier, STATE(6484), 1, sym_identifier, @@ -1107612,11 +1107612,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27966), 1, + ACTIONS(27972), 1, anon_sym_COMMA, - ACTIONS(27968), 1, + ACTIONS(27974), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107629,9 +1107629,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14098), 1, sym__backquoted_id, - ACTIONS(27970), 1, + ACTIONS(27976), 1, anon_sym_type, - ACTIONS(27972), 1, + ACTIONS(27978), 1, sym_operator_identifier, STATE(14148), 1, sym_identifier, @@ -1107642,11 +1107642,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27974), 1, + ACTIONS(27980), 1, anon_sym_COMMA, - ACTIONS(27976), 1, + ACTIONS(27982), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107659,9 +1107659,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14166), 1, sym__backquoted_id, - ACTIONS(27978), 1, + ACTIONS(27984), 1, anon_sym_type, - ACTIONS(27980), 1, + ACTIONS(27986), 1, sym_operator_identifier, STATE(16757), 1, sym_identifier, @@ -1107672,11 +1107672,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27982), 1, + ACTIONS(27988), 1, anon_sym_COMMA, - ACTIONS(27984), 1, + ACTIONS(27990), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107689,9 +1107689,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21635), 1, sym__backquoted_id, - ACTIONS(27986), 1, + ACTIONS(27992), 1, anon_sym_type, - ACTIONS(27988), 1, + ACTIONS(27994), 1, sym_operator_identifier, STATE(20410), 1, sym_identifier, @@ -1107702,11 +1107702,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27990), 1, + ACTIONS(27996), 1, anon_sym_COMMA, - ACTIONS(27992), 1, + ACTIONS(27998), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107717,11 +1107717,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(27994), 1, + ACTIONS(28000), 1, anon_sym_COMMA, - ACTIONS(27996), 1, + ACTIONS(28002), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107734,9 +1107734,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18888), 1, sym__backquoted_id, - ACTIONS(27998), 1, + ACTIONS(28004), 1, anon_sym_type, - ACTIONS(28000), 1, + ACTIONS(28006), 1, sym_operator_identifier, STATE(13029), 1, sym__type_identifier, @@ -1107747,11 +1107747,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(28002), 1, + ACTIONS(28008), 1, anon_sym_COMMA, - ACTIONS(28004), 1, + ACTIONS(28010), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107764,9 +1107764,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22157), 1, sym__backquoted_id, - ACTIONS(28006), 1, + ACTIONS(28012), 1, anon_sym_object, - ACTIONS(28008), 1, + ACTIONS(28014), 1, sym_operator_identifier, STATE(10851), 1, sym_identifier, @@ -1107779,9 +1107779,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14616), 1, sym__backquoted_id, - ACTIONS(28010), 1, + ACTIONS(28016), 1, anon_sym_type, - ACTIONS(28012), 1, + ACTIONS(28018), 1, sym_operator_identifier, STATE(13004), 1, sym_identifier, @@ -1107792,11 +1107792,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(28014), 1, + ACTIONS(28020), 1, anon_sym_COMMA, - ACTIONS(28016), 1, + ACTIONS(28022), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107809,9 +1107809,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(21962), 1, sym__backquoted_id, - ACTIONS(28018), 1, + ACTIONS(28024), 1, anon_sym_type, - ACTIONS(28020), 1, + ACTIONS(28026), 1, sym_operator_identifier, STATE(4821), 1, sym_identifier, @@ -1107822,11 +1107822,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(28022), 1, + ACTIONS(28028), 1, anon_sym_COMMA, - ACTIONS(28024), 1, + ACTIONS(28030), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107839,9 +1107839,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(19647), 1, sym__backquoted_id, - ACTIONS(28026), 1, + ACTIONS(28032), 1, anon_sym_type, - ACTIONS(28028), 1, + ACTIONS(28034), 1, sym_operator_identifier, STATE(4504), 1, sym_identifier, @@ -1107854,9 +1107854,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18961), 1, sym__backquoted_id, - ACTIONS(28030), 1, + ACTIONS(28036), 1, anon_sym_type, - ACTIONS(28032), 1, + ACTIONS(28038), 1, sym_operator_identifier, STATE(6528), 1, sym_identifier, @@ -1107867,11 +1107867,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(28034), 1, + ACTIONS(28040), 1, anon_sym_COMMA, - ACTIONS(28036), 1, + ACTIONS(28042), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107884,9 +1107884,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(22143), 1, sym__backquoted_id, - ACTIONS(28038), 1, + ACTIONS(28044), 1, anon_sym_type, - ACTIONS(28040), 1, + ACTIONS(28046), 1, sym_operator_identifier, STATE(4527), 1, sym_identifier, @@ -1107897,11 +1107897,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(28042), 1, + ACTIONS(28048), 1, anon_sym_COMMA, - ACTIONS(28044), 1, + ACTIONS(28050), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107914,9 +1107914,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14554), 1, sym__backquoted_id, - ACTIONS(28046), 1, + ACTIONS(28052), 1, anon_sym_type, - ACTIONS(28048), 1, + ACTIONS(28054), 1, sym_operator_identifier, STATE(12714), 1, sym_identifier, @@ -1107927,7 +1107927,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11615), 1, anon_sym_LPAREN, - ACTIONS(28050), 1, + ACTIONS(28056), 1, anon_sym_COLON, ACTIONS(10564), 2, anon_sym_LBRACE, @@ -1107940,11 +1107940,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(28052), 1, + ACTIONS(28058), 1, anon_sym_COMMA, - ACTIONS(28054), 1, + ACTIONS(28060), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107955,11 +1107955,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(28056), 1, + ACTIONS(28062), 1, anon_sym_COMMA, - ACTIONS(28058), 1, + ACTIONS(28064), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1107970,7 +1107970,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11615), 1, anon_sym_LPAREN, - ACTIONS(28060), 1, + ACTIONS(28066), 1, anon_sym_COLON, ACTIONS(10585), 2, anon_sym_LBRACE, @@ -1107983,7 +1107983,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11615), 1, anon_sym_LPAREN, - ACTIONS(28062), 1, + ACTIONS(28068), 1, anon_sym_COLON, ACTIONS(10591), 2, anon_sym_LBRACE, @@ -1107998,9 +1107998,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(18947), 1, sym__backquoted_id, - ACTIONS(28064), 1, + ACTIONS(28070), 1, anon_sym_type, - ACTIONS(28066), 1, + ACTIONS(28072), 1, sym_operator_identifier, STATE(5259), 1, sym__type_identifier, @@ -1108013,9 +1108013,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(14414), 1, sym__backquoted_id, - ACTIONS(28068), 1, + ACTIONS(28074), 1, anon_sym_type, - ACTIONS(28070), 1, + ACTIONS(28076), 1, sym_operator_identifier, STATE(13858), 1, sym_identifier, @@ -1108026,11 +1108026,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(28072), 1, + ACTIONS(28078), 1, anon_sym_COMMA, - ACTIONS(28074), 1, + ACTIONS(28080), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1108039,7 +1108039,7 @@ static const uint16_t ts_small_parse_table[] = { [828086] = 6, ACTIONS(127), 1, sym_comment, - ACTIONS(27372), 1, + ACTIONS(27378), 1, sym_operator_identifier, STATE(6989), 1, sym_identifier, @@ -1108079,11 +1108079,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(28076), 1, + ACTIONS(28082), 1, anon_sym_COMMA, - ACTIONS(28078), 1, + ACTIONS(28084), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1108096,9 +1108096,9 @@ static const uint16_t ts_small_parse_table[] = { sym__alpha_identifier, ACTIONS(13904), 1, sym__backquoted_id, - ACTIONS(28080), 1, + ACTIONS(28086), 1, anon_sym_type, - ACTIONS(28082), 1, + ACTIONS(28088), 1, sym_operator_identifier, STATE(12533), 1, sym_identifier, @@ -1108109,11 +1108109,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(28084), 1, + ACTIONS(28090), 1, anon_sym_COMMA, - ACTIONS(28086), 1, + ACTIONS(28092), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1108124,11 +1108124,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(28088), 1, + ACTIONS(28094), 1, anon_sym_COMMA, - ACTIONS(28090), 1, + ACTIONS(28096), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1108141,7 +1108141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28092), 1, + ACTIONS(28098), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1108150,7 +1108150,7 @@ static const uint16_t ts_small_parse_table[] = { [828245] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28094), 1, + ACTIONS(28100), 1, sym_operator_identifier, STATE(15485), 1, sym__type_identifier, @@ -1108162,7 +1108162,7 @@ static const uint16_t ts_small_parse_table[] = { [828262] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1108174,7 +1108174,7 @@ static const uint16_t ts_small_parse_table[] = { [828279] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28098), 1, + ACTIONS(28104), 1, sym_operator_identifier, STATE(4593), 1, sym_identifier, @@ -1108200,9 +1108200,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28100), 1, + ACTIONS(28106), 1, anon_sym_COMMA, - ACTIONS(28102), 1, + ACTIONS(28108), 1, anon_sym_RPAREN, STATE(25958), 1, aux_sym_tuple_type_repeat1, @@ -1108213,18 +1108213,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15307), 1, anon_sym_as, - ACTIONS(28104), 1, + ACTIONS(28110), 1, anon_sym_RBRACE, - ACTIONS(28106), 1, + ACTIONS(28112), 1, anon_sym_COMMA, - ACTIONS(28108), 1, + ACTIONS(28114), 1, anon_sym_EQ_GT, STATE(25467), 1, aux_sym_namespace_selectors_repeat1, [828351] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28110), 1, + ACTIONS(28116), 1, sym_operator_identifier, STATE(4777), 1, sym_identifier, @@ -1108236,7 +1108236,7 @@ static const uint16_t ts_small_parse_table[] = { [828368] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28112), 1, + ACTIONS(28118), 1, sym_operator_identifier, STATE(5260), 1, sym__type_identifier, @@ -1108248,7 +1108248,7 @@ static const uint16_t ts_small_parse_table[] = { [828385] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28098), 1, + ACTIONS(28104), 1, sym_operator_identifier, STATE(4593), 1, sym_identifier, @@ -1108260,7 +1108260,7 @@ static const uint16_t ts_small_parse_table[] = { [828402] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28114), 1, + ACTIONS(28120), 1, sym_operator_identifier, STATE(14298), 1, sym_identifier, @@ -1108272,7 +1108272,7 @@ static const uint16_t ts_small_parse_table[] = { [828419] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28114), 1, + ACTIONS(28120), 1, sym_operator_identifier, STATE(14298), 1, sym_identifier, @@ -1108284,7 +1108284,7 @@ static const uint16_t ts_small_parse_table[] = { [828436] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28116), 1, + ACTIONS(28122), 1, sym_operator_identifier, STATE(17866), 1, sym_identifier, @@ -1108300,7 +1108300,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28118), 1, + ACTIONS(28124), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1108309,7 +1108309,7 @@ static const uint16_t ts_small_parse_table[] = { [828472] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28116), 1, + ACTIONS(28122), 1, sym_operator_identifier, STATE(17866), 1, sym_identifier, @@ -1108321,7 +1108321,7 @@ static const uint16_t ts_small_parse_table[] = { [828489] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1108337,7 +1108337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28120), 1, + ACTIONS(28126), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1108346,7 +1108346,7 @@ static const uint16_t ts_small_parse_table[] = { [828525] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28122), 1, + ACTIONS(28128), 1, sym_operator_identifier, STATE(4931), 1, sym_identifier, @@ -1108358,7 +1108358,7 @@ static const uint16_t ts_small_parse_table[] = { [828542] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28124), 1, + ACTIONS(28130), 1, sym_operator_identifier, STATE(4392), 1, sym_identifier, @@ -1108370,7 +1108370,7 @@ static const uint16_t ts_small_parse_table[] = { [828559] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28126), 1, + ACTIONS(28132), 1, sym_operator_identifier, STATE(14360), 1, sym_identifier, @@ -1108386,7 +1108386,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28128), 1, + ACTIONS(28134), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1108395,7 +1108395,7 @@ static const uint16_t ts_small_parse_table[] = { [828595] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28126), 1, + ACTIONS(28132), 1, sym_operator_identifier, STATE(14360), 1, sym_identifier, @@ -1108407,7 +1108407,7 @@ static const uint16_t ts_small_parse_table[] = { [828612] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28130), 1, + ACTIONS(28136), 1, sym_operator_identifier, STATE(17354), 1, sym_identifier, @@ -1108419,7 +1108419,7 @@ static const uint16_t ts_small_parse_table[] = { [828629] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1108431,13 +1108431,13 @@ static const uint16_t ts_small_parse_table[] = { [828646] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28136), 1, + ACTIONS(28142), 1, anon_sym_LBRACE, - ACTIONS(28138), 1, + ACTIONS(28144), 1, anon_sym_LBRACK, STATE(7869), 1, sym_identifier, - ACTIONS(28134), 2, + ACTIONS(28140), 2, sym__alpha_identifier, sym__backquoted_id, [828663] = 6, @@ -1108445,9 +1108445,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28140), 1, + ACTIONS(28146), 1, anon_sym_COMMA, - ACTIONS(28142), 1, + ACTIONS(28148), 1, anon_sym_RPAREN, STATE(26039), 1, aux_sym_tuple_type_repeat1, @@ -1108456,7 +1108456,7 @@ static const uint16_t ts_small_parse_table[] = { [828682] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(26026), 1, + ACTIONS(26032), 1, sym_operator_identifier, STATE(4943), 1, sym_identifier, @@ -1108468,11 +1108468,11 @@ static const uint16_t ts_small_parse_table[] = { [828699] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25875), 1, + ACTIONS(25881), 1, anon_sym_COLON, - ACTIONS(25877), 1, + ACTIONS(25883), 1, anon_sym_LBRACE, STATE(6117), 1, sym_enum_body, @@ -1108481,7 +1108481,7 @@ static const uint16_t ts_small_parse_table[] = { [828718] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28124), 1, + ACTIONS(28130), 1, sym_operator_identifier, STATE(4392), 1, sym_identifier, @@ -1108493,7 +1108493,7 @@ static const uint16_t ts_small_parse_table[] = { [828735] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28144), 1, + ACTIONS(28150), 1, sym_operator_identifier, STATE(8591), 1, sym_identifier, @@ -1108505,9 +1108505,9 @@ static const uint16_t ts_small_parse_table[] = { [828752] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28146), 1, + ACTIONS(28152), 1, anon_sym_LBRACE, - ACTIONS(28148), 1, + ACTIONS(28154), 1, anon_sym_LBRACK, STATE(14213), 1, sym_identifier, @@ -1108521,7 +1108521,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28150), 1, + ACTIONS(28156), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1108532,9 +1108532,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28152), 1, + ACTIONS(28158), 1, anon_sym_COMMA, - ACTIONS(28154), 1, + ACTIONS(28160), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1108543,7 +1108543,7 @@ static const uint16_t ts_small_parse_table[] = { [828807] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28156), 1, + ACTIONS(28162), 1, sym_operator_identifier, STATE(14591), 1, sym_identifier, @@ -1108555,7 +1108555,7 @@ static const uint16_t ts_small_parse_table[] = { [828824] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1108567,7 +1108567,7 @@ static const uint16_t ts_small_parse_table[] = { [828841] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1108583,7 +1108583,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28158), 1, + ACTIONS(28164), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1108594,9 +1108594,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28160), 1, + ACTIONS(28166), 1, anon_sym_COMMA, - ACTIONS(28162), 1, + ACTIONS(28168), 1, anon_sym_RPAREN, STATE(26099), 1, aux_sym_tuple_type_repeat1, @@ -1108605,7 +1108605,7 @@ static const uint16_t ts_small_parse_table[] = { [828896] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28164), 1, + ACTIONS(28170), 1, sym_operator_identifier, STATE(14087), 1, sym_identifier, @@ -1108619,9 +1108619,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28166), 1, + ACTIONS(28172), 1, anon_sym_COMMA, - ACTIONS(28168), 1, + ACTIONS(28174), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1108634,7 +1108634,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28170), 1, + ACTIONS(28176), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1108643,7 +1108643,7 @@ static const uint16_t ts_small_parse_table[] = { [828951] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28124), 1, + ACTIONS(28130), 1, sym_operator_identifier, STATE(4392), 1, sym_identifier, @@ -1108659,7 +1108659,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28172), 1, + ACTIONS(28178), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1108668,7 +1108668,7 @@ static const uint16_t ts_small_parse_table[] = { [828987] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1108680,9 +1108680,9 @@ static const uint16_t ts_small_parse_table[] = { [829004] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28174), 1, + ACTIONS(28180), 1, anon_sym_SEMI, - ACTIONS(28176), 1, + ACTIONS(28182), 1, sym__automatic_semicolon, STATE(23630), 1, aux_sym_enumerators_repeat1, @@ -1108694,9 +1108694,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28178), 1, + ACTIONS(28184), 1, anon_sym_COMMA, - ACTIONS(28180), 1, + ACTIONS(28186), 1, anon_sym_RPAREN, STATE(26196), 1, aux_sym_tuple_type_repeat1, @@ -1108707,9 +1108707,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28182), 1, + ACTIONS(28188), 1, anon_sym_COMMA, - ACTIONS(28184), 1, + ACTIONS(28190), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1108718,7 +1108718,7 @@ static const uint16_t ts_small_parse_table[] = { [829059] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28186), 1, + ACTIONS(28192), 1, sym_operator_identifier, STATE(12709), 1, sym_identifier, @@ -1108730,7 +1108730,7 @@ static const uint16_t ts_small_parse_table[] = { [829076] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28188), 1, + ACTIONS(28194), 1, sym_operator_identifier, STATE(9494), 1, sym_identifier, @@ -1108746,7 +1108746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28190), 1, + ACTIONS(28196), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1108757,10 +1108757,10 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(23630), 1, aux_sym_enumerators_repeat1, - ACTIONS(27199), 2, + ACTIONS(27205), 2, anon_sym_RBRACE, anon_sym_RPAREN, - ACTIONS(28192), 2, + ACTIONS(28198), 2, sym__automatic_semicolon, anon_sym_SEMI, [829127] = 6, @@ -1108768,11 +1108768,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15307), 1, anon_sym_as, - ACTIONS(28108), 1, + ACTIONS(28114), 1, anon_sym_EQ_GT, - ACTIONS(28195), 1, + ACTIONS(28201), 1, anon_sym_RBRACE, - ACTIONS(28197), 1, + ACTIONS(28203), 1, anon_sym_COMMA, STATE(26315), 1, aux_sym_namespace_selectors_repeat1, @@ -1108791,7 +1108791,7 @@ static const uint16_t ts_small_parse_table[] = { [829163] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28124), 1, + ACTIONS(28130), 1, sym_operator_identifier, STATE(4392), 1, sym_identifier, @@ -1108807,7 +1108807,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28199), 1, + ACTIONS(28205), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1108818,9 +1108818,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28201), 1, + ACTIONS(28207), 1, anon_sym_COMMA, - ACTIONS(28203), 1, + ACTIONS(28209), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1108829,7 +1108829,7 @@ static const uint16_t ts_small_parse_table[] = { [829218] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28205), 1, + ACTIONS(28211), 1, sym_operator_identifier, STATE(6651), 1, sym_identifier, @@ -1108841,9 +1108841,9 @@ static const uint16_t ts_small_parse_table[] = { [829235] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28207), 1, + ACTIONS(28213), 1, anon_sym_LBRACE, - ACTIONS(28209), 1, + ACTIONS(28215), 1, anon_sym_LBRACK, STATE(18051), 1, sym_identifier, @@ -1108855,9 +1108855,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28211), 1, + ACTIONS(28217), 1, anon_sym_COMMA, - ACTIONS(28213), 1, + ACTIONS(28219), 1, anon_sym_RPAREN, STATE(25594), 1, aux_sym_tuple_type_repeat1, @@ -1108866,7 +1108866,7 @@ static const uint16_t ts_small_parse_table[] = { [829271] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28215), 1, + ACTIONS(28221), 1, sym_operator_identifier, STATE(8685), 1, sym__type_identifier, @@ -1108878,7 +1108878,7 @@ static const uint16_t ts_small_parse_table[] = { [829288] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1108892,9 +1108892,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28217), 1, + ACTIONS(28223), 1, anon_sym_COMMA, - ACTIONS(28219), 1, + ACTIONS(28225), 1, anon_sym_RPAREN, STATE(26305), 1, aux_sym_tuple_type_repeat1, @@ -1108903,7 +1108903,7 @@ static const uint16_t ts_small_parse_table[] = { [829324] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28221), 1, + ACTIONS(28227), 1, sym_operator_identifier, STATE(12909), 1, sym__type_identifier, @@ -1108915,7 +1108915,7 @@ static const uint16_t ts_small_parse_table[] = { [829341] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28122), 1, + ACTIONS(28128), 1, sym_operator_identifier, STATE(4931), 1, sym_identifier, @@ -1108931,7 +1108931,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28223), 1, + ACTIONS(28229), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1108940,11 +1108940,11 @@ static const uint16_t ts_small_parse_table[] = { [829377] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25899), 1, + ACTIONS(25905), 1, anon_sym_COLON, - ACTIONS(25901), 1, + ACTIONS(25907), 1, anon_sym_LBRACE, STATE(22202), 1, sym_enum_body, @@ -1108953,7 +1108953,7 @@ static const uint16_t ts_small_parse_table[] = { [829396] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1108965,7 +1108965,7 @@ static const uint16_t ts_small_parse_table[] = { [829413] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28225), 1, + ACTIONS(28231), 1, sym_operator_identifier, STATE(5222), 1, sym_identifier, @@ -1108977,7 +1108977,7 @@ static const uint16_t ts_small_parse_table[] = { [829430] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28225), 1, + ACTIONS(28231), 1, sym_operator_identifier, STATE(5222), 1, sym_identifier, @@ -1108989,7 +1108989,7 @@ static const uint16_t ts_small_parse_table[] = { [829447] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25848), 1, + ACTIONS(25854), 1, anon_sym_finally, STATE(9491), 1, sym_finally_clause, @@ -1109002,9 +1109002,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28227), 1, + ACTIONS(28233), 1, anon_sym_COMMA, - ACTIONS(28229), 1, + ACTIONS(28235), 1, anon_sym_RPAREN, STATE(26371), 1, aux_sym_tuple_type_repeat1, @@ -1109013,7 +1109013,7 @@ static const uint16_t ts_small_parse_table[] = { [829481] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28231), 1, + ACTIONS(28237), 1, sym_operator_identifier, STATE(12972), 1, sym__type_identifier, @@ -1109025,7 +1109025,7 @@ static const uint16_t ts_small_parse_table[] = { [829498] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28233), 1, + ACTIONS(28239), 1, sym_operator_identifier, STATE(10937), 1, sym_identifier, @@ -1109037,9 +1109037,9 @@ static const uint16_t ts_small_parse_table[] = { [829515] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28235), 1, + ACTIONS(28241), 1, anon_sym_LBRACE, - ACTIONS(28237), 1, + ACTIONS(28243), 1, anon_sym_LBRACK, STATE(13958), 1, sym_identifier, @@ -1109049,7 +1109049,7 @@ static const uint16_t ts_small_parse_table[] = { [829532] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28239), 1, + ACTIONS(28245), 1, sym_operator_identifier, STATE(8072), 1, sym__object_definition, @@ -1109061,7 +1109061,7 @@ static const uint16_t ts_small_parse_table[] = { [829549] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25822), 1, + ACTIONS(25828), 1, anon_sym_finally, STATE(9491), 1, sym_finally_clause, @@ -1109072,7 +1109072,7 @@ static const uint16_t ts_small_parse_table[] = { [829564] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28241), 1, + ACTIONS(28247), 1, sym_operator_identifier, STATE(14471), 1, sym_identifier, @@ -1109084,7 +1109084,7 @@ static const uint16_t ts_small_parse_table[] = { [829581] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28243), 1, + ACTIONS(28249), 1, sym_operator_identifier, STATE(15213), 1, sym_identifier, @@ -1109096,7 +1109096,7 @@ static const uint16_t ts_small_parse_table[] = { [829598] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28243), 1, + ACTIONS(28249), 1, sym_operator_identifier, STATE(15213), 1, sym_identifier, @@ -1109108,7 +1109108,7 @@ static const uint16_t ts_small_parse_table[] = { [829615] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28245), 1, + ACTIONS(28251), 1, sym_operator_identifier, STATE(18729), 1, sym_identifier, @@ -1109122,9 +1109122,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28247), 1, + ACTIONS(28253), 1, anon_sym_COMMA, - ACTIONS(28249), 1, + ACTIONS(28255), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1109133,7 +1109133,7 @@ static const uint16_t ts_small_parse_table[] = { [829651] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28251), 1, + ACTIONS(28257), 1, sym_operator_identifier, STATE(4712), 1, sym_identifier, @@ -1109145,7 +1109145,7 @@ static const uint16_t ts_small_parse_table[] = { [829668] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28239), 1, + ACTIONS(28245), 1, sym_operator_identifier, STATE(8295), 1, sym__object_definition, @@ -1109157,7 +1109157,7 @@ static const uint16_t ts_small_parse_table[] = { [829685] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28253), 1, + ACTIONS(28259), 1, sym_operator_identifier, STATE(13553), 1, sym__type_identifier, @@ -1109169,9 +1109169,9 @@ static const uint16_t ts_small_parse_table[] = { [829702] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28255), 1, + ACTIONS(28261), 1, anon_sym_LBRACE, - ACTIONS(28257), 1, + ACTIONS(28263), 1, anon_sym_LBRACK, STATE(17313), 1, sym_identifier, @@ -1109181,7 +1109181,7 @@ static const uint16_t ts_small_parse_table[] = { [829719] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28259), 1, + ACTIONS(28265), 1, sym_operator_identifier, STATE(4404), 1, sym_identifier, @@ -1109193,7 +1109193,7 @@ static const uint16_t ts_small_parse_table[] = { [829736] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28259), 1, + ACTIONS(28265), 1, sym_operator_identifier, STATE(4404), 1, sym_identifier, @@ -1109205,11 +1109205,11 @@ static const uint16_t ts_small_parse_table[] = { [829753] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25850), 1, + ACTIONS(25856), 1, anon_sym_COLON, - ACTIONS(25852), 1, + ACTIONS(25858), 1, anon_sym_LBRACE, STATE(7528), 1, sym_enum_body, @@ -1109218,7 +1109218,7 @@ static const uint16_t ts_small_parse_table[] = { [829772] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28156), 1, + ACTIONS(28162), 1, sym_operator_identifier, STATE(14591), 1, sym_identifier, @@ -1109242,9 +1109242,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28261), 1, + ACTIONS(28267), 1, anon_sym_COMMA, - ACTIONS(28263), 1, + ACTIONS(28269), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1109253,7 +1109253,7 @@ static const uint16_t ts_small_parse_table[] = { [829821] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28265), 1, + ACTIONS(28271), 1, sym_operator_identifier, STATE(4761), 1, sym_identifier, @@ -1109265,7 +1109265,7 @@ static const uint16_t ts_small_parse_table[] = { [829838] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28267), 1, + ACTIONS(28273), 1, sym_operator_identifier, STATE(7680), 1, sym__type_identifier, @@ -1109277,7 +1109277,7 @@ static const uint16_t ts_small_parse_table[] = { [829855] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28269), 1, + ACTIONS(28275), 1, sym_operator_identifier, STATE(8370), 1, sym_identifier, @@ -1109289,7 +1109289,7 @@ static const uint16_t ts_small_parse_table[] = { [829872] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28271), 1, + ACTIONS(28277), 1, sym_operator_identifier, STATE(13145), 1, sym__type_identifier, @@ -1109301,7 +1109301,7 @@ static const uint16_t ts_small_parse_table[] = { [829889] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28273), 1, + ACTIONS(28279), 1, sym_operator_identifier, STATE(19592), 1, sym_identifier, @@ -1109313,7 +1109313,7 @@ static const uint16_t ts_small_parse_table[] = { [829906] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(28275), 1, + ACTIONS(28281), 1, anon_sym_else, ACTIONS(11920), 2, anon_sym_while, @@ -1109324,7 +1109324,7 @@ static const uint16_t ts_small_parse_table[] = { [829921] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1109336,7 +1109336,7 @@ static const uint16_t ts_small_parse_table[] = { [829938] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(28277), 1, + ACTIONS(28283), 1, anon_sym_else, ACTIONS(11909), 2, anon_sym_while, @@ -1109349,9 +1109349,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28279), 1, + ACTIONS(28285), 1, anon_sym_COMMA, - ACTIONS(28281), 1, + ACTIONS(28287), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1109360,7 +1109360,7 @@ static const uint16_t ts_small_parse_table[] = { [829972] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(25976), 1, + ACTIONS(25982), 1, sym_operator_identifier, STATE(4465), 1, sym_identifier, @@ -1109374,9 +1109374,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28283), 1, + ACTIONS(28289), 1, anon_sym_COMMA, - ACTIONS(28285), 1, + ACTIONS(28291), 1, anon_sym_RPAREN, STATE(25602), 1, aux_sym_tuple_type_repeat1, @@ -1109385,7 +1109385,7 @@ static const uint16_t ts_small_parse_table[] = { [830008] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(28287), 1, + ACTIONS(28293), 1, anon_sym_else, ACTIONS(11903), 4, anon_sym_LBRACK, @@ -1109395,7 +1109395,7 @@ static const uint16_t ts_small_parse_table[] = { [830021] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(28289), 1, + ACTIONS(28295), 1, anon_sym_else, ACTIONS(11897), 4, anon_sym_LBRACK, @@ -1109405,7 +1109405,7 @@ static const uint16_t ts_small_parse_table[] = { [830034] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28291), 1, + ACTIONS(28297), 1, sym_operator_identifier, STATE(4813), 1, sym__type_identifier, @@ -1109417,7 +1109417,7 @@ static const uint16_t ts_small_parse_table[] = { [830051] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28293), 1, + ACTIONS(28299), 1, sym_operator_identifier, STATE(8597), 1, sym_identifier, @@ -1109431,9 +1109431,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28295), 1, + ACTIONS(28301), 1, anon_sym_COMMA, - ACTIONS(28297), 1, + ACTIONS(28303), 1, anon_sym_RPAREN, STATE(26321), 1, aux_sym_tuple_type_repeat1, @@ -1109442,7 +1109442,7 @@ static const uint16_t ts_small_parse_table[] = { [830087] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28124), 1, + ACTIONS(28130), 1, sym_operator_identifier, STATE(4392), 1, sym_identifier, @@ -1109454,7 +1109454,7 @@ static const uint16_t ts_small_parse_table[] = { [830104] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28299), 1, + ACTIONS(28305), 1, sym_operator_identifier, STATE(14613), 1, sym_identifier, @@ -1109468,9 +1109468,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28301), 1, + ACTIONS(28307), 1, anon_sym_COMMA, - ACTIONS(28303), 1, + ACTIONS(28309), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1109479,7 +1109479,7 @@ static const uint16_t ts_small_parse_table[] = { [830140] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28305), 1, + ACTIONS(28311), 1, sym_operator_identifier, STATE(6534), 1, sym__object_definition, @@ -1109491,7 +1109491,7 @@ static const uint16_t ts_small_parse_table[] = { [830157] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28307), 1, + ACTIONS(28313), 1, sym_operator_identifier, STATE(13308), 1, sym__type_identifier, @@ -1109507,7 +1109507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28309), 1, + ACTIONS(28315), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1109516,7 +1109516,7 @@ static const uint16_t ts_small_parse_table[] = { [830193] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28293), 1, + ACTIONS(28299), 1, sym_operator_identifier, STATE(8597), 1, sym_identifier, @@ -1109528,9 +1109528,9 @@ static const uint16_t ts_small_parse_table[] = { [830210] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28311), 1, + ACTIONS(28317), 1, anon_sym_LBRACE, - ACTIONS(28313), 1, + ACTIONS(28319), 1, anon_sym_LBRACK, STATE(17254), 1, sym_identifier, @@ -1109540,7 +1109540,7 @@ static const uint16_t ts_small_parse_table[] = { [830227] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28315), 1, + ACTIONS(28321), 1, sym_operator_identifier, STATE(6295), 1, sym__type_identifier, @@ -1109552,19 +1109552,19 @@ static const uint16_t ts_small_parse_table[] = { [830244] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28319), 1, + ACTIONS(28325), 1, anon_sym_LBRACE, - ACTIONS(28321), 1, + ACTIONS(28327), 1, anon_sym_LBRACK, STATE(8555), 1, sym_identifier, - ACTIONS(28317), 2, + ACTIONS(28323), 2, sym__alpha_identifier, sym__backquoted_id, [830261] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1109576,7 +1109576,7 @@ static const uint16_t ts_small_parse_table[] = { [830278] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28323), 1, + ACTIONS(28329), 1, sym_operator_identifier, STATE(14396), 1, sym_identifier, @@ -1109588,7 +1109588,7 @@ static const uint16_t ts_small_parse_table[] = { [830295] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28325), 1, + ACTIONS(28331), 1, sym_operator_identifier, STATE(7155), 1, sym_identifier, @@ -1109600,7 +1109600,7 @@ static const uint16_t ts_small_parse_table[] = { [830312] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28305), 1, + ACTIONS(28311), 1, sym_operator_identifier, STATE(6623), 1, sym__object_definition, @@ -1109614,9 +1109614,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28327), 1, + ACTIONS(28333), 1, anon_sym_COMMA, - ACTIONS(28329), 1, + ACTIONS(28335), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1109625,7 +1109625,7 @@ static const uint16_t ts_small_parse_table[] = { [830348] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28331), 1, + ACTIONS(28337), 1, sym_operator_identifier, STATE(12981), 1, sym__type_identifier, @@ -1109637,7 +1109637,7 @@ static const uint16_t ts_small_parse_table[] = { [830365] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28299), 1, + ACTIONS(28305), 1, sym_operator_identifier, STATE(14613), 1, sym_identifier, @@ -1109649,7 +1109649,7 @@ static const uint16_t ts_small_parse_table[] = { [830382] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28273), 1, + ACTIONS(28279), 1, sym_operator_identifier, STATE(19592), 1, sym_identifier, @@ -1109665,7 +1109665,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28333), 1, + ACTIONS(28339), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1109676,18 +1109676,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15307), 1, anon_sym_as, - ACTIONS(28108), 1, + ACTIONS(28114), 1, anon_sym_EQ_GT, - ACTIONS(28335), 1, + ACTIONS(28341), 1, anon_sym_RBRACE, - ACTIONS(28337), 1, + ACTIONS(28343), 1, anon_sym_COMMA, STATE(26872), 1, aux_sym_namespace_selectors_repeat1, [830437] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28339), 1, + ACTIONS(28345), 1, sym_operator_identifier, STATE(18158), 1, sym_identifier, @@ -1109711,11 +1109711,11 @@ static const uint16_t ts_small_parse_table[] = { [830471] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25913), 1, + ACTIONS(25919), 1, anon_sym_COLON, - ACTIONS(25915), 1, + ACTIONS(25921), 1, anon_sym_LBRACE, STATE(20812), 1, sym_enum_body, @@ -1109724,7 +1109724,7 @@ static const uint16_t ts_small_parse_table[] = { [830490] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28341), 1, + ACTIONS(28347), 1, sym_operator_identifier, STATE(19176), 1, sym_identifier, @@ -1109738,9 +1109738,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28343), 1, + ACTIONS(28349), 1, anon_sym_COMMA, - ACTIONS(28345), 1, + ACTIONS(28351), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1109749,7 +1109749,7 @@ static const uint16_t ts_small_parse_table[] = { [830526] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(26032), 1, + ACTIONS(26038), 1, sym_operator_identifier, STATE(19741), 1, sym_identifier, @@ -1109761,7 +1109761,7 @@ static const uint16_t ts_small_parse_table[] = { [830543] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28339), 1, + ACTIONS(28345), 1, sym_operator_identifier, STATE(18158), 1, sym_identifier, @@ -1109773,7 +1109773,7 @@ static const uint16_t ts_small_parse_table[] = { [830560] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28347), 1, + ACTIONS(28353), 1, sym_operator_identifier, STATE(14112), 1, sym_identifier, @@ -1109785,7 +1109785,7 @@ static const uint16_t ts_small_parse_table[] = { [830577] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1109797,7 +1109797,7 @@ static const uint16_t ts_small_parse_table[] = { [830594] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28299), 1, + ACTIONS(28305), 1, sym_operator_identifier, STATE(14613), 1, sym_identifier, @@ -1109809,7 +1109809,7 @@ static const uint16_t ts_small_parse_table[] = { [830611] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28299), 1, + ACTIONS(28305), 1, sym_operator_identifier, STATE(14613), 1, sym_identifier, @@ -1109825,7 +1109825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28349), 1, + ACTIONS(28355), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1109834,7 +1109834,7 @@ static const uint16_t ts_small_parse_table[] = { [830647] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1109860,9 +1109860,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28351), 1, + ACTIONS(28357), 1, anon_sym_COMMA, - ACTIONS(28353), 1, + ACTIONS(28359), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1109871,7 +1109871,7 @@ static const uint16_t ts_small_parse_table[] = { [830700] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28355), 1, + ACTIONS(28361), 1, sym_operator_identifier, STATE(17127), 1, sym_identifier, @@ -1109885,18 +1109885,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15307), 1, anon_sym_as, - ACTIONS(28108), 1, + ACTIONS(28114), 1, anon_sym_EQ_GT, - ACTIONS(28357), 1, + ACTIONS(28363), 1, anon_sym_RBRACE, - ACTIONS(28359), 1, + ACTIONS(28365), 1, anon_sym_COMMA, STATE(26126), 1, aux_sym_namespace_selectors_repeat1, [830736] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28361), 1, + ACTIONS(28367), 1, sym_operator_identifier, STATE(13604), 1, sym_identifier, @@ -1109908,7 +1109908,7 @@ static const uint16_t ts_small_parse_table[] = { [830753] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28341), 1, + ACTIONS(28347), 1, sym_operator_identifier, STATE(19176), 1, sym_identifier, @@ -1109920,7 +1109920,7 @@ static const uint16_t ts_small_parse_table[] = { [830770] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28363), 1, + ACTIONS(28369), 1, sym_operator_identifier, STATE(13537), 1, sym__type_identifier, @@ -1109932,7 +1109932,7 @@ static const uint16_t ts_small_parse_table[] = { [830787] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28365), 1, + ACTIONS(28371), 1, sym_operator_identifier, STATE(7789), 1, sym_identifier, @@ -1109944,7 +1109944,7 @@ static const uint16_t ts_small_parse_table[] = { [830804] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28341), 1, + ACTIONS(28347), 1, sym_operator_identifier, STATE(19176), 1, sym_identifier, @@ -1109956,7 +1109956,7 @@ static const uint16_t ts_small_parse_table[] = { [830821] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1109972,7 +1109972,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28367), 1, + ACTIONS(28373), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1109983,9 +1109983,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28369), 1, + ACTIONS(28375), 1, anon_sym_COMMA, - ACTIONS(28371), 1, + ACTIONS(28377), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1109994,7 +1109994,7 @@ static const uint16_t ts_small_parse_table[] = { [830876] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28373), 1, + ACTIONS(28379), 1, sym_operator_identifier, STATE(14560), 1, sym__type_identifier, @@ -1110006,7 +1110006,7 @@ static const uint16_t ts_small_parse_table[] = { [830893] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28375), 1, + ACTIONS(28381), 1, sym_operator_identifier, STATE(4379), 1, sym_identifier, @@ -1110018,7 +1110018,7 @@ static const uint16_t ts_small_parse_table[] = { [830910] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28377), 1, + ACTIONS(28383), 1, sym_operator_identifier, STATE(7154), 1, sym__object_definition, @@ -1110030,7 +1110030,7 @@ static const uint16_t ts_small_parse_table[] = { [830927] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28375), 1, + ACTIONS(28381), 1, sym_operator_identifier, STATE(4379), 1, sym_identifier, @@ -1110042,7 +1110042,7 @@ static const uint16_t ts_small_parse_table[] = { [830944] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28347), 1, + ACTIONS(28353), 1, sym_operator_identifier, STATE(14112), 1, sym_identifier, @@ -1110054,7 +1110054,7 @@ static const uint16_t ts_small_parse_table[] = { [830961] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28365), 1, + ACTIONS(28371), 1, sym_operator_identifier, STATE(7789), 1, sym_identifier, @@ -1110066,23 +1110066,23 @@ static const uint16_t ts_small_parse_table[] = { [830978] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28381), 1, + ACTIONS(28387), 1, anon_sym_LBRACE, - ACTIONS(28383), 1, + ACTIONS(28389), 1, anon_sym_LBRACK, STATE(22552), 1, sym_identifier, - ACTIONS(28379), 2, + ACTIONS(28385), 2, sym__alpha_identifier, sym__backquoted_id, [830995] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25836), 1, + ACTIONS(25842), 1, anon_sym_COLON, - ACTIONS(25838), 1, + ACTIONS(25844), 1, anon_sym_LBRACE, STATE(21621), 1, sym_enum_body, @@ -1110091,7 +1110091,7 @@ static const uint16_t ts_small_parse_table[] = { [831014] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28341), 1, + ACTIONS(28347), 1, sym_operator_identifier, STATE(19176), 1, sym_identifier, @@ -1110103,7 +1110103,7 @@ static const uint16_t ts_small_parse_table[] = { [831031] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28377), 1, + ACTIONS(28383), 1, sym_operator_identifier, STATE(7207), 1, sym__object_definition, @@ -1110115,7 +1110115,7 @@ static const uint16_t ts_small_parse_table[] = { [831048] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28347), 1, + ACTIONS(28353), 1, sym_operator_identifier, STATE(14112), 1, sym_identifier, @@ -1110129,9 +1110129,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28385), 1, + ACTIONS(28391), 1, anon_sym_COMMA, - ACTIONS(28387), 1, + ACTIONS(28393), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1110140,7 +1110140,7 @@ static const uint16_t ts_small_parse_table[] = { [831084] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28389), 1, + ACTIONS(28395), 1, sym_operator_identifier, STATE(14997), 1, sym__type_identifier, @@ -1110152,7 +1110152,7 @@ static const uint16_t ts_small_parse_table[] = { [831101] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28391), 1, + ACTIONS(28397), 1, sym_operator_identifier, STATE(7837), 1, sym_identifier, @@ -1110164,7 +1110164,7 @@ static const uint16_t ts_small_parse_table[] = { [831118] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28393), 1, + ACTIONS(28399), 1, sym_operator_identifier, STATE(7905), 1, sym__type_identifier, @@ -1110176,19 +1110176,19 @@ static const uint16_t ts_small_parse_table[] = { [831135] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28397), 1, + ACTIONS(28403), 1, anon_sym_LBRACE, - ACTIONS(28399), 1, + ACTIONS(28405), 1, anon_sym_LBRACK, STATE(8172), 1, sym_identifier, - ACTIONS(28395), 2, + ACTIONS(28401), 2, sym__alpha_identifier, sym__backquoted_id, [831152] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28401), 1, + ACTIONS(28407), 1, sym_operator_identifier, STATE(18385), 1, sym_identifier, @@ -1110204,7 +1110204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28403), 1, + ACTIONS(28409), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1110213,7 +1110213,7 @@ static const uint16_t ts_small_parse_table[] = { [831188] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28299), 1, + ACTIONS(28305), 1, sym_operator_identifier, STATE(14613), 1, sym_identifier, @@ -1110225,7 +1110225,7 @@ static const uint16_t ts_small_parse_table[] = { [831205] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28405), 1, + ACTIONS(28411), 1, sym_operator_identifier, STATE(12589), 1, sym_identifier, @@ -1110237,7 +1110237,7 @@ static const uint16_t ts_small_parse_table[] = { [831222] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28401), 1, + ACTIONS(28407), 1, sym_operator_identifier, STATE(18385), 1, sym_identifier, @@ -1110251,9 +1110251,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28407), 1, + ACTIONS(28413), 1, anon_sym_COMMA, - ACTIONS(28409), 1, + ACTIONS(28415), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1110264,9 +1110264,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28411), 1, + ACTIONS(28417), 1, anon_sym_COMMA, - ACTIONS(28413), 1, + ACTIONS(28419), 1, anon_sym_RPAREN, STATE(25524), 1, aux_sym_tuple_type_repeat1, @@ -1110275,7 +1110275,7 @@ static const uint16_t ts_small_parse_table[] = { [831277] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28415), 1, + ACTIONS(28421), 1, sym_operator_identifier, STATE(14982), 1, sym__type_identifier, @@ -1110289,9 +1110289,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28417), 1, + ACTIONS(28423), 1, anon_sym_COMMA, - ACTIONS(28419), 1, + ACTIONS(28425), 1, anon_sym_RPAREN, STATE(25505), 1, aux_sym_tuple_type_repeat1, @@ -1110302,9 +1110302,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28421), 1, + ACTIONS(28427), 1, anon_sym_COMMA, - ACTIONS(28423), 1, + ACTIONS(28429), 1, anon_sym_RPAREN, STATE(26248), 1, aux_sym_tuple_type_repeat1, @@ -1110313,7 +1110313,7 @@ static const uint16_t ts_small_parse_table[] = { [831332] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28425), 1, + ACTIONS(28431), 1, sym_operator_identifier, STATE(16581), 1, sym__type_identifier, @@ -1110325,7 +1110325,7 @@ static const uint16_t ts_small_parse_table[] = { [831349] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28427), 1, + ACTIONS(28433), 1, sym_operator_identifier, STATE(12938), 1, sym_identifier, @@ -1110341,7 +1110341,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28429), 1, + ACTIONS(28435), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1110354,7 +1110354,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28431), 1, + ACTIONS(28437), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1110363,7 +1110363,7 @@ static const uint16_t ts_small_parse_table[] = { [831404] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28433), 1, + ACTIONS(28439), 1, sym_operator_identifier, STATE(7895), 1, sym_identifier, @@ -1110375,7 +1110375,7 @@ static const uint16_t ts_small_parse_table[] = { [831421] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28225), 1, + ACTIONS(28231), 1, sym_operator_identifier, STATE(5222), 1, sym_identifier, @@ -1110387,7 +1110387,7 @@ static const uint16_t ts_small_parse_table[] = { [831438] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28433), 1, + ACTIONS(28439), 1, sym_operator_identifier, STATE(7895), 1, sym_identifier, @@ -1110401,9 +1110401,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28435), 1, + ACTIONS(28441), 1, anon_sym_COMMA, - ACTIONS(28437), 1, + ACTIONS(28443), 1, anon_sym_RPAREN, STATE(25961), 1, aux_sym_tuple_type_repeat1, @@ -1110412,7 +1110412,7 @@ static const uint16_t ts_small_parse_table[] = { [831474] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28439), 1, + ACTIONS(28445), 1, sym_operator_identifier, STATE(17463), 1, sym_identifier, @@ -1110424,9 +1110424,9 @@ static const uint16_t ts_small_parse_table[] = { [831491] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28441), 1, + ACTIONS(28447), 1, anon_sym_LBRACE, - ACTIONS(28443), 1, + ACTIONS(28449), 1, anon_sym_LBRACK, STATE(16912), 1, sym_identifier, @@ -1110436,7 +1110436,7 @@ static const uint16_t ts_small_parse_table[] = { [831508] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28445), 1, + ACTIONS(28451), 1, sym_operator_identifier, STATE(14550), 1, sym__type_identifier, @@ -1110448,21 +1110448,21 @@ static const uint16_t ts_small_parse_table[] = { [831525] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28449), 1, + ACTIONS(28455), 1, anon_sym_LBRACE, - ACTIONS(28451), 1, + ACTIONS(28457), 1, anon_sym_LBRACK, STATE(7085), 1, sym_identifier, - ACTIONS(28447), 2, + ACTIONS(28453), 2, sym__alpha_identifier, sym__backquoted_id, [831542] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28453), 1, + ACTIONS(28459), 1, anon_sym_LBRACE, - ACTIONS(28455), 1, + ACTIONS(28461), 1, anon_sym_LBRACK, STATE(16844), 1, sym_identifier, @@ -1110472,7 +1110472,7 @@ static const uint16_t ts_small_parse_table[] = { [831559] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28401), 1, + ACTIONS(28407), 1, sym_operator_identifier, STATE(18385), 1, sym_identifier, @@ -1110486,11 +1110486,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15307), 1, anon_sym_as, - ACTIONS(28108), 1, + ACTIONS(28114), 1, anon_sym_EQ_GT, - ACTIONS(28457), 1, + ACTIONS(28463), 1, anon_sym_RBRACE, - ACTIONS(28459), 1, + ACTIONS(28465), 1, anon_sym_COMMA, STATE(27248), 1, aux_sym_namespace_selectors_repeat1, @@ -1110511,9 +1110511,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28461), 1, + ACTIONS(28467), 1, anon_sym_COMMA, - ACTIONS(28463), 1, + ACTIONS(28469), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1110522,7 +1110522,7 @@ static const uint16_t ts_small_parse_table[] = { [831631] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28130), 1, + ACTIONS(28136), 1, sym_operator_identifier, STATE(17354), 1, sym_identifier, @@ -1110534,7 +1110534,7 @@ static const uint16_t ts_small_parse_table[] = { [831648] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28465), 1, + ACTIONS(28471), 1, sym_operator_identifier, STATE(17564), 1, sym_identifier, @@ -1110546,7 +1110546,7 @@ static const uint16_t ts_small_parse_table[] = { [831665] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28467), 1, + ACTIONS(28473), 1, sym_operator_identifier, STATE(14953), 1, sym_identifier, @@ -1110558,7 +1110558,7 @@ static const uint16_t ts_small_parse_table[] = { [831682] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28467), 1, + ACTIONS(28473), 1, sym_operator_identifier, STATE(14953), 1, sym_identifier, @@ -1110570,7 +1110570,7 @@ static const uint16_t ts_small_parse_table[] = { [831699] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28469), 1, + ACTIONS(28475), 1, sym_operator_identifier, STATE(20142), 1, sym_identifier, @@ -1110582,7 +1110582,7 @@ static const uint16_t ts_small_parse_table[] = { [831716] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1110594,7 +1110594,7 @@ static const uint16_t ts_small_parse_table[] = { [831733] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(26541), 1, + ACTIONS(26547), 1, sym_operator_identifier, STATE(19771), 1, sym_identifier, @@ -1110606,7 +1110606,7 @@ static const uint16_t ts_small_parse_table[] = { [831750] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28471), 1, + ACTIONS(28477), 1, sym_operator_identifier, STATE(6153), 1, sym__object_definition, @@ -1110618,7 +1110618,7 @@ static const uint16_t ts_small_parse_table[] = { [831767] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28473), 1, + ACTIONS(28479), 1, sym_operator_identifier, STATE(18235), 1, sym_identifier, @@ -1110630,7 +1110630,7 @@ static const uint16_t ts_small_parse_table[] = { [831784] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28475), 1, + ACTIONS(28481), 1, sym_operator_identifier, STATE(4395), 1, sym_identifier, @@ -1110642,7 +1110642,7 @@ static const uint16_t ts_small_parse_table[] = { [831801] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28130), 1, + ACTIONS(28136), 1, sym_operator_identifier, STATE(17354), 1, sym_identifier, @@ -1110656,9 +1110656,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28477), 1, + ACTIONS(28483), 1, anon_sym_COMMA, - ACTIONS(28479), 1, + ACTIONS(28485), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1110667,7 +1110667,7 @@ static const uint16_t ts_small_parse_table[] = { [831837] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(25998), 1, + ACTIONS(26004), 1, sym_operator_identifier, STATE(18845), 1, sym_identifier, @@ -1110679,7 +1110679,7 @@ static const uint16_t ts_small_parse_table[] = { [831854] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(28481), 1, + ACTIONS(28487), 1, anon_sym_else, ACTIONS(11920), 2, anon_sym_finally, @@ -1110690,7 +1110690,7 @@ static const uint16_t ts_small_parse_table[] = { [831869] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28471), 1, + ACTIONS(28477), 1, sym_operator_identifier, STATE(6188), 1, sym__object_definition, @@ -1110702,7 +1110702,7 @@ static const uint16_t ts_small_parse_table[] = { [831886] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(28483), 1, + ACTIONS(28489), 1, anon_sym_else, ACTIONS(11909), 2, anon_sym_finally, @@ -1110713,7 +1110713,7 @@ static const uint16_t ts_small_parse_table[] = { [831901] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(28485), 1, + ACTIONS(28491), 1, anon_sym_else, ACTIONS(11903), 4, anon_sym_LBRACK, @@ -1110723,7 +1110723,7 @@ static const uint16_t ts_small_parse_table[] = { [831914] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(28487), 1, + ACTIONS(28493), 1, anon_sym_else, ACTIONS(11897), 4, anon_sym_LBRACK, @@ -1110742,7 +1110742,7 @@ static const uint16_t ts_small_parse_table[] = { [831938] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28489), 1, + ACTIONS(28495), 1, sym_operator_identifier, STATE(15402), 1, sym_identifier, @@ -1110754,7 +1110754,7 @@ static const uint16_t ts_small_parse_table[] = { [831955] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28475), 1, + ACTIONS(28481), 1, sym_operator_identifier, STATE(4395), 1, sym_identifier, @@ -1110768,9 +1110768,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28491), 1, + ACTIONS(28497), 1, anon_sym_COMMA, - ACTIONS(28493), 1, + ACTIONS(28499), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1110779,7 +1110779,7 @@ static const uint16_t ts_small_parse_table[] = { [831991] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28495), 1, + ACTIONS(28501), 1, sym_operator_identifier, STATE(15862), 1, sym_identifier, @@ -1110793,9 +1110793,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28497), 1, + ACTIONS(28503), 1, anon_sym_COMMA, - ACTIONS(28499), 1, + ACTIONS(28505), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1110804,7 +1110804,7 @@ static const uint16_t ts_small_parse_table[] = { [832027] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28122), 1, + ACTIONS(28128), 1, sym_operator_identifier, STATE(4931), 1, sym_identifier, @@ -1110816,7 +1110816,7 @@ static const uint16_t ts_small_parse_table[] = { [832044] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28245), 1, + ACTIONS(28251), 1, sym_operator_identifier, STATE(18729), 1, sym_identifier, @@ -1110832,7 +1110832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28501), 1, + ACTIONS(28507), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1110841,7 +1110841,7 @@ static const uint16_t ts_small_parse_table[] = { [832080] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1110853,7 +1110853,7 @@ static const uint16_t ts_small_parse_table[] = { [832097] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28122), 1, + ACTIONS(28128), 1, sym_operator_identifier, STATE(4931), 1, sym_identifier, @@ -1110865,7 +1110865,7 @@ static const uint16_t ts_small_parse_table[] = { [832114] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28503), 1, + ACTIONS(28509), 1, sym_operator_identifier, STATE(16895), 1, sym_identifier, @@ -1110877,7 +1110877,7 @@ static const uint16_t ts_small_parse_table[] = { [832131] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28245), 1, + ACTIONS(28251), 1, sym_operator_identifier, STATE(18729), 1, sym_identifier, @@ -1110891,9 +1110891,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28505), 1, + ACTIONS(28511), 1, anon_sym_COMMA, - ACTIONS(28507), 1, + ACTIONS(28513), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1110902,7 +1110902,7 @@ static const uint16_t ts_small_parse_table[] = { [832167] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28509), 1, + ACTIONS(28515), 1, sym_operator_identifier, STATE(14926), 1, sym__type_identifier, @@ -1110914,7 +1110914,7 @@ static const uint16_t ts_small_parse_table[] = { [832184] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28511), 1, + ACTIONS(28517), 1, sym_operator_identifier, STATE(6493), 1, sym_identifier, @@ -1110926,7 +1110926,7 @@ static const uint16_t ts_small_parse_table[] = { [832201] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28513), 1, + ACTIONS(28519), 1, sym_operator_identifier, STATE(7440), 1, sym__object_definition, @@ -1110938,7 +1110938,7 @@ static const uint16_t ts_small_parse_table[] = { [832218] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28515), 1, + ACTIONS(28521), 1, sym_operator_identifier, STATE(12750), 1, sym__type_identifier, @@ -1110950,7 +1110950,7 @@ static const uint16_t ts_small_parse_table[] = { [832235] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28475), 1, + ACTIONS(28481), 1, sym_operator_identifier, STATE(4395), 1, sym_identifier, @@ -1110962,7 +1110962,7 @@ static const uint16_t ts_small_parse_table[] = { [832252] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28245), 1, + ACTIONS(28251), 1, sym_operator_identifier, STATE(18729), 1, sym_identifier, @@ -1110974,7 +1110974,7 @@ static const uint16_t ts_small_parse_table[] = { [832269] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28517), 1, + ACTIONS(28523), 1, sym_operator_identifier, STATE(6448), 1, sym_identifier, @@ -1110986,7 +1110986,7 @@ static const uint16_t ts_small_parse_table[] = { [832286] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28475), 1, + ACTIONS(28481), 1, sym_operator_identifier, STATE(4395), 1, sym_identifier, @@ -1110998,7 +1110998,7 @@ static const uint16_t ts_small_parse_table[] = { [832303] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28156), 1, + ACTIONS(28162), 1, sym_operator_identifier, STATE(14591), 1, sym_identifier, @@ -1111010,7 +1111010,7 @@ static const uint16_t ts_small_parse_table[] = { [832320] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28473), 1, + ACTIONS(28479), 1, sym_operator_identifier, STATE(18235), 1, sym_identifier, @@ -1111024,9 +1111024,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28519), 1, + ACTIONS(28525), 1, anon_sym_COMMA, - ACTIONS(28521), 1, + ACTIONS(28527), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1111035,7 +1111035,7 @@ static const uint16_t ts_small_parse_table[] = { [832356] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28523), 1, + ACTIONS(28529), 1, sym_operator_identifier, STATE(16328), 1, sym__type_identifier, @@ -1111049,9 +1111049,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28525), 1, + ACTIONS(28531), 1, anon_sym_COMMA, - ACTIONS(28527), 1, + ACTIONS(28533), 1, anon_sym_RPAREN, STATE(25612), 1, aux_sym_tuple_type_repeat1, @@ -1111060,7 +1111060,7 @@ static const uint16_t ts_small_parse_table[] = { [832392] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28513), 1, + ACTIONS(28519), 1, sym_operator_identifier, STATE(7350), 1, sym__object_definition, @@ -1111076,7 +1111076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28529), 1, + ACTIONS(28535), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1111085,9 +1111085,9 @@ static const uint16_t ts_small_parse_table[] = { [832428] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28531), 1, + ACTIONS(28537), 1, anon_sym_LBRACE, - ACTIONS(28533), 1, + ACTIONS(28539), 1, anon_sym_LBRACK, STATE(18089), 1, sym_identifier, @@ -1111097,7 +1111097,7 @@ static const uint16_t ts_small_parse_table[] = { [832445] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28475), 1, + ACTIONS(28481), 1, sym_operator_identifier, STATE(4395), 1, sym_identifier, @@ -1111109,7 +1111109,7 @@ static const uint16_t ts_small_parse_table[] = { [832462] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28535), 1, + ACTIONS(28541), 1, sym_operator_identifier, STATE(19534), 1, sym_identifier, @@ -1111121,9 +1111121,9 @@ static const uint16_t ts_small_parse_table[] = { [832479] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28537), 1, + ACTIONS(28543), 1, anon_sym_LBRACE, - ACTIONS(28539), 1, + ACTIONS(28545), 1, anon_sym_LBRACK, STATE(18047), 1, sym_identifier, @@ -1111137,7 +1111137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28541), 1, + ACTIONS(28547), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1111148,9 +1111148,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28543), 1, + ACTIONS(28549), 1, anon_sym_COMMA, - ACTIONS(28545), 1, + ACTIONS(28551), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1111159,7 +1111159,7 @@ static const uint16_t ts_small_parse_table[] = { [832534] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28547), 1, + ACTIONS(28553), 1, sym_operator_identifier, STATE(17023), 1, sym__type_identifier, @@ -1111171,7 +1111171,7 @@ static const uint16_t ts_small_parse_table[] = { [832551] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28549), 1, + ACTIONS(28555), 1, sym_operator_identifier, STATE(6831), 1, sym_identifier, @@ -1111183,7 +1111183,7 @@ static const uint16_t ts_small_parse_table[] = { [832568] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28551), 1, + ACTIONS(28557), 1, sym_operator_identifier, STATE(20191), 1, sym_identifier, @@ -1111195,9 +1111195,9 @@ static const uint16_t ts_small_parse_table[] = { [832585] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28553), 1, + ACTIONS(28559), 1, anon_sym_LBRACE, - ACTIONS(28555), 1, + ACTIONS(28561), 1, anon_sym_LBRACK, STATE(18874), 1, sym_identifier, @@ -1111207,7 +1111207,7 @@ static const uint16_t ts_small_parse_table[] = { [832602] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28233), 1, + ACTIONS(28239), 1, sym_operator_identifier, STATE(10937), 1, sym_identifier, @@ -1111219,7 +1111219,7 @@ static const uint16_t ts_small_parse_table[] = { [832619] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28549), 1, + ACTIONS(28555), 1, sym_operator_identifier, STATE(6831), 1, sym_identifier, @@ -1111245,18 +1111245,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15307), 1, anon_sym_as, - ACTIONS(28108), 1, + ACTIONS(28114), 1, anon_sym_EQ_GT, - ACTIONS(28557), 1, + ACTIONS(28563), 1, anon_sym_RBRACE, - ACTIONS(28559), 1, + ACTIONS(28565), 1, anon_sym_COMMA, STATE(27218), 1, aux_sym_namespace_selectors_repeat1, [832672] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28561), 1, + ACTIONS(28567), 1, sym_operator_identifier, STATE(5211), 1, sym_identifier, @@ -1111270,9 +1111270,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28563), 1, + ACTIONS(28569), 1, anon_sym_COMMA, - ACTIONS(28565), 1, + ACTIONS(28571), 1, anon_sym_RPAREN, STATE(26180), 1, aux_sym_tuple_type_repeat1, @@ -1111281,7 +1111281,7 @@ static const uint16_t ts_small_parse_table[] = { [832708] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28475), 1, + ACTIONS(28481), 1, sym_operator_identifier, STATE(4395), 1, sym_identifier, @@ -1111295,9 +1111295,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28567), 1, + ACTIONS(28573), 1, anon_sym_COMMA, - ACTIONS(28569), 1, + ACTIONS(28575), 1, anon_sym_RPAREN, STATE(26352), 1, aux_sym_tuple_type_repeat1, @@ -1111306,7 +1111306,7 @@ static const uint16_t ts_small_parse_table[] = { [832744] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28571), 1, + ACTIONS(28577), 1, sym_operator_identifier, STATE(14874), 1, sym__type_identifier, @@ -1111318,11 +1111318,11 @@ static const uint16_t ts_small_parse_table[] = { [832761] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25813), 1, + ACTIONS(25819), 1, anon_sym_COLON, - ACTIONS(25815), 1, + ACTIONS(25821), 1, anon_sym_LBRACE, STATE(6931), 1, sym_enum_body, @@ -1111331,7 +1111331,7 @@ static const uint16_t ts_small_parse_table[] = { [832780] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1111343,7 +1111343,7 @@ static const uint16_t ts_small_parse_table[] = { [832797] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1111355,7 +1111355,7 @@ static const uint16_t ts_small_parse_table[] = { [832814] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28225), 1, + ACTIONS(28231), 1, sym_operator_identifier, STATE(5222), 1, sym_identifier, @@ -1111371,7 +1111371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28573), 1, + ACTIONS(28579), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1111384,7 +1111384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28575), 1, + ACTIONS(28581), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1111393,7 +1111393,7 @@ static const uint16_t ts_small_parse_table[] = { [832869] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1111405,7 +1111405,7 @@ static const uint16_t ts_small_parse_table[] = { [832886] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28245), 1, + ACTIONS(28251), 1, sym_operator_identifier, STATE(18729), 1, sym_identifier, @@ -1111417,7 +1111417,7 @@ static const uint16_t ts_small_parse_table[] = { [832903] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28577), 1, + ACTIONS(28583), 1, sym_operator_identifier, STATE(7984), 1, sym_identifier, @@ -1111431,9 +1111431,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28579), 1, + ACTIONS(28585), 1, anon_sym_COMMA, - ACTIONS(28581), 1, + ACTIONS(28587), 1, anon_sym_RPAREN, STATE(26237), 1, aux_sym_tuple_type_repeat1, @@ -1111442,7 +1111442,7 @@ static const uint16_t ts_small_parse_table[] = { [832939] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28583), 1, + ACTIONS(28589), 1, sym_operator_identifier, STATE(5967), 1, sym__type_identifier, @@ -1111454,7 +1111454,7 @@ static const uint16_t ts_small_parse_table[] = { [832956] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1111468,9 +1111468,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28585), 1, + ACTIONS(28591), 1, anon_sym_COMMA, - ACTIONS(28587), 1, + ACTIONS(28593), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1111479,7 +1111479,7 @@ static const uint16_t ts_small_parse_table[] = { [832992] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28233), 1, + ACTIONS(28239), 1, sym_operator_identifier, STATE(10937), 1, sym_identifier, @@ -1111491,7 +1111491,7 @@ static const uint16_t ts_small_parse_table[] = { [833009] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1111503,7 +1111503,7 @@ static const uint16_t ts_small_parse_table[] = { [833026] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28589), 1, + ACTIONS(28595), 1, sym_operator_identifier, STATE(6855), 1, sym__object_definition, @@ -1111519,7 +1111519,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28591), 1, + ACTIONS(28597), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1111528,7 +1111528,7 @@ static const uint16_t ts_small_parse_table[] = { [833062] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1111540,7 +1111540,7 @@ static const uint16_t ts_small_parse_table[] = { [833079] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28577), 1, + ACTIONS(28583), 1, sym_operator_identifier, STATE(7984), 1, sym_identifier, @@ -1111554,11 +1111554,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15307), 1, anon_sym_as, - ACTIONS(28108), 1, + ACTIONS(28114), 1, anon_sym_EQ_GT, - ACTIONS(28593), 1, + ACTIONS(28599), 1, anon_sym_RBRACE, - ACTIONS(28595), 1, + ACTIONS(28601), 1, anon_sym_COMMA, STATE(27094), 1, aux_sym_namespace_selectors_repeat1, @@ -1111579,9 +1111579,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28597), 1, + ACTIONS(28603), 1, anon_sym_COMMA, - ACTIONS(28599), 1, + ACTIONS(28605), 1, anon_sym_RPAREN, STATE(26002), 1, aux_sym_tuple_type_repeat1, @@ -1111590,7 +1111590,7 @@ static const uint16_t ts_small_parse_table[] = { [833151] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28601), 1, + ACTIONS(28607), 1, sym_operator_identifier, STATE(7091), 1, sym_identifier, @@ -1111602,7 +1111602,7 @@ static const uint16_t ts_small_parse_table[] = { [833168] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1111614,19 +1111614,19 @@ static const uint16_t ts_small_parse_table[] = { [833185] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28603), 1, + ACTIONS(28609), 1, anon_sym_LBRACE, - ACTIONS(28605), 1, + ACTIONS(28611), 1, anon_sym_LBRACK, STATE(8139), 1, sym_identifier, - ACTIONS(28134), 2, + ACTIONS(28140), 2, sym__alpha_identifier, sym__backquoted_id, [833202] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28589), 1, + ACTIONS(28595), 1, sym_operator_identifier, STATE(6795), 1, sym__object_definition, @@ -1111638,7 +1111638,7 @@ static const uint16_t ts_small_parse_table[] = { [833219] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28323), 1, + ACTIONS(28329), 1, sym_operator_identifier, STATE(14396), 1, sym_identifier, @@ -1111650,7 +1111650,7 @@ static const uint16_t ts_small_parse_table[] = { [833236] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1111662,7 +1111662,7 @@ static const uint16_t ts_small_parse_table[] = { [833253] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28607), 1, + ACTIONS(28613), 1, sym_operator_identifier, STATE(21243), 1, sym_identifier, @@ -1111674,7 +1111674,7 @@ static const uint16_t ts_small_parse_table[] = { [833270] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1111686,7 +1111686,7 @@ static const uint16_t ts_small_parse_table[] = { [833287] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28116), 1, + ACTIONS(28122), 1, sym_operator_identifier, STATE(17866), 1, sym_identifier, @@ -1111702,7 +1111702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28609), 1, + ACTIONS(28615), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1111715,7 +1111715,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28611), 1, + ACTIONS(28617), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1111726,9 +1111726,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28613), 1, + ACTIONS(28619), 1, anon_sym_COMMA, - ACTIONS(28615), 1, + ACTIONS(28621), 1, anon_sym_RPAREN, STATE(25907), 1, aux_sym_tuple_type_repeat1, @@ -1111737,7 +1111737,7 @@ static const uint16_t ts_small_parse_table[] = { [833361] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28617), 1, + ACTIONS(28623), 1, sym_operator_identifier, STATE(7063), 1, sym__type_identifier, @@ -1111749,7 +1111749,7 @@ static const uint16_t ts_small_parse_table[] = { [833378] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28116), 1, + ACTIONS(28122), 1, sym_operator_identifier, STATE(17866), 1, sym_identifier, @@ -1111761,7 +1111761,7 @@ static const uint16_t ts_small_parse_table[] = { [833395] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28619), 1, + ACTIONS(28625), 1, sym_operator_identifier, STATE(6509), 1, sym_identifier, @@ -1111777,7 +1111777,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28621), 1, + ACTIONS(28627), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1111786,7 +1111786,7 @@ static const uint16_t ts_small_parse_table[] = { [833431] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28323), 1, + ACTIONS(28329), 1, sym_operator_identifier, STATE(14396), 1, sym_identifier, @@ -1111798,7 +1111798,7 @@ static const uint16_t ts_small_parse_table[] = { [833448] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28475), 1, + ACTIONS(28481), 1, sym_operator_identifier, STATE(4395), 1, sym_identifier, @@ -1111810,11 +1111810,11 @@ static const uint16_t ts_small_parse_table[] = { [833465] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25954), 1, + ACTIONS(25960), 1, anon_sym_COLON, - ACTIONS(25956), 1, + ACTIONS(25962), 1, anon_sym_LBRACE, STATE(22381), 1, sym_enum_body, @@ -1111827,7 +1111827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28623), 1, + ACTIONS(28629), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1111836,7 +1111836,7 @@ static const uint16_t ts_small_parse_table[] = { [833503] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1111848,11 +1111848,11 @@ static const uint16_t ts_small_parse_table[] = { [833520] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25950), 1, + ACTIONS(25956), 1, anon_sym_COLON, - ACTIONS(25952), 1, + ACTIONS(25958), 1, anon_sym_LBRACE, STATE(7280), 1, sym_enum_body, @@ -1111863,9 +1111863,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28625), 1, + ACTIONS(28631), 1, anon_sym_COMMA, - ACTIONS(28627), 1, + ACTIONS(28633), 1, anon_sym_RPAREN, STATE(25827), 1, aux_sym_tuple_type_repeat1, @@ -1111874,7 +1111874,7 @@ static const uint16_t ts_small_parse_table[] = { [833558] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28629), 1, + ACTIONS(28635), 1, sym_operator_identifier, STATE(8090), 1, sym__type_identifier, @@ -1111888,9 +1111888,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28631), 1, + ACTIONS(28637), 1, anon_sym_COMMA, - ACTIONS(28633), 1, + ACTIONS(28639), 1, anon_sym_RPAREN, STATE(25692), 1, aux_sym_tuple_type_repeat1, @@ -1111903,7 +1111903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28635), 1, + ACTIONS(28641), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1111916,7 +1111916,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28637), 1, + ACTIONS(28643), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1111929,7 +1111929,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28639), 1, + ACTIONS(28645), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1111942,7 +1111942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28641), 1, + ACTIONS(28647), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1111951,7 +1111951,7 @@ static const uint16_t ts_small_parse_table[] = { [833670] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1111963,19 +1111963,19 @@ static const uint16_t ts_small_parse_table[] = { [833687] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28645), 1, + ACTIONS(28651), 1, anon_sym_LBRACE, - ACTIONS(28647), 1, + ACTIONS(28653), 1, anon_sym_LBRACK, STATE(21536), 1, sym_identifier, - ACTIONS(28643), 2, + ACTIONS(28649), 2, sym__alpha_identifier, sym__backquoted_id, [833704] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28323), 1, + ACTIONS(28329), 1, sym_operator_identifier, STATE(14396), 1, sym_identifier, @@ -1111987,7 +1111987,7 @@ static const uint16_t ts_small_parse_table[] = { [833721] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28649), 1, + ACTIONS(28655), 1, sym_operator_identifier, STATE(7450), 1, sym_identifier, @@ -1111999,7 +1111999,7 @@ static const uint16_t ts_small_parse_table[] = { [833738] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28649), 1, + ACTIONS(28655), 1, sym_operator_identifier, STATE(7450), 1, sym_identifier, @@ -1112013,9 +1112013,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28651), 1, + ACTIONS(28657), 1, anon_sym_COMMA, - ACTIONS(28653), 1, + ACTIONS(28659), 1, anon_sym_RPAREN, STATE(25740), 1, aux_sym_tuple_type_repeat1, @@ -1112024,7 +1112024,7 @@ static const uint16_t ts_small_parse_table[] = { [833774] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28655), 1, + ACTIONS(28661), 1, sym_operator_identifier, STATE(8060), 1, sym__type_identifier, @@ -1112036,7 +1112036,7 @@ static const uint16_t ts_small_parse_table[] = { [833791] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28657), 1, + ACTIONS(28663), 1, sym_operator_identifier, STATE(12722), 1, sym__type_identifier, @@ -1112048,7 +1112048,7 @@ static const uint16_t ts_small_parse_table[] = { [833808] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28098), 1, + ACTIONS(28104), 1, sym_operator_identifier, STATE(4593), 1, sym_identifier, @@ -1112060,7 +1112060,7 @@ static const uint16_t ts_small_parse_table[] = { [833825] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28375), 1, + ACTIONS(28381), 1, sym_operator_identifier, STATE(4379), 1, sym_identifier, @@ -1112072,7 +1112072,7 @@ static const uint16_t ts_small_parse_table[] = { [833842] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28098), 1, + ACTIONS(28104), 1, sym_operator_identifier, STATE(4593), 1, sym_identifier, @@ -1112084,7 +1112084,7 @@ static const uint16_t ts_small_parse_table[] = { [833859] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28299), 1, + ACTIONS(28305), 1, sym_operator_identifier, STATE(14613), 1, sym_identifier, @@ -1112096,7 +1112096,7 @@ static const uint16_t ts_small_parse_table[] = { [833876] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1112108,7 +1112108,7 @@ static const uint16_t ts_small_parse_table[] = { [833893] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28659), 1, + ACTIONS(28665), 1, sym_operator_identifier, STATE(4383), 1, sym_identifier, @@ -1112124,7 +1112124,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28661), 1, + ACTIONS(28667), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1112135,9 +1112135,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28663), 1, + ACTIONS(28669), 1, anon_sym_COMMA, - ACTIONS(28665), 1, + ACTIONS(28671), 1, anon_sym_RPAREN, STATE(25644), 1, aux_sym_tuple_type_repeat1, @@ -1112146,7 +1112146,7 @@ static const uint16_t ts_small_parse_table[] = { [833948] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28667), 1, + ACTIONS(28673), 1, sym_operator_identifier, STATE(5934), 1, sym__type_identifier, @@ -1112158,7 +1112158,7 @@ static const uint16_t ts_small_parse_table[] = { [833965] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28299), 1, + ACTIONS(28305), 1, sym_operator_identifier, STATE(14613), 1, sym_identifier, @@ -1112174,7 +1112174,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28669), 1, + ACTIONS(28675), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1112183,7 +1112183,7 @@ static const uint16_t ts_small_parse_table[] = { [834001] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1112199,7 +1112199,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28671), 1, + ACTIONS(28677), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1112208,7 +1112208,7 @@ static const uint16_t ts_small_parse_table[] = { [834037] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28659), 1, + ACTIONS(28665), 1, sym_operator_identifier, STATE(4383), 1, sym_identifier, @@ -1112220,7 +1112220,7 @@ static const uint16_t ts_small_parse_table[] = { [834054] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28130), 1, + ACTIONS(28136), 1, sym_operator_identifier, STATE(17354), 1, sym_identifier, @@ -1112236,7 +1112236,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28673), 1, + ACTIONS(28679), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1112245,7 +1112245,7 @@ static const uint16_t ts_small_parse_table[] = { [834090] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28675), 1, + ACTIONS(28681), 1, sym_operator_identifier, STATE(5235), 1, sym_identifier, @@ -1112259,9 +1112259,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28677), 1, + ACTIONS(28683), 1, anon_sym_COMMA, - ACTIONS(28679), 1, + ACTIONS(28685), 1, anon_sym_RPAREN, STATE(25548), 1, aux_sym_tuple_type_repeat1, @@ -1112270,7 +1112270,7 @@ static const uint16_t ts_small_parse_table[] = { [834126] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28681), 1, + ACTIONS(28687), 1, sym_operator_identifier, STATE(8777), 1, sym_identifier, @@ -1112282,7 +1112282,7 @@ static const uint16_t ts_small_parse_table[] = { [834143] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1112294,7 +1112294,7 @@ static const uint16_t ts_small_parse_table[] = { [834160] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28683), 1, + ACTIONS(28689), 1, sym_operator_identifier, STATE(19393), 1, sym_identifier, @@ -1112306,7 +1112306,7 @@ static const uint16_t ts_small_parse_table[] = { [834177] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1112318,9 +1112318,9 @@ static const uint16_t ts_small_parse_table[] = { [834194] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28685), 1, + ACTIONS(28691), 1, anon_sym_LBRACE, - ACTIONS(28687), 1, + ACTIONS(28693), 1, anon_sym_LBRACK, STATE(14280), 1, sym_identifier, @@ -1112334,7 +1112334,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28689), 1, + ACTIONS(28695), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1112347,7 +1112347,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28691), 1, + ACTIONS(28697), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1112356,7 +1112356,7 @@ static const uint16_t ts_small_parse_table[] = { [834249] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1112368,7 +1112368,7 @@ static const uint16_t ts_small_parse_table[] = { [834266] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28693), 1, + ACTIONS(28699), 1, sym_operator_identifier, STATE(7795), 1, sym_identifier, @@ -1112382,9 +1112382,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28695), 1, + ACTIONS(28701), 1, anon_sym_COMMA, - ACTIONS(28697), 1, + ACTIONS(28703), 1, anon_sym_RPAREN, STATE(25442), 1, aux_sym_tuple_type_repeat1, @@ -1112393,7 +1112393,7 @@ static const uint16_t ts_small_parse_table[] = { [834302] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28699), 1, + ACTIONS(28705), 1, sym_operator_identifier, STATE(8342), 1, sym__type_identifier, @@ -1112405,9 +1112405,9 @@ static const uint16_t ts_small_parse_table[] = { [834319] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28701), 1, + ACTIONS(28707), 1, anon_sym_LBRACE, - ACTIONS(28703), 1, + ACTIONS(28709), 1, anon_sym_LBRACK, STATE(16275), 1, sym_identifier, @@ -1112417,7 +1112417,7 @@ static const uint16_t ts_small_parse_table[] = { [834336] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1112429,7 +1112429,7 @@ static const uint16_t ts_small_parse_table[] = { [834353] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1112445,7 +1112445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28705), 1, + ACTIONS(28711), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1112458,7 +1112458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28707), 1, + ACTIONS(28713), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1112471,7 +1112471,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28709), 1, + ACTIONS(28715), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1112480,7 +1112480,7 @@ static const uint16_t ts_small_parse_table[] = { [834427] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28711), 1, + ACTIONS(28717), 1, sym_operator_identifier, STATE(5535), 1, sym_identifier, @@ -1112492,7 +1112492,7 @@ static const uint16_t ts_small_parse_table[] = { [834444] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(28713), 1, + ACTIONS(28719), 1, anon_sym_else, ACTIONS(11920), 2, anon_sym_COMMA, @@ -1112505,9 +1112505,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28715), 1, + ACTIONS(28721), 1, anon_sym_COMMA, - ACTIONS(28717), 1, + ACTIONS(28723), 1, anon_sym_RPAREN, STATE(25417), 1, aux_sym_tuple_type_repeat1, @@ -1112516,7 +1112516,7 @@ static const uint16_t ts_small_parse_table[] = { [834478] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28719), 1, + ACTIONS(28725), 1, sym_operator_identifier, STATE(5917), 1, sym__type_identifier, @@ -1112530,9 +1112530,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28721), 1, + ACTIONS(28727), 1, anon_sym_COMMA, - ACTIONS(28723), 1, + ACTIONS(28729), 1, anon_sym_RPAREN, STATE(25753), 1, aux_sym_tuple_type_repeat1, @@ -1112541,13 +1112541,13 @@ static const uint16_t ts_small_parse_table[] = { [834514] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28174), 1, + ACTIONS(28180), 1, anon_sym_SEMI, - ACTIONS(28727), 1, + ACTIONS(28733), 1, sym__automatic_semicolon, STATE(23624), 1, aux_sym_enumerators_repeat1, - ACTIONS(28725), 2, + ACTIONS(28731), 2, anon_sym_RBRACE, anon_sym_RPAREN, [834531] = 6, @@ -1112557,7 +1112557,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28729), 1, + ACTIONS(28735), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1112566,7 +1112566,7 @@ static const uint16_t ts_small_parse_table[] = { [834550] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1112580,9 +1112580,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28731), 1, + ACTIONS(28737), 1, anon_sym_COMMA, - ACTIONS(28733), 1, + ACTIONS(28739), 1, anon_sym_RPAREN, STATE(26110), 1, aux_sym_tuple_type_repeat1, @@ -1112591,7 +1112591,7 @@ static const uint16_t ts_small_parse_table[] = { [834586] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28735), 1, + ACTIONS(28741), 1, sym_operator_identifier, STATE(4468), 1, sym_identifier, @@ -1112603,7 +1112603,7 @@ static const uint16_t ts_small_parse_table[] = { [834603] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(28737), 1, + ACTIONS(28743), 1, anon_sym_else, ACTIONS(11909), 2, anon_sym_COMMA, @@ -1112618,7 +1112618,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28739), 1, + ACTIONS(28745), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1112629,9 +1112629,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28741), 1, + ACTIONS(28747), 1, anon_sym_COMMA, - ACTIONS(28743), 1, + ACTIONS(28749), 1, anon_sym_RPAREN, STATE(25552), 1, aux_sym_tuple_type_repeat1, @@ -1112640,7 +1112640,7 @@ static const uint16_t ts_small_parse_table[] = { [834656] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28745), 1, + ACTIONS(28751), 1, sym_operator_identifier, STATE(6908), 1, sym__type_identifier, @@ -1112652,7 +1112652,7 @@ static const uint16_t ts_small_parse_table[] = { [834673] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(28747), 1, + ACTIONS(28753), 1, anon_sym_else, ACTIONS(11903), 4, anon_sym_COMMA, @@ -1112666,7 +1112666,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28749), 1, + ACTIONS(28755), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1112675,19 +1112675,19 @@ static const uint16_t ts_small_parse_table[] = { [834705] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28753), 1, + ACTIONS(28759), 1, anon_sym_LBRACE, - ACTIONS(28755), 1, + ACTIONS(28761), 1, anon_sym_LBRACK, STATE(23423), 1, sym_identifier, - ACTIONS(28751), 2, + ACTIONS(28757), 2, sym__alpha_identifier, sym__backquoted_id, [834722] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1112699,7 +1112699,7 @@ static const uint16_t ts_small_parse_table[] = { [834739] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(28757), 1, + ACTIONS(28763), 1, anon_sym_else, ACTIONS(11897), 4, anon_sym_COMMA, @@ -1112711,9 +1112711,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28759), 1, + ACTIONS(28765), 1, anon_sym_COMMA, - ACTIONS(28761), 1, + ACTIONS(28767), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1112722,7 +1112722,7 @@ static const uint16_t ts_small_parse_table[] = { [834771] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28763), 1, + ACTIONS(28769), 1, sym_operator_identifier, STATE(5249), 1, sym_identifier, @@ -1112738,7 +1112738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28765), 1, + ACTIONS(28771), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1112749,9 +1112749,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28767), 1, + ACTIONS(28773), 1, anon_sym_COMMA, - ACTIONS(28769), 1, + ACTIONS(28775), 1, anon_sym_RPAREN, STATE(25747), 1, aux_sym_tuple_type_repeat1, @@ -1112760,7 +1112760,7 @@ static const uint16_t ts_small_parse_table[] = { [834826] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28771), 1, + ACTIONS(28777), 1, sym_operator_identifier, STATE(13591), 1, sym__type_identifier, @@ -1112772,7 +1112772,7 @@ static const uint16_t ts_small_parse_table[] = { [834843] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28375), 1, + ACTIONS(28381), 1, sym_operator_identifier, STATE(4379), 1, sym_identifier, @@ -1112784,7 +1112784,7 @@ static const uint16_t ts_small_parse_table[] = { [834860] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1112796,7 +1112796,7 @@ static const uint16_t ts_small_parse_table[] = { [834877] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28375), 1, + ACTIONS(28381), 1, sym_operator_identifier, STATE(4379), 1, sym_identifier, @@ -1112812,7 +1112812,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28773), 1, + ACTIONS(28779), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1112825,7 +1112825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28775), 1, + ACTIONS(28781), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1112838,7 +1112838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28777), 1, + ACTIONS(28783), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1112851,7 +1112851,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28779), 1, + ACTIONS(28785), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1112860,7 +1112860,7 @@ static const uint16_t ts_small_parse_table[] = { [834970] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1112872,7 +1112872,7 @@ static const uint16_t ts_small_parse_table[] = { [834987] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28561), 1, + ACTIONS(28567), 1, sym_operator_identifier, STATE(5211), 1, sym_identifier, @@ -1112886,9 +1112886,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28781), 1, + ACTIONS(28787), 1, anon_sym_COMMA, - ACTIONS(28783), 1, + ACTIONS(28789), 1, anon_sym_RPAREN, STATE(25733), 1, aux_sym_tuple_type_repeat1, @@ -1112897,7 +1112897,7 @@ static const uint16_t ts_small_parse_table[] = { [835023] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28785), 1, + ACTIONS(28791), 1, sym_operator_identifier, STATE(16427), 1, sym__type_identifier, @@ -1112909,7 +1112909,7 @@ static const uint16_t ts_small_parse_table[] = { [835040] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(26038), 1, + ACTIONS(26044), 1, sym_operator_identifier, STATE(5013), 1, sym_identifier, @@ -1112925,7 +1112925,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28787), 1, + ACTIONS(28793), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1112934,7 +1112934,7 @@ static const uint16_t ts_small_parse_table[] = { [835076] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28789), 1, + ACTIONS(28795), 1, sym_operator_identifier, STATE(13946), 1, sym__type_identifier, @@ -1112946,7 +1112946,7 @@ static const uint16_t ts_small_parse_table[] = { [835093] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1112958,7 +1112958,7 @@ static const uint16_t ts_small_parse_table[] = { [835110] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1112974,7 +1112974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28791), 1, + ACTIONS(28797), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1112983,7 +1112983,7 @@ static const uint16_t ts_small_parse_table[] = { [835146] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1112995,7 +1112995,7 @@ static const uint16_t ts_small_parse_table[] = { [835163] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28793), 1, + ACTIONS(28799), 1, sym_operator_identifier, STATE(5198), 1, sym__type_identifier, @@ -1113007,7 +1113007,7 @@ static const uint16_t ts_small_parse_table[] = { [835180] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28375), 1, + ACTIONS(28381), 1, sym_operator_identifier, STATE(4379), 1, sym_identifier, @@ -1113023,7 +1113023,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28795), 1, + ACTIONS(28801), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1113032,7 +1113032,7 @@ static const uint16_t ts_small_parse_table[] = { [835216] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1113046,9 +1113046,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28797), 1, + ACTIONS(28803), 1, anon_sym_COMMA, - ACTIONS(28799), 1, + ACTIONS(28805), 1, anon_sym_RPAREN, STATE(25972), 1, aux_sym_tuple_type_repeat1, @@ -1113057,7 +1113057,7 @@ static const uint16_t ts_small_parse_table[] = { [835252] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28188), 1, + ACTIONS(28194), 1, sym_operator_identifier, STATE(9494), 1, sym_identifier, @@ -1113073,7 +1113073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28801), 1, + ACTIONS(28807), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1113082,9 +1113082,9 @@ static const uint16_t ts_small_parse_table[] = { [835288] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28803), 1, + ACTIONS(28809), 1, anon_sym_LBRACE, - ACTIONS(28805), 1, + ACTIONS(28811), 1, anon_sym_LBRACK, STATE(14720), 1, sym_identifier, @@ -1113098,7 +1113098,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28807), 1, + ACTIONS(28813), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1113111,7 +1113111,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28809), 1, + ACTIONS(28815), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1113120,7 +1113120,7 @@ static const uint16_t ts_small_parse_table[] = { [835343] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(27372), 1, + ACTIONS(27378), 1, sym_operator_identifier, STATE(6989), 1, sym_identifier, @@ -1113136,7 +1113136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28811), 1, + ACTIONS(28817), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1113145,7 +1113145,7 @@ static const uint16_t ts_small_parse_table[] = { [835379] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28130), 1, + ACTIONS(28136), 1, sym_operator_identifier, STATE(17354), 1, sym_identifier, @@ -1113161,7 +1113161,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28813), 1, + ACTIONS(28819), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1113170,7 +1113170,7 @@ static const uint16_t ts_small_parse_table[] = { [835415] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28815), 1, + ACTIONS(28821), 1, sym_operator_identifier, STATE(5492), 1, sym_identifier, @@ -1113182,7 +1113182,7 @@ static const uint16_t ts_small_parse_table[] = { [835432] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28817), 1, + ACTIONS(28823), 1, sym_operator_identifier, STATE(4473), 1, sym__type_identifier, @@ -1113196,9 +1113196,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28819), 1, + ACTIONS(28825), 1, anon_sym_COMMA, - ACTIONS(28821), 1, + ACTIONS(28827), 1, anon_sym_RPAREN, STATE(26061), 1, aux_sym_tuple_type_repeat1, @@ -1113207,11 +1113207,11 @@ static const uint16_t ts_small_parse_table[] = { [835468] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25962), 1, + ACTIONS(25968), 1, anon_sym_COLON, - ACTIONS(25964), 1, + ACTIONS(25970), 1, anon_sym_LBRACE, STATE(12355), 1, sym_enum_body, @@ -1113220,7 +1113220,7 @@ static const uint16_t ts_small_parse_table[] = { [835487] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28823), 1, + ACTIONS(28829), 1, sym_operator_identifier, STATE(13079), 1, sym__type_identifier, @@ -1113234,9 +1113234,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28825), 1, + ACTIONS(28831), 1, anon_sym_COMMA, - ACTIONS(28827), 1, + ACTIONS(28833), 1, anon_sym_RPAREN, STATE(25844), 1, aux_sym_tuple_type_repeat1, @@ -1113245,7 +1113245,7 @@ static const uint16_t ts_small_parse_table[] = { [835523] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1113257,7 +1113257,7 @@ static const uint16_t ts_small_parse_table[] = { [835540] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28375), 1, + ACTIONS(28381), 1, sym_operator_identifier, STATE(4379), 1, sym_identifier, @@ -1113269,7 +1113269,7 @@ static const uint16_t ts_small_parse_table[] = { [835557] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1113281,7 +1113281,7 @@ static const uint16_t ts_small_parse_table[] = { [835574] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28273), 1, + ACTIONS(28279), 1, sym_operator_identifier, STATE(19592), 1, sym_identifier, @@ -1113295,9 +1113295,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28829), 1, + ACTIONS(28835), 1, anon_sym_COMMA, - ACTIONS(28831), 1, + ACTIONS(28837), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1113310,7 +1113310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28833), 1, + ACTIONS(28839), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1113319,7 +1113319,7 @@ static const uint16_t ts_small_parse_table[] = { [835629] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28124), 1, + ACTIONS(28130), 1, sym_operator_identifier, STATE(4392), 1, sym_identifier, @@ -1113335,7 +1113335,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28835), 1, + ACTIONS(28841), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1113346,9 +1113346,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28837), 1, + ACTIONS(28843), 1, anon_sym_COMMA, - ACTIONS(28839), 1, + ACTIONS(28845), 1, anon_sym_RPAREN, STATE(26124), 1, aux_sym_tuple_type_repeat1, @@ -1113362,13 +1113362,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(11075), 2, sym__outdent, anon_sym_case, - ACTIONS(25333), 2, + ACTIONS(25339), 2, sym__automatic_semicolon, anon_sym_SEMI, [835699] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28841), 1, + ACTIONS(28847), 1, sym_operator_identifier, STATE(16223), 1, sym_identifier, @@ -1113380,7 +1113380,7 @@ static const uint16_t ts_small_parse_table[] = { [835716] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1113392,7 +1113392,7 @@ static const uint16_t ts_small_parse_table[] = { [835733] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28124), 1, + ACTIONS(28130), 1, sym_operator_identifier, STATE(4392), 1, sym_identifier, @@ -1113408,7 +1113408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28843), 1, + ACTIONS(28849), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1113417,7 +1113417,7 @@ static const uint16_t ts_small_parse_table[] = { [835769] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28116), 1, + ACTIONS(28122), 1, sym_operator_identifier, STATE(17866), 1, sym_identifier, @@ -1113441,13 +1113441,13 @@ static const uint16_t ts_small_parse_table[] = { [835803] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28845), 1, + ACTIONS(28851), 1, anon_sym_LBRACE, - ACTIONS(28847), 1, + ACTIONS(28853), 1, anon_sym_LBRACK, STATE(8357), 1, sym_identifier, - ACTIONS(28317), 2, + ACTIONS(28323), 2, sym__alpha_identifier, sym__backquoted_id, [835820] = 6, @@ -1113455,18 +1113455,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15307), 1, anon_sym_as, - ACTIONS(28108), 1, + ACTIONS(28114), 1, anon_sym_EQ_GT, - ACTIONS(28849), 1, + ACTIONS(28855), 1, anon_sym_RBRACE, - ACTIONS(28851), 1, + ACTIONS(28857), 1, anon_sym_COMMA, STATE(26991), 1, aux_sym_namespace_selectors_repeat1, [835839] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28853), 1, + ACTIONS(28859), 1, sym_operator_identifier, STATE(4885), 1, sym_identifier, @@ -1113478,7 +1113478,7 @@ static const uint16_t ts_small_parse_table[] = { [835856] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28855), 1, + ACTIONS(28861), 1, sym_operator_identifier, STATE(16162), 1, sym_identifier, @@ -1113492,9 +1113492,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28857), 1, + ACTIONS(28863), 1, anon_sym_COMMA, - ACTIONS(28859), 1, + ACTIONS(28865), 1, anon_sym_RPAREN, STATE(26189), 1, aux_sym_tuple_type_repeat1, @@ -1113503,7 +1113503,7 @@ static const uint16_t ts_small_parse_table[] = { [835892] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28243), 1, + ACTIONS(28249), 1, sym_operator_identifier, STATE(15213), 1, sym_identifier, @@ -1113515,7 +1113515,7 @@ static const uint16_t ts_small_parse_table[] = { [835909] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(26126), 1, + ACTIONS(26132), 1, sym_operator_identifier, STATE(19639), 1, sym_identifier, @@ -1113527,9 +1113527,9 @@ static const uint16_t ts_small_parse_table[] = { [835926] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28861), 1, + ACTIONS(28867), 1, anon_sym_LBRACE, - ACTIONS(28863), 1, + ACTIONS(28869), 1, anon_sym_LBRACK, STATE(17750), 1, sym_identifier, @@ -1113539,7 +1113539,7 @@ static const uint16_t ts_small_parse_table[] = { [835943] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1113555,7 +1113555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28865), 1, + ACTIONS(28871), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1113568,7 +1113568,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28867), 1, + ACTIONS(28873), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1113581,7 +1113581,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28869), 1, + ACTIONS(28875), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1113594,7 +1113594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28871), 1, + ACTIONS(28877), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1113607,7 +1113607,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28873), 1, + ACTIONS(28879), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1113616,7 +1113616,7 @@ static const uint16_t ts_small_parse_table[] = { [836055] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1113632,7 +1113632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28875), 1, + ACTIONS(28881), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1113643,9 +1113643,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28877), 1, + ACTIONS(28883), 1, anon_sym_COMMA, - ACTIONS(28879), 1, + ACTIONS(28885), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1113654,7 +1113654,7 @@ static const uint16_t ts_small_parse_table[] = { [836110] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1113666,7 +1113666,7 @@ static const uint16_t ts_small_parse_table[] = { [836127] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28659), 1, + ACTIONS(28665), 1, sym_operator_identifier, STATE(4383), 1, sym_identifier, @@ -1113678,7 +1113678,7 @@ static const uint16_t ts_small_parse_table[] = { [836144] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28881), 1, + ACTIONS(28887), 1, sym_operator_identifier, STATE(16962), 1, sym_identifier, @@ -1113694,7 +1113694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28883), 1, + ACTIONS(28889), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1113703,7 +1113703,7 @@ static const uint16_t ts_small_parse_table[] = { [836180] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1113715,7 +1113715,7 @@ static const uint16_t ts_small_parse_table[] = { [836197] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28885), 1, + ACTIONS(28891), 1, sym_operator_identifier, STATE(16564), 1, sym__type_identifier, @@ -1113727,7 +1113727,7 @@ static const uint16_t ts_small_parse_table[] = { [836214] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1113739,7 +1113739,7 @@ static const uint16_t ts_small_parse_table[] = { [836231] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28659), 1, + ACTIONS(28665), 1, sym_operator_identifier, STATE(4383), 1, sym_identifier, @@ -1113751,7 +1113751,7 @@ static const uint16_t ts_small_parse_table[] = { [836248] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28887), 1, + ACTIONS(28893), 1, sym_operator_identifier, STATE(15319), 1, sym_identifier, @@ -1113765,9 +1113765,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28889), 1, + ACTIONS(28895), 1, anon_sym_COMMA, - ACTIONS(28891), 1, + ACTIONS(28897), 1, anon_sym_RPAREN, STATE(26040), 1, aux_sym_tuple_type_repeat1, @@ -1113780,7 +1113780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28893), 1, + ACTIONS(28899), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1113789,7 +1113789,7 @@ static const uint16_t ts_small_parse_table[] = { [836303] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28659), 1, + ACTIONS(28665), 1, sym_operator_identifier, STATE(4383), 1, sym_identifier, @@ -1113803,9 +1113803,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28895), 1, + ACTIONS(28901), 1, anon_sym_COMMA, - ACTIONS(28897), 1, + ACTIONS(28903), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1113814,19 +1113814,19 @@ static const uint16_t ts_small_parse_table[] = { [836339] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28901), 1, + ACTIONS(28907), 1, sym_operator_identifier, STATE(9215), 1, sym__type_identifier, STATE(21527), 1, sym_identifier, - ACTIONS(28899), 2, + ACTIONS(28905), 2, sym__alpha_identifier, sym__backquoted_id, [836356] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28903), 1, + ACTIONS(28909), 1, sym_operator_identifier, STATE(14889), 1, sym_identifier, @@ -1113838,7 +1113838,7 @@ static const uint16_t ts_small_parse_table[] = { [836373] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28243), 1, + ACTIONS(28249), 1, sym_operator_identifier, STATE(15213), 1, sym_identifier, @@ -1113850,7 +1113850,7 @@ static const uint16_t ts_small_parse_table[] = { [836390] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28659), 1, + ACTIONS(28665), 1, sym_operator_identifier, STATE(4383), 1, sym_identifier, @@ -1113862,7 +1113862,7 @@ static const uint16_t ts_small_parse_table[] = { [836407] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28905), 1, + ACTIONS(28911), 1, sym_operator_identifier, STATE(9267), 1, sym_identifier, @@ -1113874,7 +1113874,7 @@ static const uint16_t ts_small_parse_table[] = { [836424] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28241), 1, + ACTIONS(28247), 1, sym_operator_identifier, STATE(14471), 1, sym_identifier, @@ -1113886,9 +1113886,9 @@ static const uint16_t ts_small_parse_table[] = { [836441] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28907), 1, + ACTIONS(28913), 1, anon_sym_LBRACE, - ACTIONS(28909), 1, + ACTIONS(28915), 1, anon_sym_LBRACK, STATE(18905), 1, sym_identifier, @@ -1113898,7 +1113898,7 @@ static const uint16_t ts_small_parse_table[] = { [836458] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28243), 1, + ACTIONS(28249), 1, sym_operator_identifier, STATE(15213), 1, sym_identifier, @@ -1113910,7 +1113910,7 @@ static const uint16_t ts_small_parse_table[] = { [836475] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1113922,7 +1113922,7 @@ static const uint16_t ts_small_parse_table[] = { [836492] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28239), 1, + ACTIONS(28245), 1, sym_operator_identifier, STATE(7994), 1, sym__object_definition, @@ -1113934,7 +1113934,7 @@ static const uint16_t ts_small_parse_table[] = { [836509] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1113946,7 +1113946,7 @@ static const uint16_t ts_small_parse_table[] = { [836526] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28911), 1, + ACTIONS(28917), 1, sym_operator_identifier, STATE(5345), 1, sym__type_identifier, @@ -1113958,7 +1113958,7 @@ static const uint16_t ts_small_parse_table[] = { [836543] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28887), 1, + ACTIONS(28893), 1, sym_operator_identifier, STATE(15319), 1, sym_identifier, @@ -1113974,7 +1113974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28913), 1, + ACTIONS(28919), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1113983,7 +1113983,7 @@ static const uint16_t ts_small_parse_table[] = { [836579] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28915), 1, + ACTIONS(28921), 1, sym_operator_identifier, STATE(4575), 1, sym_identifier, @@ -1113997,9 +1113997,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28917), 1, + ACTIONS(28923), 1, anon_sym_COMMA, - ACTIONS(28919), 1, + ACTIONS(28925), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1114010,9 +1114010,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28921), 1, + ACTIONS(28927), 1, anon_sym_COMMA, - ACTIONS(28923), 1, + ACTIONS(28929), 1, anon_sym_RPAREN, STATE(25919), 1, aux_sym_tuple_type_repeat1, @@ -1114021,7 +1114021,7 @@ static const uint16_t ts_small_parse_table[] = { [836634] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28925), 1, + ACTIONS(28931), 1, sym_operator_identifier, STATE(4423), 1, sym_identifier, @@ -1114037,7 +1114037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28927), 1, + ACTIONS(28933), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114046,7 +1114046,7 @@ static const uint16_t ts_small_parse_table[] = { [836670] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28925), 1, + ACTIONS(28931), 1, sym_operator_identifier, STATE(4423), 1, sym_identifier, @@ -1114058,7 +1114058,7 @@ static const uint16_t ts_small_parse_table[] = { [836687] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28925), 1, + ACTIONS(28931), 1, sym_operator_identifier, STATE(4423), 1, sym_identifier, @@ -1114074,7 +1114074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28929), 1, + ACTIONS(28935), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114083,7 +1114083,7 @@ static const uint16_t ts_small_parse_table[] = { [836723] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28925), 1, + ACTIONS(28931), 1, sym_operator_identifier, STATE(4423), 1, sym_identifier, @@ -1114095,7 +1114095,7 @@ static const uint16_t ts_small_parse_table[] = { [836740] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28925), 1, + ACTIONS(28931), 1, sym_operator_identifier, STATE(4423), 1, sym_identifier, @@ -1114107,7 +1114107,7 @@ static const uint16_t ts_small_parse_table[] = { [836757] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28659), 1, + ACTIONS(28665), 1, sym_operator_identifier, STATE(4383), 1, sym_identifier, @@ -1114123,7 +1114123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28931), 1, + ACTIONS(28937), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114132,7 +1114132,7 @@ static const uint16_t ts_small_parse_table[] = { [836793] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28933), 1, + ACTIONS(28939), 1, sym_operator_identifier, STATE(19322), 1, sym__type_identifier, @@ -1114144,7 +1114144,7 @@ static const uint16_t ts_small_parse_table[] = { [836810] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1114160,7 +1114160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28935), 1, + ACTIONS(28941), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114173,7 +1114173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28937), 1, + ACTIONS(28943), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114182,7 +1114182,7 @@ static const uint16_t ts_small_parse_table[] = { [836865] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1114194,7 +1114194,7 @@ static const uint16_t ts_small_parse_table[] = { [836882] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28259), 1, + ACTIONS(28265), 1, sym_operator_identifier, STATE(4404), 1, sym_identifier, @@ -1114210,7 +1114210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28939), 1, + ACTIONS(28945), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114219,7 +1114219,7 @@ static const uint16_t ts_small_parse_table[] = { [836918] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28243), 1, + ACTIONS(28249), 1, sym_operator_identifier, STATE(15213), 1, sym_identifier, @@ -1114231,7 +1114231,7 @@ static const uint16_t ts_small_parse_table[] = { [836935] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28259), 1, + ACTIONS(28265), 1, sym_operator_identifier, STATE(4404), 1, sym_identifier, @@ -1114243,7 +1114243,7 @@ static const uint16_t ts_small_parse_table[] = { [836952] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28273), 1, + ACTIONS(28279), 1, sym_operator_identifier, STATE(19592), 1, sym_identifier, @@ -1114255,7 +1114255,7 @@ static const uint16_t ts_small_parse_table[] = { [836969] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28241), 1, + ACTIONS(28247), 1, sym_operator_identifier, STATE(14471), 1, sym_identifier, @@ -1114267,7 +1114267,7 @@ static const uint16_t ts_small_parse_table[] = { [836986] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28259), 1, + ACTIONS(28265), 1, sym_operator_identifier, STATE(4404), 1, sym_identifier, @@ -1114283,7 +1114283,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28941), 1, + ACTIONS(28947), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114292,7 +1114292,7 @@ static const uint16_t ts_small_parse_table[] = { [837022] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28943), 1, + ACTIONS(28949), 1, sym_operator_identifier, STATE(6217), 1, sym__type_identifier, @@ -1114304,7 +1114304,7 @@ static const uint16_t ts_small_parse_table[] = { [837039] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28259), 1, + ACTIONS(28265), 1, sym_operator_identifier, STATE(4404), 1, sym_identifier, @@ -1114318,9 +1114318,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28945), 1, + ACTIONS(28951), 1, anon_sym_COMMA, - ACTIONS(28947), 1, + ACTIONS(28953), 1, anon_sym_RPAREN, STATE(26031), 1, aux_sym_tuple_type_repeat1, @@ -1114329,7 +1114329,7 @@ static const uint16_t ts_small_parse_table[] = { [837075] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1114341,7 +1114341,7 @@ static const uint16_t ts_small_parse_table[] = { [837092] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28243), 1, + ACTIONS(28249), 1, sym_operator_identifier, STATE(15213), 1, sym_identifier, @@ -1114353,7 +1114353,7 @@ static const uint16_t ts_small_parse_table[] = { [837109] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28259), 1, + ACTIONS(28265), 1, sym_operator_identifier, STATE(4404), 1, sym_identifier, @@ -1114369,7 +1114369,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28949), 1, + ACTIONS(28955), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114382,7 +1114382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28951), 1, + ACTIONS(28957), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114393,9 +1114393,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28953), 1, + ACTIONS(28959), 1, anon_sym_COMMA, - ACTIONS(28955), 1, + ACTIONS(28961), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1114408,7 +1114408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28957), 1, + ACTIONS(28963), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114421,7 +1114421,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28959), 1, + ACTIONS(28965), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114430,7 +1114430,7 @@ static const uint16_t ts_small_parse_table[] = { [837221] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28961), 1, + ACTIONS(28967), 1, sym_operator_identifier, STATE(16289), 1, sym_identifier, @@ -1114446,7 +1114446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28963), 1, + ACTIONS(28969), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114459,7 +1114459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28965), 1, + ACTIONS(28971), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114472,7 +1114472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28967), 1, + ACTIONS(28973), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114481,7 +1114481,7 @@ static const uint16_t ts_small_parse_table[] = { [837295] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28239), 1, + ACTIONS(28245), 1, sym_operator_identifier, STATE(8109), 1, sym__object_definition, @@ -1114493,7 +1114493,7 @@ static const uint16_t ts_small_parse_table[] = { [837312] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28969), 1, + ACTIONS(28975), 1, sym_operator_identifier, STATE(15020), 1, sym_identifier, @@ -1114505,7 +1114505,7 @@ static const uint16_t ts_small_parse_table[] = { [837329] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1114521,7 +1114521,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28971), 1, + ACTIONS(28977), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114530,7 +1114530,7 @@ static const uint16_t ts_small_parse_table[] = { [837365] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28473), 1, + ACTIONS(28479), 1, sym_operator_identifier, STATE(18235), 1, sym_identifier, @@ -1114546,7 +1114546,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28973), 1, + ACTIONS(28979), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114555,7 +1114555,7 @@ static const uint16_t ts_small_parse_table[] = { [837401] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1114571,7 +1114571,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28975), 1, + ACTIONS(28981), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114580,7 +1114580,7 @@ static const uint16_t ts_small_parse_table[] = { [837437] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1114592,7 +1114592,7 @@ static const uint16_t ts_small_parse_table[] = { [837454] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28126), 1, + ACTIONS(28132), 1, sym_operator_identifier, STATE(14360), 1, sym_identifier, @@ -1114604,7 +1114604,7 @@ static const uint16_t ts_small_parse_table[] = { [837471] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1114616,7 +1114616,7 @@ static const uint16_t ts_small_parse_table[] = { [837488] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28114), 1, + ACTIONS(28120), 1, sym_operator_identifier, STATE(14298), 1, sym_identifier, @@ -1114628,19 +1114628,19 @@ static const uint16_t ts_small_parse_table[] = { [837505] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28977), 1, + ACTIONS(28983), 1, anon_sym_LBRACE, - ACTIONS(28979), 1, + ACTIONS(28985), 1, anon_sym_LBRACK, STATE(8009), 1, sym_identifier, - ACTIONS(28395), 2, + ACTIONS(28401), 2, sym__alpha_identifier, sym__backquoted_id, [837522] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28981), 1, + ACTIONS(28987), 1, sym_operator_identifier, STATE(5586), 1, sym__type_identifier, @@ -1114652,7 +1114652,7 @@ static const uint16_t ts_small_parse_table[] = { [837539] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28983), 1, + ACTIONS(28989), 1, sym_operator_identifier, STATE(14793), 1, sym__type_identifier, @@ -1114664,9 +1114664,9 @@ static const uint16_t ts_small_parse_table[] = { [837556] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(28985), 1, + ACTIONS(28991), 1, anon_sym_LBRACE, - ACTIONS(28987), 1, + ACTIONS(28993), 1, anon_sym_LBRACK, STATE(13814), 1, sym_identifier, @@ -1114676,7 +1114676,7 @@ static const uint16_t ts_small_parse_table[] = { [837573] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28305), 1, + ACTIONS(28311), 1, sym_operator_identifier, STATE(6657), 1, sym__object_definition, @@ -1114690,9 +1114690,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28989), 1, + ACTIONS(28995), 1, anon_sym_COMMA, - ACTIONS(28991), 1, + ACTIONS(28997), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1114701,7 +1114701,7 @@ static const uint16_t ts_small_parse_table[] = { [837609] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28993), 1, + ACTIONS(28999), 1, sym_operator_identifier, STATE(8419), 1, sym__type_identifier, @@ -1114713,7 +1114713,7 @@ static const uint16_t ts_small_parse_table[] = { [837626] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1114727,9 +1114727,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(28995), 1, + ACTIONS(29001), 1, anon_sym_COMMA, - ACTIONS(28997), 1, + ACTIONS(29003), 1, anon_sym_RPAREN, STATE(26087), 1, aux_sym_tuple_type_repeat1, @@ -1114742,7 +1114742,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(28999), 1, + ACTIONS(29005), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114751,7 +1114751,7 @@ static const uint16_t ts_small_parse_table[] = { [837681] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28305), 1, + ACTIONS(28311), 1, sym_operator_identifier, STATE(6728), 1, sym__object_definition, @@ -1114763,7 +1114763,7 @@ static const uint16_t ts_small_parse_table[] = { [837698] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28925), 1, + ACTIONS(28931), 1, sym_operator_identifier, STATE(4423), 1, sym_identifier, @@ -1114775,7 +1114775,7 @@ static const uint16_t ts_small_parse_table[] = { [837715] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28925), 1, + ACTIONS(28931), 1, sym_operator_identifier, STATE(4423), 1, sym_identifier, @@ -1114791,7 +1114791,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29001), 1, + ACTIONS(29007), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114800,7 +1114800,7 @@ static const uint16_t ts_small_parse_table[] = { [837751] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28293), 1, + ACTIONS(28299), 1, sym_operator_identifier, STATE(8597), 1, sym_identifier, @@ -1114816,7 +1114816,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29003), 1, + ACTIONS(29009), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114827,9 +1114827,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29005), 1, + ACTIONS(29011), 1, anon_sym_COMMA, - ACTIONS(29007), 1, + ACTIONS(29013), 1, anon_sym_RPAREN, STATE(25904), 1, aux_sym_tuple_type_repeat1, @@ -1114840,9 +1114840,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29009), 1, + ACTIONS(29015), 1, anon_sym_COMMA, - ACTIONS(29011), 1, + ACTIONS(29017), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1114855,7 +1114855,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29013), 1, + ACTIONS(29019), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114864,7 +1114864,7 @@ static const uint16_t ts_small_parse_table[] = { [837844] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1114876,7 +1114876,7 @@ static const uint16_t ts_small_parse_table[] = { [837861] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28473), 1, + ACTIONS(28479), 1, sym_operator_identifier, STATE(18235), 1, sym_identifier, @@ -1114892,7 +1114892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29015), 1, + ACTIONS(29021), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114901,7 +1114901,7 @@ static const uint16_t ts_small_parse_table[] = { [837897] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29017), 1, + ACTIONS(29023), 1, sym_operator_identifier, STATE(15910), 1, sym__type_identifier, @@ -1114913,7 +1114913,7 @@ static const uint16_t ts_small_parse_table[] = { [837914] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28401), 1, + ACTIONS(28407), 1, sym_operator_identifier, STATE(18385), 1, sym_identifier, @@ -1114925,13 +1114925,13 @@ static const uint16_t ts_small_parse_table[] = { [837931] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29019), 1, + ACTIONS(29025), 1, sym_operator_identifier, STATE(9215), 1, sym__type_identifier, STATE(22043), 1, sym_identifier, - ACTIONS(28751), 2, + ACTIONS(28757), 2, sym__alpha_identifier, sym__backquoted_id, [837948] = 6, @@ -1114941,7 +1114941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29021), 1, + ACTIONS(29027), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1114950,7 +1114950,7 @@ static const uint16_t ts_small_parse_table[] = { [837967] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28339), 1, + ACTIONS(28345), 1, sym_operator_identifier, STATE(18158), 1, sym_identifier, @@ -1114962,7 +1114962,7 @@ static const uint16_t ts_small_parse_table[] = { [837984] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1114976,9 +1114976,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29023), 1, + ACTIONS(29029), 1, anon_sym_COMMA, - ACTIONS(29025), 1, + ACTIONS(29031), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1114991,7 +1114991,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29027), 1, + ACTIONS(29033), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1115000,7 +1115000,7 @@ static const uint16_t ts_small_parse_table[] = { [838039] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28241), 1, + ACTIONS(28247), 1, sym_operator_identifier, STATE(14471), 1, sym_identifier, @@ -1115012,7 +1115012,7 @@ static const uint16_t ts_small_parse_table[] = { [838056] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28126), 1, + ACTIONS(28132), 1, sym_operator_identifier, STATE(14360), 1, sym_identifier, @@ -1115024,7 +1115024,7 @@ static const uint16_t ts_small_parse_table[] = { [838073] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28377), 1, + ACTIONS(28383), 1, sym_operator_identifier, STATE(7322), 1, sym__object_definition, @@ -1115036,7 +1115036,7 @@ static const uint16_t ts_small_parse_table[] = { [838090] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28241), 1, + ACTIONS(28247), 1, sym_operator_identifier, STATE(14471), 1, sym_identifier, @@ -1115048,7 +1115048,7 @@ static const uint16_t ts_small_parse_table[] = { [838107] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1115060,9 +1115060,9 @@ static const uint16_t ts_small_parse_table[] = { [838124] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29029), 1, + ACTIONS(29035), 1, anon_sym_LBRACE, - ACTIONS(29031), 1, + ACTIONS(29037), 1, anon_sym_LBRACK, STATE(13936), 1, sym_identifier, @@ -1115072,7 +1115072,7 @@ static const uint16_t ts_small_parse_table[] = { [838141] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(29033), 1, + ACTIONS(29039), 1, anon_sym_else, ACTIONS(11897), 4, anon_sym_LBRACK, @@ -1115082,7 +1115082,7 @@ static const uint16_t ts_small_parse_table[] = { [838154] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(29035), 1, + ACTIONS(29041), 1, anon_sym_else, ACTIONS(11903), 4, anon_sym_LBRACK, @@ -1115092,7 +1115092,7 @@ static const uint16_t ts_small_parse_table[] = { [838167] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29037), 1, + ACTIONS(29043), 1, anon_sym_else, ACTIONS(11909), 2, anon_sym_RPAREN, @@ -1115103,7 +1115103,7 @@ static const uint16_t ts_small_parse_table[] = { [838182] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29039), 1, + ACTIONS(29045), 1, anon_sym_else, ACTIONS(11920), 2, anon_sym_RPAREN, @@ -1115118,7 +1115118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29041), 1, + ACTIONS(29047), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1115127,7 +1115127,7 @@ static const uint16_t ts_small_parse_table[] = { [838216] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28375), 1, + ACTIONS(28381), 1, sym_operator_identifier, STATE(4379), 1, sym_identifier, @@ -1115143,7 +1115143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29043), 1, + ACTIONS(29049), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1115152,7 +1115152,7 @@ static const uint16_t ts_small_parse_table[] = { [838252] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29045), 1, + ACTIONS(29051), 1, sym_operator_identifier, STATE(8669), 1, sym_identifier, @@ -1115168,7 +1115168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29047), 1, + ACTIONS(29053), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1115181,7 +1115181,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29049), 1, + ACTIONS(29055), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1115190,7 +1115190,7 @@ static const uint16_t ts_small_parse_table[] = { [838307] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29051), 1, + ACTIONS(29057), 1, sym_operator_identifier, STATE(13609), 1, sym__type_identifier, @@ -1115202,7 +1115202,7 @@ static const uint16_t ts_small_parse_table[] = { [838324] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28375), 1, + ACTIONS(28381), 1, sym_operator_identifier, STATE(4379), 1, sym_identifier, @@ -1115218,7 +1115218,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29053), 1, + ACTIONS(29059), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1115227,7 +1115227,7 @@ static const uint16_t ts_small_parse_table[] = { [838360] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1115239,7 +1115239,7 @@ static const uint16_t ts_small_parse_table[] = { [838377] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28377), 1, + ACTIONS(28383), 1, sym_operator_identifier, STATE(7338), 1, sym__object_definition, @@ -1115251,7 +1115251,7 @@ static const uint16_t ts_small_parse_table[] = { [838394] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28659), 1, + ACTIONS(28665), 1, sym_operator_identifier, STATE(4383), 1, sym_identifier, @@ -1115263,7 +1115263,7 @@ static const uint16_t ts_small_parse_table[] = { [838411] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28659), 1, + ACTIONS(28665), 1, sym_operator_identifier, STATE(4383), 1, sym_identifier, @@ -1115275,7 +1115275,7 @@ static const uint16_t ts_small_parse_table[] = { [838428] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1115287,7 +1115287,7 @@ static const uint16_t ts_small_parse_table[] = { [838445] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28365), 1, + ACTIONS(28371), 1, sym_operator_identifier, STATE(7789), 1, sym_identifier, @@ -1115303,7 +1115303,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29055), 1, + ACTIONS(29061), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1115316,7 +1115316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29057), 1, + ACTIONS(29063), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1115325,7 +1115325,7 @@ static const uint16_t ts_small_parse_table[] = { [838500] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1115337,7 +1115337,7 @@ static const uint16_t ts_small_parse_table[] = { [838517] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29059), 1, + ACTIONS(29065), 1, sym_operator_identifier, STATE(15438), 1, sym_identifier, @@ -1115349,7 +1115349,7 @@ static const uint16_t ts_small_parse_table[] = { [838534] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28375), 1, + ACTIONS(28381), 1, sym_operator_identifier, STATE(4379), 1, sym_identifier, @@ -1115361,7 +1115361,7 @@ static const uint16_t ts_small_parse_table[] = { [838551] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28375), 1, + ACTIONS(28381), 1, sym_operator_identifier, STATE(4379), 1, sym_identifier, @@ -1115373,11 +1115373,11 @@ static const uint16_t ts_small_parse_table[] = { [838568] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25958), 1, + ACTIONS(25964), 1, anon_sym_COLON, - ACTIONS(25960), 1, + ACTIONS(25966), 1, anon_sym_LBRACE, STATE(21945), 1, sym_enum_body, @@ -1115386,7 +1115386,7 @@ static const uint16_t ts_small_parse_table[] = { [838587] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29061), 1, + ACTIONS(29067), 1, sym_operator_identifier, STATE(5156), 1, sym__type_identifier, @@ -1115398,7 +1115398,7 @@ static const uint16_t ts_small_parse_table[] = { [838604] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28375), 1, + ACTIONS(28381), 1, sym_operator_identifier, STATE(4379), 1, sym_identifier, @@ -1115410,7 +1115410,7 @@ static const uint16_t ts_small_parse_table[] = { [838621] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28126), 1, + ACTIONS(28132), 1, sym_operator_identifier, STATE(14360), 1, sym_identifier, @@ -1115422,7 +1115422,7 @@ static const uint16_t ts_small_parse_table[] = { [838638] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28401), 1, + ACTIONS(28407), 1, sym_operator_identifier, STATE(18385), 1, sym_identifier, @@ -1115436,9 +1115436,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29063), 1, + ACTIONS(29069), 1, anon_sym_COMMA, - ACTIONS(29065), 1, + ACTIONS(29071), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1115447,7 +1115447,7 @@ static const uint16_t ts_small_parse_table[] = { [838674] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29067), 1, + ACTIONS(29073), 1, sym_operator_identifier, STATE(6304), 1, sym__type_identifier, @@ -1115459,7 +1115459,7 @@ static const uint16_t ts_small_parse_table[] = { [838691] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1115475,7 +1115475,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29069), 1, + ACTIONS(29075), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1115484,7 +1115484,7 @@ static const uint16_t ts_small_parse_table[] = { [838727] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29071), 1, + ACTIONS(29077), 1, sym_operator_identifier, STATE(16361), 1, sym_identifier, @@ -1115496,7 +1115496,7 @@ static const uint16_t ts_small_parse_table[] = { [838744] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1115512,7 +1115512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29073), 1, + ACTIONS(29079), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1115521,7 +1115521,7 @@ static const uint16_t ts_small_parse_table[] = { [838780] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28233), 1, + ACTIONS(28239), 1, sym_operator_identifier, STATE(10937), 1, sym_identifier, @@ -1115533,7 +1115533,7 @@ static const uint16_t ts_small_parse_table[] = { [838797] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1115549,7 +1115549,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29075), 1, + ACTIONS(29081), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1115560,9 +1115560,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29077), 1, + ACTIONS(29083), 1, anon_sym_COMMA, - ACTIONS(29079), 1, + ACTIONS(29085), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1115575,7 +1115575,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29081), 1, + ACTIONS(29087), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1115584,9 +1115584,9 @@ static const uint16_t ts_small_parse_table[] = { [838871] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29083), 1, + ACTIONS(29089), 1, anon_sym_LBRACE, - ACTIONS(29085), 1, + ACTIONS(29091), 1, anon_sym_LBRACK, STATE(18928), 1, sym_identifier, @@ -1115596,7 +1115596,7 @@ static const uint16_t ts_small_parse_table[] = { [838888] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28259), 1, + ACTIONS(28265), 1, sym_operator_identifier, STATE(4404), 1, sym_identifier, @@ -1115608,7 +1115608,7 @@ static const uint16_t ts_small_parse_table[] = { [838905] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28259), 1, + ACTIONS(28265), 1, sym_operator_identifier, STATE(4404), 1, sym_identifier, @@ -1115620,7 +1115620,7 @@ static const uint16_t ts_small_parse_table[] = { [838922] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28339), 1, + ACTIONS(28345), 1, sym_operator_identifier, STATE(18158), 1, sym_identifier, @@ -1115632,7 +1115632,7 @@ static const uint16_t ts_small_parse_table[] = { [838939] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28433), 1, + ACTIONS(28439), 1, sym_operator_identifier, STATE(7895), 1, sym_identifier, @@ -1115644,9 +1115644,9 @@ static const uint16_t ts_small_parse_table[] = { [838956] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29087), 1, + ACTIONS(29093), 1, anon_sym_LBRACE, - ACTIONS(29089), 1, + ACTIONS(29095), 1, anon_sym_LBRACK, STATE(17570), 1, sym_identifier, @@ -1115660,7 +1115660,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29091), 1, + ACTIONS(29097), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1115669,7 +1115669,7 @@ static const uint16_t ts_small_parse_table[] = { [838992] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29093), 1, + ACTIONS(29099), 1, sym_operator_identifier, STATE(15611), 1, sym__type_identifier, @@ -1115681,7 +1115681,7 @@ static const uint16_t ts_small_parse_table[] = { [839009] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1115693,7 +1115693,7 @@ static const uint16_t ts_small_parse_table[] = { [839026] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29095), 1, + ACTIONS(29101), 1, sym_operator_identifier, STATE(16871), 1, sym__type_identifier, @@ -1115705,7 +1115705,7 @@ static const uint16_t ts_small_parse_table[] = { [839043] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1115717,7 +1115717,7 @@ static const uint16_t ts_small_parse_table[] = { [839060] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28188), 1, + ACTIONS(28194), 1, sym_operator_identifier, STATE(9494), 1, sym_identifier, @@ -1115729,9 +1115729,9 @@ static const uint16_t ts_small_parse_table[] = { [839077] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29097), 1, + ACTIONS(29103), 1, anon_sym_LBRACE, - ACTIONS(29099), 1, + ACTIONS(29105), 1, anon_sym_LBRACK, STATE(14387), 1, sym_identifier, @@ -1115745,7 +1115745,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29101), 1, + ACTIONS(29107), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1115754,7 +1115754,7 @@ static const uint16_t ts_small_parse_table[] = { [839113] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28126), 1, + ACTIONS(28132), 1, sym_operator_identifier, STATE(14360), 1, sym_identifier, @@ -1115766,7 +1115766,7 @@ static const uint16_t ts_small_parse_table[] = { [839130] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28471), 1, + ACTIONS(28477), 1, sym_operator_identifier, STATE(6103), 1, sym__object_definition, @@ -1115778,7 +1115778,7 @@ static const uint16_t ts_small_parse_table[] = { [839147] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29103), 1, + ACTIONS(29109), 1, sym_operator_identifier, STATE(14708), 1, sym_identifier, @@ -1115794,7 +1115794,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29105), 1, + ACTIONS(29111), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1115803,7 +1115803,7 @@ static const uint16_t ts_small_parse_table[] = { [839183] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1115815,7 +1115815,7 @@ static const uint16_t ts_small_parse_table[] = { [839200] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28471), 1, + ACTIONS(28477), 1, sym_operator_identifier, STATE(6096), 1, sym__object_definition, @@ -1115827,7 +1115827,7 @@ static const uint16_t ts_small_parse_table[] = { [839217] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28130), 1, + ACTIONS(28136), 1, sym_operator_identifier, STATE(17354), 1, sym_identifier, @@ -1115839,19 +1115839,19 @@ static const uint16_t ts_small_parse_table[] = { [839234] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29107), 1, + ACTIONS(29113), 1, anon_sym_COLON, - ACTIONS(29111), 1, + ACTIONS(29117), 1, anon_sym_STAR, - ACTIONS(29113), 1, + ACTIONS(29119), 1, anon_sym_EQ, - ACTIONS(29109), 2, + ACTIONS(29115), 2, anon_sym_COMMA, anon_sym_RPAREN, [839251] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29103), 1, + ACTIONS(29109), 1, sym_operator_identifier, STATE(14708), 1, sym_identifier, @@ -1115867,7 +1115867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29115), 1, + ACTIONS(29121), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1115878,9 +1115878,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29117), 1, + ACTIONS(29123), 1, anon_sym_COMMA, - ACTIONS(29119), 1, + ACTIONS(29125), 1, anon_sym_RPAREN, STATE(25549), 1, aux_sym_tuple_type_repeat1, @@ -1115889,7 +1115889,7 @@ static const uint16_t ts_small_parse_table[] = { [839306] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28401), 1, + ACTIONS(28407), 1, sym_operator_identifier, STATE(18385), 1, sym_identifier, @@ -1115903,9 +1115903,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29121), 1, + ACTIONS(29127), 1, anon_sym_COMMA, - ACTIONS(29123), 1, + ACTIONS(29129), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1115914,7 +1115914,7 @@ static const uint16_t ts_small_parse_table[] = { [839342] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28126), 1, + ACTIONS(28132), 1, sym_operator_identifier, STATE(14360), 1, sym_identifier, @@ -1115926,7 +1115926,7 @@ static const uint16_t ts_small_parse_table[] = { [839359] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1115938,7 +1115938,7 @@ static const uint16_t ts_small_parse_table[] = { [839376] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29125), 1, + ACTIONS(29131), 1, sym_operator_identifier, STATE(14431), 1, sym_identifier, @@ -1115950,7 +1115950,7 @@ static const uint16_t ts_small_parse_table[] = { [839393] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28513), 1, + ACTIONS(28519), 1, sym_operator_identifier, STATE(7580), 1, sym__object_definition, @@ -1115962,7 +1115962,7 @@ static const uint16_t ts_small_parse_table[] = { [839410] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29127), 1, + ACTIONS(29133), 1, sym_operator_identifier, STATE(19570), 1, sym_identifier, @@ -1115974,7 +1115974,7 @@ static const uint16_t ts_small_parse_table[] = { [839427] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29129), 1, + ACTIONS(29135), 1, sym_operator_identifier, STATE(15394), 1, sym_identifier, @@ -1115990,7 +1115990,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29131), 1, + ACTIONS(29137), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116003,7 +1116003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29133), 1, + ACTIONS(29139), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116016,7 +1116016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29135), 1, + ACTIONS(29141), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116025,7 +1116025,7 @@ static const uint16_t ts_small_parse_table[] = { [839501] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28513), 1, + ACTIONS(28519), 1, sym_operator_identifier, STATE(7619), 1, sym__object_definition, @@ -1116037,7 +1116037,7 @@ static const uint16_t ts_small_parse_table[] = { [839518] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28245), 1, + ACTIONS(28251), 1, sym_operator_identifier, STATE(18729), 1, sym_identifier, @@ -1116049,7 +1116049,7 @@ static const uint16_t ts_small_parse_table[] = { [839535] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28475), 1, + ACTIONS(28481), 1, sym_operator_identifier, STATE(4395), 1, sym_identifier, @@ -1116061,7 +1116061,7 @@ static const uint16_t ts_small_parse_table[] = { [839552] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1116077,7 +1116077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29137), 1, + ACTIONS(29143), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116086,7 +1116086,7 @@ static const uint16_t ts_small_parse_table[] = { [839588] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1116098,7 +1116098,7 @@ static const uint16_t ts_small_parse_table[] = { [839605] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1116112,9 +1116112,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29139), 1, + ACTIONS(29145), 1, anon_sym_COMMA, - ACTIONS(29141), 1, + ACTIONS(29147), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1116123,7 +1116123,7 @@ static const uint16_t ts_small_parse_table[] = { [839641] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28375), 1, + ACTIONS(28381), 1, sym_operator_identifier, STATE(4379), 1, sym_identifier, @@ -1116135,7 +1116135,7 @@ static const uint16_t ts_small_parse_table[] = { [839658] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28375), 1, + ACTIONS(28381), 1, sym_operator_identifier, STATE(4379), 1, sym_identifier, @@ -1116147,7 +1116147,7 @@ static const uint16_t ts_small_parse_table[] = { [839675] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28475), 1, + ACTIONS(28481), 1, sym_operator_identifier, STATE(4395), 1, sym_identifier, @@ -1116159,7 +1116159,7 @@ static const uint16_t ts_small_parse_table[] = { [839692] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28549), 1, + ACTIONS(28555), 1, sym_operator_identifier, STATE(6831), 1, sym_identifier, @@ -1116175,7 +1116175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29143), 1, + ACTIONS(29149), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116188,7 +1116188,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29145), 1, + ACTIONS(29151), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116197,7 +1116197,7 @@ static const uint16_t ts_small_parse_table[] = { [839747] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1116209,7 +1116209,7 @@ static const uint16_t ts_small_parse_table[] = { [839764] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28475), 1, + ACTIONS(28481), 1, sym_operator_identifier, STATE(4395), 1, sym_identifier, @@ -1116223,9 +1116223,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29147), 1, + ACTIONS(29153), 1, anon_sym_COMMA, - ACTIONS(29149), 1, + ACTIONS(29155), 1, anon_sym_RPAREN, STATE(25882), 1, aux_sym_tuple_type_repeat1, @@ -1116234,7 +1116234,7 @@ static const uint16_t ts_small_parse_table[] = { [839800] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28475), 1, + ACTIONS(28481), 1, sym_operator_identifier, STATE(4395), 1, sym_identifier, @@ -1116250,7 +1116250,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29151), 1, + ACTIONS(29157), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116259,7 +1116259,7 @@ static const uint16_t ts_small_parse_table[] = { [839836] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28475), 1, + ACTIONS(28481), 1, sym_operator_identifier, STATE(4395), 1, sym_identifier, @@ -1116271,7 +1116271,7 @@ static const uint16_t ts_small_parse_table[] = { [839853] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28561), 1, + ACTIONS(28567), 1, sym_operator_identifier, STATE(5211), 1, sym_identifier, @@ -1116283,7 +1116283,7 @@ static const uint16_t ts_small_parse_table[] = { [839870] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1116295,7 +1116295,7 @@ static const uint16_t ts_small_parse_table[] = { [839887] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28347), 1, + ACTIONS(28353), 1, sym_operator_identifier, STATE(14112), 1, sym_identifier, @@ -1116311,7 +1116311,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29153), 1, + ACTIONS(29159), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116324,7 +1116324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29155), 1, + ACTIONS(29161), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116337,7 +1116337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29157), 1, + ACTIONS(29163), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116348,9 +1116348,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29159), 1, + ACTIONS(29165), 1, anon_sym_COMMA, - ACTIONS(29161), 1, + ACTIONS(29167), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1116363,7 +1116363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29163), 1, + ACTIONS(29169), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116376,7 +1116376,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29165), 1, + ACTIONS(29171), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116385,7 +1116385,7 @@ static const uint16_t ts_small_parse_table[] = { [840018] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29167), 1, + ACTIONS(29173), 1, sym_operator_identifier, STATE(7591), 1, sym_identifier, @@ -1116397,7 +1116397,7 @@ static const uint16_t ts_small_parse_table[] = { [840035] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29127), 1, + ACTIONS(29133), 1, sym_operator_identifier, STATE(19570), 1, sym_identifier, @@ -1116409,7 +1116409,7 @@ static const uint16_t ts_small_parse_table[] = { [840052] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28347), 1, + ACTIONS(28353), 1, sym_operator_identifier, STATE(14112), 1, sym_identifier, @@ -1116425,7 +1116425,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29169), 1, + ACTIONS(29175), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116434,7 +1116434,7 @@ static const uint16_t ts_small_parse_table[] = { [840088] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25834), 1, + ACTIONS(25840), 1, anon_sym_finally, STATE(9645), 1, sym_finally_clause, @@ -1116445,7 +1116445,7 @@ static const uint16_t ts_small_parse_table[] = { [840103] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28589), 1, + ACTIONS(28595), 1, sym_operator_identifier, STATE(6980), 1, sym__object_definition, @@ -1116457,7 +1116457,7 @@ static const uint16_t ts_small_parse_table[] = { [840120] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29171), 1, + ACTIONS(29177), 1, sym_operator_identifier, STATE(15454), 1, sym__type_identifier, @@ -1116469,7 +1116469,7 @@ static const uint16_t ts_small_parse_table[] = { [840137] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1116481,7 +1116481,7 @@ static const uint16_t ts_small_parse_table[] = { [840154] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29173), 1, + ACTIONS(29179), 1, sym_operator_identifier, STATE(17343), 1, sym_identifier, @@ -1116493,7 +1116493,7 @@ static const uint16_t ts_small_parse_table[] = { [840171] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28124), 1, + ACTIONS(28130), 1, sym_operator_identifier, STATE(4392), 1, sym_identifier, @@ -1116505,7 +1116505,7 @@ static const uint16_t ts_small_parse_table[] = { [840188] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28589), 1, + ACTIONS(28595), 1, sym_operator_identifier, STATE(7001), 1, sym__object_definition, @@ -1116517,7 +1116517,7 @@ static const uint16_t ts_small_parse_table[] = { [840205] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28475), 1, + ACTIONS(28481), 1, sym_operator_identifier, STATE(4395), 1, sym_identifier, @@ -1116529,7 +1116529,7 @@ static const uint16_t ts_small_parse_table[] = { [840222] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28475), 1, + ACTIONS(28481), 1, sym_operator_identifier, STATE(4395), 1, sym_identifier, @@ -1116546,13 +1116546,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(67), 2, sym__outdent, anon_sym_case, - ACTIONS(29175), 2, + ACTIONS(29181), 2, sym__automatic_semicolon, anon_sym_SEMI, [840254] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28577), 1, + ACTIONS(28583), 1, sym_operator_identifier, STATE(7984), 1, sym_identifier, @@ -1116564,7 +1116564,7 @@ static const uint16_t ts_small_parse_table[] = { [840271] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28124), 1, + ACTIONS(28130), 1, sym_operator_identifier, STATE(4392), 1, sym_identifier, @@ -1116576,7 +1116576,7 @@ static const uint16_t ts_small_parse_table[] = { [840288] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28259), 1, + ACTIONS(28265), 1, sym_operator_identifier, STATE(4404), 1, sym_identifier, @@ -1116588,7 +1116588,7 @@ static const uint16_t ts_small_parse_table[] = { [840305] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28259), 1, + ACTIONS(28265), 1, sym_operator_identifier, STATE(4404), 1, sym_identifier, @@ -1116604,7 +1116604,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29177), 1, + ACTIONS(29183), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116617,7 +1116617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29179), 1, + ACTIONS(29185), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116626,19 +1116626,19 @@ static const uint16_t ts_small_parse_table[] = { [840360] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29181), 1, + ACTIONS(29187), 1, anon_sym_SEMI, - ACTIONS(29183), 1, + ACTIONS(29189), 1, sym__automatic_semicolon, STATE(24427), 1, aux_sym_enumerators_repeat1, - ACTIONS(28725), 2, + ACTIONS(28731), 2, anon_sym_do, anon_sym_yield, [840377] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1116650,7 +1116650,7 @@ static const uint16_t ts_small_parse_table[] = { [840394] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28156), 1, + ACTIONS(28162), 1, sym_operator_identifier, STATE(14591), 1, sym_identifier, @@ -1116666,7 +1116666,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29185), 1, + ACTIONS(29191), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116679,7 +1116679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29187), 1, + ACTIONS(29193), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116688,7 +1116688,7 @@ static const uint16_t ts_small_parse_table[] = { [840449] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28323), 1, + ACTIONS(28329), 1, sym_operator_identifier, STATE(14396), 1, sym_identifier, @@ -1116700,7 +1116700,7 @@ static const uint16_t ts_small_parse_table[] = { [840466] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29189), 1, + ACTIONS(29195), 1, sym_operator_identifier, STATE(7182), 1, sym_identifier, @@ -1116712,9 +1116712,9 @@ static const uint16_t ts_small_parse_table[] = { [840483] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29191), 1, + ACTIONS(29197), 1, anon_sym_LBRACE, - ACTIONS(29193), 1, + ACTIONS(29199), 1, anon_sym_LBRACK, STATE(16136), 1, sym_identifier, @@ -1116724,7 +1116724,7 @@ static const uint16_t ts_small_parse_table[] = { [840500] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29195), 1, + ACTIONS(29201), 1, sym_operator_identifier, STATE(8453), 1, sym_identifier, @@ -1116736,7 +1116736,7 @@ static const uint16_t ts_small_parse_table[] = { [840517] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29197), 1, + ACTIONS(29203), 1, sym_operator_identifier, STATE(13071), 1, sym__type_identifier, @@ -1116748,7 +1116748,7 @@ static const uint16_t ts_small_parse_table[] = { [840534] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29199), 1, + ACTIONS(29205), 1, sym_operator_identifier, STATE(13116), 1, sym__type_identifier, @@ -1116760,19 +1116760,19 @@ static const uint16_t ts_small_parse_table[] = { [840551] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29203), 1, + ACTIONS(29209), 1, anon_sym_LBRACE, - ACTIONS(29205), 1, + ACTIONS(29211), 1, anon_sym_LBRACK, STATE(7715), 1, sym_identifier, - ACTIONS(29201), 2, + ACTIONS(29207), 2, sym__alpha_identifier, sym__backquoted_id, [840568] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28124), 1, + ACTIONS(28130), 1, sym_operator_identifier, STATE(4392), 1, sym_identifier, @@ -1116784,7 +1116784,7 @@ static const uint16_t ts_small_parse_table[] = { [840585] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1116796,7 +1116796,7 @@ static const uint16_t ts_small_parse_table[] = { [840602] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28124), 1, + ACTIONS(28130), 1, sym_operator_identifier, STATE(4392), 1, sym_identifier, @@ -1116810,9 +1116810,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29207), 1, + ACTIONS(29213), 1, anon_sym_COMMA, - ACTIONS(29209), 1, + ACTIONS(29215), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1116821,7 +1116821,7 @@ static const uint16_t ts_small_parse_table[] = { [840638] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1116837,7 +1116837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29211), 1, + ACTIONS(29217), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116850,7 +1116850,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29213), 1, + ACTIONS(29219), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116863,7 +1116863,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29215), 1, + ACTIONS(29221), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116872,7 +1116872,7 @@ static const uint16_t ts_small_parse_table[] = { [840712] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28259), 1, + ACTIONS(28265), 1, sym_operator_identifier, STATE(4404), 1, sym_identifier, @@ -1116888,7 +1116888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29217), 1, + ACTIONS(29223), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116897,7 +1116897,7 @@ static const uint16_t ts_small_parse_table[] = { [840748] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28156), 1, + ACTIONS(28162), 1, sym_operator_identifier, STATE(14591), 1, sym_identifier, @@ -1116909,7 +1116909,7 @@ static const uint16_t ts_small_parse_table[] = { [840765] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28124), 1, + ACTIONS(28130), 1, sym_operator_identifier, STATE(4392), 1, sym_identifier, @@ -1116921,7 +1116921,7 @@ static const uint16_t ts_small_parse_table[] = { [840782] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28124), 1, + ACTIONS(28130), 1, sym_operator_identifier, STATE(4392), 1, sym_identifier, @@ -1116937,7 +1116937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29219), 1, + ACTIONS(29225), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1116946,7 +1116946,7 @@ static const uint16_t ts_small_parse_table[] = { [840818] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28116), 1, + ACTIONS(28122), 1, sym_operator_identifier, STATE(17866), 1, sym_identifier, @@ -1116958,7 +1116958,7 @@ static const uint16_t ts_small_parse_table[] = { [840835] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1116970,7 +1116970,7 @@ static const uint16_t ts_small_parse_table[] = { [840852] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29221), 1, + ACTIONS(29227), 1, sym_operator_identifier, STATE(8411), 1, sym__type_identifier, @@ -1116982,7 +1116982,7 @@ static const uint16_t ts_small_parse_table[] = { [840869] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28124), 1, + ACTIONS(28130), 1, sym_operator_identifier, STATE(4392), 1, sym_identifier, @@ -1116996,9 +1116996,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29223), 1, + ACTIONS(29229), 1, anon_sym_COMMA, - ACTIONS(29225), 1, + ACTIONS(29231), 1, anon_sym_RPAREN, STATE(25488), 1, aux_sym_tuple_type_repeat1, @@ -1117009,7 +1117009,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(22887), 1, anon_sym_COLON, - ACTIONS(24780), 2, + ACTIONS(24786), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(24466), 2, @@ -1117022,7 +1117022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29227), 1, + ACTIONS(29233), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117035,7 +1117035,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29229), 1, + ACTIONS(29235), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117044,7 +1117044,7 @@ static const uint16_t ts_small_parse_table[] = { [840958] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28259), 1, + ACTIONS(28265), 1, sym_operator_identifier, STATE(4404), 1, sym_identifier, @@ -1117056,7 +1117056,7 @@ static const uint16_t ts_small_parse_table[] = { [840975] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28649), 1, + ACTIONS(28655), 1, sym_operator_identifier, STATE(7450), 1, sym_identifier, @@ -1117068,7 +1117068,7 @@ static const uint16_t ts_small_parse_table[] = { [840992] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1117080,7 +1117080,7 @@ static const uint16_t ts_small_parse_table[] = { [841009] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29231), 1, + ACTIONS(29237), 1, sym_operator_identifier, STATE(17589), 1, sym_identifier, @@ -1117092,7 +1117092,7 @@ static const uint16_t ts_small_parse_table[] = { [841026] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28561), 1, + ACTIONS(28567), 1, sym_operator_identifier, STATE(5211), 1, sym_identifier, @@ -1117104,7 +1117104,7 @@ static const uint16_t ts_small_parse_table[] = { [841043] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28323), 1, + ACTIONS(28329), 1, sym_operator_identifier, STATE(14396), 1, sym_identifier, @@ -1117116,7 +1117116,7 @@ static const uint16_t ts_small_parse_table[] = { [841060] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29233), 1, + ACTIONS(29239), 1, sym_operator_identifier, STATE(7799), 1, sym_identifier, @@ -1117128,7 +1117128,7 @@ static const uint16_t ts_small_parse_table[] = { [841077] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28259), 1, + ACTIONS(28265), 1, sym_operator_identifier, STATE(4404), 1, sym_identifier, @@ -1117140,7 +1117140,7 @@ static const uint16_t ts_small_parse_table[] = { [841094] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29127), 1, + ACTIONS(29133), 1, sym_operator_identifier, STATE(19570), 1, sym_identifier, @@ -1117152,7 +1117152,7 @@ static const uint16_t ts_small_parse_table[] = { [841111] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1117164,7 +1117164,7 @@ static const uint16_t ts_small_parse_table[] = { [841128] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1117180,7 +1117180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29235), 1, + ACTIONS(29241), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117189,7 +1117189,7 @@ static const uint16_t ts_small_parse_table[] = { [841164] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28114), 1, + ACTIONS(28120), 1, sym_operator_identifier, STATE(14298), 1, sym_identifier, @@ -1117205,7 +1117205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29237), 1, + ACTIONS(29243), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117214,7 +1117214,7 @@ static const uint16_t ts_small_parse_table[] = { [841200] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1117226,7 +1117226,7 @@ static const uint16_t ts_small_parse_table[] = { [841217] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28114), 1, + ACTIONS(28120), 1, sym_operator_identifier, STATE(14298), 1, sym_identifier, @@ -1117242,7 +1117242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29239), 1, + ACTIONS(29245), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117255,7 +1117255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29241), 1, + ACTIONS(29247), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117264,7 +1117264,7 @@ static const uint16_t ts_small_parse_table[] = { [841272] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29243), 1, + ACTIONS(29249), 1, sym_operator_identifier, STATE(15404), 1, sym_identifier, @@ -1117276,7 +1117276,7 @@ static const uint16_t ts_small_parse_table[] = { [841289] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28467), 1, + ACTIONS(28473), 1, sym_operator_identifier, STATE(14953), 1, sym_identifier, @@ -1117290,9 +1117290,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29245), 1, + ACTIONS(29251), 1, anon_sym_COMMA, - ACTIONS(29247), 1, + ACTIONS(29253), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1117305,7 +1117305,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29249), 1, + ACTIONS(29255), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117314,7 +1117314,7 @@ static const uint16_t ts_small_parse_table[] = { [841344] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1117326,7 +1117326,7 @@ static const uint16_t ts_small_parse_table[] = { [841361] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29251), 1, + ACTIONS(29257), 1, sym_operator_identifier, STATE(7868), 1, sym__type_identifier, @@ -1117338,7 +1117338,7 @@ static const uint16_t ts_small_parse_table[] = { [841378] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28503), 1, + ACTIONS(28509), 1, sym_operator_identifier, STATE(16895), 1, sym_identifier, @@ -1117354,7 +1117354,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29253), 1, + ACTIONS(29259), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117367,7 +1117367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29255), 1, + ACTIONS(29261), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117376,7 +1117376,7 @@ static const uint16_t ts_small_parse_table[] = { [841433] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1117404,7 +1117404,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29257), 1, + ACTIONS(29263), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117413,13 +1117413,13 @@ static const uint16_t ts_small_parse_table[] = { [841486] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29261), 1, + ACTIONS(29267), 1, anon_sym_LBRACE, - ACTIONS(29263), 1, + ACTIONS(29269), 1, anon_sym_LBRACK, STATE(7219), 1, sym_identifier, - ACTIONS(29259), 2, + ACTIONS(29265), 2, sym__alpha_identifier, sym__backquoted_id, [841503] = 6, @@ -1117427,11 +1117427,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15307), 1, anon_sym_as, - ACTIONS(28108), 1, + ACTIONS(28114), 1, anon_sym_EQ_GT, - ACTIONS(29265), 1, + ACTIONS(29271), 1, anon_sym_RBRACE, - ACTIONS(29267), 1, + ACTIONS(29273), 1, anon_sym_COMMA, STATE(26647), 1, aux_sym_namespace_selectors_repeat1, @@ -1117442,7 +1117442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29269), 1, + ACTIONS(29275), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117451,7 +1117451,7 @@ static const uint16_t ts_small_parse_table[] = { [841541] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29127), 1, + ACTIONS(29133), 1, sym_operator_identifier, STATE(19570), 1, sym_identifier, @@ -1117463,7 +1117463,7 @@ static const uint16_t ts_small_parse_table[] = { [841558] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1117479,7 +1117479,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29271), 1, + ACTIONS(29277), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117492,7 +1117492,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29273), 1, + ACTIONS(29279), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117505,7 +1117505,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29275), 1, + ACTIONS(29281), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117518,7 +1117518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29277), 1, + ACTIONS(29283), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117531,7 +1117531,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29279), 1, + ACTIONS(29285), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117540,7 +1117540,7 @@ static const uint16_t ts_small_parse_table[] = { [841670] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1117552,7 +1117552,7 @@ static const uint16_t ts_small_parse_table[] = { [841687] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1117564,9 +1117564,9 @@ static const uint16_t ts_small_parse_table[] = { [841704] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29281), 1, + ACTIONS(29287), 1, anon_sym_LBRACE, - ACTIONS(29283), 1, + ACTIONS(29289), 1, anon_sym_LBRACK, STATE(17523), 1, sym_identifier, @@ -1117578,9 +1117578,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29285), 1, + ACTIONS(29291), 1, anon_sym_COMMA, - ACTIONS(29287), 1, + ACTIONS(29293), 1, anon_sym_RPAREN, STATE(25479), 1, aux_sym_tuple_type_repeat1, @@ -1117593,7 +1117593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29289), 1, + ACTIONS(29295), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117606,7 +1117606,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29291), 1, + ACTIONS(29297), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117615,7 +1117615,7 @@ static const uint16_t ts_small_parse_table[] = { [841778] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29293), 1, + ACTIONS(29299), 1, sym_operator_identifier, STATE(7691), 1, sym_identifier, @@ -1117627,7 +1117627,7 @@ static const uint16_t ts_small_parse_table[] = { [841795] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1117639,7 +1117639,7 @@ static const uint16_t ts_small_parse_table[] = { [841812] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(29295), 1, + ACTIONS(29301), 1, anon_sym_else, ACTIONS(11897), 4, anon_sym_LBRACK, @@ -1117649,7 +1117649,7 @@ static const uint16_t ts_small_parse_table[] = { [841825] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29297), 1, + ACTIONS(29303), 1, sym_operator_identifier, STATE(13945), 1, sym__type_identifier, @@ -1117661,19 +1117661,19 @@ static const uint16_t ts_small_parse_table[] = { [841842] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29301), 1, + ACTIONS(29307), 1, anon_sym_LBRACE, - ACTIONS(29303), 1, + ACTIONS(29309), 1, anon_sym_LBRACK, STATE(7124), 1, sym_identifier, - ACTIONS(29299), 2, + ACTIONS(29305), 2, sym__alpha_identifier, sym__backquoted_id, [841859] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(29305), 1, + ACTIONS(29311), 1, anon_sym_else, ACTIONS(11903), 4, anon_sym_LBRACK, @@ -1117683,7 +1117683,7 @@ static const uint16_t ts_small_parse_table[] = { [841872] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29307), 1, + ACTIONS(29313), 1, anon_sym_else, ACTIONS(11909), 2, anon_sym_RPAREN, @@ -1117696,9 +1117696,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29309), 1, + ACTIONS(29315), 1, anon_sym_COMMA, - ACTIONS(29311), 1, + ACTIONS(29317), 1, anon_sym_RPAREN, STATE(25425), 1, aux_sym_tuple_type_repeat1, @@ -1117707,7 +1117707,7 @@ static const uint16_t ts_small_parse_table[] = { [841906] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29313), 1, + ACTIONS(29319), 1, sym_operator_identifier, STATE(18364), 1, sym__type_identifier, @@ -1117719,7 +1117719,7 @@ static const uint16_t ts_small_parse_table[] = { [841923] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28339), 1, + ACTIONS(28345), 1, sym_operator_identifier, STATE(18158), 1, sym_identifier, @@ -1117731,7 +1117731,7 @@ static const uint16_t ts_small_parse_table[] = { [841940] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28233), 1, + ACTIONS(28239), 1, sym_operator_identifier, STATE(10937), 1, sym_identifier, @@ -1117743,7 +1117743,7 @@ static const uint16_t ts_small_parse_table[] = { [841957] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1117755,7 +1117755,7 @@ static const uint16_t ts_small_parse_table[] = { [841974] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29315), 1, + ACTIONS(29321), 1, anon_sym_else, ACTIONS(11920), 2, anon_sym_RPAREN, @@ -1117766,7 +1117766,7 @@ static const uint16_t ts_small_parse_table[] = { [841989] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1117782,7 +1117782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29317), 1, + ACTIONS(29323), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117791,7 +1117791,7 @@ static const uint16_t ts_small_parse_table[] = { [842025] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29319), 1, + ACTIONS(29325), 1, sym_operator_identifier, STATE(18676), 1, sym_identifier, @@ -1117807,7 +1117807,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29321), 1, + ACTIONS(29327), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117820,7 +1117820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29323), 1, + ACTIONS(29329), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117829,13 +1117829,13 @@ static const uint16_t ts_small_parse_table[] = { [842080] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29325), 1, + ACTIONS(29331), 1, anon_sym_COLON, - ACTIONS(29329), 1, + ACTIONS(29335), 1, anon_sym_STAR, - ACTIONS(29331), 1, + ACTIONS(29337), 1, anon_sym_EQ, - ACTIONS(29327), 2, + ACTIONS(29333), 2, anon_sym_COMMA, anon_sym_RPAREN, [842097] = 6, @@ -1117845,7 +1117845,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29333), 1, + ACTIONS(29339), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117858,7 +1117858,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29335), 1, + ACTIONS(29341), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117867,7 +1117867,7 @@ static const uint16_t ts_small_parse_table[] = { [842135] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29337), 1, + ACTIONS(29343), 1, sym_operator_identifier, STATE(12757), 1, sym_identifier, @@ -1117883,7 +1117883,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29339), 1, + ACTIONS(29345), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117892,7 +1117892,7 @@ static const uint16_t ts_small_parse_table[] = { [842171] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29341), 1, + ACTIONS(29347), 1, sym_operator_identifier, STATE(7513), 1, sym__type_identifier, @@ -1117904,7 +1117904,7 @@ static const uint16_t ts_small_parse_table[] = { [842188] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1117916,7 +1117916,7 @@ static const uint16_t ts_small_parse_table[] = { [842205] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29343), 1, + ACTIONS(29349), 1, sym_operator_identifier, STATE(13423), 1, sym_identifier, @@ -1117928,7 +1117928,7 @@ static const uint16_t ts_small_parse_table[] = { [842222] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1117940,7 +1117940,7 @@ static const uint16_t ts_small_parse_table[] = { [842239] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28467), 1, + ACTIONS(28473), 1, sym_operator_identifier, STATE(14953), 1, sym_identifier, @@ -1117954,9 +1117954,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29345), 1, + ACTIONS(29351), 1, anon_sym_COMMA, - ACTIONS(29347), 1, + ACTIONS(29353), 1, anon_sym_RPAREN, STATE(25618), 1, aux_sym_tuple_type_repeat1, @@ -1117969,7 +1117969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29349), 1, + ACTIONS(29355), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1117978,18 +1117978,18 @@ static const uint16_t ts_small_parse_table[] = { [842294] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29353), 1, + ACTIONS(29359), 1, anon_sym_COMMA, STATE(24576), 1, aux_sym_enum_case_definitions_repeat1, - ACTIONS(29351), 3, + ACTIONS(29357), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, [842309] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29355), 1, + ACTIONS(29361), 1, sym_operator_identifier, STATE(5419), 1, sym_identifier, @@ -1118001,7 +1118001,7 @@ static const uint16_t ts_small_parse_table[] = { [842326] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29357), 1, + ACTIONS(29363), 1, sym_operator_identifier, STATE(15313), 1, sym__type_identifier, @@ -1118013,7 +1118013,7 @@ static const uint16_t ts_small_parse_table[] = { [842343] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28467), 1, + ACTIONS(28473), 1, sym_operator_identifier, STATE(14953), 1, sym_identifier, @@ -1118029,7 +1118029,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29359), 1, + ACTIONS(29365), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118038,7 +1118038,7 @@ static const uint16_t ts_small_parse_table[] = { [842379] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1118052,9 +1118052,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29361), 1, + ACTIONS(29367), 1, anon_sym_COMMA, - ACTIONS(29363), 1, + ACTIONS(29369), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1118067,7 +1118067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29365), 1, + ACTIONS(29371), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118076,7 +1118076,7 @@ static const uint16_t ts_small_parse_table[] = { [842434] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(27372), 1, + ACTIONS(27378), 1, sym_operator_identifier, STATE(6989), 1, sym_identifier, @@ -1118088,7 +1118088,7 @@ static const uint16_t ts_small_parse_table[] = { [842451] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1118102,11 +1118102,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15307), 1, anon_sym_as, - ACTIONS(28108), 1, + ACTIONS(28114), 1, anon_sym_EQ_GT, - ACTIONS(29367), 1, + ACTIONS(29373), 1, anon_sym_RBRACE, - ACTIONS(29369), 1, + ACTIONS(29375), 1, anon_sym_COMMA, STATE(25683), 1, aux_sym_namespace_selectors_repeat1, @@ -1118117,7 +1118117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29371), 1, + ACTIONS(29377), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118126,7 +1118126,7 @@ static const uint16_t ts_small_parse_table[] = { [842506] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1118142,7 +1118142,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29373), 1, + ACTIONS(29379), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118153,9 +1118153,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29375), 1, + ACTIONS(29381), 1, anon_sym_COMMA, - ACTIONS(29377), 1, + ACTIONS(29383), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1118168,7 +1118168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29379), 1, + ACTIONS(29385), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118179,11 +1118179,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15307), 1, anon_sym_as, - ACTIONS(28108), 1, + ACTIONS(28114), 1, anon_sym_EQ_GT, - ACTIONS(29381), 1, + ACTIONS(29387), 1, anon_sym_RBRACE, - ACTIONS(29383), 1, + ACTIONS(29389), 1, anon_sym_COMMA, STATE(26232), 1, aux_sym_namespace_selectors_repeat1, @@ -1118206,7 +1118206,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29385), 1, + ACTIONS(29391), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118219,7 +1118219,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29387), 1, + ACTIONS(29393), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118228,7 +1118228,7 @@ static const uint16_t ts_small_parse_table[] = { [842654] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1118244,7 +1118244,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29389), 1, + ACTIONS(29395), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118257,7 +1118257,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29391), 1, + ACTIONS(29397), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118266,9 +1118266,9 @@ static const uint16_t ts_small_parse_table[] = { [842709] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29393), 1, + ACTIONS(29399), 1, anon_sym_LBRACE, - ACTIONS(29395), 1, + ACTIONS(29401), 1, anon_sym_LBRACK, STATE(13817), 1, sym_identifier, @@ -1118278,7 +1118278,7 @@ static const uint16_t ts_small_parse_table[] = { [842726] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1118290,7 +1118290,7 @@ static const uint16_t ts_small_parse_table[] = { [842743] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29397), 1, + ACTIONS(29403), 1, sym_operator_identifier, STATE(18389), 1, sym_identifier, @@ -1118304,9 +1118304,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29399), 1, + ACTIONS(29405), 1, anon_sym_COMMA, - ACTIONS(29401), 1, + ACTIONS(29407), 1, anon_sym_RPAREN, STATE(25864), 1, aux_sym_tuple_type_repeat1, @@ -1118315,9 +1118315,9 @@ static const uint16_t ts_small_parse_table[] = { [842779] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29403), 1, + ACTIONS(29409), 1, anon_sym_LBRACE, - ACTIONS(29405), 1, + ACTIONS(29411), 1, anon_sym_LBRACK, STATE(17093), 1, sym_identifier, @@ -1118327,7 +1118327,7 @@ static const uint16_t ts_small_parse_table[] = { [842796] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1118339,7 +1118339,7 @@ static const uint16_t ts_small_parse_table[] = { [842813] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29407), 1, + ACTIONS(29413), 1, sym_operator_identifier, STATE(7808), 1, sym_identifier, @@ -1118351,7 +1118351,7 @@ static const uint16_t ts_small_parse_table[] = { [842830] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28887), 1, + ACTIONS(28893), 1, sym_operator_identifier, STATE(15319), 1, sym_identifier, @@ -1118365,9 +1118365,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29409), 1, + ACTIONS(29415), 1, anon_sym_COMMA, - ACTIONS(29411), 1, + ACTIONS(29417), 1, anon_sym_RPAREN, STATE(25416), 1, aux_sym_tuple_type_repeat1, @@ -1118376,7 +1118376,7 @@ static const uint16_t ts_small_parse_table[] = { [842866] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1118388,7 +1118388,7 @@ static const uint16_t ts_small_parse_table[] = { [842883] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29413), 1, + ACTIONS(29419), 1, sym_operator_identifier, STATE(16600), 1, sym__type_identifier, @@ -1118404,7 +1118404,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29415), 1, + ACTIONS(29421), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118417,7 +1118417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29417), 1, + ACTIONS(29423), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118430,7 +1118430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29419), 1, + ACTIONS(29425), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118439,7 +1118439,7 @@ static const uint16_t ts_small_parse_table[] = { [842957] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29421), 1, + ACTIONS(29427), 1, sym_operator_identifier, STATE(18188), 1, sym_identifier, @@ -1118451,7 +1118451,7 @@ static const uint16_t ts_small_parse_table[] = { [842974] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28339), 1, + ACTIONS(28345), 1, sym_operator_identifier, STATE(18158), 1, sym_identifier, @@ -1118467,7 +1118467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29423), 1, + ACTIONS(29429), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118476,7 +1118476,7 @@ static const uint16_t ts_small_parse_table[] = { [843010] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28467), 1, + ACTIONS(28473), 1, sym_operator_identifier, STATE(14953), 1, sym_identifier, @@ -1118488,7 +1118488,7 @@ static const uint16_t ts_small_parse_table[] = { [843027] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29425), 1, + ACTIONS(29431), 1, sym_operator_identifier, STATE(6379), 1, sym__type_identifier, @@ -1118500,7 +1118500,7 @@ static const uint16_t ts_small_parse_table[] = { [843044] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1118516,7 +1118516,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29427), 1, + ACTIONS(29433), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118525,7 +1118525,7 @@ static const uint16_t ts_small_parse_table[] = { [843080] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1118537,9 +1118537,9 @@ static const uint16_t ts_small_parse_table[] = { [843097] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29181), 1, + ACTIONS(29187), 1, anon_sym_SEMI, - ACTIONS(29429), 1, + ACTIONS(29435), 1, sym__automatic_semicolon, STATE(24636), 1, aux_sym_enumerators_repeat1, @@ -1118549,7 +1118549,7 @@ static const uint16_t ts_small_parse_table[] = { [843114] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28467), 1, + ACTIONS(28473), 1, sym_operator_identifier, STATE(14953), 1, sym_identifier, @@ -1118565,7 +1118565,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29431), 1, + ACTIONS(29437), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118574,7 +1118574,7 @@ static const uint16_t ts_small_parse_table[] = { [843150] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29433), 1, + ACTIONS(29439), 1, sym_operator_identifier, STATE(18615), 1, sym_identifier, @@ -1118602,7 +1118602,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29435), 1, + ACTIONS(29441), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118615,7 +1118615,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29437), 1, + ACTIONS(29443), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118624,7 +1118624,7 @@ static const uint16_t ts_small_parse_table[] = { [843222] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1118640,7 +1118640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29439), 1, + ACTIONS(29445), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118649,7 +1118649,7 @@ static const uint16_t ts_small_parse_table[] = { [843258] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1118663,9 +1118663,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29441), 1, + ACTIONS(29447), 1, anon_sym_COMMA, - ACTIONS(29443), 1, + ACTIONS(29449), 1, anon_sym_RPAREN, STATE(26356), 1, aux_sym_tuple_type_repeat1, @@ -1118674,7 +1118674,7 @@ static const uint16_t ts_small_parse_table[] = { [843294] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25765), 1, + ACTIONS(25771), 1, anon_sym_finally, STATE(9645), 1, sym_finally_clause, @@ -1118685,7 +1118685,7 @@ static const uint16_t ts_small_parse_table[] = { [843309] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1118702,13 +1118702,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(9145), 2, sym__outdent, anon_sym_case, - ACTIONS(29445), 2, + ACTIONS(29451), 2, sym__automatic_semicolon, anon_sym_SEMI, [843341] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29448), 1, + ACTIONS(29454), 1, sym_operator_identifier, STATE(15533), 1, sym__type_identifier, @@ -1118720,11 +1118720,11 @@ static const uint16_t ts_small_parse_table[] = { [843358] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25885), 1, + ACTIONS(25891), 1, anon_sym_COLON, - ACTIONS(25887), 1, + ACTIONS(25893), 1, anon_sym_LBRACE, STATE(6566), 1, sym_enum_body, @@ -1118733,19 +1118733,19 @@ static const uint16_t ts_small_parse_table[] = { [843377] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29452), 1, + ACTIONS(29458), 1, anon_sym_LBRACE, - ACTIONS(29454), 1, + ACTIONS(29460), 1, anon_sym_LBRACK, STATE(8857), 1, sym_identifier, - ACTIONS(29450), 2, + ACTIONS(29456), 2, sym__alpha_identifier, sym__backquoted_id, [843394] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1118757,7 +1118757,7 @@ static const uint16_t ts_small_parse_table[] = { [843411] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28887), 1, + ACTIONS(28893), 1, sym_operator_identifier, STATE(15319), 1, sym_identifier, @@ -1118769,7 +1118769,7 @@ static const uint16_t ts_small_parse_table[] = { [843428] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28925), 1, + ACTIONS(28931), 1, sym_operator_identifier, STATE(4423), 1, sym_identifier, @@ -1118781,7 +1118781,7 @@ static const uint16_t ts_small_parse_table[] = { [843445] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29456), 1, + ACTIONS(29462), 1, sym_operator_identifier, STATE(4612), 1, sym__type_identifier, @@ -1118795,9 +1118795,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29458), 1, + ACTIONS(29464), 1, anon_sym_COMMA, - ACTIONS(29460), 1, + ACTIONS(29466), 1, anon_sym_RPAREN, STATE(26035), 1, aux_sym_tuple_type_repeat1, @@ -1118806,7 +1118806,7 @@ static const uint16_t ts_small_parse_table[] = { [843481] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1118818,7 +1118818,7 @@ static const uint16_t ts_small_parse_table[] = { [843498] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28925), 1, + ACTIONS(28931), 1, sym_operator_identifier, STATE(4423), 1, sym_identifier, @@ -1118834,7 +1118834,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29462), 1, + ACTIONS(29468), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118843,7 +1118843,7 @@ static const uint16_t ts_small_parse_table[] = { [843534] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29464), 1, + ACTIONS(29470), 1, sym_operator_identifier, STATE(5844), 1, sym_identifier, @@ -1118859,7 +1118859,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29466), 1, + ACTIONS(29472), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118870,7 +1118870,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(22887), 1, anon_sym_COLON, - ACTIONS(24166), 2, + ACTIONS(24172), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(24466), 2, @@ -1118879,7 +1118879,7 @@ static const uint16_t ts_small_parse_table[] = { [843585] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1118891,7 +1118891,7 @@ static const uint16_t ts_small_parse_table[] = { [843602] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28659), 1, + ACTIONS(28665), 1, sym_operator_identifier, STATE(4383), 1, sym_identifier, @@ -1118907,7 +1118907,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29468), 1, + ACTIONS(29474), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118920,7 +1118920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29470), 1, + ACTIONS(29476), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118931,7 +1118931,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(22887), 1, anon_sym_COLON, - ACTIONS(25585), 2, + ACTIONS(25591), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(24466), 2, @@ -1118944,7 +1118944,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29472), 1, + ACTIONS(29478), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118953,7 +1118953,7 @@ static const uint16_t ts_small_parse_table[] = { [843691] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29474), 1, + ACTIONS(29480), 1, sym_operator_identifier, STATE(5020), 1, sym_identifier, @@ -1118969,7 +1118969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29476), 1, + ACTIONS(29482), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1118978,7 +1118978,7 @@ static const uint16_t ts_small_parse_table[] = { [843727] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1118990,7 +1118990,7 @@ static const uint16_t ts_small_parse_table[] = { [843744] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29478), 1, + ACTIONS(29484), 1, anon_sym_else, ACTIONS(11920), 2, anon_sym_while, @@ -1119005,7 +1119005,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29480), 1, + ACTIONS(29486), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119014,9 +1119014,9 @@ static const uint16_t ts_small_parse_table[] = { [843778] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29482), 1, + ACTIONS(29488), 1, anon_sym_COLON, - ACTIONS(29485), 2, + ACTIONS(29491), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(24466), 2, @@ -1119025,7 +1119025,7 @@ static const uint16_t ts_small_parse_table[] = { [843793] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29474), 1, + ACTIONS(29480), 1, sym_operator_identifier, STATE(5020), 1, sym_identifier, @@ -1119037,7 +1119037,7 @@ static const uint16_t ts_small_parse_table[] = { [843810] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29487), 1, + ACTIONS(29493), 1, anon_sym_else, ACTIONS(11909), 2, anon_sym_while, @@ -1119052,7 +1119052,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29489), 1, + ACTIONS(29495), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119061,7 +1119061,7 @@ static const uint16_t ts_small_parse_table[] = { [843844] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(29491), 1, + ACTIONS(29497), 1, anon_sym_else, ACTIONS(11903), 4, anon_sym_LBRACK, @@ -1119075,7 +1119075,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29493), 1, + ACTIONS(29499), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119084,7 +1119084,7 @@ static const uint16_t ts_small_parse_table[] = { [843876] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(29495), 1, + ACTIONS(29501), 1, anon_sym_else, ACTIONS(11897), 4, anon_sym_LBRACK, @@ -1119098,7 +1119098,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29497), 1, + ACTIONS(29503), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119111,7 +1119111,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29499), 1, + ACTIONS(29505), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119120,9 +1119120,9 @@ static const uint16_t ts_small_parse_table[] = { [843927] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29501), 1, + ACTIONS(29507), 1, anon_sym_LBRACE, - ACTIONS(29503), 1, + ACTIONS(29509), 1, anon_sym_LBRACK, STATE(14348), 1, sym_identifier, @@ -1119132,7 +1119132,7 @@ static const uint16_t ts_small_parse_table[] = { [843944] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1119144,7 +1119144,7 @@ static const uint16_t ts_small_parse_table[] = { [843961] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29505), 1, + ACTIONS(29511), 1, sym_operator_identifier, STATE(19224), 1, sym__type_identifier, @@ -1119156,9 +1119156,9 @@ static const uint16_t ts_small_parse_table[] = { [843978] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29507), 1, + ACTIONS(29513), 1, anon_sym_LBRACE, - ACTIONS(29509), 1, + ACTIONS(29515), 1, anon_sym_LBRACK, STATE(16214), 1, sym_identifier, @@ -1119168,7 +1119168,7 @@ static const uint16_t ts_small_parse_table[] = { [843995] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29511), 1, + ACTIONS(29517), 1, sym_operator_identifier, STATE(13353), 1, sym__type_identifier, @@ -1119180,7 +1119180,7 @@ static const uint16_t ts_small_parse_table[] = { [844012] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1119192,13 +1119192,13 @@ static const uint16_t ts_small_parse_table[] = { [844029] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29515), 1, + ACTIONS(29521), 1, anon_sym_LBRACE, - ACTIONS(29517), 1, + ACTIONS(29523), 1, anon_sym_LBRACK, STATE(8570), 1, sym_identifier, - ACTIONS(29513), 2, + ACTIONS(29519), 2, sym__alpha_identifier, sym__backquoted_id, [844046] = 6, @@ -1119206,9 +1119206,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29519), 1, + ACTIONS(29525), 1, anon_sym_COMMA, - ACTIONS(29521), 1, + ACTIONS(29527), 1, anon_sym_RPAREN, STATE(25454), 1, aux_sym_tuple_type_repeat1, @@ -1119217,7 +1119217,7 @@ static const uint16_t ts_small_parse_table[] = { [844065] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1119233,7 +1119233,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29523), 1, + ACTIONS(29529), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119246,7 +1119246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29525), 1, + ACTIONS(29531), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119259,7 +1119259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29527), 1, + ACTIONS(29533), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119270,11 +1119270,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(29529), 2, + ACTIONS(29535), 2, anon_sym_COMMA, anon_sym_RPAREN, [844156] = 6, @@ -1119284,7 +1119284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29531), 1, + ACTIONS(29537), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119295,9 +1119295,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29533), 1, + ACTIONS(29539), 1, anon_sym_COMMA, - ACTIONS(29535), 1, + ACTIONS(29541), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1119310,7 +1119310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29537), 1, + ACTIONS(29543), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119323,7 +1119323,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29539), 1, + ACTIONS(29545), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119332,7 +1119332,7 @@ static const uint16_t ts_small_parse_table[] = { [844232] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28659), 1, + ACTIONS(28665), 1, sym_operator_identifier, STATE(4383), 1, sym_identifier, @@ -1119348,7 +1119348,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29541), 1, + ACTIONS(29547), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119357,7 +1119357,7 @@ static const uint16_t ts_small_parse_table[] = { [844268] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29543), 1, + ACTIONS(29549), 1, sym_operator_identifier, STATE(5662), 1, sym__type_identifier, @@ -1119369,7 +1119369,7 @@ static const uint16_t ts_small_parse_table[] = { [844285] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(26180), 1, + ACTIONS(26186), 1, sym_operator_identifier, STATE(4755), 1, sym_identifier, @@ -1119385,7 +1119385,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29545), 1, + ACTIONS(29551), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119394,7 +1119394,7 @@ static const uint16_t ts_small_parse_table[] = { [844321] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(26078), 1, + ACTIONS(26084), 1, sym_operator_identifier, STATE(19297), 1, sym_identifier, @@ -1119406,7 +1119406,7 @@ static const uint16_t ts_small_parse_table[] = { [844338] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1119422,7 +1119422,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29547), 1, + ACTIONS(29553), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119433,9 +1119433,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29549), 1, + ACTIONS(29555), 1, anon_sym_COMMA, - ACTIONS(29551), 1, + ACTIONS(29557), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1119444,7 +1119444,7 @@ static const uint16_t ts_small_parse_table[] = { [844393] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1119456,19 +1119456,19 @@ static const uint16_t ts_small_parse_table[] = { [844410] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29555), 1, + ACTIONS(29561), 1, anon_sym_LBRACE, - ACTIONS(29557), 1, + ACTIONS(29563), 1, anon_sym_LBRACK, STATE(8061), 1, sym_identifier, - ACTIONS(29553), 2, + ACTIONS(29559), 2, sym__alpha_identifier, sym__backquoted_id, [844427] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28887), 1, + ACTIONS(28893), 1, sym_operator_identifier, STATE(15319), 1, sym_identifier, @@ -1119484,7 +1119484,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29559), 1, + ACTIONS(29565), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119497,7 +1119497,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29561), 1, + ACTIONS(29567), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119506,7 +1119506,7 @@ static const uint16_t ts_small_parse_table[] = { [844482] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29563), 1, + ACTIONS(29569), 1, sym_operator_identifier, STATE(6360), 1, sym__type_identifier, @@ -1119518,7 +1119518,7 @@ static const uint16_t ts_small_parse_table[] = { [844499] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28887), 1, + ACTIONS(28893), 1, sym_operator_identifier, STATE(15319), 1, sym_identifier, @@ -1119534,7 +1119534,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29565), 1, + ACTIONS(29571), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119543,7 +1119543,7 @@ static const uint16_t ts_small_parse_table[] = { [844535] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28887), 1, + ACTIONS(28893), 1, sym_operator_identifier, STATE(15319), 1, sym_identifier, @@ -1119555,7 +1119555,7 @@ static const uint16_t ts_small_parse_table[] = { [844552] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1119567,7 +1119567,7 @@ static const uint16_t ts_small_parse_table[] = { [844569] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28659), 1, + ACTIONS(28665), 1, sym_operator_identifier, STATE(4383), 1, sym_identifier, @@ -1119579,7 +1119579,7 @@ static const uint16_t ts_small_parse_table[] = { [844586] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1119595,7 +1119595,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29567), 1, + ACTIONS(29573), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119608,7 +1119608,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29569), 1, + ACTIONS(29575), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119619,9 +1119619,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29571), 1, + ACTIONS(29577), 1, anon_sym_COMMA, - ACTIONS(29573), 1, + ACTIONS(29579), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1119630,7 +1119630,7 @@ static const uint16_t ts_small_parse_table[] = { [844660] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28323), 1, + ACTIONS(28329), 1, sym_operator_identifier, STATE(14396), 1, sym_identifier, @@ -1119642,9 +1119642,9 @@ static const uint16_t ts_small_parse_table[] = { [844677] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29577), 1, + ACTIONS(29583), 1, anon_sym_LBRACE, - ACTIONS(29575), 2, + ACTIONS(29581), 2, sym__alpha_identifier, sym__backquoted_id, STATE(27540), 2, @@ -1119657,7 +1119657,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29579), 1, + ACTIONS(29585), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119666,7 +1119666,7 @@ static const uint16_t ts_small_parse_table[] = { [844711] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29581), 1, + ACTIONS(29587), 1, sym_operator_identifier, STATE(13654), 1, sym__type_identifier, @@ -1119678,7 +1119678,7 @@ static const uint16_t ts_small_parse_table[] = { [844728] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28323), 1, + ACTIONS(28329), 1, sym_operator_identifier, STATE(14396), 1, sym_identifier, @@ -1119690,7 +1119690,7 @@ static const uint16_t ts_small_parse_table[] = { [844745] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29474), 1, + ACTIONS(29480), 1, sym_operator_identifier, STATE(5020), 1, sym_identifier, @@ -1119702,7 +1119702,7 @@ static const uint16_t ts_small_parse_table[] = { [844762] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28241), 1, + ACTIONS(28247), 1, sym_operator_identifier, STATE(14471), 1, sym_identifier, @@ -1119714,7 +1119714,7 @@ static const uint16_t ts_small_parse_table[] = { [844779] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28241), 1, + ACTIONS(28247), 1, sym_operator_identifier, STATE(14471), 1, sym_identifier, @@ -1119730,7 +1119730,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29583), 1, + ACTIONS(29589), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119743,7 +1119743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29585), 1, + ACTIONS(29591), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119752,7 +1119752,7 @@ static const uint16_t ts_small_parse_table[] = { [844834] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29587), 1, + ACTIONS(29593), 1, sym_operator_identifier, STATE(16176), 1, sym__type_identifier, @@ -1119764,7 +1119764,7 @@ static const uint16_t ts_small_parse_table[] = { [844851] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1119780,7 +1119780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29589), 1, + ACTIONS(29595), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119789,7 +1119789,7 @@ static const uint16_t ts_small_parse_table[] = { [844887] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28659), 1, + ACTIONS(28665), 1, sym_operator_identifier, STATE(4383), 1, sym_identifier, @@ -1119801,13 +1119801,13 @@ static const uint16_t ts_small_parse_table[] = { [844904] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29591), 1, + ACTIONS(29597), 1, anon_sym_LBRACE, - ACTIONS(29593), 1, + ACTIONS(29599), 1, anon_sym_LBRACK, STATE(7297), 1, sym_identifier, - ACTIONS(29201), 2, + ACTIONS(29207), 2, sym__alpha_identifier, sym__backquoted_id, [844921] = 6, @@ -1119817,7 +1119817,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29595), 1, + ACTIONS(29601), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119826,7 +1119826,7 @@ static const uint16_t ts_small_parse_table[] = { [844940] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29597), 1, + ACTIONS(29603), 1, sym_operator_identifier, STATE(5502), 1, sym_identifier, @@ -1119838,7 +1119838,7 @@ static const uint16_t ts_small_parse_table[] = { [844957] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1119854,7 +1119854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29599), 1, + ACTIONS(29605), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119863,7 +1119863,7 @@ static const uint16_t ts_small_parse_table[] = { [844993] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29601), 1, + ACTIONS(29607), 1, sym_operator_identifier, STATE(19304), 1, sym__type_identifier, @@ -1119875,9 +1119875,9 @@ static const uint16_t ts_small_parse_table[] = { [845010] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29603), 1, + ACTIONS(29609), 1, anon_sym_LBRACE, - ACTIONS(29605), 1, + ACTIONS(29611), 1, anon_sym_LBRACK, STATE(17700), 1, sym_identifier, @@ -1119887,7 +1119887,7 @@ static const uint16_t ts_small_parse_table[] = { [845027] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28347), 1, + ACTIONS(28353), 1, sym_operator_identifier, STATE(14112), 1, sym_identifier, @@ -1119899,7 +1119899,7 @@ static const uint16_t ts_small_parse_table[] = { [845044] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28347), 1, + ACTIONS(28353), 1, sym_operator_identifier, STATE(14112), 1, sym_identifier, @@ -1119913,9 +1119913,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29607), 1, + ACTIONS(29613), 1, anon_sym_COMMA, - ACTIONS(29609), 1, + ACTIONS(29615), 1, anon_sym_RPAREN, STATE(25500), 1, aux_sym_tuple_type_repeat1, @@ -1119924,7 +1119924,7 @@ static const uint16_t ts_small_parse_table[] = { [845080] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1119936,7 +1119936,7 @@ static const uint16_t ts_small_parse_table[] = { [845097] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28156), 1, + ACTIONS(28162), 1, sym_operator_identifier, STATE(14591), 1, sym_identifier, @@ -1119948,7 +1119948,7 @@ static const uint16_t ts_small_parse_table[] = { [845114] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1119962,9 +1119962,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29611), 1, + ACTIONS(29617), 1, anon_sym_COMMA, - ACTIONS(29613), 1, + ACTIONS(29619), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1119977,7 +1119977,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29615), 1, + ACTIONS(29621), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1119986,7 +1119986,7 @@ static const uint16_t ts_small_parse_table[] = { [845169] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28156), 1, + ACTIONS(28162), 1, sym_operator_identifier, STATE(14591), 1, sym_identifier, @@ -1119998,7 +1119998,7 @@ static const uint16_t ts_small_parse_table[] = { [845186] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29474), 1, + ACTIONS(29480), 1, sym_operator_identifier, STATE(5020), 1, sym_identifier, @@ -1120010,7 +1120010,7 @@ static const uint16_t ts_small_parse_table[] = { [845203] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29617), 1, + ACTIONS(29623), 1, sym_operator_identifier, STATE(13508), 1, sym_identifier, @@ -1120026,7 +1120026,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29619), 1, + ACTIONS(29625), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120039,7 +1120039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29621), 1, + ACTIONS(29627), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120052,7 +1120052,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29623), 1, + ACTIONS(29629), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120063,11 +1120063,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(29625), 2, + ACTIONS(29631), 2, anon_sym_COMMA, anon_sym_RPAREN, [845294] = 6, @@ -1120077,7 +1120077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29627), 1, + ACTIONS(29633), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120086,7 +1120086,7 @@ static const uint16_t ts_small_parse_table[] = { [845313] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28114), 1, + ACTIONS(28120), 1, sym_operator_identifier, STATE(14298), 1, sym_identifier, @@ -1120098,7 +1120098,7 @@ static const uint16_t ts_small_parse_table[] = { [845330] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28114), 1, + ACTIONS(28120), 1, sym_operator_identifier, STATE(14298), 1, sym_identifier, @@ -1120110,19 +1120110,19 @@ static const uint16_t ts_small_parse_table[] = { [845347] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29629), 1, + ACTIONS(29635), 1, anon_sym_COLON, - ACTIONS(29633), 1, + ACTIONS(29639), 1, anon_sym_STAR, - ACTIONS(29635), 1, + ACTIONS(29641), 1, anon_sym_EQ, - ACTIONS(29631), 2, + ACTIONS(29637), 2, anon_sym_COMMA, anon_sym_RPAREN, [845364] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28887), 1, + ACTIONS(28893), 1, sym_operator_identifier, STATE(15319), 1, sym_identifier, @@ -1120134,7 +1120134,7 @@ static const uint16_t ts_small_parse_table[] = { [845381] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1120150,7 +1120150,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29637), 1, + ACTIONS(29643), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120159,7 +1120159,7 @@ static const uint16_t ts_small_parse_table[] = { [845417] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28241), 1, + ACTIONS(28247), 1, sym_operator_identifier, STATE(14471), 1, sym_identifier, @@ -1120171,7 +1120171,7 @@ static const uint16_t ts_small_parse_table[] = { [845434] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28659), 1, + ACTIONS(28665), 1, sym_operator_identifier, STATE(4383), 1, sym_identifier, @@ -1120183,7 +1120183,7 @@ static const uint16_t ts_small_parse_table[] = { [845451] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29639), 1, + ACTIONS(29645), 1, sym_operator_identifier, STATE(5559), 1, sym__type_identifier, @@ -1120199,7 +1120199,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29641), 1, + ACTIONS(29647), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120212,7 +1120212,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29643), 1, + ACTIONS(29649), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120221,9 +1120221,9 @@ static const uint16_t ts_small_parse_table[] = { [845506] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29647), 1, + ACTIONS(29653), 1, anon_sym_LBRACE, - ACTIONS(29645), 2, + ACTIONS(29651), 2, sym__alpha_identifier, sym__backquoted_id, STATE(27598), 2, @@ -1120232,7 +1120232,7 @@ static const uint16_t ts_small_parse_table[] = { [845521] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1120244,7 +1120244,7 @@ static const uint16_t ts_small_parse_table[] = { [845538] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1120258,9 +1120258,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29649), 1, + ACTIONS(29655), 1, anon_sym_COMMA, - ACTIONS(29651), 1, + ACTIONS(29657), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1120281,7 +1120281,7 @@ static const uint16_t ts_small_parse_table[] = { [845591] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29653), 1, + ACTIONS(29659), 1, sym_operator_identifier, STATE(6742), 1, sym__type_identifier, @@ -1120293,7 +1120293,7 @@ static const uint16_t ts_small_parse_table[] = { [845608] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29655), 1, + ACTIONS(29661), 1, sym_operator_identifier, STATE(13608), 1, sym_identifier, @@ -1120307,18 +1120307,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15307), 1, anon_sym_as, - ACTIONS(28108), 1, + ACTIONS(28114), 1, anon_sym_EQ_GT, - ACTIONS(29657), 1, + ACTIONS(29663), 1, anon_sym_RBRACE, - ACTIONS(29659), 1, + ACTIONS(29665), 1, anon_sym_COMMA, STATE(26343), 1, aux_sym_namespace_selectors_repeat1, [845644] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1120334,7 +1120334,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29661), 1, + ACTIONS(29667), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120343,19 +1120343,19 @@ static const uint16_t ts_small_parse_table[] = { [845680] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29663), 1, + ACTIONS(29669), 1, anon_sym_LBRACE, - ACTIONS(29665), 1, + ACTIONS(29671), 1, anon_sym_LBRACK, STATE(6654), 1, sym_identifier, - ACTIONS(29299), 2, + ACTIONS(29305), 2, sym__alpha_identifier, sym__backquoted_id, [845697] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29667), 1, + ACTIONS(29673), 1, sym_operator_identifier, STATE(23257), 1, sym_identifier, @@ -1120367,18 +1120367,18 @@ static const uint16_t ts_small_parse_table[] = { [845714] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29353), 1, + ACTIONS(29359), 1, anon_sym_COMMA, STATE(24730), 1, aux_sym_enum_case_definitions_repeat1, - ACTIONS(29669), 3, + ACTIONS(29675), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, [845729] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28887), 1, + ACTIONS(28893), 1, sym_operator_identifier, STATE(15319), 1, sym_identifier, @@ -1120394,7 +1120394,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29671), 1, + ACTIONS(29677), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120407,7 +1120407,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29673), 1, + ACTIONS(29679), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120420,7 +1120420,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29675), 1, + ACTIONS(29681), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120429,7 +1120429,7 @@ static const uint16_t ts_small_parse_table[] = { [845803] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29677), 1, + ACTIONS(29683), 1, sym_operator_identifier, STATE(19352), 1, sym__type_identifier, @@ -1120445,7 +1120445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29679), 1, + ACTIONS(29685), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120454,7 +1120454,7 @@ static const uint16_t ts_small_parse_table[] = { [845839] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28323), 1, + ACTIONS(28329), 1, sym_operator_identifier, STATE(14396), 1, sym_identifier, @@ -1120470,7 +1120470,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29681), 1, + ACTIONS(29687), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120479,7 +1120479,7 @@ static const uint16_t ts_small_parse_table[] = { [845875] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1120491,9 +1120491,9 @@ static const uint16_t ts_small_parse_table[] = { [845892] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29683), 1, + ACTIONS(29689), 1, anon_sym_LBRACE, - ACTIONS(29685), 1, + ACTIONS(29691), 1, anon_sym_LBRACK, STATE(20404), 1, sym_identifier, @@ -1120503,7 +1120503,7 @@ static const uint16_t ts_small_parse_table[] = { [845909] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28241), 1, + ACTIONS(28247), 1, sym_operator_identifier, STATE(14471), 1, sym_identifier, @@ -1120519,7 +1120519,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29687), 1, + ACTIONS(29693), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120532,7 +1120532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29689), 1, + ACTIONS(29695), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120543,9 +1120543,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29691), 1, + ACTIONS(29697), 1, anon_sym_COMMA, - ACTIONS(29693), 1, + ACTIONS(29699), 1, anon_sym_RPAREN, STATE(25735), 1, aux_sym_tuple_type_repeat1, @@ -1120556,9 +1120556,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29695), 1, + ACTIONS(29701), 1, anon_sym_COMMA, - ACTIONS(29697), 1, + ACTIONS(29703), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1120567,7 +1120567,7 @@ static const uint16_t ts_small_parse_table[] = { [846002] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1120579,7 +1120579,7 @@ static const uint16_t ts_small_parse_table[] = { [846019] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28347), 1, + ACTIONS(28353), 1, sym_operator_identifier, STATE(14112), 1, sym_identifier, @@ -1120591,7 +1120591,7 @@ static const uint16_t ts_small_parse_table[] = { [846036] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1120603,7 +1120603,7 @@ static const uint16_t ts_small_parse_table[] = { [846053] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29699), 1, + ACTIONS(29705), 1, sym_operator_identifier, STATE(12700), 1, sym_identifier, @@ -1120615,7 +1120615,7 @@ static const uint16_t ts_small_parse_table[] = { [846070] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29103), 1, + ACTIONS(29109), 1, sym_operator_identifier, STATE(14708), 1, sym_identifier, @@ -1120627,7 +1120627,7 @@ static const uint16_t ts_small_parse_table[] = { [846087] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28156), 1, + ACTIONS(28162), 1, sym_operator_identifier, STATE(14591), 1, sym_identifier, @@ -1120639,7 +1120639,7 @@ static const uint16_t ts_small_parse_table[] = { [846104] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29701), 1, + ACTIONS(29707), 1, sym_operator_identifier, STATE(19367), 1, sym_identifier, @@ -1120655,7 +1120655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29703), 1, + ACTIONS(29709), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120668,7 +1120668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29705), 1, + ACTIONS(29711), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120677,7 +1120677,7 @@ static const uint16_t ts_small_parse_table[] = { [846159] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1120693,7 +1120693,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29707), 1, + ACTIONS(29713), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120702,7 +1120702,7 @@ static const uint16_t ts_small_parse_table[] = { [846195] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29103), 1, + ACTIONS(29109), 1, sym_operator_identifier, STATE(14708), 1, sym_identifier, @@ -1120726,7 +1120726,7 @@ static const uint16_t ts_small_parse_table[] = { [846229] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28114), 1, + ACTIONS(28120), 1, sym_operator_identifier, STATE(14298), 1, sym_identifier, @@ -1120742,7 +1120742,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29709), 1, + ACTIONS(29715), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120755,7 +1120755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29711), 1, + ACTIONS(29717), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120764,7 +1120764,7 @@ static const uint16_t ts_small_parse_table[] = { [846284] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29713), 1, + ACTIONS(29719), 1, sym_operator_identifier, STATE(23203), 1, sym_identifier, @@ -1120776,7 +1120776,7 @@ static const uint16_t ts_small_parse_table[] = { [846301] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28347), 1, + ACTIONS(28353), 1, sym_operator_identifier, STATE(14112), 1, sym_identifier, @@ -1120792,7 +1120792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29715), 1, + ACTIONS(29721), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120801,7 +1120801,7 @@ static const uint16_t ts_small_parse_table[] = { [846337] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1120813,7 +1120813,7 @@ static const uint16_t ts_small_parse_table[] = { [846354] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29717), 1, + ACTIONS(29723), 1, sym_operator_identifier, STATE(16763), 1, sym__type_identifier, @@ -1120825,7 +1120825,7 @@ static const uint16_t ts_small_parse_table[] = { [846371] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1120841,7 +1120841,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29719), 1, + ACTIONS(29725), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120854,7 +1120854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29721), 1, + ACTIONS(29727), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120865,9 +1120865,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29723), 1, + ACTIONS(29729), 1, anon_sym_COMMA, - ACTIONS(29725), 1, + ACTIONS(29731), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1120880,7 +1120880,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29727), 1, + ACTIONS(29733), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120893,7 +1120893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29729), 1, + ACTIONS(29735), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1120902,7 +1120902,7 @@ static const uint16_t ts_small_parse_table[] = { [846483] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1120914,7 +1120914,7 @@ static const uint16_t ts_small_parse_table[] = { [846500] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28683), 1, + ACTIONS(28689), 1, sym_operator_identifier, STATE(19393), 1, sym_identifier, @@ -1120926,7 +1120926,7 @@ static const uint16_t ts_small_parse_table[] = { [846517] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1120940,9 +1120940,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29731), 1, + ACTIONS(29737), 1, anon_sym_COMMA, - ACTIONS(29733), 1, + ACTIONS(29739), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1120953,17 +1120953,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(29735), 2, + ACTIONS(29741), 2, anon_sym_COMMA, anon_sym_RPAREN, [846570] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28156), 1, + ACTIONS(28162), 1, sym_operator_identifier, STATE(14591), 1, sym_identifier, @@ -1120975,7 +1120975,7 @@ static const uint16_t ts_small_parse_table[] = { [846587] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29737), 1, + ACTIONS(29743), 1, sym_operator_identifier, STATE(15171), 1, sym_identifier, @@ -1120987,7 +1120987,7 @@ static const uint16_t ts_small_parse_table[] = { [846604] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(26310), 1, + ACTIONS(26316), 1, sym_operator_identifier, STATE(19080), 1, sym_identifier, @@ -1120999,7 +1120999,7 @@ static const uint16_t ts_small_parse_table[] = { [846621] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29739), 1, + ACTIONS(29745), 1, sym_operator_identifier, STATE(15373), 1, sym_identifier, @@ -1121011,19 +1121011,19 @@ static const uint16_t ts_small_parse_table[] = { [846638] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29741), 1, + ACTIONS(29747), 1, anon_sym_LBRACE, - ACTIONS(29743), 1, + ACTIONS(29749), 1, anon_sym_LBRACK, STATE(8600), 1, sym_identifier, - ACTIONS(29513), 2, + ACTIONS(29519), 2, sym__alpha_identifier, sym__backquoted_id, [846655] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29745), 1, + ACTIONS(29751), 1, sym_operator_identifier, STATE(18203), 1, sym_identifier, @@ -1121035,13 +1121035,13 @@ static const uint16_t ts_small_parse_table[] = { [846672] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29749), 1, + ACTIONS(29755), 1, anon_sym_LBRACE, - ACTIONS(29751), 1, + ACTIONS(29757), 1, anon_sym_LBRACK, STATE(7624), 1, sym_identifier, - ACTIONS(29747), 2, + ACTIONS(29753), 2, sym__alpha_identifier, sym__backquoted_id, [846689] = 6, @@ -1121051,7 +1121051,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29753), 1, + ACTIONS(29759), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121060,7 +1121060,7 @@ static const uint16_t ts_small_parse_table[] = { [846708] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1121076,7 +1121076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29755), 1, + ACTIONS(29761), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121089,7 +1121089,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29757), 1, + ACTIONS(29763), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121098,13 +1121098,13 @@ static const uint16_t ts_small_parse_table[] = { [846763] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29759), 1, + ACTIONS(29765), 1, sym_operator_identifier, STATE(9215), 1, sym__type_identifier, STATE(21563), 1, sym_identifier, - ACTIONS(28379), 2, + ACTIONS(28385), 2, sym__alpha_identifier, sym__backquoted_id, [846780] = 4, @@ -1121112,16 +1121112,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(24636), 1, aux_sym_enumerators_repeat1, - ACTIONS(27199), 2, + ACTIONS(27205), 2, anon_sym_do, anon_sym_yield, - ACTIONS(29761), 2, + ACTIONS(29767), 2, sym__automatic_semicolon, anon_sym_SEMI, [846795] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1121137,7 +1121137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29764), 1, + ACTIONS(29770), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121148,9 +1121148,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29766), 1, + ACTIONS(29772), 1, anon_sym_COMMA, - ACTIONS(29768), 1, + ACTIONS(29774), 1, anon_sym_RPAREN, STATE(25769), 1, aux_sym_tuple_type_repeat1, @@ -1121163,7 +1121163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29770), 1, + ACTIONS(29776), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121176,7 +1121176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29772), 1, + ACTIONS(29778), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121189,7 +1121189,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29774), 1, + ACTIONS(29780), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121198,7 +1121198,7 @@ static const uint16_t ts_small_parse_table[] = { [846907] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1121210,9 +1121210,9 @@ static const uint16_t ts_small_parse_table[] = { [846924] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29776), 1, + ACTIONS(29782), 1, anon_sym_LBRACE, - ACTIONS(29778), 1, + ACTIONS(29784), 1, anon_sym_LBRACK, STATE(18461), 1, sym_identifier, @@ -1121226,7 +1121226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29780), 1, + ACTIONS(29786), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121239,7 +1121239,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29782), 1, + ACTIONS(29788), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121248,7 +1121248,7 @@ static const uint16_t ts_small_parse_table[] = { [846979] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29784), 1, + ACTIONS(29790), 1, sym_operator_identifier, STATE(19494), 1, sym__type_identifier, @@ -1121260,7 +1121260,7 @@ static const uint16_t ts_small_parse_table[] = { [846996] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(26138), 1, + ACTIONS(26144), 1, sym_operator_identifier, STATE(4753), 1, sym_identifier, @@ -1121276,7 +1121276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29786), 1, + ACTIONS(29792), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121289,7 +1121289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29788), 1, + ACTIONS(29794), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121302,7 +1121302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29790), 1, + ACTIONS(29796), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121311,7 +1121311,7 @@ static const uint16_t ts_small_parse_table[] = { [847070] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1121323,7 +1121323,7 @@ static const uint16_t ts_small_parse_table[] = { [847087] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1121335,7 +1121335,7 @@ static const uint16_t ts_small_parse_table[] = { [847104] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28114), 1, + ACTIONS(28120), 1, sym_operator_identifier, STATE(14298), 1, sym_identifier, @@ -1121349,9 +1121349,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29792), 1, + ACTIONS(29798), 1, anon_sym_COMMA, - ACTIONS(29794), 1, + ACTIONS(29800), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1121360,7 +1121360,7 @@ static const uint16_t ts_small_parse_table[] = { [847140] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29796), 1, + ACTIONS(29802), 1, sym_operator_identifier, STATE(14389), 1, sym__type_identifier, @@ -1121372,7 +1121372,7 @@ static const uint16_t ts_small_parse_table[] = { [847157] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29103), 1, + ACTIONS(29109), 1, sym_operator_identifier, STATE(14708), 1, sym_identifier, @@ -1121384,11 +1121384,11 @@ static const uint16_t ts_small_parse_table[] = { [847174] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, - ACTIONS(25783), 1, + ACTIONS(25789), 1, anon_sym_COLON, - ACTIONS(25785), 1, + ACTIONS(25791), 1, anon_sym_LBRACE, STATE(21555), 1, sym_enum_body, @@ -1121397,7 +1121397,7 @@ static const uint16_t ts_small_parse_table[] = { [847193] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29798), 1, + ACTIONS(29804), 1, sym_operator_identifier, STATE(14239), 1, sym__type_identifier, @@ -1121409,7 +1121409,7 @@ static const uint16_t ts_small_parse_table[] = { [847210] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1121421,7 +1121421,7 @@ static const uint16_t ts_small_parse_table[] = { [847227] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1121437,7 +1121437,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29800), 1, + ACTIONS(29806), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121446,13 +1121446,13 @@ static const uint16_t ts_small_parse_table[] = { [847263] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29802), 1, + ACTIONS(29808), 1, anon_sym_LBRACE, - ACTIONS(29804), 1, + ACTIONS(29810), 1, anon_sym_LBRACK, STATE(22670), 1, sym_identifier, - ACTIONS(28899), 2, + ACTIONS(28905), 2, sym__alpha_identifier, sym__backquoted_id, [847280] = 6, @@ -1121462,7 +1121462,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29806), 1, + ACTIONS(29812), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121471,7 +1121471,7 @@ static const uint16_t ts_small_parse_table[] = { [847299] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29808), 1, + ACTIONS(29814), 1, sym_operator_identifier, STATE(16776), 1, sym_identifier, @@ -1121483,7 +1121483,7 @@ static const uint16_t ts_small_parse_table[] = { [847316] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28683), 1, + ACTIONS(28689), 1, sym_operator_identifier, STATE(19393), 1, sym_identifier, @@ -1121499,7 +1121499,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29810), 1, + ACTIONS(29816), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121512,7 +1121512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29812), 1, + ACTIONS(29818), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121521,7 +1121521,7 @@ static const uint16_t ts_small_parse_table[] = { [847371] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29739), 1, + ACTIONS(29745), 1, sym_operator_identifier, STATE(15373), 1, sym_identifier, @@ -1121537,7 +1121537,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29814), 1, + ACTIONS(29820), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121550,7 +1121550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29816), 1, + ACTIONS(29822), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121559,7 +1121559,7 @@ static const uint16_t ts_small_parse_table[] = { [847426] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29818), 1, + ACTIONS(29824), 1, sym_operator_identifier, STATE(14750), 1, sym__type_identifier, @@ -1121575,7 +1121575,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29820), 1, + ACTIONS(29826), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121584,7 +1121584,7 @@ static const uint16_t ts_small_parse_table[] = { [847462] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1121598,7 +1121598,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(22887), 1, anon_sym_COLON, - ACTIONS(25630), 2, + ACTIONS(25636), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(24466), 2, @@ -1121609,7 +1121609,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(22887), 1, anon_sym_COLON, - ACTIONS(25636), 2, + ACTIONS(25642), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(24466), 2, @@ -1121618,7 +1121618,7 @@ static const uint16_t ts_small_parse_table[] = { [847509] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29103), 1, + ACTIONS(29109), 1, sym_operator_identifier, STATE(14708), 1, sym_identifier, @@ -1121630,7 +1121630,7 @@ static const uint16_t ts_small_parse_table[] = { [847526] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1121644,9 +1121644,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29822), 1, + ACTIONS(29828), 1, anon_sym_COMMA, - ACTIONS(29824), 1, + ACTIONS(29830), 1, anon_sym_RPAREN, STATE(26250), 1, aux_sym_tuple_type_repeat1, @@ -1121655,9 +1121655,9 @@ static const uint16_t ts_small_parse_table[] = { [847562] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29826), 1, + ACTIONS(29832), 1, anon_sym_LBRACE, - ACTIONS(29828), 1, + ACTIONS(29834), 1, anon_sym_LBRACK, STATE(16318), 1, sym_identifier, @@ -1121667,7 +1121667,7 @@ static const uint16_t ts_small_parse_table[] = { [847579] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29830), 1, + ACTIONS(29836), 1, sym_operator_identifier, STATE(6319), 1, sym__type_identifier, @@ -1121681,17 +1121681,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(29832), 2, + ACTIONS(29838), 2, anon_sym_COMMA, anon_sym_RPAREN, [847613] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29834), 1, + ACTIONS(29840), 1, sym_operator_identifier, STATE(5462), 1, sym_identifier, @@ -1121703,7 +1121703,7 @@ static const uint16_t ts_small_parse_table[] = { [847630] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28887), 1, + ACTIONS(28893), 1, sym_operator_identifier, STATE(15319), 1, sym_identifier, @@ -1121715,7 +1121715,7 @@ static const uint16_t ts_small_parse_table[] = { [847647] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29836), 1, + ACTIONS(29842), 1, sym_operator_identifier, STATE(13404), 1, sym_identifier, @@ -1121727,7 +1121727,7 @@ static const uint16_t ts_small_parse_table[] = { [847664] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28887), 1, + ACTIONS(28893), 1, sym_operator_identifier, STATE(15319), 1, sym_identifier, @@ -1121739,7 +1121739,7 @@ static const uint16_t ts_small_parse_table[] = { [847681] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29838), 1, + ACTIONS(29844), 1, sym_operator_identifier, STATE(6529), 1, sym__type_identifier, @@ -1121755,7 +1121755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29840), 1, + ACTIONS(29846), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121764,9 +1121764,9 @@ static const uint16_t ts_small_parse_table[] = { [847717] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29842), 1, + ACTIONS(29848), 1, anon_sym_LBRACE, - ACTIONS(29844), 1, + ACTIONS(29850), 1, anon_sym_LBRACK, STATE(17050), 1, sym_identifier, @@ -1121778,9 +1121778,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29846), 1, + ACTIONS(29852), 1, anon_sym_COMMA, - ACTIONS(29848), 1, + ACTIONS(29854), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1121793,7 +1121793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29850), 1, + ACTIONS(29856), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121802,7 +1121802,7 @@ static const uint16_t ts_small_parse_table[] = { [847772] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29701), 1, + ACTIONS(29707), 1, sym_operator_identifier, STATE(19367), 1, sym_identifier, @@ -1121814,7 +1121814,7 @@ static const uint16_t ts_small_parse_table[] = { [847789] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28323), 1, + ACTIONS(28329), 1, sym_operator_identifier, STATE(14396), 1, sym_identifier, @@ -1121826,7 +1121826,7 @@ static const uint16_t ts_small_parse_table[] = { [847806] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29852), 1, + ACTIONS(29858), 1, sym_operator_identifier, STATE(15640), 1, sym__type_identifier, @@ -1121838,7 +1121838,7 @@ static const uint16_t ts_small_parse_table[] = { [847823] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1121850,7 +1121850,7 @@ static const uint16_t ts_small_parse_table[] = { [847840] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29854), 1, + ACTIONS(29860), 1, anon_sym_else, ACTIONS(11920), 2, anon_sym_finally, @@ -1121861,7 +1121861,7 @@ static const uint16_t ts_small_parse_table[] = { [847855] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28323), 1, + ACTIONS(28329), 1, sym_operator_identifier, STATE(14396), 1, sym_identifier, @@ -1121875,9 +1121875,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29856), 1, + ACTIONS(29862), 1, anon_sym_COMMA, - ACTIONS(29858), 1, + ACTIONS(29864), 1, anon_sym_RPAREN, STATE(25824), 1, aux_sym_tuple_type_repeat1, @@ -1121886,7 +1121886,7 @@ static const uint16_t ts_small_parse_table[] = { [847891] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28241), 1, + ACTIONS(28247), 1, sym_operator_identifier, STATE(14471), 1, sym_identifier, @@ -1121898,7 +1121898,7 @@ static const uint16_t ts_small_parse_table[] = { [847908] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28241), 1, + ACTIONS(28247), 1, sym_operator_identifier, STATE(14471), 1, sym_identifier, @@ -1121914,7 +1121914,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29860), 1, + ACTIONS(29866), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1121925,9 +1121925,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29862), 1, + ACTIONS(29868), 1, anon_sym_COMMA, - ACTIONS(29864), 1, + ACTIONS(29870), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1121938,17 +1121938,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(29866), 2, + ACTIONS(29872), 2, anon_sym_COMMA, anon_sym_RPAREN, [847980] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29739), 1, + ACTIONS(29745), 1, sym_operator_identifier, STATE(15373), 1, sym_identifier, @@ -1121960,7 +1121960,7 @@ static const uint16_t ts_small_parse_table[] = { [847997] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29868), 1, + ACTIONS(29874), 1, anon_sym_else, ACTIONS(11909), 2, anon_sym_finally, @@ -1121971,19 +1121971,19 @@ static const uint16_t ts_small_parse_table[] = { [848012] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29870), 1, + ACTIONS(29876), 1, anon_sym_LBRACE, - ACTIONS(29872), 1, + ACTIONS(29878), 1, anon_sym_LBRACK, STATE(6942), 1, sym_identifier, - ACTIONS(28447), 2, + ACTIONS(28453), 2, sym__alpha_identifier, sym__backquoted_id, [848029] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(29874), 1, + ACTIONS(29880), 1, anon_sym_else, ACTIONS(11903), 4, anon_sym_LBRACK, @@ -1121995,17 +1121995,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(29876), 2, + ACTIONS(29882), 2, anon_sym_COMMA, anon_sym_RPAREN, [848059] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1122017,7 +1122017,7 @@ static const uint16_t ts_small_parse_table[] = { [848076] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(29878), 1, + ACTIONS(29884), 1, anon_sym_else, ACTIONS(11897), 4, anon_sym_LBRACK, @@ -1122031,7 +1122031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29880), 1, + ACTIONS(29886), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122040,7 +1122040,7 @@ static const uint16_t ts_small_parse_table[] = { [848108] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28347), 1, + ACTIONS(28353), 1, sym_operator_identifier, STATE(14112), 1, sym_identifier, @@ -1122052,7 +1122052,7 @@ static const uint16_t ts_small_parse_table[] = { [848125] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28347), 1, + ACTIONS(28353), 1, sym_operator_identifier, STATE(14112), 1, sym_identifier, @@ -1122064,7 +1122064,7 @@ static const uint16_t ts_small_parse_table[] = { [848142] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29882), 1, + ACTIONS(29888), 1, sym_operator_identifier, STATE(17689), 1, sym_identifier, @@ -1122080,7 +1122080,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29884), 1, + ACTIONS(29890), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122089,7 +1122089,7 @@ static const uint16_t ts_small_parse_table[] = { [848178] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28156), 1, + ACTIONS(28162), 1, sym_operator_identifier, STATE(14591), 1, sym_identifier, @@ -1122105,7 +1122105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29886), 1, + ACTIONS(29892), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122116,9 +1122116,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29888), 1, + ACTIONS(29894), 1, anon_sym_COMMA, - ACTIONS(29890), 1, + ACTIONS(29896), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1122127,19 +1122127,19 @@ static const uint16_t ts_small_parse_table[] = { [848233] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29892), 1, + ACTIONS(29898), 1, anon_sym_COLON, - ACTIONS(29896), 1, + ACTIONS(29902), 1, anon_sym_STAR, - ACTIONS(29898), 1, + ACTIONS(29904), 1, anon_sym_EQ, - ACTIONS(29894), 2, + ACTIONS(29900), 2, anon_sym_COMMA, anon_sym_RPAREN, [848250] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28156), 1, + ACTIONS(28162), 1, sym_operator_identifier, STATE(14591), 1, sym_identifier, @@ -1122155,7 +1122155,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29900), 1, + ACTIONS(29906), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122164,7 +1122164,7 @@ static const uint16_t ts_small_parse_table[] = { [848286] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29902), 1, + ACTIONS(29908), 1, sym_operator_identifier, STATE(16780), 1, sym__type_identifier, @@ -1122180,7 +1122180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29904), 1, + ACTIONS(29910), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122193,7 +1122193,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29906), 1, + ACTIONS(29912), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122202,7 +1122202,7 @@ static const uint16_t ts_small_parse_table[] = { [848341] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1122218,7 +1122218,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29908), 1, + ACTIONS(29914), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122227,7 +1122227,7 @@ static const uint16_t ts_small_parse_table[] = { [848377] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29701), 1, + ACTIONS(29707), 1, sym_operator_identifier, STATE(19367), 1, sym_identifier, @@ -1122239,7 +1122239,7 @@ static const uint16_t ts_small_parse_table[] = { [848394] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28114), 1, + ACTIONS(28120), 1, sym_operator_identifier, STATE(14298), 1, sym_identifier, @@ -1122251,7 +1122251,7 @@ static const uint16_t ts_small_parse_table[] = { [848411] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28114), 1, + ACTIONS(28120), 1, sym_operator_identifier, STATE(14298), 1, sym_identifier, @@ -1122263,18 +1122263,18 @@ static const uint16_t ts_small_parse_table[] = { [848428] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29912), 1, + ACTIONS(29918), 1, anon_sym_COMMA, STATE(24730), 1, aux_sym_enum_case_definitions_repeat1, - ACTIONS(29910), 3, + ACTIONS(29916), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, [848443] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28683), 1, + ACTIONS(28689), 1, sym_operator_identifier, STATE(19393), 1, sym_identifier, @@ -1122290,7 +1122290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29915), 1, + ACTIONS(29921), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122303,7 +1122303,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29917), 1, + ACTIONS(29923), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122316,7 +1122316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29919), 1, + ACTIONS(29925), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122325,7 +1122325,7 @@ static const uint16_t ts_small_parse_table[] = { [848517] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1122337,7 +1122337,7 @@ static const uint16_t ts_small_parse_table[] = { [848534] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1122349,7 +1122349,7 @@ static const uint16_t ts_small_parse_table[] = { [848551] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1122365,7 +1122365,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29921), 1, + ACTIONS(29927), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122378,7 +1122378,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29923), 1, + ACTIONS(29929), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122387,19 +1122387,19 @@ static const uint16_t ts_small_parse_table[] = { [848606] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29927), 1, + ACTIONS(29933), 1, anon_sym_LBRACE, - ACTIONS(29929), 1, + ACTIONS(29935), 1, anon_sym_LBRACK, STATE(6385), 1, sym_identifier, - ACTIONS(29925), 2, + ACTIONS(29931), 2, sym__alpha_identifier, sym__backquoted_id, [848623] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1122413,9 +1122413,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29931), 1, + ACTIONS(29937), 1, anon_sym_COMMA, - ACTIONS(29933), 1, + ACTIONS(29939), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1122424,7 +1122424,7 @@ static const uint16_t ts_small_parse_table[] = { [848659] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1122436,7 +1122436,7 @@ static const uint16_t ts_small_parse_table[] = { [848676] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1122448,7 +1122448,7 @@ static const uint16_t ts_small_parse_table[] = { [848693] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29935), 1, + ACTIONS(29941), 1, sym_operator_identifier, STATE(14463), 1, sym_identifier, @@ -1122460,7 +1122460,7 @@ static const uint16_t ts_small_parse_table[] = { [848710] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29103), 1, + ACTIONS(29109), 1, sym_operator_identifier, STATE(14708), 1, sym_identifier, @@ -1122472,9 +1122472,9 @@ static const uint16_t ts_small_parse_table[] = { [848727] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29937), 1, + ACTIONS(29943), 1, anon_sym_LBRACE, - ACTIONS(29939), 1, + ACTIONS(29945), 1, anon_sym_LBRACK, STATE(17931), 1, sym_identifier, @@ -1122484,7 +1122484,7 @@ static const uint16_t ts_small_parse_table[] = { [848744] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29941), 1, + ACTIONS(29947), 1, sym_operator_identifier, STATE(14743), 1, sym__type_identifier, @@ -1122500,7 +1122500,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29943), 1, + ACTIONS(29949), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122509,7 +1122509,7 @@ static const uint16_t ts_small_parse_table[] = { [848780] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29945), 1, + ACTIONS(29951), 1, sym_operator_identifier, STATE(4969), 1, sym_identifier, @@ -1122521,7 +1122521,7 @@ static const uint16_t ts_small_parse_table[] = { [848797] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28887), 1, + ACTIONS(28893), 1, sym_operator_identifier, STATE(15319), 1, sym_identifier, @@ -1122533,7 +1122533,7 @@ static const uint16_t ts_small_parse_table[] = { [848814] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29947), 1, + ACTIONS(29953), 1, sym_operator_identifier, STATE(8343), 1, sym_identifier, @@ -1122549,7 +1122549,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29949), 1, + ACTIONS(29955), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122558,7 +1122558,7 @@ static const uint16_t ts_small_parse_table[] = { [848850] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(27181), 1, + ACTIONS(27187), 1, sym_operator_identifier, STATE(26008), 1, sym_identifier, @@ -1122570,7 +1122570,7 @@ static const uint16_t ts_small_parse_table[] = { [848867] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1122586,7 +1122586,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29951), 1, + ACTIONS(29957), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122595,7 +1122595,7 @@ static const uint16_t ts_small_parse_table[] = { [848903] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28323), 1, + ACTIONS(28329), 1, sym_operator_identifier, STATE(14396), 1, sym_identifier, @@ -1122611,7 +1122611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29953), 1, + ACTIONS(29959), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122622,7 +1122622,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(22887), 1, anon_sym_COLON, - ACTIONS(25681), 2, + ACTIONS(25687), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(24466), 2, @@ -1122631,9 +1122631,9 @@ static const uint16_t ts_small_parse_table[] = { [848954] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29955), 1, + ACTIONS(29961), 1, anon_sym_LBRACE, - ACTIONS(29957), 1, + ACTIONS(29963), 1, anon_sym_LBRACK, STATE(14022), 1, sym_identifier, @@ -1122643,7 +1122643,7 @@ static const uint16_t ts_small_parse_table[] = { [848971] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28241), 1, + ACTIONS(28247), 1, sym_operator_identifier, STATE(14471), 1, sym_identifier, @@ -1122657,7 +1122657,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(22887), 1, anon_sym_COLON, - ACTIONS(29959), 2, + ACTIONS(29965), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(24466), 2, @@ -1122670,7 +1122670,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29961), 1, + ACTIONS(29967), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122679,7 +1122679,7 @@ static const uint16_t ts_small_parse_table[] = { [849022] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29963), 1, + ACTIONS(29969), 1, sym_operator_identifier, STATE(4965), 1, sym_identifier, @@ -1122695,7 +1122695,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29965), 1, + ACTIONS(29971), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122706,9 +1122706,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29967), 1, + ACTIONS(29973), 1, anon_sym_COMMA, - ACTIONS(29969), 1, + ACTIONS(29975), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1122717,7 +1122717,7 @@ static const uint16_t ts_small_parse_table[] = { [849077] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28347), 1, + ACTIONS(28353), 1, sym_operator_identifier, STATE(14112), 1, sym_identifier, @@ -1122731,17 +1122731,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(29971), 2, + ACTIONS(29977), 2, anon_sym_COMMA, anon_sym_RPAREN, [849111] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29739), 1, + ACTIONS(29745), 1, sym_operator_identifier, STATE(15373), 1, sym_identifier, @@ -1122753,7 +1122753,7 @@ static const uint16_t ts_small_parse_table[] = { [849128] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29973), 1, + ACTIONS(29979), 1, sym_operator_identifier, STATE(15571), 1, sym__type_identifier, @@ -1122765,7 +1122765,7 @@ static const uint16_t ts_small_parse_table[] = { [849145] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28156), 1, + ACTIONS(28162), 1, sym_operator_identifier, STATE(14591), 1, sym_identifier, @@ -1122777,7 +1122777,7 @@ static const uint16_t ts_small_parse_table[] = { [849162] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29739), 1, + ACTIONS(29745), 1, sym_operator_identifier, STATE(15373), 1, sym_identifier, @@ -1122789,7 +1122789,7 @@ static const uint16_t ts_small_parse_table[] = { [849179] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1122805,7 +1122805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29975), 1, + ACTIONS(29981), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122814,7 +1122814,7 @@ static const uint16_t ts_small_parse_table[] = { [849215] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29977), 1, + ACTIONS(29983), 1, sym_operator_identifier, STATE(17946), 1, sym_identifier, @@ -1122826,7 +1122826,7 @@ static const uint16_t ts_small_parse_table[] = { [849232] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1122840,17 +1122840,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(29979), 2, + ACTIONS(29985), 2, anon_sym_COMMA, anon_sym_RPAREN, [849266] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29739), 1, + ACTIONS(29745), 1, sym_operator_identifier, STATE(15373), 1, sym_identifier, @@ -1122862,7 +1122862,7 @@ static const uint16_t ts_small_parse_table[] = { [849283] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28114), 1, + ACTIONS(28120), 1, sym_operator_identifier, STATE(14298), 1, sym_identifier, @@ -1122874,7 +1122874,7 @@ static const uint16_t ts_small_parse_table[] = { [849300] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29834), 1, + ACTIONS(29840), 1, sym_operator_identifier, STATE(5462), 1, sym_identifier, @@ -1122888,9 +1122888,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(29981), 1, + ACTIONS(29987), 1, anon_sym_COMMA, - ACTIONS(29983), 1, + ACTIONS(29989), 1, anon_sym_RPAREN, STATE(25863), 1, aux_sym_tuple_type_repeat1, @@ -1122903,7 +1122903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29985), 1, + ACTIONS(29991), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122912,7 +1122912,7 @@ static const uint16_t ts_small_parse_table[] = { [849355] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28114), 1, + ACTIONS(28120), 1, sym_operator_identifier, STATE(14298), 1, sym_identifier, @@ -1122926,17 +1122926,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(29987), 2, + ACTIONS(29993), 2, anon_sym_COMMA, anon_sym_RPAREN, [849389] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1122952,7 +1122952,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29989), 1, + ACTIONS(29995), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122963,17 +1122963,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(29991), 2, + ACTIONS(29997), 2, anon_sym_COMMA, anon_sym_RPAREN, [849442] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1122989,7 +1122989,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(29993), 1, + ACTIONS(29999), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1122998,7 +1122998,7 @@ static const uint16_t ts_small_parse_table[] = { [849478] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29995), 1, + ACTIONS(30001), 1, sym_operator_identifier, STATE(5728), 1, sym__class_constructor, @@ -1123012,17 +1123012,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(29997), 2, + ACTIONS(30003), 2, anon_sym_COMMA, anon_sym_RPAREN, [849512] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1123034,7 +1123034,7 @@ static const uint16_t ts_small_parse_table[] = { [849529] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1123046,7 +1123046,7 @@ static const uint16_t ts_small_parse_table[] = { [849546] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28156), 1, + ACTIONS(28162), 1, sym_operator_identifier, STATE(14591), 1, sym_identifier, @@ -1123058,7 +1123058,7 @@ static const uint16_t ts_small_parse_table[] = { [849563] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29999), 1, + ACTIONS(30005), 1, sym_operator_identifier, STATE(14586), 1, sym_identifier, @@ -1123075,7 +1123075,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(67), 2, anon_sym_RBRACE, anon_sym_case, - ACTIONS(30001), 2, + ACTIONS(30007), 2, sym__automatic_semicolon, anon_sym_SEMI, [849595] = 6, @@ -1123083,9 +1123083,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(30003), 1, + ACTIONS(30009), 1, anon_sym_COMMA, - ACTIONS(30005), 1, + ACTIONS(30011), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1123099,13 +1123099,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(11075), 2, anon_sym_RBRACE, anon_sym_case, - ACTIONS(25687), 2, + ACTIONS(25693), 2, sym__automatic_semicolon, anon_sym_SEMI, [849629] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1123117,7 +1123117,7 @@ static const uint16_t ts_small_parse_table[] = { [849646] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30007), 1, + ACTIONS(30013), 1, sym_operator_identifier, STATE(15556), 1, sym__type_identifier, @@ -1123129,7 +1123129,7 @@ static const uint16_t ts_small_parse_table[] = { [849663] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29701), 1, + ACTIONS(29707), 1, sym_operator_identifier, STATE(19367), 1, sym_identifier, @@ -1123145,7 +1123145,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30009), 1, + ACTIONS(30015), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123154,7 +1123154,7 @@ static const uint16_t ts_small_parse_table[] = { [849699] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29834), 1, + ACTIONS(29840), 1, sym_operator_identifier, STATE(5462), 1, sym_identifier, @@ -1123170,7 +1123170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30011), 1, + ACTIONS(30017), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123179,7 +1123179,7 @@ static const uint16_t ts_small_parse_table[] = { [849735] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28347), 1, + ACTIONS(28353), 1, sym_operator_identifier, STATE(14112), 1, sym_identifier, @@ -1123195,7 +1123195,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30013), 1, + ACTIONS(30019), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123208,7 +1123208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30015), 1, + ACTIONS(30021), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123221,7 +1123221,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30017), 1, + ACTIONS(30023), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123230,7 +1123230,7 @@ static const uint16_t ts_small_parse_table[] = { [849809] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1123244,17 +1123244,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(30019), 2, + ACTIONS(30025), 2, anon_sym_COMMA, anon_sym_RPAREN, [849843] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28925), 1, + ACTIONS(28931), 1, sym_operator_identifier, STATE(4423), 1, sym_identifier, @@ -1123270,7 +1123270,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30021), 1, + ACTIONS(30027), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123279,7 +1123279,7 @@ static const uint16_t ts_small_parse_table[] = { [849879] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30023), 1, + ACTIONS(30029), 1, sym_operator_identifier, STATE(16922), 1, sym_identifier, @@ -1123291,7 +1123291,7 @@ static const uint16_t ts_small_parse_table[] = { [849896] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1123307,7 +1123307,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30025), 1, + ACTIONS(30031), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123320,7 +1123320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30027), 1, + ACTIONS(30033), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123333,7 +1123333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30029), 1, + ACTIONS(30035), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123344,19 +1123344,19 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(30031), 2, + ACTIONS(30037), 2, anon_sym_COMMA, anon_sym_RPAREN, [849987] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(30033), 1, + ACTIONS(30039), 1, anon_sym_LBRACE, - ACTIONS(30035), 1, + ACTIONS(30041), 1, anon_sym_LBRACK, STATE(20471), 1, sym_identifier, @@ -1123370,7 +1123370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30037), 1, + ACTIONS(30043), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123383,7 +1123383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30039), 1, + ACTIONS(30045), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123394,17 +1123394,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(30041), 2, + ACTIONS(30047), 2, anon_sym_COMMA, anon_sym_RPAREN, [850059] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1123418,17 +1123418,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(30043), 2, + ACTIONS(30049), 2, anon_sym_COMMA, anon_sym_RPAREN, [850093] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30045), 1, + ACTIONS(30051), 1, sym_operator_identifier, STATE(7052), 1, sym_identifier, @@ -1123440,7 +1123440,7 @@ static const uint16_t ts_small_parse_table[] = { [850110] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30047), 1, + ACTIONS(30053), 1, sym_operator_identifier, STATE(15052), 1, sym__type_identifier, @@ -1123452,7 +1123452,7 @@ static const uint16_t ts_small_parse_table[] = { [850127] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30049), 1, + ACTIONS(30055), 1, sym_operator_identifier, STATE(13757), 1, sym_identifier, @@ -1123464,19 +1123464,19 @@ static const uint16_t ts_small_parse_table[] = { [850144] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(30051), 1, + ACTIONS(30057), 1, anon_sym_LBRACE, - ACTIONS(30053), 1, + ACTIONS(30059), 1, anon_sym_LBRACK, STATE(6461), 1, sym_identifier, - ACTIONS(29925), 2, + ACTIONS(29931), 2, sym__alpha_identifier, sym__backquoted_id, [850161] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28241), 1, + ACTIONS(28247), 1, sym_operator_identifier, STATE(14471), 1, sym_identifier, @@ -1123490,9 +1123490,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(30055), 1, + ACTIONS(30061), 1, anon_sym_COMMA, - ACTIONS(30057), 1, + ACTIONS(30063), 1, anon_sym_RPAREN, STATE(25942), 1, aux_sym_tuple_type_repeat1, @@ -1123501,7 +1123501,7 @@ static const uint16_t ts_small_parse_table[] = { [850197] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30059), 1, + ACTIONS(30065), 1, sym_operator_identifier, STATE(19810), 1, sym_identifier, @@ -1123513,7 +1123513,7 @@ static const uint16_t ts_small_parse_table[] = { [850214] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1123525,7 +1123525,7 @@ static const uint16_t ts_small_parse_table[] = { [850231] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1123537,7 +1123537,7 @@ static const uint16_t ts_small_parse_table[] = { [850248] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29995), 1, + ACTIONS(30001), 1, sym_operator_identifier, STATE(5644), 1, sym__class_constructor, @@ -1123551,11 +1123551,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(30061), 2, + ACTIONS(30067), 2, anon_sym_COMMA, anon_sym_RPAREN, [850282] = 6, @@ -1123565,7 +1123565,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30063), 1, + ACTIONS(30069), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123578,7 +1123578,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30065), 1, + ACTIONS(30071), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123587,7 +1123587,7 @@ static const uint16_t ts_small_parse_table[] = { [850320] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28323), 1, + ACTIONS(28329), 1, sym_operator_identifier, STATE(14396), 1, sym_identifier, @@ -1123601,7 +1123601,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(22887), 1, anon_sym_COLON, - ACTIONS(30067), 2, + ACTIONS(30073), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(24466), 2, @@ -1123612,9 +1123612,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(30069), 1, + ACTIONS(30075), 1, anon_sym_COMMA, - ACTIONS(30071), 1, + ACTIONS(30077), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1123625,9 +1123625,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(30073), 1, + ACTIONS(30079), 1, anon_sym_COMMA, - ACTIONS(30075), 1, + ACTIONS(30081), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1123638,11 +1123638,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(30077), 2, + ACTIONS(30083), 2, anon_sym_COMMA, anon_sym_RPAREN, [850407] = 6, @@ -1123652,7 +1123652,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30079), 1, + ACTIONS(30085), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123665,7 +1123665,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30081), 1, + ACTIONS(30087), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123678,7 +1123678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30083), 1, + ACTIONS(30089), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123691,7 +1123691,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30085), 1, + ACTIONS(30091), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123702,17 +1123702,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(30087), 2, + ACTIONS(30093), 2, anon_sym_COMMA, anon_sym_RPAREN, [850500] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30089), 1, + ACTIONS(30095), 1, sym_operator_identifier, STATE(7011), 1, sym__type_identifier, @@ -1123728,7 +1123728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30091), 1, + ACTIONS(30097), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123737,7 +1123737,7 @@ static const uint16_t ts_small_parse_table[] = { [850536] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1123749,7 +1123749,7 @@ static const uint16_t ts_small_parse_table[] = { [850553] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28925), 1, + ACTIONS(28931), 1, sym_operator_identifier, STATE(4423), 1, sym_identifier, @@ -1123775,11 +1123775,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15307), 1, anon_sym_as, - ACTIONS(28108), 1, + ACTIONS(28114), 1, anon_sym_EQ_GT, - ACTIONS(30093), 1, + ACTIONS(30099), 1, anon_sym_RBRACE, - ACTIONS(30095), 1, + ACTIONS(30101), 1, anon_sym_COMMA, STATE(26005), 1, aux_sym_namespace_selectors_repeat1, @@ -1123788,11 +1123788,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(30097), 2, + ACTIONS(30103), 2, anon_sym_COMMA, anon_sym_RPAREN, [850623] = 5, @@ -1123800,17 +1123800,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(30099), 2, + ACTIONS(30105), 2, anon_sym_COMMA, anon_sym_RPAREN, [850640] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28887), 1, + ACTIONS(28893), 1, sym_operator_identifier, STATE(15319), 1, sym_identifier, @@ -1123822,7 +1123822,7 @@ static const uint16_t ts_small_parse_table[] = { [850657] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30101), 1, + ACTIONS(30107), 1, sym_operator_identifier, STATE(13163), 1, sym__type_identifier, @@ -1123834,7 +1123834,7 @@ static const uint16_t ts_small_parse_table[] = { [850674] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28887), 1, + ACTIONS(28893), 1, sym_operator_identifier, STATE(15319), 1, sym_identifier, @@ -1123848,11 +1123848,11 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(30103), 2, + ACTIONS(30109), 2, anon_sym_COMMA, anon_sym_RPAREN, [850708] = 6, @@ -1123862,7 +1123862,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30105), 1, + ACTIONS(30111), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123875,7 +1123875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30107), 1, + ACTIONS(30113), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123886,17 +1123886,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(30109), 2, + ACTIONS(30115), 2, anon_sym_COMMA, anon_sym_RPAREN, [850763] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28469), 1, + ACTIONS(28475), 1, sym_operator_identifier, STATE(20142), 1, sym_identifier, @@ -1123908,7 +1123908,7 @@ static const uint16_t ts_small_parse_table[] = { [850780] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1123920,7 +1123920,7 @@ static const uint16_t ts_small_parse_table[] = { [850797] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28323), 1, + ACTIONS(28329), 1, sym_operator_identifier, STATE(14396), 1, sym_identifier, @@ -1123936,7 +1123936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30111), 1, + ACTIONS(30117), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1123945,7 +1123945,7 @@ static const uint16_t ts_small_parse_table[] = { [850833] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28503), 1, + ACTIONS(28509), 1, sym_operator_identifier, STATE(16895), 1, sym_identifier, @@ -1123957,7 +1123957,7 @@ static const uint16_t ts_small_parse_table[] = { [850850] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28887), 1, + ACTIONS(28893), 1, sym_operator_identifier, STATE(15319), 1, sym_identifier, @@ -1123969,7 +1123969,7 @@ static const uint16_t ts_small_parse_table[] = { [850867] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28323), 1, + ACTIONS(28329), 1, sym_operator_identifier, STATE(14396), 1, sym_identifier, @@ -1123981,7 +1123981,7 @@ static const uint16_t ts_small_parse_table[] = { [850884] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1123993,7 +1123993,7 @@ static const uint16_t ts_small_parse_table[] = { [850901] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28241), 1, + ACTIONS(28247), 1, sym_operator_identifier, STATE(14471), 1, sym_identifier, @@ -1124005,7 +1124005,7 @@ static const uint16_t ts_small_parse_table[] = { [850918] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28241), 1, + ACTIONS(28247), 1, sym_operator_identifier, STATE(14471), 1, sym_identifier, @@ -1124021,7 +1124021,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30113), 1, + ACTIONS(30119), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1124030,13 +1124030,13 @@ static const uint16_t ts_small_parse_table[] = { [850954] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(30115), 1, + ACTIONS(30121), 1, anon_sym_LBRACE, - ACTIONS(30117), 1, + ACTIONS(30123), 1, anon_sym_LBRACK, STATE(7720), 1, sym_identifier, - ACTIONS(29747), 2, + ACTIONS(29753), 2, sym__alpha_identifier, sym__backquoted_id, [850971] = 6, @@ -1124044,9 +1124044,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(30119), 1, + ACTIONS(30125), 1, anon_sym_COMMA, - ACTIONS(30121), 1, + ACTIONS(30127), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1124059,7 +1124059,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30123), 1, + ACTIONS(30129), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1124072,7 +1124072,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30125), 1, + ACTIONS(30131), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1124081,7 +1124081,7 @@ static const uint16_t ts_small_parse_table[] = { [851028] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30127), 1, + ACTIONS(30133), 1, sym_operator_identifier, STATE(19171), 1, sym_identifier, @@ -1124093,7 +1124093,7 @@ static const uint16_t ts_small_parse_table[] = { [851045] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30129), 1, + ACTIONS(30135), 1, sym_operator_identifier, STATE(7231), 1, sym_identifier, @@ -1124105,13 +1124105,13 @@ static const uint16_t ts_small_parse_table[] = { [851062] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(30131), 1, + ACTIONS(30137), 1, anon_sym_LBRACE, - ACTIONS(30133), 1, + ACTIONS(30139), 1, anon_sym_LBRACK, STATE(7890), 1, sym_identifier, - ACTIONS(29553), 2, + ACTIONS(29559), 2, sym__alpha_identifier, sym__backquoted_id, [851079] = 6, @@ -1124121,7 +1124121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30135), 1, + ACTIONS(30141), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1124130,7 +1124130,7 @@ static const uint16_t ts_small_parse_table[] = { [851098] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1124142,7 +1124142,7 @@ static const uint16_t ts_small_parse_table[] = { [851115] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28503), 1, + ACTIONS(28509), 1, sym_operator_identifier, STATE(16895), 1, sym_identifier, @@ -1124154,7 +1124154,7 @@ static const uint16_t ts_small_parse_table[] = { [851132] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28347), 1, + ACTIONS(28353), 1, sym_operator_identifier, STATE(14112), 1, sym_identifier, @@ -1124166,7 +1124166,7 @@ static const uint16_t ts_small_parse_table[] = { [851149] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28347), 1, + ACTIONS(28353), 1, sym_operator_identifier, STATE(14112), 1, sym_identifier, @@ -1124182,7 +1124182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30137), 1, + ACTIONS(30143), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1124191,7 +1124191,7 @@ static const uint16_t ts_small_parse_table[] = { [851185] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28551), 1, + ACTIONS(28557), 1, sym_operator_identifier, STATE(20191), 1, sym_identifier, @@ -1124203,7 +1124203,7 @@ static const uint16_t ts_small_parse_table[] = { [851202] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28156), 1, + ACTIONS(28162), 1, sym_operator_identifier, STATE(14591), 1, sym_identifier, @@ -1124215,7 +1124215,7 @@ static const uint16_t ts_small_parse_table[] = { [851219] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28925), 1, + ACTIONS(28931), 1, sym_operator_identifier, STATE(4423), 1, sym_identifier, @@ -1124227,7 +1124227,7 @@ static const uint16_t ts_small_parse_table[] = { [851236] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29995), 1, + ACTIONS(30001), 1, sym_operator_identifier, STATE(5634), 1, sym__class_constructor, @@ -1124239,7 +1124239,7 @@ static const uint16_t ts_small_parse_table[] = { [851253] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(27372), 1, + ACTIONS(27378), 1, sym_operator_identifier, STATE(6989), 1, sym_identifier, @@ -1124251,7 +1124251,7 @@ static const uint16_t ts_small_parse_table[] = { [851270] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28156), 1, + ACTIONS(28162), 1, sym_operator_identifier, STATE(14591), 1, sym_identifier, @@ -1124265,9 +1124265,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(30139), 1, + ACTIONS(30145), 1, anon_sym_COMMA, - ACTIONS(30141), 1, + ACTIONS(30147), 1, anon_sym_RPAREN, STATE(26025), 1, aux_sym_tuple_type_repeat1, @@ -1124280,7 +1124280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30143), 1, + ACTIONS(30149), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1124293,7 +1124293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30145), 1, + ACTIONS(30151), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1124302,7 +1124302,7 @@ static const uint16_t ts_small_parse_table[] = { [851344] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28469), 1, + ACTIONS(28475), 1, sym_operator_identifier, STATE(20142), 1, sym_identifier, @@ -1124318,7 +1124318,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30147), 1, + ACTIONS(30153), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1124327,7 +1124327,7 @@ static const uint16_t ts_small_parse_table[] = { [851380] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30149), 1, + ACTIONS(30155), 1, sym_operator_identifier, STATE(16933), 1, sym_identifier, @@ -1124339,7 +1124339,7 @@ static const uint16_t ts_small_parse_table[] = { [851397] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28503), 1, + ACTIONS(28509), 1, sym_operator_identifier, STATE(16895), 1, sym_identifier, @@ -1124351,7 +1124351,7 @@ static const uint16_t ts_small_parse_table[] = { [851414] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28114), 1, + ACTIONS(28120), 1, sym_operator_identifier, STATE(14298), 1, sym_identifier, @@ -1124363,7 +1124363,7 @@ static const uint16_t ts_small_parse_table[] = { [851431] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28114), 1, + ACTIONS(28120), 1, sym_operator_identifier, STATE(14298), 1, sym_identifier, @@ -1124379,7 +1124379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30151), 1, + ACTIONS(30157), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1124388,7 +1124388,7 @@ static const uint16_t ts_small_parse_table[] = { [851467] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1124400,7 +1124400,7 @@ static const uint16_t ts_small_parse_table[] = { [851484] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30153), 1, + ACTIONS(30159), 1, sym_operator_identifier, STATE(5308), 1, sym__type_identifier, @@ -1124412,7 +1124412,7 @@ static const uint16_t ts_small_parse_table[] = { [851501] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28925), 1, + ACTIONS(28931), 1, sym_operator_identifier, STATE(4423), 1, sym_identifier, @@ -1124426,9 +1124426,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(30155), 1, + ACTIONS(30161), 1, anon_sym_COMMA, - ACTIONS(30157), 1, + ACTIONS(30163), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1124437,7 +1124437,7 @@ static const uint16_t ts_small_parse_table[] = { [851537] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30159), 1, + ACTIONS(30165), 1, sym_operator_identifier, STATE(13372), 1, sym__type_identifier, @@ -1124449,7 +1124449,7 @@ static const uint16_t ts_small_parse_table[] = { [851554] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28114), 1, + ACTIONS(28120), 1, sym_operator_identifier, STATE(14298), 1, sym_identifier, @@ -1124463,17 +1124463,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, - ACTIONS(30161), 2, + ACTIONS(30167), 2, anon_sym_COMMA, anon_sym_RPAREN, [851588] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30163), 1, + ACTIONS(30169), 1, sym_operator_identifier, STATE(7281), 1, sym_identifier, @@ -1124485,7 +1124485,7 @@ static const uint16_t ts_small_parse_table[] = { [851605] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28114), 1, + ACTIONS(28120), 1, sym_operator_identifier, STATE(14298), 1, sym_identifier, @@ -1124497,7 +1124497,7 @@ static const uint16_t ts_small_parse_table[] = { [851622] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1124509,7 +1124509,7 @@ static const uint16_t ts_small_parse_table[] = { [851639] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28887), 1, + ACTIONS(28893), 1, sym_operator_identifier, STATE(15319), 1, sym_identifier, @@ -1124525,7 +1124525,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30165), 1, + ACTIONS(30171), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1124534,7 +1124534,7 @@ static const uint16_t ts_small_parse_table[] = { [851675] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28551), 1, + ACTIONS(28557), 1, sym_operator_identifier, STATE(20191), 1, sym_identifier, @@ -1124550,7 +1124550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30167), 1, + ACTIONS(30173), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1124559,7 +1124559,7 @@ static const uint16_t ts_small_parse_table[] = { [851711] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30169), 1, + ACTIONS(30175), 1, sym_operator_identifier, STATE(9756), 1, sym__type_identifier, @@ -1124573,9 +1124573,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(30171), 1, + ACTIONS(30177), 1, anon_sym_COMMA, - ACTIONS(30173), 1, + ACTIONS(30179), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1124584,7 +1124584,7 @@ static const uint16_t ts_small_parse_table[] = { [851747] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28323), 1, + ACTIONS(28329), 1, sym_operator_identifier, STATE(14396), 1, sym_identifier, @@ -1124596,7 +1124596,7 @@ static const uint16_t ts_small_parse_table[] = { [851764] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28925), 1, + ACTIONS(28931), 1, sym_operator_identifier, STATE(4423), 1, sym_identifier, @@ -1124608,7 +1124608,7 @@ static const uint16_t ts_small_parse_table[] = { [851781] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1124624,7 +1124624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30175), 1, + ACTIONS(30181), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1124633,7 +1124633,7 @@ static const uint16_t ts_small_parse_table[] = { [851817] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28241), 1, + ACTIONS(28247), 1, sym_operator_identifier, STATE(14471), 1, sym_identifier, @@ -1124649,7 +1124649,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30177), 1, + ACTIONS(30183), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1124658,7 +1124658,7 @@ static const uint16_t ts_small_parse_table[] = { [851853] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28469), 1, + ACTIONS(28475), 1, sym_operator_identifier, STATE(20142), 1, sym_identifier, @@ -1124670,7 +1124670,7 @@ static const uint16_t ts_small_parse_table[] = { [851870] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28503), 1, + ACTIONS(28509), 1, sym_operator_identifier, STATE(16895), 1, sym_identifier, @@ -1124686,7 +1124686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30179), 1, + ACTIONS(30185), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1124695,7 +1124695,7 @@ static const uint16_t ts_small_parse_table[] = { [851906] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30181), 1, + ACTIONS(30187), 1, sym_operator_identifier, STATE(15336), 1, sym_identifier, @@ -1124707,7 +1124707,7 @@ static const uint16_t ts_small_parse_table[] = { [851923] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28347), 1, + ACTIONS(28353), 1, sym_operator_identifier, STATE(14112), 1, sym_identifier, @@ -1124719,7 +1124719,7 @@ static const uint16_t ts_small_parse_table[] = { [851940] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1124731,7 +1124731,7 @@ static const uint16_t ts_small_parse_table[] = { [851957] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28156), 1, + ACTIONS(28162), 1, sym_operator_identifier, STATE(14591), 1, sym_identifier, @@ -1124743,7 +1124743,7 @@ static const uint16_t ts_small_parse_table[] = { [851974] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30183), 1, + ACTIONS(30189), 1, sym_operator_identifier, STATE(5488), 1, sym_identifier, @@ -1124755,7 +1124755,7 @@ static const uint16_t ts_small_parse_table[] = { [851991] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28156), 1, + ACTIONS(28162), 1, sym_operator_identifier, STATE(14591), 1, sym_identifier, @@ -1124771,7 +1124771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30185), 1, + ACTIONS(30191), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1124780,13 +1124780,13 @@ static const uint16_t ts_small_parse_table[] = { [852027] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30187), 1, + ACTIONS(30193), 1, sym_operator_identifier, STATE(9215), 1, sym__type_identifier, STATE(20473), 1, sym_identifier, - ACTIONS(28643), 2, + ACTIONS(28649), 2, sym__alpha_identifier, sym__backquoted_id, [852044] = 6, @@ -1124796,7 +1124796,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30189), 1, + ACTIONS(30195), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1124807,9 +1124807,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(30191), 1, + ACTIONS(30197), 1, anon_sym_COMMA, - ACTIONS(30193), 1, + ACTIONS(30199), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1124818,11 +1124818,11 @@ static const uint16_t ts_small_parse_table[] = { [852082] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30195), 1, + ACTIONS(30201), 1, anon_sym_COMMA, STATE(24961), 1, aux_sym_enum_case_definitions_repeat1, - ACTIONS(29351), 3, + ACTIONS(29357), 3, sym__automatic_semicolon, sym__outdent, anon_sym_SEMI, @@ -1124833,7 +1124833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30197), 1, + ACTIONS(30203), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1124842,7 +1124842,7 @@ static const uint16_t ts_small_parse_table[] = { [852116] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1124854,7 +1124854,7 @@ static const uint16_t ts_small_parse_table[] = { [852133] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28114), 1, + ACTIONS(28120), 1, sym_operator_identifier, STATE(14298), 1, sym_identifier, @@ -1124866,7 +1124866,7 @@ static const uint16_t ts_small_parse_table[] = { [852150] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(26422), 1, + ACTIONS(26428), 1, sym_operator_identifier, STATE(5129), 1, sym_identifier, @@ -1124878,9 +1124878,9 @@ static const uint16_t ts_small_parse_table[] = { [852167] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(30199), 1, + ACTIONS(30205), 1, anon_sym_LBRACE, - ACTIONS(30201), 1, + ACTIONS(30207), 1, anon_sym_LBRACK, STATE(17150), 1, sym_identifier, @@ -1124890,7 +1124890,7 @@ static const uint16_t ts_small_parse_table[] = { [852184] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30203), 1, + ACTIONS(30209), 1, sym_operator_identifier, STATE(17484), 1, sym_identifier, @@ -1124902,7 +1124902,7 @@ static const uint16_t ts_small_parse_table[] = { [852201] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30205), 1, + ACTIONS(30211), 1, sym_operator_identifier, STATE(19151), 1, sym_identifier, @@ -1124914,7 +1124914,7 @@ static const uint16_t ts_small_parse_table[] = { [852218] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30207), 1, + ACTIONS(30213), 1, anon_sym_else, ACTIONS(11897), 4, anon_sym_COMMA, @@ -1124924,7 +1124924,7 @@ static const uint16_t ts_small_parse_table[] = { [852231] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28132), 1, + ACTIONS(28138), 1, sym_operator_identifier, STATE(8508), 1, sym_identifier, @@ -1124936,19 +1124936,19 @@ static const uint16_t ts_small_parse_table[] = { [852248] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(30209), 1, + ACTIONS(30215), 1, anon_sym_LBRACE, - ACTIONS(30211), 1, + ACTIONS(30217), 1, anon_sym_LBRACK, STATE(7636), 1, sym_identifier, - ACTIONS(29259), 2, + ACTIONS(29265), 2, sym__alpha_identifier, sym__backquoted_id, [852265] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28503), 1, + ACTIONS(28509), 1, sym_operator_identifier, STATE(16895), 1, sym_identifier, @@ -1124960,9 +1124960,9 @@ static const uint16_t ts_small_parse_table[] = { [852282] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30213), 1, + ACTIONS(30219), 1, anon_sym_COLON, - ACTIONS(25532), 4, + ACTIONS(25538), 4, sym__automatic_semicolon, sym__outdent, anon_sym_if, @@ -1124974,7 +1124974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30215), 1, + ACTIONS(30221), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1124985,9 +1124985,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(30217), 1, + ACTIONS(30223), 1, anon_sym_COMMA, - ACTIONS(30219), 1, + ACTIONS(30225), 1, anon_sym_RPAREN, STATE(26096), 1, aux_sym_tuple_type_repeat1, @@ -1125001,13 +1125001,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(9145), 2, anon_sym_RBRACE, anon_sym_case, - ACTIONS(30221), 2, + ACTIONS(30227), 2, sym__automatic_semicolon, anon_sym_SEMI, [852348] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1125019,7 +1125019,7 @@ static const uint16_t ts_small_parse_table[] = { [852365] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1125031,7 +1125031,7 @@ static const uint16_t ts_small_parse_table[] = { [852382] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28156), 1, + ACTIONS(28162), 1, sym_operator_identifier, STATE(14591), 1, sym_identifier, @@ -1125043,13 +1125043,13 @@ static const uint16_t ts_small_parse_table[] = { [852399] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(30224), 1, + ACTIONS(30230), 1, anon_sym_LBRACE, - ACTIONS(30226), 1, + ACTIONS(30232), 1, anon_sym_LBRACK, STATE(8768), 1, sym_identifier, - ACTIONS(29450), 2, + ACTIONS(29456), 2, sym__alpha_identifier, sym__backquoted_id, [852416] = 6, @@ -1125059,7 +1125059,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30228), 1, + ACTIONS(30234), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1125068,7 +1125068,7 @@ static const uint16_t ts_small_parse_table[] = { [852435] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30230), 1, + ACTIONS(30236), 1, sym_operator_identifier, STATE(17129), 1, sym__type_identifier, @@ -1125080,7 +1125080,7 @@ static const uint16_t ts_small_parse_table[] = { [852452] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30232), 1, + ACTIONS(30238), 1, anon_sym_else, ACTIONS(11903), 4, anon_sym_COMMA, @@ -1125090,18 +1125090,18 @@ static const uint16_t ts_small_parse_table[] = { [852465] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30195), 1, + ACTIONS(30201), 1, anon_sym_COMMA, STATE(25000), 1, aux_sym_enum_case_definitions_repeat1, - ACTIONS(29669), 3, + ACTIONS(29675), 3, sym__automatic_semicolon, sym__outdent, anon_sym_SEMI, [852480] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28347), 1, + ACTIONS(28353), 1, sym_operator_identifier, STATE(14112), 1, sym_identifier, @@ -1125117,7 +1125117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30234), 1, + ACTIONS(30240), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1125130,7 +1125130,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30236), 1, + ACTIONS(30242), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1125143,7 +1125143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30238), 1, + ACTIONS(30244), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1125152,7 +1125152,7 @@ static const uint16_t ts_small_parse_table[] = { [852554] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28347), 1, + ACTIONS(28353), 1, sym_operator_identifier, STATE(14112), 1, sym_identifier, @@ -1125164,7 +1125164,7 @@ static const uint16_t ts_small_parse_table[] = { [852571] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1125176,7 +1125176,7 @@ static const uint16_t ts_small_parse_table[] = { [852588] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30240), 1, + ACTIONS(30246), 1, sym_operator_identifier, STATE(15975), 1, sym__type_identifier, @@ -1125188,7 +1125188,7 @@ static const uint16_t ts_small_parse_table[] = { [852605] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30059), 1, + ACTIONS(30065), 1, sym_operator_identifier, STATE(19810), 1, sym_identifier, @@ -1125200,7 +1125200,7 @@ static const uint16_t ts_small_parse_table[] = { [852622] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1125212,7 +1125212,7 @@ static const uint16_t ts_small_parse_table[] = { [852639] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30242), 1, + ACTIONS(30248), 1, sym_operator_identifier, STATE(5513), 1, sym_identifier, @@ -1125224,7 +1125224,7 @@ static const uint16_t ts_small_parse_table[] = { [852656] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30244), 1, + ACTIONS(30250), 1, anon_sym_else, ACTIONS(11909), 2, anon_sym_COMMA, @@ -1125235,7 +1125235,7 @@ static const uint16_t ts_small_parse_table[] = { [852671] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30246), 1, + ACTIONS(30252), 1, anon_sym_else, ACTIONS(11920), 2, anon_sym_COMMA, @@ -1125246,11 +1125246,11 @@ static const uint16_t ts_small_parse_table[] = { [852686] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(25757), 1, + ACTIONS(25763), 1, anon_sym_COLON, - ACTIONS(25759), 1, + ACTIONS(25765), 1, anon_sym_LBRACE, - ACTIONS(25761), 1, + ACTIONS(25767), 1, anon_sym_derives, STATE(7802), 1, sym_enum_body, @@ -1125263,7 +1125263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30248), 1, + ACTIONS(30254), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1125276,7 +1125276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30250), 1, + ACTIONS(30256), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1125285,7 +1125285,7 @@ static const uint16_t ts_small_parse_table[] = { [852743] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1125301,7 +1125301,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30252), 1, + ACTIONS(30258), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1125312,9 +1125312,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(30254), 1, + ACTIONS(30260), 1, anon_sym_COMMA, - ACTIONS(30256), 1, + ACTIONS(30262), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1125323,9 +1125323,9 @@ static const uint16_t ts_small_parse_table[] = { [852798] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(30258), 1, + ACTIONS(30264), 1, anon_sym_LBRACE, - ACTIONS(30260), 1, + ACTIONS(30266), 1, anon_sym_LBRACK, STATE(14731), 1, sym_identifier, @@ -1125335,7 +1125335,7 @@ static const uint16_t ts_small_parse_table[] = { [852815] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30059), 1, + ACTIONS(30065), 1, sym_operator_identifier, STATE(19810), 1, sym_identifier, @@ -1125351,7 +1125351,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30262), 1, + ACTIONS(30268), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1125360,7 +1125360,7 @@ static const uint16_t ts_small_parse_table[] = { [852851] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30264), 1, + ACTIONS(30270), 1, sym_operator_identifier, STATE(13712), 1, sym__type_identifier, @@ -1125372,7 +1125372,7 @@ static const uint16_t ts_small_parse_table[] = { [852868] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30266), 1, + ACTIONS(30272), 1, sym_operator_identifier, STATE(13337), 1, sym_identifier, @@ -1125384,7 +1125384,7 @@ static const uint16_t ts_small_parse_table[] = { [852885] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29995), 1, + ACTIONS(30001), 1, sym_operator_identifier, STATE(5566), 1, sym__class_constructor, @@ -1125396,7 +1125396,7 @@ static const uint16_t ts_small_parse_table[] = { [852902] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30268), 1, + ACTIONS(30274), 1, sym_operator_identifier, STATE(13323), 1, sym_identifier, @@ -1125408,7 +1125408,7 @@ static const uint16_t ts_small_parse_table[] = { [852919] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29995), 1, + ACTIONS(30001), 1, sym_operator_identifier, STATE(5464), 1, sym__class_constructor, @@ -1125420,7 +1125420,7 @@ static const uint16_t ts_small_parse_table[] = { [852936] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29995), 1, + ACTIONS(30001), 1, sym_operator_identifier, STATE(5463), 1, sym__class_constructor, @@ -1125432,7 +1125432,7 @@ static const uint16_t ts_small_parse_table[] = { [852953] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1125448,7 +1125448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30270), 1, + ACTIONS(30276), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1125457,7 +1125457,7 @@ static const uint16_t ts_small_parse_table[] = { [852989] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28241), 1, + ACTIONS(28247), 1, sym_operator_identifier, STATE(14471), 1, sym_identifier, @@ -1125469,7 +1125469,7 @@ static const uint16_t ts_small_parse_table[] = { [853006] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28241), 1, + ACTIONS(28247), 1, sym_operator_identifier, STATE(14471), 1, sym_identifier, @@ -1125481,7 +1125481,7 @@ static const uint16_t ts_small_parse_table[] = { [853023] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1125493,7 +1125493,7 @@ static const uint16_t ts_small_parse_table[] = { [853040] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29834), 1, + ACTIONS(29840), 1, sym_operator_identifier, STATE(5462), 1, sym_identifier, @@ -1125505,7 +1125505,7 @@ static const uint16_t ts_small_parse_table[] = { [853057] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1125517,7 +1125517,7 @@ static const uint16_t ts_small_parse_table[] = { [853074] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30272), 1, + ACTIONS(30278), 1, sym_operator_identifier, STATE(15284), 1, sym__type_identifier, @@ -1125533,7 +1125533,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30274), 1, + ACTIONS(30280), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1125546,7 +1125546,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30276), 1, + ACTIONS(30282), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1125557,9 +1125557,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(30278), 1, + ACTIONS(30284), 1, anon_sym_COMMA, - ACTIONS(30280), 1, + ACTIONS(30286), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, @@ -1125568,20 +1125568,20 @@ static const uint16_t ts_small_parse_table[] = { [853148] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30282), 1, + ACTIONS(30288), 1, anon_sym_COMMA, STATE(25000), 1, aux_sym_enum_case_definitions_repeat1, - ACTIONS(29910), 3, + ACTIONS(29916), 3, sym__automatic_semicolon, sym__outdent, anon_sym_SEMI, [853163] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(30285), 1, + ACTIONS(30291), 1, anon_sym_LBRACE, - ACTIONS(30287), 1, + ACTIONS(30293), 1, anon_sym_LBRACK, STATE(14070), 1, sym_identifier, @@ -1125591,7 +1125591,7 @@ static const uint16_t ts_small_parse_table[] = { [853180] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28323), 1, + ACTIONS(28329), 1, sym_operator_identifier, STATE(14396), 1, sym_identifier, @@ -1125607,7 +1125607,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30289), 1, + ACTIONS(30295), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1125620,7 +1125620,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30291), 1, + ACTIONS(30297), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1125633,7 +1125633,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30293), 1, + ACTIONS(30299), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1125646,7 +1125646,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30295), 1, + ACTIONS(30301), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1125655,7 +1125655,7 @@ static const uint16_t ts_small_parse_table[] = { [853273] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(30297), 1, + ACTIONS(30303), 1, sym_operator_identifier, STATE(15537), 1, sym_identifier, @@ -1125667,9 +1125667,9 @@ static const uint16_t ts_small_parse_table[] = { [853290] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(30299), 1, + ACTIONS(30305), 1, anon_sym_LBRACE, - ACTIONS(30301), 1, + ACTIONS(30307), 1, anon_sym_LBRACK, STATE(17175), 1, sym_identifier, @@ -1125683,7 +1125683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30303), 1, + ACTIONS(30309), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1125692,7 +1125692,7 @@ static const uint16_t ts_small_parse_table[] = { [853326] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28096), 1, + ACTIONS(28102), 1, sym_operator_identifier, STATE(21835), 1, sym_identifier, @@ -1125708,7 +1125708,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_with, ACTIONS(10543), 1, anon_sym_LPAREN, - ACTIONS(30305), 1, + ACTIONS(30311), 1, anon_sym_EQ, STATE(9772), 1, aux_sym_compound_type_repeat1, @@ -1125717,7 +1125717,7 @@ static const uint16_t ts_small_parse_table[] = { [853362] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29739), 1, + ACTIONS(29745), 1, sym_operator_identifier, STATE(15373), 1, sym_identifier, @@ -1125729,7 +1125729,7 @@ static const uint16_t ts_small_parse_table[] = { [853379] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(29995), 1, + ACTIONS(30001), 1, sym_operator_identifier, STATE(5491), 1, sym__class_constructor, @@ -1125741,7 +1125741,7 @@ static const uint16_t ts_small_parse_table[] = { [853396] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28887), 1, + ACTIONS(28893), 1, sym_operator_identifier, STATE(15319), 1, sym_identifier, @@ -1125753,7 +1125753,7 @@ static const uint16_t ts_small_parse_table[] = { [853413] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28323), 1, + ACTIONS(28329), 1, sym_operator_identifier, STATE(14396), 1, sym_identifier, @@ -1125765,7 +1125765,7 @@ static const uint16_t ts_small_parse_table[] = { [853430] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28887), 1, + ACTIONS(28893), 1, sym_operator_identifier, STATE(15319), 1, sym_identifier, @@ -1125777,7 +1125777,7 @@ static const uint16_t ts_small_parse_table[] = { [853447] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28683), 1, + ACTIONS(28689), 1, sym_operator_identifier, STATE(19393), 1, sym_identifier, @@ -1125789,7 +1125789,7 @@ static const uint16_t ts_small_parse_table[] = { [853464] = 5, ACTIONS(127), 1, sym_comment, - ACTIONS(28683), 1, + ACTIONS(28689), 1, sym_operator_identifier, STATE(19393), 1, sym_identifier, @@ -1125803,9 +1125803,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(30307), 1, + ACTIONS(30313), 1, anon_sym_COMMA, - ACTIONS(30309), 1, + ACTIONS(30315), 1, anon_sym_RPAREN, STATE(26161), 1, aux_sym_tuple_type_repeat1, @@ -1125814,9 +1125814,9 @@ static const uint16_t ts_small_parse_table[] = { [853500] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30311), 1, + ACTIONS(30317), 1, anon_sym_RBRACE, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, STATE(25169), 2, sym_case_clause, @@ -1125826,18 +1125826,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30315), 1, + ACTIONS(30321), 1, anon_sym_while, STATE(18473), 1, sym_type_arguments, [853530] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30319), 1, + ACTIONS(30325), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1125845,7 +1125845,7 @@ static const uint16_t ts_small_parse_table[] = { [853544] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(29910), 4, + ACTIONS(29916), 4, sym__automatic_semicolon, sym__outdent, anon_sym_COMMA, @@ -1125855,9 +1125855,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30321), 1, + ACTIONS(30327), 1, anon_sym_while, STATE(18473), 1, sym_type_arguments, @@ -1125874,9 +1125874,9 @@ static const uint16_t ts_small_parse_table[] = { [853584] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30323), 1, + ACTIONS(30329), 1, anon_sym_case, - ACTIONS(30326), 1, + ACTIONS(30332), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1125894,19 +1125894,19 @@ static const uint16_t ts_small_parse_table[] = { [853612] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(27199), 1, + ACTIONS(27205), 1, sym__outdent, STATE(25028), 1, aux_sym_enumerators_repeat1, - ACTIONS(30328), 2, + ACTIONS(30334), 2, sym__automatic_semicolon, anon_sym_SEMI, [853626] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30331), 1, + ACTIONS(30337), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1125924,19 +1125924,19 @@ static const uint16_t ts_small_parse_table[] = { [853654] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30333), 1, + ACTIONS(30339), 1, sym_operator_identifier, STATE(7594), 1, sym_identifier, - ACTIONS(29259), 2, + ACTIONS(29265), 2, sym__alpha_identifier, sym__backquoted_id, [853668] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30335), 1, + ACTIONS(30341), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1125944,19 +1125944,19 @@ static const uint16_t ts_small_parse_table[] = { [853682] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(27010), 1, + ACTIONS(27016), 1, sym__outdent, STATE(25033), 1, aux_sym__enum_block_repeat1, - ACTIONS(30337), 2, + ACTIONS(30343), 2, sym__automatic_semicolon, anon_sym_SEMI, [853696] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30340), 1, + ACTIONS(30346), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1125964,9 +1125964,9 @@ static const uint16_t ts_small_parse_table[] = { [853710] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30342), 1, + ACTIONS(30348), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1125974,7 +1125974,7 @@ static const uint16_t ts_small_parse_table[] = { [853724] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(30344), 4, + ACTIONS(30350), 4, sym__automatic_semicolon, sym__outdent, anon_sym_COMMA, @@ -1125982,7 +1125982,7 @@ static const uint16_t ts_small_parse_table[] = { [853734] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30346), 1, + ACTIONS(30352), 1, sym_operator_identifier, STATE(17188), 1, sym_identifier, @@ -1125992,9 +1125992,9 @@ static const uint16_t ts_small_parse_table[] = { [853748] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30348), 1, + ACTIONS(30354), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126006,15 +1126006,15 @@ static const uint16_t ts_small_parse_table[] = { sym__outdent, STATE(25033), 1, aux_sym__enum_block_repeat1, - ACTIONS(30350), 2, + ACTIONS(30356), 2, sym__automatic_semicolon, anon_sym_SEMI, [853776] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30352), 1, + ACTIONS(30358), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126022,9 +1126022,9 @@ static const uint16_t ts_small_parse_table[] = { [853790] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30354), 1, + ACTIONS(30360), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126032,9 +1126032,9 @@ static const uint16_t ts_small_parse_table[] = { [853804] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30356), 1, + ACTIONS(30362), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1126046,15 +1126046,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(24953), 1, aux_sym__block_repeat1, - ACTIONS(30358), 2, + ACTIONS(30364), 2, sym__automatic_semicolon, anon_sym_SEMI, [853832] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30360), 1, + ACTIONS(30366), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126062,29 +1126062,29 @@ static const uint16_t ts_small_parse_table[] = { [853846] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25748), 1, + ACTIONS(25754), 1, sym__outdent, STATE(25039), 1, aux_sym__enum_block_repeat1, - ACTIONS(25746), 2, + ACTIONS(25752), 2, sym__automatic_semicolon, anon_sym_SEMI, [853860] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30362), 1, + ACTIONS(30368), 1, sym_operator_identifier, STATE(7948), 1, sym_identifier, - ACTIONS(29553), 2, + ACTIONS(29559), 2, sym__alpha_identifier, sym__backquoted_id, [853874] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30364), 1, + ACTIONS(30370), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1126092,9 +1126092,9 @@ static const uint16_t ts_small_parse_table[] = { [853888] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30366), 1, + ACTIONS(30372), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1126102,9 +1126102,9 @@ static const uint16_t ts_small_parse_table[] = { [853902] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30368), 1, + ACTIONS(30374), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1126116,15 +1126116,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(25043), 1, aux_sym__block_repeat1, - ACTIONS(25735), 2, + ACTIONS(25741), 2, sym__automatic_semicolon, anon_sym_SEMI, [853930] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30370), 1, + ACTIONS(30376), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126132,9 +1126132,9 @@ static const uint16_t ts_small_parse_table[] = { [853944] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30372), 1, + ACTIONS(30378), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1126142,9 +1126142,9 @@ static const uint16_t ts_small_parse_table[] = { [853958] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30374), 1, + ACTIONS(30380), 1, anon_sym_LBRACE, - ACTIONS(30376), 1, + ACTIONS(30382), 1, sym__indent, STATE(9624), 2, sym_indented_cases, @@ -1126152,19 +1126152,19 @@ static const uint16_t ts_small_parse_table[] = { [853972] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30378), 1, + ACTIONS(30384), 1, sym_operator_identifier, STATE(8903), 1, sym_identifier, - ACTIONS(29450), 2, + ACTIONS(29456), 2, sym__alpha_identifier, sym__backquoted_id, [853986] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30380), 1, + ACTIONS(30386), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126172,9 +1126172,9 @@ static const uint16_t ts_small_parse_table[] = { [854000] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30382), 1, + ACTIONS(30388), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126182,19 +1126182,19 @@ static const uint16_t ts_small_parse_table[] = { [854014] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30384), 1, + ACTIONS(30390), 1, sym_operator_identifier, STATE(6454), 1, sym_identifier, - ACTIONS(29925), 2, + ACTIONS(29931), 2, sym__alpha_identifier, sym__backquoted_id, [854028] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30386), 1, + ACTIONS(30392), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1126202,9 +1126202,9 @@ static const uint16_t ts_small_parse_table[] = { [854042] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30388), 1, + ACTIONS(30394), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126212,9 +1126212,9 @@ static const uint16_t ts_small_parse_table[] = { [854056] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30374), 1, + ACTIONS(30380), 1, anon_sym_LBRACE, - ACTIONS(30376), 1, + ACTIONS(30382), 1, sym__indent, STATE(9648), 2, sym_indented_cases, @@ -1126222,9 +1126222,9 @@ static const uint16_t ts_small_parse_table[] = { [854070] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30390), 1, + ACTIONS(30396), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126234,18 +1126234,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30392), 1, + ACTIONS(30398), 1, anon_sym_while, STATE(18473), 1, sym_type_arguments, [854100] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30394), 1, + ACTIONS(30400), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1126253,19 +1126253,19 @@ static const uint16_t ts_small_parse_table[] = { [854114] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30398), 1, + ACTIONS(30404), 1, anon_sym_STAR, - ACTIONS(30400), 1, + ACTIONS(30406), 1, anon_sym_EQ, - ACTIONS(30396), 2, + ACTIONS(30402), 2, anon_sym_COMMA, anon_sym_RPAREN, [854128] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30402), 1, + ACTIONS(30408), 1, anon_sym_RBRACE, STATE(25264), 2, sym_case_clause, @@ -1126273,9 +1126273,9 @@ static const uint16_t ts_small_parse_table[] = { [854142] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30404), 1, + ACTIONS(30410), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1126283,7 +1126283,7 @@ static const uint16_t ts_small_parse_table[] = { [854156] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(30406), 4, + ACTIONS(30412), 4, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_do, @@ -1126291,9 +1126291,9 @@ static const uint16_t ts_small_parse_table[] = { [854166] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30408), 1, + ACTIONS(30414), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126303,16 +1126303,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30410), 1, + ACTIONS(30416), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, [854196] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30412), 1, + ACTIONS(30418), 1, sym_operator_identifier, STATE(14029), 1, sym_identifier, @@ -1126322,7 +1126322,7 @@ static const uint16_t ts_small_parse_table[] = { [854210] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30414), 1, + ACTIONS(30420), 1, sym_operator_identifier, STATE(28285), 1, sym_identifier, @@ -1126332,9 +1126332,9 @@ static const uint16_t ts_small_parse_table[] = { [854224] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30416), 1, + ACTIONS(30422), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1126342,19 +1126342,19 @@ static const uint16_t ts_small_parse_table[] = { [854238] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30420), 1, + ACTIONS(30426), 1, anon_sym_STAR, - ACTIONS(30422), 1, + ACTIONS(30428), 1, anon_sym_EQ, - ACTIONS(30418), 2, + ACTIONS(30424), 2, anon_sym_COMMA, anon_sym_RPAREN, [854252] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30424), 1, + ACTIONS(30430), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126362,7 +1126362,7 @@ static const uint16_t ts_small_parse_table[] = { [854266] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30426), 1, + ACTIONS(30432), 1, anon_sym_else, ACTIONS(11897), 3, anon_sym_LBRACK, @@ -1126371,7 +1126371,7 @@ static const uint16_t ts_small_parse_table[] = { [854278] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30428), 1, + ACTIONS(30434), 1, anon_sym_else, ACTIONS(11903), 3, anon_sym_LBRACK, @@ -1126382,18 +1126382,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30430), 1, + ACTIONS(30436), 1, anon_sym_while, STATE(18473), 1, sym_type_arguments, [854306] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30432), 1, + ACTIONS(30438), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126403,7 +1126403,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11909), 1, anon_sym_do, - ACTIONS(30434), 1, + ACTIONS(30440), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1126413,7 +1126413,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11920), 1, anon_sym_do, - ACTIONS(30436), 1, + ACTIONS(30442), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1126423,9 +1126423,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(30440), 1, + ACTIONS(30446), 1, anon_sym_EQ, - ACTIONS(30438), 2, + ACTIONS(30444), 2, anon_sym_COMMA, anon_sym_RPAREN, [854362] = 5, @@ -1126433,18 +1126433,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30442), 1, + ACTIONS(30448), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, [854378] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30444), 1, + ACTIONS(30450), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126452,7 +1126452,7 @@ static const uint16_t ts_small_parse_table[] = { [854392] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(30446), 4, + ACTIONS(30452), 4, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_do, @@ -1126460,9 +1126460,9 @@ static const uint16_t ts_small_parse_table[] = { [854402] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30448), 1, + ACTIONS(30454), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126470,9 +1126470,9 @@ static const uint16_t ts_small_parse_table[] = { [854416] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30450), 1, + ACTIONS(30456), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126482,17 +1126482,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15307), 1, anon_sym_as, - ACTIONS(28108), 1, + ACTIONS(28114), 1, anon_sym_EQ_GT, - ACTIONS(30452), 2, + ACTIONS(30458), 2, anon_sym_RBRACE, anon_sym_COMMA, [854444] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30454), 1, + ACTIONS(30460), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126500,9 +1126500,9 @@ static const uint16_t ts_small_parse_table[] = { [854458] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30456), 1, + ACTIONS(30462), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126510,9 +1126510,9 @@ static const uint16_t ts_small_parse_table[] = { [854472] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30458), 1, + ACTIONS(30464), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1126520,7 +1126520,7 @@ static const uint16_t ts_small_parse_table[] = { [854486] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(29910), 4, + ACTIONS(29916), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_COMMA, @@ -1126528,7 +1126528,7 @@ static const uint16_t ts_small_parse_table[] = { [854496] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30460), 1, + ACTIONS(30466), 1, sym_operator_identifier, STATE(17063), 1, sym_identifier, @@ -1126538,9 +1126538,9 @@ static const uint16_t ts_small_parse_table[] = { [854510] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30462), 1, + ACTIONS(30468), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1126548,9 +1126548,9 @@ static const uint16_t ts_small_parse_table[] = { [854524] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30464), 1, + ACTIONS(30470), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126558,11 +1126558,11 @@ static const uint16_t ts_small_parse_table[] = { [854538] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30468), 1, + ACTIONS(30474), 1, anon_sym_STAR, - ACTIONS(30470), 1, + ACTIONS(30476), 1, anon_sym_EQ, - ACTIONS(30466), 2, + ACTIONS(30472), 2, anon_sym_COMMA, anon_sym_RPAREN, [854552] = 4, @@ -1126590,17 +1126590,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(30474), 1, + ACTIONS(30480), 1, anon_sym_EQ, - ACTIONS(30472), 2, + ACTIONS(30478), 2, anon_sym_COMMA, anon_sym_RPAREN, [854594] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30476), 1, + ACTIONS(30482), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126610,9 +1126610,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30478), 1, + ACTIONS(30484), 1, anon_sym_while, STATE(18473), 1, sym_type_arguments, @@ -1126629,11 +1126629,11 @@ static const uint16_t ts_small_parse_table[] = { [854638] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30480), 1, + ACTIONS(30486), 1, sym_operator_identifier, STATE(7461), 1, sym_identifier, - ACTIONS(29747), 2, + ACTIONS(29753), 2, sym__alpha_identifier, sym__backquoted_id, [854652] = 5, @@ -1126641,18 +1126641,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30482), 1, + ACTIONS(30488), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, [854668] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30484), 1, + ACTIONS(30490), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1126660,9 +1126660,9 @@ static const uint16_t ts_small_parse_table[] = { [854682] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30486), 1, + ACTIONS(30492), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126670,9 +1126670,9 @@ static const uint16_t ts_small_parse_table[] = { [854696] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30488), 1, + ACTIONS(30494), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1126682,9 +1126682,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12580), 1, sym__outdent, - ACTIONS(30490), 1, + ACTIONS(30496), 1, anon_sym_SEMI, - ACTIONS(30492), 1, + ACTIONS(30498), 1, sym__automatic_semicolon, STATE(25028), 1, aux_sym_enumerators_repeat1, @@ -1126699,7 +1126699,7 @@ static const uint16_t ts_small_parse_table[] = { [854736] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30494), 1, + ACTIONS(30500), 1, sym_operator_identifier, STATE(28415), 1, sym_identifier, @@ -1126709,9 +1126709,9 @@ static const uint16_t ts_small_parse_table[] = { [854750] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30496), 1, + ACTIONS(30502), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126719,9 +1126719,9 @@ static const uint16_t ts_small_parse_table[] = { [854764] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30498), 1, + ACTIONS(30504), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1126729,9 +1126729,9 @@ static const uint16_t ts_small_parse_table[] = { [854778] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30500), 1, + ACTIONS(30506), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126739,9 +1126739,9 @@ static const uint16_t ts_small_parse_table[] = { [854792] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30502), 1, + ACTIONS(30508), 1, anon_sym_LBRACE, - ACTIONS(30504), 1, + ACTIONS(30510), 1, sym__indent, STATE(21742), 2, sym_indented_cases, @@ -1126749,7 +1126749,7 @@ static const uint16_t ts_small_parse_table[] = { [854806] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30506), 1, + ACTIONS(30512), 1, sym_operator_identifier, STATE(20411), 1, sym_identifier, @@ -1126759,7 +1126759,7 @@ static const uint16_t ts_small_parse_table[] = { [854820] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30508), 1, + ACTIONS(30514), 1, sym_operator_identifier, STATE(18647), 1, sym_identifier, @@ -1126769,9 +1126769,9 @@ static const uint16_t ts_small_parse_table[] = { [854834] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30510), 1, + ACTIONS(30516), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1126779,19 +1126779,19 @@ static const uint16_t ts_small_parse_table[] = { [854848] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30514), 1, + ACTIONS(30520), 1, anon_sym_COMMA, STATE(25117), 1, aux_sym_derives_clause_repeat1, - ACTIONS(30512), 2, + ACTIONS(30518), 2, anon_sym_COLON, anon_sym_LBRACE, [854862] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30517), 1, + ACTIONS(30523), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126801,38 +1126801,38 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30519), 1, + ACTIONS(30525), 1, anon_sym_while, STATE(18473), 1, sym_type_arguments, [854892] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30521), 1, + ACTIONS(30527), 1, sym_operator_identifier, STATE(6967), 1, sym_identifier, - ACTIONS(28447), 2, + ACTIONS(28453), 2, sym__alpha_identifier, sym__backquoted_id, [854906] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(27010), 1, + ACTIONS(27016), 1, anon_sym_RBRACE, STATE(25121), 1, aux_sym__enum_block_repeat1, - ACTIONS(30523), 2, + ACTIONS(30529), 2, sym__automatic_semicolon, anon_sym_SEMI, [854920] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30526), 1, + ACTIONS(30532), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126840,7 +1126840,7 @@ static const uint16_t ts_small_parse_table[] = { [854934] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(30344), 4, + ACTIONS(30350), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_COMMA, @@ -1126850,18 +1126850,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30528), 1, + ACTIONS(30534), 1, anon_sym_while, STATE(18473), 1, sym_type_arguments, [854960] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30530), 1, + ACTIONS(30536), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126869,9 +1126869,9 @@ static const uint16_t ts_small_parse_table[] = { [854974] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30532), 1, + ACTIONS(30538), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126879,7 +1126879,7 @@ static const uint16_t ts_small_parse_table[] = { [854988] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30534), 1, + ACTIONS(30540), 1, sym_operator_identifier, STATE(24719), 1, sym_identifier, @@ -1126889,9 +1126889,9 @@ static const uint16_t ts_small_parse_table[] = { [855002] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30502), 1, + ACTIONS(30508), 1, anon_sym_LBRACE, - ACTIONS(30504), 1, + ACTIONS(30510), 1, sym__indent, STATE(21661), 2, sym_indented_cases, @@ -1126899,7 +1126899,7 @@ static const uint16_t ts_small_parse_table[] = { [855016] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30536), 1, + ACTIONS(30542), 1, sym_operator_identifier, STATE(17711), 1, sym_identifier, @@ -1126909,9 +1126909,9 @@ static const uint16_t ts_small_parse_table[] = { [855030] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30538), 1, + ACTIONS(30544), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126919,9 +1126919,9 @@ static const uint16_t ts_small_parse_table[] = { [855044] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30540), 1, + ACTIONS(30546), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1126929,19 +1126929,19 @@ static const uint16_t ts_small_parse_table[] = { [855058] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30544), 1, + ACTIONS(30550), 1, anon_sym_STAR, - ACTIONS(30546), 1, + ACTIONS(30552), 1, anon_sym_EQ, - ACTIONS(30542), 2, + ACTIONS(30548), 2, anon_sym_COMMA, anon_sym_RPAREN, [855072] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30548), 1, + ACTIONS(30554), 1, anon_sym_RBRACE, STATE(25182), 2, sym_case_clause, @@ -1126949,9 +1126949,9 @@ static const uint16_t ts_small_parse_table[] = { [855086] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30550), 1, + ACTIONS(30556), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126959,9 +1126959,9 @@ static const uint16_t ts_small_parse_table[] = { [855100] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30552), 1, + ACTIONS(30558), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126971,18 +1126971,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30554), 1, + ACTIONS(30560), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, [855130] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30556), 1, + ACTIONS(30562), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1126990,7 +1126990,7 @@ static const uint16_t ts_small_parse_table[] = { [855144] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30558), 1, + ACTIONS(30564), 1, sym_operator_identifier, STATE(16220), 1, sym_identifier, @@ -1127000,9 +1127000,9 @@ static const uint16_t ts_small_parse_table[] = { [855158] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30560), 1, + ACTIONS(30566), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1127010,7 +1127010,7 @@ static const uint16_t ts_small_parse_table[] = { [855172] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30562), 1, + ACTIONS(30568), 1, anon_sym_else, ACTIONS(11897), 3, anon_sym_LBRACK, @@ -1127019,9 +1127019,9 @@ static const uint16_t ts_small_parse_table[] = { [855184] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30564), 1, + ACTIONS(30570), 1, anon_sym_RBRACE, STATE(25337), 2, sym_case_clause, @@ -1127029,9 +1127029,9 @@ static const uint16_t ts_small_parse_table[] = { [855198] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30566), 1, + ACTIONS(30572), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127039,7 +1127039,7 @@ static const uint16_t ts_small_parse_table[] = { [855212] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30568), 1, + ACTIONS(30574), 1, anon_sym_else, ACTIONS(11903), 3, anon_sym_LBRACK, @@ -1127048,9 +1127048,9 @@ static const uint16_t ts_small_parse_table[] = { [855224] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30570), 1, + ACTIONS(30576), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1127060,7 +1127060,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11909), 1, anon_sym_while, - ACTIONS(30572), 1, + ACTIONS(30578), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1127068,11 +1127068,11 @@ static const uint16_t ts_small_parse_table[] = { [855252] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30574), 1, + ACTIONS(30580), 1, anon_sym_COLON, - ACTIONS(30578), 1, + ACTIONS(30584), 1, anon_sym_EQ, - ACTIONS(30576), 2, + ACTIONS(30582), 2, anon_sym_COMMA, anon_sym_RPAREN, [855266] = 4, @@ -1127080,7 +1127080,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11920), 1, anon_sym_while, - ACTIONS(30580), 1, + ACTIONS(30586), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1127090,18 +1127090,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30582), 1, + ACTIONS(30588), 1, anon_sym_while, STATE(18473), 1, sym_type_arguments, [855296] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30584), 1, + ACTIONS(30590), 1, anon_sym_LBRACE, - ACTIONS(30586), 1, + ACTIONS(30592), 1, sym__indent, STATE(8082), 2, sym_indented_cases, @@ -1127109,9 +1127109,9 @@ static const uint16_t ts_small_parse_table[] = { [855310] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30588), 1, + ACTIONS(30594), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127121,17 +1127121,17 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(30592), 1, + ACTIONS(30598), 1, anon_sym_EQ, - ACTIONS(30590), 2, + ACTIONS(30596), 2, anon_sym_COMMA, anon_sym_RPAREN, [855338] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30594), 1, + ACTIONS(30600), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127159,7 +1127159,7 @@ static const uint16_t ts_small_parse_table[] = { [855380] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(30596), 4, + ACTIONS(30602), 4, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -1127167,9 +1127167,9 @@ static const uint16_t ts_small_parse_table[] = { [855390] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30598), 1, + ACTIONS(30604), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127177,9 +1127177,9 @@ static const uint16_t ts_small_parse_table[] = { [855404] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30600), 1, + ACTIONS(30606), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127187,9 +1127187,9 @@ static const uint16_t ts_small_parse_table[] = { [855418] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30602), 1, + ACTIONS(30608), 1, anon_sym_RBRACE, STATE(25374), 2, sym_case_clause, @@ -1127199,26 +1127199,26 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30604), 1, + ACTIONS(30610), 1, anon_sym_while, STATE(18473), 1, sym_type_arguments, [855448] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30606), 1, + ACTIONS(30612), 1, sym_operator_identifier, STATE(8385), 1, sym_identifier, - ACTIONS(29513), 2, + ACTIONS(29519), 2, sym__alpha_identifier, sym__backquoted_id, [855462] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30608), 1, + ACTIONS(30614), 1, sym_operator_identifier, STATE(28599), 1, sym_identifier, @@ -1127228,9 +1127228,9 @@ static const uint16_t ts_small_parse_table[] = { [855476] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30610), 1, + ACTIONS(30616), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127248,9 +1127248,9 @@ static const uint16_t ts_small_parse_table[] = { [855504] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30612), 1, + ACTIONS(30618), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1127258,9 +1127258,9 @@ static const uint16_t ts_small_parse_table[] = { [855518] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30614), 1, + ACTIONS(30620), 1, anon_sym_LBRACE, - ACTIONS(30616), 1, + ACTIONS(30622), 1, sym__indent, STATE(22451), 2, sym_indented_cases, @@ -1127268,20 +1127268,20 @@ static const uint16_t ts_small_parse_table[] = { [855532] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(30490), 1, + ACTIONS(30496), 1, anon_sym_SEMI, - ACTIONS(30618), 1, + ACTIONS(30624), 1, sym__automatic_semicolon, - ACTIONS(30620), 1, + ACTIONS(30626), 1, sym__outdent, STATE(25107), 1, aux_sym_enumerators_repeat1, [855548] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30622), 1, + ACTIONS(30628), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127289,9 +1127289,9 @@ static const uint16_t ts_small_parse_table[] = { [855562] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30624), 1, + ACTIONS(30630), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1127299,9 +1127299,9 @@ static const uint16_t ts_small_parse_table[] = { [855576] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30326), 1, + ACTIONS(30332), 1, anon_sym_RBRACE, - ACTIONS(30626), 1, + ACTIONS(30632), 1, anon_sym_case, STATE(25169), 2, sym_case_clause, @@ -1127309,19 +1127309,19 @@ static const uint16_t ts_small_parse_table[] = { [855590] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30629), 1, + ACTIONS(30635), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, - ACTIONS(30632), 2, + ACTIONS(30638), 2, anon_sym_RBRACK, anon_sym_RPAREN, [855604] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30634), 1, + ACTIONS(30640), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1127329,9 +1127329,9 @@ static const uint16_t ts_small_parse_table[] = { [855618] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30636), 1, + ACTIONS(30642), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127339,9 +1127339,9 @@ static const uint16_t ts_small_parse_table[] = { [855632] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30638), 1, + ACTIONS(30644), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127349,19 +1127349,19 @@ static const uint16_t ts_small_parse_table[] = { [855646] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30642), 1, + ACTIONS(30648), 1, anon_sym_COMMA, STATE(25117), 1, aux_sym_derives_clause_repeat1, - ACTIONS(30640), 2, + ACTIONS(30646), 2, anon_sym_COLON, anon_sym_LBRACE, [855660] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30644), 1, + ACTIONS(30650), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1127373,25 +1127373,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, STATE(25121), 1, aux_sym__enum_block_repeat1, - ACTIONS(30646), 2, + ACTIONS(30652), 2, sym__automatic_semicolon, anon_sym_SEMI, [855688] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30648), 1, + ACTIONS(30654), 1, sym_operator_identifier, STATE(6888), 1, sym_identifier, - ACTIONS(29299), 2, + ACTIONS(29305), 2, sym__alpha_identifier, sym__backquoted_id, [855702] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30650), 1, + ACTIONS(30656), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127399,9 +1127399,9 @@ static const uint16_t ts_small_parse_table[] = { [855716] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30652), 1, + ACTIONS(30658), 1, anon_sym_LBRACE, - ACTIONS(30654), 1, + ACTIONS(30660), 1, sym__indent, STATE(6582), 2, sym_indented_cases, @@ -1127419,7 +1127419,7 @@ static const uint16_t ts_small_parse_table[] = { [855744] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(27360), 1, + ACTIONS(27366), 1, sym_operator_identifier, STATE(24555), 1, sym_identifier, @@ -1127429,9 +1127429,9 @@ static const uint16_t ts_small_parse_table[] = { [855758] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30656), 1, + ACTIONS(30662), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1127439,7 +1127439,7 @@ static const uint16_t ts_small_parse_table[] = { [855772] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30658), 1, + ACTIONS(30664), 1, sym_operator_identifier, STATE(16847), 1, sym_identifier, @@ -1127449,9 +1127449,9 @@ static const uint16_t ts_small_parse_table[] = { [855786] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30660), 1, + ACTIONS(30666), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127471,18 +1127471,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30662), 1, + ACTIONS(30668), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, [855830] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30664), 1, + ACTIONS(30670), 1, anon_sym_RBRACE, STATE(25063), 2, sym_case_clause, @@ -1127490,9 +1127490,9 @@ static const uint16_t ts_small_parse_table[] = { [855844] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30666), 1, + ACTIONS(30672), 1, anon_sym_LBRACE, - ACTIONS(30668), 1, + ACTIONS(30674), 1, sym__indent, STATE(9148), 2, sym_indented_cases, @@ -1127500,9 +1127500,9 @@ static const uint16_t ts_small_parse_table[] = { [855858] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30670), 1, + ACTIONS(30676), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127510,9 +1127510,9 @@ static const uint16_t ts_small_parse_table[] = { [855872] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30672), 1, + ACTIONS(30678), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127520,9 +1127520,9 @@ static const uint16_t ts_small_parse_table[] = { [855886] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30674), 1, + ACTIONS(30680), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127530,9 +1127530,9 @@ static const uint16_t ts_small_parse_table[] = { [855900] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30652), 1, + ACTIONS(30658), 1, anon_sym_LBRACE, - ACTIONS(30654), 1, + ACTIONS(30660), 1, sym__indent, STATE(6666), 2, sym_indented_cases, @@ -1127540,7 +1127540,7 @@ static const uint16_t ts_small_parse_table[] = { [855914] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30676), 1, + ACTIONS(30682), 1, sym_operator_identifier, STATE(25146), 1, sym_identifier, @@ -1127550,29 +1127550,29 @@ static const uint16_t ts_small_parse_table[] = { [855928] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30678), 1, + ACTIONS(30684), 1, anon_sym_COLON, - ACTIONS(30682), 1, + ACTIONS(30688), 1, anon_sym_EQ, - ACTIONS(30680), 2, + ACTIONS(30686), 2, anon_sym_COMMA, anon_sym_RPAREN, [855942] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30684), 1, + ACTIONS(30690), 1, sym_operator_identifier, STATE(7609), 1, sym_identifier, - ACTIONS(29201), 2, + ACTIONS(29207), 2, sym__alpha_identifier, sym__backquoted_id, [855956] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30666), 1, + ACTIONS(30672), 1, anon_sym_LBRACE, - ACTIONS(30668), 1, + ACTIONS(30674), 1, sym__indent, STATE(8999), 2, sym_indented_cases, @@ -1127582,18 +1127582,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30686), 1, + ACTIONS(30692), 1, anon_sym_while, STATE(18473), 1, sym_type_arguments, [855986] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30688), 1, + ACTIONS(30694), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127601,9 +1127601,9 @@ static const uint16_t ts_small_parse_table[] = { [856000] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30690), 1, + ACTIONS(30696), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127611,9 +1127611,9 @@ static const uint16_t ts_small_parse_table[] = { [856014] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30692), 1, + ACTIONS(30698), 1, anon_sym_RBRACE, STATE(25131), 2, sym_case_clause, @@ -1127621,9 +1127621,9 @@ static const uint16_t ts_small_parse_table[] = { [856028] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30694), 1, + ACTIONS(30700), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1127631,7 +1127631,7 @@ static const uint16_t ts_small_parse_table[] = { [856042] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30696), 1, + ACTIONS(30702), 1, sym_operator_identifier, STATE(14779), 1, sym_identifier, @@ -1127641,19 +1127641,19 @@ static const uint16_t ts_small_parse_table[] = { [856056] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25748), 1, + ACTIONS(25754), 1, anon_sym_RBRACE, STATE(25176), 1, aux_sym__enum_block_repeat1, - ACTIONS(25879), 2, + ACTIONS(25885), 2, sym__automatic_semicolon, anon_sym_SEMI, [856070] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30584), 1, + ACTIONS(30590), 1, anon_sym_LBRACE, - ACTIONS(30586), 1, + ACTIONS(30592), 1, sym__indent, STATE(8294), 2, sym_indented_cases, @@ -1127661,7 +1127661,7 @@ static const uint16_t ts_small_parse_table[] = { [856084] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30698), 1, + ACTIONS(30704), 1, sym_operator_identifier, STATE(18656), 1, sym_identifier, @@ -1127671,9 +1127671,9 @@ static const uint16_t ts_small_parse_table[] = { [856098] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30614), 1, + ACTIONS(30620), 1, anon_sym_LBRACE, - ACTIONS(30616), 1, + ACTIONS(30622), 1, sym__indent, STATE(22512), 2, sym_indented_cases, @@ -1127683,9 +1127683,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30700), 1, + ACTIONS(30706), 1, anon_sym_while, STATE(18473), 1, sym_type_arguments, @@ -1127696,7 +1127696,7 @@ static const uint16_t ts_small_parse_table[] = { sym__outdent, STATE(24440), 1, aux_sym__block_repeat1, - ACTIONS(30702), 2, + ACTIONS(30708), 2, sym__automatic_semicolon, anon_sym_SEMI, [856142] = 5, @@ -1127704,9 +1127704,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30704), 1, + ACTIONS(30710), 1, anon_sym_while, STATE(18473), 1, sym_type_arguments, @@ -1127735,18 +1127735,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30706), 1, + ACTIONS(30712), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, [856202] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30708), 1, + ACTIONS(30714), 1, anon_sym_LBRACE, - ACTIONS(30710), 1, + ACTIONS(30716), 1, sym__indent, STATE(21593), 2, sym_indented_cases, @@ -1127754,9 +1127754,9 @@ static const uint16_t ts_small_parse_table[] = { [856216] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30712), 1, + ACTIONS(30718), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127764,9 +1127764,9 @@ static const uint16_t ts_small_parse_table[] = { [856230] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30714), 1, + ACTIONS(30720), 1, anon_sym_RBRACE, STATE(25049), 2, sym_case_clause, @@ -1127776,18 +1127776,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30716), 1, + ACTIONS(30722), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, [856260] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30718), 1, + ACTIONS(30724), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1127795,9 +1127795,9 @@ static const uint16_t ts_small_parse_table[] = { [856274] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30720), 1, + ACTIONS(30726), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1127805,9 +1127805,9 @@ static const uint16_t ts_small_parse_table[] = { [856288] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30722), 1, + ACTIONS(30728), 1, anon_sym_LBRACE, - ACTIONS(30724), 1, + ACTIONS(30730), 1, sym__indent, STATE(6646), 2, sym_indented_cases, @@ -1127825,9 +1127825,9 @@ static const uint16_t ts_small_parse_table[] = { [856316] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30726), 1, + ACTIONS(30732), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127835,7 +1127835,7 @@ static const uint16_t ts_small_parse_table[] = { [856330] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30728), 1, + ACTIONS(30734), 1, sym_operator_identifier, STATE(14403), 1, sym_identifier, @@ -1127845,9 +1127845,9 @@ static const uint16_t ts_small_parse_table[] = { [856344] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30722), 1, + ACTIONS(30728), 1, anon_sym_LBRACE, - ACTIONS(30724), 1, + ACTIONS(30730), 1, sym__indent, STATE(6707), 2, sym_indented_cases, @@ -1127855,19 +1127855,19 @@ static const uint16_t ts_small_parse_table[] = { [856358] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30642), 1, + ACTIONS(30648), 1, anon_sym_COMMA, STATE(25174), 1, aux_sym_derives_clause_repeat1, - ACTIONS(30730), 2, + ACTIONS(30736), 2, anon_sym_COLON, anon_sym_LBRACE, [856372] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30732), 1, + ACTIONS(30738), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1127875,9 +1127875,9 @@ static const uint16_t ts_small_parse_table[] = { [856386] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30734), 1, + ACTIONS(30740), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1127915,9 +1127915,9 @@ static const uint16_t ts_small_parse_table[] = { [856442] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30736), 1, + ACTIONS(30742), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127935,9 +1127935,9 @@ static const uint16_t ts_small_parse_table[] = { [856470] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30738), 1, + ACTIONS(30744), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1127957,18 +1127957,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30740), 1, + ACTIONS(30746), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, [856514] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30742), 1, + ACTIONS(30748), 1, anon_sym_RBRACE, STATE(25042), 2, sym_case_clause, @@ -1127986,9 +1127986,9 @@ static const uint16_t ts_small_parse_table[] = { [856542] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30744), 1, + ACTIONS(30750), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1127996,9 +1127996,9 @@ static const uint16_t ts_small_parse_table[] = { [856556] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30746), 1, + ACTIONS(30752), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128006,9 +1128006,9 @@ static const uint16_t ts_small_parse_table[] = { [856570] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30748), 1, + ACTIONS(30754), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128016,7 +1128016,7 @@ static const uint16_t ts_small_parse_table[] = { [856584] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30750), 1, + ACTIONS(30756), 1, sym_operator_identifier, STATE(13847), 1, sym_identifier, @@ -1128026,9 +1128026,9 @@ static const uint16_t ts_small_parse_table[] = { [856598] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30708), 1, + ACTIONS(30714), 1, anon_sym_LBRACE, - ACTIONS(30710), 1, + ACTIONS(30716), 1, sym__indent, STATE(21551), 2, sym_indented_cases, @@ -1128036,9 +1128036,9 @@ static const uint16_t ts_small_parse_table[] = { [856612] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30752), 1, + ACTIONS(30758), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1128046,7 +1128046,7 @@ static const uint16_t ts_small_parse_table[] = { [856626] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30754), 1, + ACTIONS(30760), 1, sym_operator_identifier, STATE(27442), 1, sym_identifier, @@ -1128056,9 +1128056,9 @@ static const uint16_t ts_small_parse_table[] = { [856640] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30756), 1, + ACTIONS(30762), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128086,9 +1128086,9 @@ static const uint16_t ts_small_parse_table[] = { [856682] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30758), 1, + ACTIONS(30764), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128098,18 +1128098,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30760), 1, + ACTIONS(30766), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, [856712] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30762), 1, + ACTIONS(30768), 1, anon_sym_RBRACE, STATE(25020), 2, sym_case_clause, @@ -1128117,9 +1128117,9 @@ static const uint16_t ts_small_parse_table[] = { [856726] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30764), 1, + ACTIONS(30770), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1128127,9 +1128127,9 @@ static const uint16_t ts_small_parse_table[] = { [856740] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30766), 1, + ACTIONS(30772), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128137,17 +1128137,17 @@ static const uint16_t ts_small_parse_table[] = { [856754] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30768), 1, + ACTIONS(30774), 1, anon_sym_COLON, - ACTIONS(30772), 1, + ACTIONS(30778), 1, anon_sym_EQ, - ACTIONS(30770), 2, + ACTIONS(30776), 2, anon_sym_COMMA, anon_sym_RPAREN, [856768] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(25381), 1, + ACTIONS(25387), 1, sym_operator_identifier, STATE(25194), 1, sym_identifier, @@ -1128157,9 +1128157,9 @@ static const uint16_t ts_small_parse_table[] = { [856782] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30774), 1, + ACTIONS(30780), 1, anon_sym_LBRACE, - ACTIONS(30776), 1, + ACTIONS(30782), 1, sym__indent, STATE(9483), 2, sym_indented_cases, @@ -1128167,9 +1128167,9 @@ static const uint16_t ts_small_parse_table[] = { [856796] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30778), 1, + ACTIONS(30784), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128177,9 +1128177,9 @@ static const uint16_t ts_small_parse_table[] = { [856810] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30780), 1, + ACTIONS(30786), 1, anon_sym_LBRACE, - ACTIONS(30782), 1, + ACTIONS(30788), 1, sym__indent, STATE(8958), 2, sym_indented_cases, @@ -1128187,7 +1128187,7 @@ static const uint16_t ts_small_parse_table[] = { [856824] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30784), 1, + ACTIONS(30790), 1, sym_operator_identifier, STATE(13903), 1, sym_identifier, @@ -1128197,9 +1128197,9 @@ static const uint16_t ts_small_parse_table[] = { [856838] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30786), 1, + ACTIONS(30792), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128207,7 +1128207,7 @@ static const uint16_t ts_small_parse_table[] = { [856852] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30788), 1, + ACTIONS(30794), 1, sym_operator_identifier, STATE(17732), 1, sym_identifier, @@ -1128221,15 +1128221,15 @@ static const uint16_t ts_small_parse_table[] = { sym__outdent, STATE(25208), 1, aux_sym__block_repeat1, - ACTIONS(25903), 2, + ACTIONS(25909), 2, sym__automatic_semicolon, anon_sym_SEMI, [856880] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30774), 1, + ACTIONS(30780), 1, anon_sym_LBRACE, - ACTIONS(30776), 1, + ACTIONS(30782), 1, sym__indent, STATE(9564), 2, sym_indented_cases, @@ -1128237,9 +1128237,9 @@ static const uint16_t ts_small_parse_table[] = { [856894] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30790), 1, + ACTIONS(30796), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128247,9 +1128247,9 @@ static const uint16_t ts_small_parse_table[] = { [856908] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30792), 1, + ACTIONS(30798), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1128257,9 +1128257,9 @@ static const uint16_t ts_small_parse_table[] = { [856922] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30794), 1, + ACTIONS(30800), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1128269,9 +1128269,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30796), 1, + ACTIONS(30802), 1, anon_sym_while, STATE(18473), 1, sym_type_arguments, @@ -1128288,9 +1128288,9 @@ static const uint16_t ts_small_parse_table[] = { [856966] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30798), 1, + ACTIONS(30804), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128300,9 +1128300,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30800), 1, + ACTIONS(30806), 1, anon_sym_while, STATE(18473), 1, sym_type_arguments, @@ -1128319,9 +1128319,9 @@ static const uint16_t ts_small_parse_table[] = { [857010] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30802), 1, + ACTIONS(30808), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128329,9 +1128329,9 @@ static const uint16_t ts_small_parse_table[] = { [857024] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30804), 1, + ACTIONS(30810), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128349,9 +1128349,9 @@ static const uint16_t ts_small_parse_table[] = { [857052] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30806), 1, + ACTIONS(30812), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128359,7 +1128359,7 @@ static const uint16_t ts_small_parse_table[] = { [857066] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30808), 1, + ACTIONS(30814), 1, sym_operator_identifier, STATE(11243), 1, sym_identifier, @@ -1128391,18 +1128391,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30810), 1, + ACTIONS(30816), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, [857124] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30812), 1, + ACTIONS(30818), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128410,9 +1128410,9 @@ static const uint16_t ts_small_parse_table[] = { [857138] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30814), 1, + ACTIONS(30820), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128420,9 +1128420,9 @@ static const uint16_t ts_small_parse_table[] = { [857152] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30816), 1, + ACTIONS(30822), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128430,9 +1128430,9 @@ static const uint16_t ts_small_parse_table[] = { [857166] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30780), 1, + ACTIONS(30786), 1, anon_sym_LBRACE, - ACTIONS(30782), 1, + ACTIONS(30788), 1, sym__indent, STATE(8998), 2, sym_indented_cases, @@ -1128440,9 +1128440,9 @@ static const uint16_t ts_small_parse_table[] = { [857180] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30818), 1, + ACTIONS(30824), 1, anon_sym_RBRACE, STATE(25090), 2, sym_case_clause, @@ -1128450,9 +1128450,9 @@ static const uint16_t ts_small_parse_table[] = { [857194] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30820), 1, + ACTIONS(30826), 1, anon_sym_RBRACE, STATE(25072), 2, sym_case_clause, @@ -1128460,9 +1128460,9 @@ static const uint16_t ts_small_parse_table[] = { [857208] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30822), 1, + ACTIONS(30828), 1, anon_sym_LBRACE, - ACTIONS(30824), 1, + ACTIONS(30830), 1, sym__indent, STATE(8868), 2, sym_indented_cases, @@ -1128470,9 +1128470,9 @@ static const uint16_t ts_small_parse_table[] = { [857222] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30826), 1, + ACTIONS(30832), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128482,18 +1128482,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30828), 1, + ACTIONS(30834), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, [857252] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30830), 1, + ACTIONS(30836), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128501,7 +1128501,7 @@ static const uint16_t ts_small_parse_table[] = { [857266] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30832), 1, + ACTIONS(30838), 1, sym_operator_identifier, STATE(16250), 1, sym_identifier, @@ -1128511,9 +1128511,9 @@ static const uint16_t ts_small_parse_table[] = { [857280] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30822), 1, + ACTIONS(30828), 1, anon_sym_LBRACE, - ACTIONS(30824), 1, + ACTIONS(30830), 1, sym__indent, STATE(8804), 2, sym_indented_cases, @@ -1128521,9 +1128521,9 @@ static const uint16_t ts_small_parse_table[] = { [857294] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30834), 1, + ACTIONS(30840), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1128531,9 +1128531,9 @@ static const uint16_t ts_small_parse_table[] = { [857308] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30836), 1, + ACTIONS(30842), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1128541,7 +1128541,7 @@ static const uint16_t ts_small_parse_table[] = { [857322] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30838), 1, + ACTIONS(30844), 1, sym_operator_identifier, STATE(29516), 1, sym_identifier, @@ -1128601,9 +1128601,9 @@ static const uint16_t ts_small_parse_table[] = { [857406] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30840), 1, + ACTIONS(30846), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128613,18 +1128613,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30842), 1, + ACTIONS(30848), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, [857436] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30844), 1, + ACTIONS(30850), 1, anon_sym_RBRACE, STATE(25217), 2, sym_case_clause, @@ -1128632,9 +1128632,9 @@ static const uint16_t ts_small_parse_table[] = { [857450] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30846), 1, + ACTIONS(30852), 1, anon_sym_LBRACE, - ACTIONS(30848), 1, + ACTIONS(30854), 1, sym__indent, STATE(7621), 2, sym_indented_cases, @@ -1128652,9 +1128652,9 @@ static const uint16_t ts_small_parse_table[] = { [857478] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30850), 1, + ACTIONS(30856), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128662,9 +1128662,9 @@ static const uint16_t ts_small_parse_table[] = { [857492] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30852), 1, + ACTIONS(30858), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1128672,7 +1128672,7 @@ static const uint16_t ts_small_parse_table[] = { [857506] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30854), 1, + ACTIONS(30860), 1, sym_operator_identifier, STATE(17975), 1, sym_identifier, @@ -1128682,9 +1128682,9 @@ static const uint16_t ts_small_parse_table[] = { [857520] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30846), 1, + ACTIONS(30852), 1, anon_sym_LBRACE, - ACTIONS(30848), 1, + ACTIONS(30854), 1, sym__indent, STATE(7538), 2, sym_indented_cases, @@ -1128692,9 +1128692,9 @@ static const uint16_t ts_small_parse_table[] = { [857534] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30856), 1, + ACTIONS(30862), 1, anon_sym_LBRACE, - ACTIONS(30858), 1, + ACTIONS(30864), 1, sym__indent, STATE(22061), 2, sym_indented_cases, @@ -1128702,19 +1128702,19 @@ static const uint16_t ts_small_parse_table[] = { [857548] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30860), 1, + ACTIONS(30866), 1, sym_operator_identifier, STATE(8185), 1, sym_identifier, - ACTIONS(28134), 2, + ACTIONS(28140), 2, sym__alpha_identifier, sym__backquoted_id, [857562] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30862), 1, + ACTIONS(30868), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1128722,9 +1128722,9 @@ static const uint16_t ts_small_parse_table[] = { [857576] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30864), 1, + ACTIONS(30870), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1128732,9 +1128732,9 @@ static const uint16_t ts_small_parse_table[] = { [857590] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30866), 1, + ACTIONS(30872), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128742,9 +1128742,9 @@ static const uint16_t ts_small_parse_table[] = { [857604] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30856), 1, + ACTIONS(30862), 1, anon_sym_LBRACE, - ACTIONS(30858), 1, + ACTIONS(30864), 1, sym__indent, STATE(22072), 2, sym_indented_cases, @@ -1128752,9 +1128752,9 @@ static const uint16_t ts_small_parse_table[] = { [857618] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30868), 1, + ACTIONS(30874), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128762,9 +1128762,9 @@ static const uint16_t ts_small_parse_table[] = { [857632] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30870), 1, + ACTIONS(30876), 1, anon_sym_RBRACE, STATE(25032), 2, sym_case_clause, @@ -1128784,9 +1128784,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30872), 1, + ACTIONS(30878), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1128813,7 +1128813,7 @@ static const uint16_t ts_small_parse_table[] = { [857704] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30874), 1, + ACTIONS(30880), 1, anon_sym_else, ACTIONS(11897), 3, anon_sym_LBRACK, @@ -1128822,7 +1128822,7 @@ static const uint16_t ts_small_parse_table[] = { [857716] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30876), 1, + ACTIONS(30882), 1, anon_sym_else, ACTIONS(11903), 3, anon_sym_LBRACK, @@ -1128833,9 +1128833,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30878), 1, + ACTIONS(30884), 1, anon_sym_while, STATE(18473), 1, sym_type_arguments, @@ -1128844,9 +1128844,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30880), 1, + ACTIONS(30886), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1128855,7 +1128855,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11909), 1, anon_sym_do, - ACTIONS(30882), 1, + ACTIONS(30888), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1128865,7 +1128865,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11920), 1, anon_sym_do, - ACTIONS(30884), 1, + ACTIONS(30890), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1128873,9 +1128873,9 @@ static const uint16_t ts_small_parse_table[] = { [857788] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30886), 1, + ACTIONS(30892), 1, anon_sym_RBRACE, STATE(25263), 2, sym_case_clause, @@ -1128883,9 +1128883,9 @@ static const uint16_t ts_small_parse_table[] = { [857802] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30888), 1, + ACTIONS(30894), 1, anon_sym_LBRACE, - ACTIONS(30890), 1, + ACTIONS(30896), 1, sym__indent, STATE(6336), 2, sym_indented_cases, @@ -1128925,9 +1128925,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30892), 1, + ACTIONS(30898), 1, anon_sym_while, STATE(18473), 1, sym_type_arguments, @@ -1128944,9 +1128944,9 @@ static const uint16_t ts_small_parse_table[] = { [857888] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30894), 1, + ACTIONS(30900), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1128964,11 +1128964,11 @@ static const uint16_t ts_small_parse_table[] = { [857916] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30896), 1, + ACTIONS(30902), 1, sym_operator_identifier, STATE(8124), 1, sym_identifier, - ACTIONS(28395), 2, + ACTIONS(28401), 2, sym__alpha_identifier, sym__backquoted_id, [857930] = 5, @@ -1128976,18 +1128976,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30898), 1, + ACTIONS(30904), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, [857946] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30888), 1, + ACTIONS(30894), 1, anon_sym_LBRACE, - ACTIONS(30890), 1, + ACTIONS(30896), 1, sym__indent, STATE(6354), 2, sym_indented_cases, @@ -1128995,9 +1128995,9 @@ static const uint16_t ts_small_parse_table[] = { [857960] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30900), 1, + ACTIONS(30906), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1129005,9 +1129005,9 @@ static const uint16_t ts_small_parse_table[] = { [857974] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30902), 1, + ACTIONS(30908), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1129015,9 +1129015,9 @@ static const uint16_t ts_small_parse_table[] = { [857988] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30904), 1, + ACTIONS(30910), 1, anon_sym_LBRACE, - ACTIONS(30906), 1, + ACTIONS(30912), 1, sym__indent, STATE(7430), 2, sym_indented_cases, @@ -1129025,7 +1129025,7 @@ static const uint16_t ts_small_parse_table[] = { [858002] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30908), 1, + ACTIONS(30914), 1, sym_operator_identifier, STATE(16964), 1, sym_identifier, @@ -1129065,9 +1129065,9 @@ static const uint16_t ts_small_parse_table[] = { [858058] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30910), 1, + ACTIONS(30916), 1, anon_sym_RBRACE, STATE(25362), 2, sym_case_clause, @@ -1129075,9 +1129075,9 @@ static const uint16_t ts_small_parse_table[] = { [858072] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30912), 1, + ACTIONS(30918), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1129085,9 +1129085,9 @@ static const uint16_t ts_small_parse_table[] = { [858086] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30904), 1, + ACTIONS(30910), 1, anon_sym_LBRACE, - ACTIONS(30906), 1, + ACTIONS(30912), 1, sym__indent, STATE(7475), 2, sym_indented_cases, @@ -1129095,9 +1129095,9 @@ static const uint16_t ts_small_parse_table[] = { [858100] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30914), 1, + ACTIONS(30920), 1, anon_sym_LBRACE, - ACTIONS(30916), 1, + ACTIONS(30922), 1, sym__indent, STATE(22139), 2, sym_indented_cases, @@ -1129105,9 +1129105,9 @@ static const uint16_t ts_small_parse_table[] = { [858114] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30918), 1, + ACTIONS(30924), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1129115,9 +1129115,9 @@ static const uint16_t ts_small_parse_table[] = { [858128] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30920), 1, + ACTIONS(30926), 1, anon_sym_RBRACE, STATE(25106), 2, sym_case_clause, @@ -1129125,9 +1129125,9 @@ static const uint16_t ts_small_parse_table[] = { [858142] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30922), 1, + ACTIONS(30928), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1129137,16 +1129137,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30924), 1, + ACTIONS(30930), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, [858172] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30926), 1, + ACTIONS(30932), 1, anon_sym_else, ACTIONS(11897), 3, anon_sym_LBRACK, @@ -1129155,19 +1129155,19 @@ static const uint16_t ts_small_parse_table[] = { [858184] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30928), 1, + ACTIONS(30934), 1, sym_operator_identifier, STATE(8367), 1, sym_identifier, - ACTIONS(28317), 2, + ACTIONS(28323), 2, sym__alpha_identifier, sym__backquoted_id, [858198] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30914), 1, + ACTIONS(30920), 1, anon_sym_LBRACE, - ACTIONS(30916), 1, + ACTIONS(30922), 1, sym__indent, STATE(22167), 2, sym_indented_cases, @@ -1129175,7 +1129175,7 @@ static const uint16_t ts_small_parse_table[] = { [858212] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30930), 1, + ACTIONS(30936), 1, anon_sym_else, ACTIONS(11903), 3, anon_sym_LBRACK, @@ -1129186,7 +1129186,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11909), 1, anon_sym_while, - ACTIONS(30932), 1, + ACTIONS(30938), 1, anon_sym_else, ACTIONS(11911), 2, anon_sym_LBRACK, @@ -1129196,7 +1129196,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11920), 1, anon_sym_while, - ACTIONS(30934), 1, + ACTIONS(30940), 1, anon_sym_else, ACTIONS(11922), 2, anon_sym_LBRACK, @@ -1129204,9 +1129204,9 @@ static const uint16_t ts_small_parse_table[] = { [858252] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30936), 1, + ACTIONS(30942), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1129224,9 +1129224,9 @@ static const uint16_t ts_small_parse_table[] = { [858280] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30938), 1, + ACTIONS(30944), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1129244,9 +1129244,9 @@ static const uint16_t ts_small_parse_table[] = { [858308] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30940), 1, + ACTIONS(30946), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1129286,9 +1129286,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30942), 1, + ACTIONS(30948), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, @@ -1129305,9 +1129305,9 @@ static const uint16_t ts_small_parse_table[] = { [858394] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30944), 1, + ACTIONS(30950), 1, anon_sym_RBRACE, STATE(25360), 2, sym_case_clause, @@ -1129315,9 +1129315,9 @@ static const uint16_t ts_small_parse_table[] = { [858408] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30946), 1, + ACTIONS(30952), 1, anon_sym_LBRACE, - ACTIONS(30948), 1, + ACTIONS(30954), 1, sym__indent, STATE(21251), 2, sym_indented_cases, @@ -1129325,7 +1129325,7 @@ static const uint16_t ts_small_parse_table[] = { [858422] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30950), 1, + ACTIONS(30956), 1, sym_operator_identifier, STATE(28755), 1, sym_identifier, @@ -1129335,9 +1129335,9 @@ static const uint16_t ts_small_parse_table[] = { [858436] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30952), 1, + ACTIONS(30958), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1129345,7 +1129345,7 @@ static const uint16_t ts_small_parse_table[] = { [858450] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30954), 1, + ACTIONS(30960), 1, sym_operator_identifier, STATE(14202), 1, sym_identifier, @@ -1129355,9 +1129355,9 @@ static const uint16_t ts_small_parse_table[] = { [858464] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30946), 1, + ACTIONS(30952), 1, anon_sym_LBRACE, - ACTIONS(30948), 1, + ACTIONS(30954), 1, sym__indent, STATE(21141), 2, sym_indented_cases, @@ -1129365,9 +1129365,9 @@ static const uint16_t ts_small_parse_table[] = { [858478] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30956), 1, + ACTIONS(30962), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1129375,9 +1129375,9 @@ static const uint16_t ts_small_parse_table[] = { [858492] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30958), 1, + ACTIONS(30964), 1, anon_sym_RBRACE, STATE(25169), 2, sym_case_clause, @@ -1129387,18 +1129387,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30960), 1, + ACTIONS(30966), 1, anon_sym_while, STATE(18473), 1, sym_type_arguments, [858522] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30962), 1, + ACTIONS(30968), 1, anon_sym_LBRACE, - ACTIONS(30964), 1, + ACTIONS(30970), 1, sym__indent, STATE(9553), 2, sym_indented_cases, @@ -1129406,7 +1129406,7 @@ static const uint16_t ts_small_parse_table[] = { [858536] = 4, ACTIONS(127), 1, sym_comment, - ACTIONS(30966), 1, + ACTIONS(30972), 1, sym_operator_identifier, STATE(17876), 1, sym_identifier, @@ -1129448,9 +1129448,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30968), 1, + ACTIONS(30974), 1, anon_sym_while, STATE(18473), 1, sym_type_arguments, @@ -1129479,18 +1129479,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30970), 1, + ACTIONS(30976), 1, anon_sym_RPAREN, STATE(18473), 1, sym_type_arguments, [858652] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30972), 1, + ACTIONS(30978), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1129498,9 +1129498,9 @@ static const uint16_t ts_small_parse_table[] = { [858666] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30313), 1, + ACTIONS(30319), 1, anon_sym_case, - ACTIONS(30974), 1, + ACTIONS(30980), 1, anon_sym_RBRACE, STATE(25225), 2, sym_case_clause, @@ -1129508,9 +1129508,9 @@ static const uint16_t ts_small_parse_table[] = { [858680] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30962), 1, + ACTIONS(30968), 1, anon_sym_LBRACE, - ACTIONS(30964), 1, + ACTIONS(30970), 1, sym__indent, STATE(9467), 2, sym_indented_cases, @@ -1129518,9 +1129518,9 @@ static const uint16_t ts_small_parse_table[] = { [858694] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, - ACTIONS(30976), 1, + ACTIONS(30982), 1, sym__outdent, STATE(25026), 2, sym_case_clause, @@ -1129530,25 +1129530,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13435), 1, anon_sym_RPAREN, - ACTIONS(30978), 1, + ACTIONS(30984), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [858721] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30980), 1, + ACTIONS(30986), 1, anon_sym_COMMA, - ACTIONS(30982), 1, + ACTIONS(30988), 1, anon_sym_RBRACK, STATE(26538), 1, aux_sym_tuple_type_repeat1, [858734] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30984), 1, + ACTIONS(30990), 1, anon_sym_COMMA, - ACTIONS(30986), 1, + ACTIONS(30992), 1, anon_sym_RPAREN, STATE(26549), 1, aux_sym_tuple_type_repeat1, @@ -1129557,7 +1129557,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5915), 1, anon_sym_RPAREN, - ACTIONS(30988), 1, + ACTIONS(30994), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1129566,7 +1129566,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5911), 1, anon_sym_RPAREN, - ACTIONS(30990), 1, + ACTIONS(30996), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1129575,7 +1129575,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(30992), 1, + ACTIONS(30998), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1129592,7 +1129592,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(30994), 1, + ACTIONS(31000), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1129608,16 +1129608,16 @@ static const uint16_t ts_small_parse_table[] = { [858823] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(30996), 1, + ACTIONS(31002), 1, anon_sym_match, STATE(18473), 1, sym_type_arguments, [858836] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, STATE(25189), 2, sym_case_clause, @@ -1129627,16 +1129627,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12680), 1, anon_sym_RBRACK, - ACTIONS(30998), 1, + ACTIONS(31004), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [858860] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31000), 1, + ACTIONS(31006), 1, anon_sym_COMMA, - ACTIONS(31002), 1, + ACTIONS(31008), 1, anon_sym_RBRACK, STATE(25406), 1, aux_sym_tuple_type_repeat1, @@ -1129654,7 +1129654,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5247), 1, anon_sym_RPAREN, - ACTIONS(31004), 1, + ACTIONS(31010), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1129671,16 +1129671,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12999), 1, anon_sym_RBRACK, - ACTIONS(31006), 1, + ACTIONS(31012), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [858923] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31008), 1, + ACTIONS(31014), 1, anon_sym_COMMA, - ACTIONS(31010), 1, + ACTIONS(31016), 1, anon_sym_RBRACK, STATE(26526), 1, aux_sym_tuple_type_repeat1, @@ -1129689,16 +1129689,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31012), 1, + ACTIONS(31018), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, [858949] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31016), 1, + ACTIONS(31022), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, @@ -1129707,7 +1129707,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12428), 1, anon_sym_RBRACK, - ACTIONS(31018), 1, + ACTIONS(31024), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1129716,7 +1129716,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12323), 1, anon_sym_RPAREN, - ACTIONS(31020), 1, + ACTIONS(31026), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1129725,7 +1129725,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31022), 1, + ACTIONS(31028), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1129734,25 +1129734,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6361), 1, anon_sym_RPAREN, - ACTIONS(31024), 1, + ACTIONS(31030), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [859014] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31016), 1, + ACTIONS(31022), 1, sym__interpolated_string_end, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, STATE(26348), 1, aux_sym_interpolated_string_repeat1, [859027] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31028), 1, + ACTIONS(31034), 1, anon_sym_COMMA, - ACTIONS(31030), 1, + ACTIONS(31036), 1, anon_sym_RPAREN, STATE(26755), 1, aux_sym_tuple_type_repeat1, @@ -1129761,7 +1129761,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13579), 1, anon_sym_RPAREN, - ACTIONS(31032), 1, + ACTIONS(31038), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1129770,7 +1129770,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12357), 1, anon_sym_RPAREN, - ACTIONS(31034), 1, + ACTIONS(31040), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1129786,54 +1129786,54 @@ static const uint16_t ts_small_parse_table[] = { [859079] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31036), 1, + ACTIONS(31042), 1, anon_sym_COMMA, - ACTIONS(31038), 1, + ACTIONS(31044), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [859092] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31040), 1, + ACTIONS(31046), 1, anon_sym_COMMA, - ACTIONS(31042), 1, + ACTIONS(31048), 1, anon_sym_RBRACK, STATE(25431), 1, aux_sym_tuple_type_repeat1, [859105] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31044), 1, + ACTIONS(31050), 1, anon_sym_COMMA, - ACTIONS(31046), 1, + ACTIONS(31052), 1, anon_sym_RBRACK, STATE(25410), 1, aux_sym_tuple_type_repeat1, [859118] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24861), 1, + ACTIONS(24867), 1, anon_sym_RPAREN, - ACTIONS(31048), 1, + ACTIONS(31054), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, [859131] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31050), 1, + ACTIONS(31056), 1, anon_sym_COMMA, - ACTIONS(31052), 1, + ACTIONS(31058), 1, anon_sym_RBRACK, STATE(25401), 1, aux_sym_tuple_type_repeat1, [859144] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31054), 1, + ACTIONS(31060), 1, anon_sym_COMMA, - ACTIONS(31056), 1, + ACTIONS(31062), 1, anon_sym_RPAREN, STATE(25602), 1, aux_sym_tuple_type_repeat1, @@ -1129842,7 +1129842,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13551), 1, anon_sym_RPAREN, - ACTIONS(31058), 1, + ACTIONS(31064), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1129869,16 +1129869,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5297), 1, anon_sym_RPAREN, - ACTIONS(31060), 1, + ACTIONS(31066), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [859209] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31062), 1, + ACTIONS(31068), 1, sym__interpolated_multiline_string_end, STATE(25409), 1, aux_sym_interpolated_string_repeat2, @@ -1129887,7 +1129887,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17546), 1, anon_sym_RPAREN, - ACTIONS(31064), 1, + ACTIONS(31070), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, @@ -1129896,16 +1129896,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12394), 1, anon_sym_RBRACK, - ACTIONS(31066), 1, + ACTIONS(31072), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [859248] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31062), 1, + ACTIONS(31068), 1, sym__interpolated_string_end, STATE(25414), 1, aux_sym_interpolated_string_repeat1, @@ -1129923,7 +1129923,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31068), 1, + ACTIONS(31074), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1129932,7 +1129932,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31070), 1, + ACTIONS(31076), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1129941,7 +1129941,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31072), 1, + ACTIONS(31078), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1129950,7 +1129950,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31074), 1, + ACTIONS(31080), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1129959,7 +1129959,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13001), 1, anon_sym_RBRACK, - ACTIONS(31076), 1, + ACTIONS(31082), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1129977,14 +1129977,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6575), 1, anon_sym_RPAREN, - ACTIONS(31078), 1, + ACTIONS(31084), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [859365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, STATE(25255), 2, sym_case_clause, @@ -1129994,7 +1129994,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12327), 1, anon_sym_RPAREN, - ACTIONS(31080), 1, + ACTIONS(31086), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1130009,27 +1130009,27 @@ static const uint16_t ts_small_parse_table[] = { [859400] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31082), 1, + ACTIONS(31088), 1, anon_sym_COMMA, - ACTIONS(31084), 1, + ACTIONS(31090), 1, anon_sym_RPAREN, STATE(26290), 1, aux_sym_tuple_type_repeat1, [859413] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31086), 1, + ACTIONS(31092), 1, anon_sym_COMMA, - ACTIONS(31088), 1, + ACTIONS(31094), 1, anon_sym_RPAREN, STATE(26318), 1, aux_sym_tuple_type_repeat1, [859426] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31090), 1, + ACTIONS(31096), 1, anon_sym_COMMA, - ACTIONS(31092), 1, + ACTIONS(31098), 1, anon_sym_RPAREN, STATE(25505), 1, aux_sym_tuple_type_repeat1, @@ -1130046,7 +1130046,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5883), 1, anon_sym_RPAREN, - ACTIONS(31094), 1, + ACTIONS(31100), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1130055,34 +1130055,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(23909), 1, + ACTIONS(23915), 1, anon_sym_EQ, STATE(7214), 1, sym_block, [859476] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(31096), 1, + ACTIONS(31102), 1, anon_sym_match, STATE(18473), 1, sym_type_arguments, [859489] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31098), 1, + ACTIONS(31104), 1, anon_sym_COMMA, - ACTIONS(31100), 1, + ACTIONS(31106), 1, anon_sym_RPAREN, STATE(26830), 1, aux_sym_tuple_type_repeat1, [859502] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(31102), 1, + ACTIONS(31108), 1, anon_sym_match, STATE(18473), 1, sym_type_arguments, @@ -1130091,7 +1130091,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11122), 1, anon_sym_LBRACE, - ACTIONS(23991), 1, + ACTIONS(23997), 1, anon_sym_EQ, STATE(6943), 1, sym_block, @@ -1130100,7 +1130100,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13595), 1, anon_sym_RPAREN, - ACTIONS(31104), 1, + ACTIONS(31110), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1130109,16 +1130109,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12981), 1, anon_sym_RBRACK, - ACTIONS(31106), 1, + ACTIONS(31112), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [859554] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31108), 1, + ACTIONS(31114), 1, anon_sym_COMMA, - ACTIONS(31110), 1, + ACTIONS(31116), 1, anon_sym_RBRACK, STATE(25482), 1, aux_sym_tuple_type_repeat1, @@ -1130127,16 +1130127,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12202), 1, anon_sym_RPAREN, - ACTIONS(31112), 1, + ACTIONS(31118), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [859580] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31114), 1, + ACTIONS(31120), 1, anon_sym_COMMA, - ACTIONS(31116), 1, + ACTIONS(31122), 1, anon_sym_RBRACK, STATE(25475), 1, aux_sym_tuple_type_repeat1, @@ -1130145,16 +1130145,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31118), 1, + ACTIONS(31124), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, [859606] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31120), 1, + ACTIONS(31126), 1, anon_sym_COMMA, - ACTIONS(31122), 1, + ACTIONS(31128), 1, anon_sym_RBRACK, STATE(25553), 1, aux_sym_tuple_type_repeat1, @@ -1130163,14 +1130163,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31124), 1, + ACTIONS(31130), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, [859632] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, STATE(25173), 2, sym_case_clause, @@ -1130180,7 +1130180,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13129), 1, anon_sym_RBRACK, - ACTIONS(31126), 1, + ACTIONS(31132), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1130189,7 +1130189,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31128), 1, + ACTIONS(31134), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1130198,7 +1130198,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31130), 1, + ACTIONS(31136), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1130207,16 +1130207,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5211), 1, anon_sym_RPAREN, - ACTIONS(31132), 1, + ACTIONS(31138), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [859695] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23777), 1, + ACTIONS(23783), 1, anon_sym_RBRACE, - ACTIONS(31134), 1, + ACTIONS(31140), 1, anon_sym_COMMA, STATE(26074), 1, aux_sym_namespace_selectors_repeat1, @@ -1130233,7 +1130233,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5881), 1, anon_sym_RPAREN, - ACTIONS(31136), 1, + ACTIONS(31142), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1130242,16 +1130242,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11122), 1, anon_sym_LBRACE, - ACTIONS(24206), 1, + ACTIONS(24212), 1, anon_sym_EQ, STATE(6852), 1, sym_block, [859745] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31138), 1, + ACTIONS(31144), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, @@ -1130266,9 +1130266,9 @@ static const uint16_t ts_small_parse_table[] = { [859769] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25954), 1, + ACTIONS(25960), 1, anon_sym_COLON, - ACTIONS(25956), 1, + ACTIONS(25962), 1, anon_sym_LBRACE, STATE(22383), 1, sym_enum_body, @@ -1130277,7 +1130277,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5349), 1, anon_sym_RPAREN, - ACTIONS(31140), 1, + ACTIONS(31146), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1130286,16 +1130286,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12104), 1, anon_sym_RBRACK, - ACTIONS(31142), 1, + ACTIONS(31148), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [859808] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31138), 1, + ACTIONS(31144), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, @@ -1130304,16 +1130304,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11122), 1, anon_sym_LBRACE, - ACTIONS(24252), 1, + ACTIONS(24258), 1, anon_sym_EQ, STATE(6791), 1, sym_block, [859834] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31144), 1, + ACTIONS(31150), 1, anon_sym_COMMA, - ACTIONS(31146), 1, + ACTIONS(31152), 1, anon_sym_RPAREN, STATE(25532), 1, aux_sym_tuple_type_repeat1, @@ -1130322,7 +1130322,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13247), 1, anon_sym_RPAREN, - ACTIONS(31148), 1, + ACTIONS(31154), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1130331,7 +1130331,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(23911), 1, + ACTIONS(23917), 1, anon_sym_EQ, STATE(7151), 1, sym_block, @@ -1130340,7 +1130340,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31150), 1, + ACTIONS(31156), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1130349,7 +1130349,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12971), 1, anon_sym_RBRACK, - ACTIONS(31152), 1, + ACTIONS(31158), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1130358,7 +1130358,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12082), 1, anon_sym_RBRACK, - ACTIONS(31154), 1, + ACTIONS(31160), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1130367,25 +1130367,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31156), 1, + ACTIONS(31162), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, [859925] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31158), 1, + ACTIONS(31164), 1, anon_sym_COMMA, - ACTIONS(31160), 1, + ACTIONS(31166), 1, anon_sym_RBRACK, STATE(25463), 1, aux_sym_tuple_type_repeat1, [859938] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31162), 1, + ACTIONS(31168), 1, anon_sym_COMMA, - ACTIONS(31164), 1, + ACTIONS(31170), 1, anon_sym_RBRACK, STATE(25455), 1, aux_sym_tuple_type_repeat1, @@ -1130394,7 +1130394,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5151), 1, anon_sym_RPAREN, - ACTIONS(31166), 1, + ACTIONS(31172), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1130403,25 +1130403,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13513), 1, anon_sym_RPAREN, - ACTIONS(31168), 1, + ACTIONS(31174), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [859977] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31170), 1, + ACTIONS(31176), 1, anon_sym_COMMA, - ACTIONS(31172), 1, + ACTIONS(31178), 1, anon_sym_RPAREN, STATE(26396), 1, aux_sym_tuple_type_repeat1, [859990] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31174), 1, + ACTIONS(31180), 1, anon_sym_COMMA, - ACTIONS(31176), 1, + ACTIONS(31182), 1, anon_sym_RBRACK, STATE(25541), 1, aux_sym_tuple_type_repeat1, @@ -1130430,34 +1130430,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13033), 1, anon_sym_RBRACK, - ACTIONS(31178), 1, + ACTIONS(31184), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [860016] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23961), 1, + ACTIONS(23967), 1, anon_sym_LBRACE, - ACTIONS(23963), 1, + ACTIONS(23969), 1, anon_sym_EQ, STATE(21934), 1, sym_block, [860029] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31180), 1, + ACTIONS(31186), 1, sym__interpolated_multiline_string_end, STATE(25471), 1, aux_sym_interpolated_string_repeat2, [860042] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31180), 1, + ACTIONS(31186), 1, sym__interpolated_string_end, STATE(25476), 1, aux_sym_interpolated_string_repeat1, @@ -1130466,7 +1130466,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31182), 1, + ACTIONS(31188), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1130475,7 +1130475,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31184), 1, + ACTIONS(31190), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1130484,7 +1130484,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31186), 1, + ACTIONS(31192), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1130493,14 +1130493,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31188), 1, + ACTIONS(31194), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, [860107] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, STATE(25267), 2, sym_case_clause, @@ -1130510,7 +1130510,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13629), 1, anon_sym_RPAREN, - ACTIONS(31190), 1, + ACTIONS(31196), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1130519,16 +1130519,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(23913), 1, + ACTIONS(23919), 1, anon_sym_EQ, STATE(7296), 1, sym_block, [860144] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31192), 1, + ACTIONS(31198), 1, anon_sym_COMMA, - ACTIONS(31194), 1, + ACTIONS(31200), 1, anon_sym_RBRACK, STATE(25621), 1, aux_sym_type_parameters_repeat1, @@ -1130537,7 +1130537,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5929), 1, anon_sym_RPAREN, - ACTIONS(31196), 1, + ACTIONS(31202), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1130546,7 +1130546,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5931), 1, anon_sym_RPAREN, - ACTIONS(31198), 1, + ACTIONS(31204), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1130555,25 +1130555,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13021), 1, anon_sym_RPAREN, - ACTIONS(31200), 1, + ACTIONS(31206), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [860196] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31202), 1, + ACTIONS(31208), 1, anon_sym_COMMA, - ACTIONS(31204), 1, + ACTIONS(31210), 1, anon_sym_RPAREN, STATE(26207), 1, aux_sym_tuple_type_repeat1, [860209] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24930), 1, + ACTIONS(24936), 1, anon_sym_LBRACE, - ACTIONS(25136), 1, + ACTIONS(25142), 1, anon_sym_EQ, STATE(22365), 1, sym_block, @@ -1130597,18 +1130597,18 @@ static const uint16_t ts_small_parse_table[] = { [860246] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24842), 1, + ACTIONS(24848), 1, anon_sym_RPAREN, - ACTIONS(31206), 1, + ACTIONS(31212), 1, anon_sym_COMMA, STATE(25580), 1, aux_sym_parameters_repeat1, [860259] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(31208), 1, + ACTIONS(31214), 1, anon_sym_match, STATE(18473), 1, sym_type_arguments, @@ -1130624,36 +1130624,36 @@ static const uint16_t ts_small_parse_table[] = { [860285] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31210), 1, + ACTIONS(31216), 1, anon_sym_COMMA, - ACTIONS(31212), 1, + ACTIONS(31218), 1, anon_sym_RBRACK, STATE(25491), 1, aux_sym_tuple_type_repeat1, [860298] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31214), 1, + ACTIONS(31220), 1, anon_sym_COMMA, - ACTIONS(31216), 1, + ACTIONS(31222), 1, anon_sym_RBRACK, STATE(25483), 1, aux_sym_tuple_type_repeat1, [860311] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(31218), 1, + ACTIONS(31224), 1, anon_sym_match, STATE(18473), 1, sym_type_arguments, [860324] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31220), 1, + ACTIONS(31226), 1, anon_sym_COMMA, - ACTIONS(31222), 1, + ACTIONS(31228), 1, anon_sym_RPAREN, STATE(26606), 1, aux_sym_tuple_type_repeat1, @@ -1130662,34 +1130662,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13645), 1, anon_sym_RBRACK, - ACTIONS(31224), 1, + ACTIONS(31230), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [860350] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31226), 1, + ACTIONS(31232), 1, sym__interpolated_string_end, STATE(25588), 1, aux_sym_interpolated_string_repeat1, [860363] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23961), 1, + ACTIONS(23967), 1, anon_sym_LBRACE, - ACTIONS(24568), 1, + ACTIONS(24574), 1, anon_sym_EQ, STATE(21970), 1, sym_block, [860376] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31226), 1, + ACTIONS(31232), 1, sym__interpolated_multiline_string_end, STATE(25591), 1, aux_sym_interpolated_string_repeat2, @@ -1130698,7 +1130698,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31228), 1, + ACTIONS(31234), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1130707,14 +1130707,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31230), 1, + ACTIONS(31236), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, [860415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, STATE(25125), 2, sym_case_clause, @@ -1130724,7 +1130724,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12512), 1, anon_sym_RPAREN, - ACTIONS(31232), 1, + ACTIONS(31238), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1130733,7 +1130733,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17432), 1, anon_sym_RPAREN, - ACTIONS(31234), 1, + ACTIONS(31240), 1, anon_sym_COMMA, STATE(25600), 1, aux_sym_class_parameters_repeat1, @@ -1130742,7 +1130742,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31236), 1, + ACTIONS(31242), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1130751,7 +1130751,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13499), 1, anon_sym_RBRACK, - ACTIONS(31238), 1, + ACTIONS(31244), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1130760,7 +1130760,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31240), 1, + ACTIONS(31246), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1130769,25 +1130769,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5137), 1, anon_sym_RPAREN, - ACTIONS(31242), 1, + ACTIONS(31248), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [860504] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25954), 1, + ACTIONS(25960), 1, anon_sym_COLON, - ACTIONS(25956), 1, + ACTIONS(25962), 1, anon_sym_LBRACE, STATE(22468), 1, sym_enum_body, [860517] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31244), 1, + ACTIONS(31250), 1, anon_sym_COMMA, - ACTIONS(31246), 1, + ACTIONS(31252), 1, anon_sym_RBRACK, STATE(25624), 1, aux_sym_tuple_type_repeat1, @@ -1130796,34 +1130796,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12382), 1, anon_sym_RPAREN, - ACTIONS(31248), 1, + ACTIONS(31254), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [860543] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31250), 1, + ACTIONS(31256), 1, anon_sym_COMMA, - ACTIONS(31252), 1, + ACTIONS(31258), 1, anon_sym_RBRACK, STATE(26158), 1, aux_sym_tuple_type_repeat1, [860556] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23961), 1, + ACTIONS(23967), 1, anon_sym_LBRACE, - ACTIONS(24586), 1, + ACTIONS(24592), 1, anon_sym_EQ, STATE(22005), 1, sym_block, [860569] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31254), 1, + ACTIONS(31260), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, @@ -1130838,36 +1130838,36 @@ static const uint16_t ts_small_parse_table[] = { [860593] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31254), 1, + ACTIONS(31260), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, [860606] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31256), 1, + ACTIONS(31262), 1, anon_sym_COMMA, - ACTIONS(31258), 1, + ACTIONS(31264), 1, anon_sym_RPAREN, STATE(25594), 1, aux_sym_tuple_type_repeat1, [860619] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31260), 1, + ACTIONS(31266), 1, anon_sym_COMMA, - ACTIONS(31262), 1, + ACTIONS(31268), 1, anon_sym_RBRACK, STATE(25631), 1, aux_sym_tuple_type_repeat1, [860632] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31264), 1, + ACTIONS(31270), 1, anon_sym_COMMA, - ACTIONS(31266), 1, + ACTIONS(31272), 1, anon_sym_RPAREN, STATE(26487), 1, aux_sym_tuple_type_repeat1, @@ -1130876,7 +1130876,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13041), 1, anon_sym_RBRACK, - ACTIONS(31268), 1, + ACTIONS(31274), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1130885,7 +1130885,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31270), 1, + ACTIONS(31276), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1130894,7 +1130894,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(23830), 1, + ACTIONS(23836), 1, anon_sym_EQ, STATE(7296), 1, sym_block, @@ -1130903,7 +1130903,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5403), 1, anon_sym_RPAREN, - ACTIONS(31272), 1, + ACTIONS(31278), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1130919,18 +1130919,18 @@ static const uint16_t ts_small_parse_table[] = { [860710] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31274), 1, + ACTIONS(31280), 1, anon_sym_COMMA, - ACTIONS(31276), 1, + ACTIONS(31282), 1, anon_sym_RPAREN, STATE(26860), 1, aux_sym_tuple_type_repeat1, [860723] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31278), 1, + ACTIONS(31284), 1, anon_sym_COMMA, - ACTIONS(31280), 1, + ACTIONS(31286), 1, anon_sym_RBRACK, STATE(25527), 1, aux_sym_tuple_type_repeat1, @@ -1130939,7 +1130939,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12283), 1, anon_sym_RPAREN, - ACTIONS(31282), 1, + ACTIONS(31288), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1130948,7 +1130948,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13479), 1, anon_sym_RPAREN, - ACTIONS(31284), 1, + ACTIONS(31290), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1130957,7 +1130957,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31286), 1, + ACTIONS(31292), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1130966,7 +1130966,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13325), 1, anon_sym_RPAREN, - ACTIONS(31288), 1, + ACTIONS(31294), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1130975,7 +1130975,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12404), 1, anon_sym_RPAREN, - ACTIONS(31290), 1, + ACTIONS(31296), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1130984,7 +1130984,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12952), 1, anon_sym_RBRACK, - ACTIONS(31292), 1, + ACTIONS(31298), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1130993,7 +1130993,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31294), 1, + ACTIONS(31300), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1131002,7 +1131002,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31296), 1, + ACTIONS(31302), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1131011,7 +1131011,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31298), 1, + ACTIONS(31304), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1131020,23 +1131020,23 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31300), 1, + ACTIONS(31306), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, [860866] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31302), 1, + ACTIONS(31308), 1, anon_sym_COMMA, - ACTIONS(31304), 1, + ACTIONS(31310), 1, anon_sym_RBRACK, STATE(25570), 1, aux_sym_tuple_type_repeat1, [860879] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, STATE(25350), 2, sym_case_clause, @@ -1131044,9 +1131044,9 @@ static const uint16_t ts_small_parse_table[] = { [860890] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31306), 1, + ACTIONS(31312), 1, sym__interpolated_multiline_string_end, STATE(25535), 1, aux_sym_interpolated_string_repeat2, @@ -1131055,16 +1131055,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13081), 1, anon_sym_RBRACK, - ACTIONS(31308), 1, + ACTIONS(31314), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [860916] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31306), 1, + ACTIONS(31312), 1, sym__interpolated_string_end, STATE(25537), 1, aux_sym_interpolated_string_repeat1, @@ -1131073,7 +1131073,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(23828), 1, + ACTIONS(23834), 1, anon_sym_EQ, STATE(7151), 1, sym_block, @@ -1131089,9 +1131089,9 @@ static const uint16_t ts_small_parse_table[] = { [860955] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(31310), 1, + ACTIONS(31316), 1, anon_sym_match, STATE(18473), 1, sym_type_arguments, @@ -1131100,34 +1131100,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5087), 1, anon_sym_RPAREN, - ACTIONS(31312), 1, + ACTIONS(31318), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [860981] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(31314), 1, + ACTIONS(31320), 1, anon_sym_match, STATE(18473), 1, sym_type_arguments, [860994] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31316), 1, + ACTIONS(31322), 1, anon_sym_COMMA, - ACTIONS(31318), 1, + ACTIONS(31324), 1, anon_sym_RBRACK, STATE(25586), 1, aux_sym_tuple_type_repeat1, [861007] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31320), 1, + ACTIONS(31326), 1, anon_sym_COMMA, - ACTIONS(31322), 1, + ACTIONS(31328), 1, anon_sym_RPAREN, STATE(26077), 1, aux_sym_tuple_type_repeat1, @@ -1131136,16 +1131136,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12198), 1, anon_sym_RBRACK, - ACTIONS(31324), 1, + ACTIONS(31330), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [861033] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(28104), 1, + ACTIONS(28110), 1, anon_sym_RBRACE, - ACTIONS(28106), 1, + ACTIONS(28112), 1, anon_sym_COMMA, STATE(25467), 1, aux_sym_namespace_selectors_repeat1, @@ -1131154,7 +1131154,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5863), 1, anon_sym_RPAREN, - ACTIONS(31326), 1, + ACTIONS(31332), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1131163,7 +1131163,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5857), 1, anon_sym_RPAREN, - ACTIONS(31328), 1, + ACTIONS(31334), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1131172,7 +1131172,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(23826), 1, + ACTIONS(23832), 1, anon_sym_EQ, STATE(7214), 1, sym_block, @@ -1131181,7 +1131181,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31330), 1, + ACTIONS(31336), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1131190,23 +1131190,23 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31332), 1, + ACTIONS(31338), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, [861111] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24743), 1, + ACTIONS(24749), 1, anon_sym_RPAREN, - ACTIONS(31334), 1, + ACTIONS(31340), 1, anon_sym_COMMA, STATE(25653), 1, aux_sym_parameters_repeat1, [861124] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, STATE(25110), 2, sym_case_clause, @@ -1131222,9 +1131222,9 @@ static const uint16_t ts_small_parse_table[] = { [861146] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24743), 1, + ACTIONS(24749), 1, anon_sym_RPAREN, - ACTIONS(31334), 1, + ACTIONS(31340), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, @@ -1131233,16 +1131233,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31336), 1, + ACTIONS(31342), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, [861172] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24930), 1, + ACTIONS(24936), 1, anon_sym_LBRACE, - ACTIONS(25157), 1, + ACTIONS(25163), 1, anon_sym_EQ, STATE(22449), 1, sym_block, @@ -1131251,7 +1131251,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31338), 1, + ACTIONS(31344), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1131260,7 +1131260,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(23662), 1, anon_sym_LBRACE, - ACTIONS(23713), 1, + ACTIONS(23719), 1, anon_sym_EQ, STATE(21695), 1, sym_block, @@ -1131269,7 +1131269,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(20831), 1, anon_sym_COMMA, - ACTIONS(31340), 1, + ACTIONS(31346), 1, anon_sym_RPAREN, STATE(26382), 1, aux_sym_case_class_pattern_repeat1, @@ -1131278,7 +1131278,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12944), 1, anon_sym_RBRACK, - ACTIONS(31342), 1, + ACTIONS(31348), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1131293,36 +1131293,36 @@ static const uint16_t ts_small_parse_table[] = { [861248] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31344), 1, + ACTIONS(31350), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, [861261] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31346), 1, + ACTIONS(31352), 1, anon_sym_COMMA, - ACTIONS(31348), 1, + ACTIONS(31354), 1, anon_sym_RPAREN, STATE(26397), 1, aux_sym_tuple_type_repeat1, [861274] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31350), 1, + ACTIONS(31356), 1, anon_sym_COMMA, - ACTIONS(31352), 1, + ACTIONS(31358), 1, anon_sym_RPAREN, STATE(27233), 1, aux_sym_tuple_type_repeat1, [861287] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31344), 1, + ACTIONS(31350), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, @@ -1131331,7 +1131331,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13719), 1, anon_sym_RBRACK, - ACTIONS(31354), 1, + ACTIONS(31360), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1131340,7 +1131340,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5107), 1, anon_sym_RPAREN, - ACTIONS(31356), 1, + ACTIONS(31362), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1131349,7 +1131349,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12969), 1, anon_sym_RPAREN, - ACTIONS(31358), 1, + ACTIONS(31364), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1131365,18 +1131365,18 @@ static const uint16_t ts_small_parse_table[] = { [861352] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31360), 1, + ACTIONS(31366), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [861365] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31360), 1, + ACTIONS(31366), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, @@ -1131385,7 +1131385,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17497), 1, anon_sym_RPAREN, - ACTIONS(31362), 1, + ACTIONS(31368), 1, anon_sym_COMMA, STATE(25669), 1, aux_sym_class_parameters_repeat1, @@ -1131394,7 +1131394,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12190), 1, anon_sym_RBRACK, - ACTIONS(31364), 1, + ACTIONS(31370), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1131403,7 +1131403,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17497), 1, anon_sym_RPAREN, - ACTIONS(31362), 1, + ACTIONS(31368), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, @@ -1131412,7 +1131412,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(23662), 1, anon_sym_LBRACE, - ACTIONS(23707), 1, + ACTIONS(23713), 1, anon_sym_EQ, STATE(21782), 1, sym_block, @@ -1131421,16 +1131421,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12993), 1, anon_sym_RPAREN, - ACTIONS(31366), 1, + ACTIONS(31372), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [861443] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29367), 1, + ACTIONS(29373), 1, anon_sym_RBRACE, - ACTIONS(29369), 1, + ACTIONS(29375), 1, anon_sym_COMMA, STATE(25683), 1, aux_sym_namespace_selectors_repeat1, @@ -1131439,7 +1131439,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13101), 1, anon_sym_RPAREN, - ACTIONS(31368), 1, + ACTIONS(31374), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1131448,16 +1131448,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12275), 1, anon_sym_RBRACK, - ACTIONS(31370), 1, + ACTIONS(31376), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [861482] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31372), 1, + ACTIONS(31378), 1, anon_sym_COMMA, - ACTIONS(31374), 1, + ACTIONS(31380), 1, anon_sym_RPAREN, STATE(26866), 1, aux_sym_tuple_type_repeat1, @@ -1131466,7 +1131466,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31376), 1, + ACTIONS(31382), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1131475,7 +1131475,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31378), 1, + ACTIONS(31384), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1131484,7 +1131484,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31380), 1, + ACTIONS(31386), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1131493,7 +1131493,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31382), 1, + ACTIONS(31388), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1131502,7 +1131502,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6349), 1, anon_sym_RPAREN, - ACTIONS(31384), 1, + ACTIONS(31390), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1131511,16 +1131511,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13061), 1, anon_sym_RPAREN, - ACTIONS(31386), 1, + ACTIONS(31392), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [861573] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31388), 1, + ACTIONS(31394), 1, anon_sym_COMMA, - ACTIONS(31390), 1, + ACTIONS(31396), 1, anon_sym_RBRACK, STATE(25605), 1, aux_sym_tuple_type_repeat1, @@ -1131529,7 +1131529,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13525), 1, anon_sym_RPAREN, - ACTIONS(31392), 1, + ACTIONS(31398), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1131544,18 +1131544,18 @@ static const uint16_t ts_small_parse_table[] = { [861610] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31394), 1, + ACTIONS(31400), 1, anon_sym_COMMA, - ACTIONS(31396), 1, + ACTIONS(31402), 1, anon_sym_RBRACK, STATE(25592), 1, aux_sym_tuple_type_repeat1, [861623] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31398), 1, + ACTIONS(31404), 1, anon_sym_COMMA, - ACTIONS(31400), 1, + ACTIONS(31406), 1, anon_sym_RPAREN, STATE(26541), 1, aux_sym_tuple_type_repeat1, @@ -1131564,16 +1131564,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13345), 1, anon_sym_RPAREN, - ACTIONS(31402), 1, + ACTIONS(31408), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [861649] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(31404), 1, + ACTIONS(31410), 1, anon_sym_match, STATE(18473), 1, sym_type_arguments, @@ -1131589,18 +1131589,18 @@ static const uint16_t ts_small_parse_table[] = { [861675] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31406), 1, + ACTIONS(31412), 1, anon_sym_COMMA, - ACTIONS(31408), 1, + ACTIONS(31414), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, [861688] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31410), 1, + ACTIONS(31416), 1, anon_sym_COMMA, - ACTIONS(31412), 1, + ACTIONS(31418), 1, anon_sym_RBRACK, STATE(25650), 1, aux_sym_tuple_type_repeat1, @@ -1131609,7 +1131609,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5555), 1, anon_sym_RPAREN, - ACTIONS(31414), 1, + ACTIONS(31420), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1131618,16 +1131618,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12269), 1, anon_sym_RBRACK, - ACTIONS(31416), 1, + ACTIONS(31422), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [861727] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31418), 1, + ACTIONS(31424), 1, anon_sym_COMMA, - ACTIONS(31420), 1, + ACTIONS(31426), 1, anon_sym_RPAREN, STATE(25958), 1, aux_sym_tuple_type_repeat1, @@ -1131636,16 +1131636,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13063), 1, anon_sym_RBRACK, - ACTIONS(31422), 1, + ACTIONS(31428), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [861753] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31424), 1, + ACTIONS(31430), 1, sym__interpolated_multiline_string_end, STATE(25596), 1, aux_sym_interpolated_string_repeat2, @@ -1131654,14 +1131654,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5279), 1, anon_sym_RPAREN, - ACTIONS(31426), 1, + ACTIONS(31432), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [861779] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, STATE(25298), 2, sym_case_clause, @@ -1131669,9 +1131669,9 @@ static const uint16_t ts_small_parse_table[] = { [861790] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31424), 1, + ACTIONS(31430), 1, sym__interpolated_string_end, STATE(25597), 1, aux_sym_interpolated_string_repeat1, @@ -1131680,7 +1131680,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12277), 1, anon_sym_RBRACK, - ACTIONS(31428), 1, + ACTIONS(31434), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1131689,7 +1131689,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5951), 1, anon_sym_RPAREN, - ACTIONS(31430), 1, + ACTIONS(31436), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1131698,7 +1131698,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(23662), 1, anon_sym_LBRACE, - ACTIONS(23705), 1, + ACTIONS(23711), 1, anon_sym_EQ, STATE(21485), 1, sym_block, @@ -1131722,9 +1131722,9 @@ static const uint16_t ts_small_parse_table[] = { [861866] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31432), 1, + ACTIONS(31438), 1, anon_sym_COMMA, - ACTIONS(31434), 1, + ACTIONS(31440), 1, anon_sym_RPAREN, STATE(26321), 1, aux_sym_tuple_type_repeat1, @@ -1131733,7 +1131733,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5953), 1, anon_sym_RPAREN, - ACTIONS(31436), 1, + ACTIONS(31442), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1131742,34 +1131742,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(23903), 1, + ACTIONS(23909), 1, anon_sym_EQ, STATE(7546), 1, sym_block, [861905] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31438), 1, + ACTIONS(31444), 1, anon_sym_COMMA, - ACTIONS(31440), 1, + ACTIONS(31446), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [861918] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31442), 1, + ACTIONS(31448), 1, anon_sym_COMMA, - ACTIONS(31444), 1, + ACTIONS(31450), 1, anon_sym_RPAREN, STATE(26072), 1, aux_sym_tuple_type_repeat1, [861931] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31446), 1, + ACTIONS(31452), 1, anon_sym_COMMA, - ACTIONS(31448), 1, + ACTIONS(31454), 1, anon_sym_RBRACK, STATE(25626), 1, aux_sym_tuple_type_repeat1, @@ -1131778,7 +1131778,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12832), 1, anon_sym_RPAREN, - ACTIONS(31450), 1, + ACTIONS(31456), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1131795,16 +1131795,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12146), 1, anon_sym_RPAREN, - ACTIONS(31452), 1, + ACTIONS(31458), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [861981] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23789), 1, + ACTIONS(23795), 1, anon_sym_LBRACE, - ACTIONS(23863), 1, + ACTIONS(23869), 1, anon_sym_EQ, STATE(21452), 1, sym_block, @@ -1131813,14 +1131813,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17344), 1, anon_sym_RPAREN, - ACTIONS(31454), 1, + ACTIONS(31460), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, [862007] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, STATE(25167), 2, sym_case_clause, @@ -1131828,9 +1131828,9 @@ static const uint16_t ts_small_parse_table[] = { [862018] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31456), 1, + ACTIONS(31462), 1, anon_sym_COMMA, - ACTIONS(31458), 1, + ACTIONS(31464), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1131839,7 +1131839,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13663), 1, anon_sym_RPAREN, - ACTIONS(31460), 1, + ACTIONS(31466), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1131848,34 +1131848,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13071), 1, anon_sym_RBRACK, - ACTIONS(31462), 1, + ACTIONS(31468), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [862057] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31464), 1, + ACTIONS(31470), 1, anon_sym_COMMA, - ACTIONS(31466), 1, + ACTIONS(31472), 1, anon_sym_RPAREN, STATE(27224), 1, aux_sym_tuple_type_repeat1, [862070] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31468), 1, + ACTIONS(31474), 1, anon_sym_COMMA, - ACTIONS(31470), 1, + ACTIONS(31476), 1, anon_sym_RBRACK, STATE(25674), 1, aux_sym_tuple_type_repeat1, [862083] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24857), 1, + ACTIONS(24863), 1, anon_sym_RPAREN, - ACTIONS(31472), 1, + ACTIONS(31478), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, @@ -1131884,16 +1131884,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13487), 1, anon_sym_RBRACK, - ACTIONS(31474), 1, + ACTIONS(31480), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [862109] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24930), 1, + ACTIONS(24936), 1, anon_sym_LBRACE, - ACTIONS(24932), 1, + ACTIONS(24938), 1, anon_sym_EQ, STATE(22503), 1, sym_block, @@ -1131902,7 +1131902,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17344), 1, anon_sym_RPAREN, - ACTIONS(31454), 1, + ACTIONS(31460), 1, anon_sym_COMMA, STATE(25430), 1, aux_sym_class_parameters_repeat1, @@ -1131911,7 +1131911,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5169), 1, anon_sym_RPAREN, - ACTIONS(31476), 1, + ACTIONS(31482), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1131920,7 +1131920,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15375), 1, anon_sym_RPAREN, - ACTIONS(31478), 1, + ACTIONS(31484), 1, anon_sym_COMMA, STATE(26382), 1, aux_sym_case_class_pattern_repeat1, @@ -1131929,7 +1131929,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31480), 1, + ACTIONS(31486), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1131938,7 +1131938,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31482), 1, + ACTIONS(31488), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1131947,7 +1131947,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31484), 1, + ACTIONS(31490), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1131956,14 +1131956,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31486), 1, + ACTIONS(31492), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, [862213] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, STATE(25345), 2, sym_case_clause, @@ -1131973,25 +1131973,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(23899), 1, + ACTIONS(23905), 1, anon_sym_EQ, STATE(7435), 1, sym_block, [862237] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31488), 1, + ACTIONS(31494), 1, anon_sym_COMMA, - ACTIONS(31490), 1, + ACTIONS(31496), 1, anon_sym_RPAREN, STATE(25692), 1, aux_sym_tuple_type_repeat1, [862250] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31492), 1, + ACTIONS(31498), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, @@ -1132000,16 +1132000,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5637), 1, anon_sym_RPAREN, - ACTIONS(31494), 1, + ACTIONS(31500), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [862276] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31492), 1, + ACTIONS(31498), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, @@ -1132018,7 +1132018,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17541), 1, anon_sym_RPAREN, - ACTIONS(31496), 1, + ACTIONS(31502), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, @@ -1132033,27 +1132033,27 @@ static const uint16_t ts_small_parse_table[] = { [862313] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(31498), 1, + ACTIONS(31504), 1, anon_sym_match, STATE(18473), 1, sym_type_arguments, [862326] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23789), 1, + ACTIONS(23795), 1, anon_sym_LBRACE, - ACTIONS(23893), 1, + ACTIONS(23899), 1, anon_sym_EQ, STATE(21529), 1, sym_block, [862339] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(31500), 1, + ACTIONS(31506), 1, anon_sym_match, STATE(18473), 1, sym_type_arguments, @@ -1132062,7 +1132062,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12367), 1, anon_sym_RBRACK, - ACTIONS(31502), 1, + ACTIONS(31508), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1132071,7 +1132071,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12176), 1, anon_sym_RBRACK, - ACTIONS(31504), 1, + ACTIONS(31510), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1132080,25 +1132080,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12914), 1, anon_sym_RBRACK, - ACTIONS(31506), 1, + ACTIONS(31512), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [862391] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31508), 1, + ACTIONS(31514), 1, anon_sym_COMMA, - ACTIONS(31510), 1, + ACTIONS(31516), 1, anon_sym_RBRACK, STATE(25705), 1, aux_sym_tuple_type_repeat1, [862404] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31512), 1, + ACTIONS(31518), 1, anon_sym_COMMA, - ACTIONS(31514), 1, + ACTIONS(31520), 1, anon_sym_RPAREN, STATE(26903), 1, aux_sym_tuple_type_repeat1, @@ -1132107,7 +1132107,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5839), 1, anon_sym_RPAREN, - ACTIONS(31516), 1, + ACTIONS(31522), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1132116,14 +1132116,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(23895), 1, + ACTIONS(23901), 1, anon_sym_EQ, STATE(7348), 1, sym_block, [862443] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, STATE(25118), 2, sym_case_clause, @@ -1132131,18 +1132131,18 @@ static const uint16_t ts_small_parse_table[] = { [862454] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25875), 1, + ACTIONS(25881), 1, anon_sym_COLON, - ACTIONS(25877), 1, + ACTIONS(25883), 1, anon_sym_LBRACE, STATE(6118), 1, sym_enum_body, [862467] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23775), 1, + ACTIONS(23781), 1, anon_sym_RBRACE, - ACTIONS(31518), 1, + ACTIONS(31524), 1, anon_sym_COMMA, STATE(26074), 1, aux_sym_namespace_selectors_repeat1, @@ -1132167,7 +1132167,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31520), 1, + ACTIONS(31526), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1132185,7 +1132185,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31522), 1, + ACTIONS(31528), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1132194,7 +1132194,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31524), 1, + ACTIONS(31530), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1132203,16 +1132203,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31526), 1, + ACTIONS(31532), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, [862567] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31528), 1, + ACTIONS(31534), 1, anon_sym_COMMA, - ACTIONS(31530), 1, + ACTIONS(31536), 1, anon_sym_RPAREN, STATE(26248), 1, aux_sym_tuple_type_repeat1, @@ -1132221,16 +1132221,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13085), 1, anon_sym_RPAREN, - ACTIONS(31532), 1, + ACTIONS(31538), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [862593] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31534), 1, + ACTIONS(31540), 1, anon_sym_COMMA, - ACTIONS(31536), 1, + ACTIONS(31542), 1, anon_sym_RBRACK, STATE(25654), 1, aux_sym_tuple_type_repeat1, @@ -1132239,7 +1132239,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5837), 1, anon_sym_RPAREN, - ACTIONS(31538), 1, + ACTIONS(31544), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1132248,7 +1132248,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13553), 1, anon_sym_RPAREN, - ACTIONS(31540), 1, + ACTIONS(31546), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1132257,7 +1132257,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11122), 1, anon_sym_LBRACE, - ACTIONS(24706), 1, + ACTIONS(24712), 1, anon_sym_EQ, STATE(6943), 1, sym_block, @@ -1132266,52 +1132266,52 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6319), 1, anon_sym_RPAREN, - ACTIONS(31542), 1, + ACTIONS(31548), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [862658] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31544), 1, + ACTIONS(31550), 1, sym__interpolated_multiline_string_end, STATE(25666), 1, aux_sym_interpolated_string_repeat2, [862671] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31544), 1, + ACTIONS(31550), 1, sym__interpolated_string_end, STATE(25668), 1, aux_sym_interpolated_string_repeat1, [862684] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23789), 1, + ACTIONS(23795), 1, anon_sym_LBRACE, - ACTIONS(23939), 1, + ACTIONS(23945), 1, anon_sym_EQ, STATE(21675), 1, sym_block, [862697] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31546), 1, + ACTIONS(31552), 1, anon_sym_COMMA, - ACTIONS(31548), 1, + ACTIONS(31554), 1, anon_sym_RBRACK, STATE(25727), 1, aux_sym_tuple_type_repeat1, [862710] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31550), 1, + ACTIONS(31556), 1, anon_sym_COMMA, - ACTIONS(31552), 1, + ACTIONS(31558), 1, anon_sym_RPAREN, STATE(26732), 1, aux_sym_tuple_type_repeat1, @@ -1132320,7 +1132320,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12670), 1, anon_sym_RPAREN, - ACTIONS(31554), 1, + ACTIONS(31560), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1132329,7 +1132329,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13093), 1, anon_sym_RBRACK, - ACTIONS(31556), 1, + ACTIONS(31562), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1132338,43 +1132338,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12900), 1, anon_sym_RBRACK, - ACTIONS(31558), 1, + ACTIONS(31564), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [862762] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31560), 1, + ACTIONS(31566), 1, anon_sym_COMMA, - ACTIONS(31562), 1, + ACTIONS(31568), 1, anon_sym_RBRACK, STATE(25676), 1, aux_sym_tuple_type_repeat1, [862775] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31564), 1, + ACTIONS(31570), 1, anon_sym_COMMA, - ACTIONS(31566), 1, + ACTIONS(31572), 1, anon_sym_RBRACK, STATE(25726), 1, aux_sym_tuple_type_repeat1, [862788] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31568), 1, + ACTIONS(31574), 1, anon_sym_COMMA, - ACTIONS(31570), 1, + ACTIONS(31576), 1, anon_sym_RPAREN, STATE(26053), 1, aux_sym_tuple_type_repeat1, [862801] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31572), 1, + ACTIONS(31578), 1, anon_sym_COMMA, - ACTIONS(31574), 1, + ACTIONS(31580), 1, anon_sym_RBRACK, STATE(26710), 1, aux_sym_tuple_type_repeat1, @@ -1132383,7 +1132383,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31576), 1, + ACTIONS(31582), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1132392,7 +1132392,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31578), 1, + ACTIONS(31584), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1132401,7 +1132401,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31580), 1, + ACTIONS(31586), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1132410,7 +1132410,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31582), 1, + ACTIONS(31588), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1132419,7 +1132419,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11122), 1, anon_sym_LBRACE, - ACTIONS(24658), 1, + ACTIONS(24664), 1, anon_sym_EQ, STATE(6852), 1, sym_block, @@ -1132436,7 +1132436,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5981), 1, anon_sym_RPAREN, - ACTIONS(31584), 1, + ACTIONS(31590), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1132445,7 +1132445,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5983), 1, anon_sym_RPAREN, - ACTIONS(31586), 1, + ACTIONS(31592), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1132454,7 +1132454,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5787), 1, anon_sym_RPAREN, - ACTIONS(31588), 1, + ACTIONS(31594), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1132463,52 +1132463,52 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(25034), 1, + ACTIONS(25040), 1, anon_sym_EQ, STATE(7348), 1, sym_block, [862942] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31590), 1, + ACTIONS(31596), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [862955] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31592), 1, + ACTIONS(31598), 1, anon_sym_COMMA, - ACTIONS(31594), 1, + ACTIONS(31600), 1, anon_sym_RPAREN, STATE(25612), 1, aux_sym_tuple_type_repeat1, [862968] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(31596), 1, + ACTIONS(31602), 1, anon_sym_match, STATE(18473), 1, sym_type_arguments, [862981] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31598), 1, + ACTIONS(31604), 1, anon_sym_COMMA, - ACTIONS(31600), 1, + ACTIONS(31606), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [862994] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31602), 1, + ACTIONS(31608), 1, anon_sym_COMMA, - ACTIONS(31604), 1, + ACTIONS(31610), 1, anon_sym_RPAREN, STATE(26633), 1, aux_sym_tuple_type_repeat1, @@ -1132517,7 +1132517,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5751), 1, anon_sym_RPAREN, - ACTIONS(31606), 1, + ACTIONS(31612), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1132526,7 +1132526,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12484), 1, anon_sym_RBRACK, - ACTIONS(31608), 1, + ACTIONS(31614), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1132535,16 +1132535,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13105), 1, anon_sym_RBRACK, - ACTIONS(31610), 1, + ACTIONS(31616), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [863046] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31612), 1, + ACTIONS(31618), 1, anon_sym_COMMA, - ACTIONS(31614), 1, + ACTIONS(31620), 1, anon_sym_RPAREN, STATE(26039), 1, aux_sym_tuple_type_repeat1, @@ -1132553,7 +1132553,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11122), 1, anon_sym_LBRACE, - ACTIONS(24486), 1, + ACTIONS(24492), 1, anon_sym_EQ, STATE(6791), 1, sym_block, @@ -1132568,16 +1132568,16 @@ static const uint16_t ts_small_parse_table[] = { [863083] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31616), 1, + ACTIONS(31622), 1, anon_sym_COMMA, - ACTIONS(31618), 1, + ACTIONS(31624), 1, anon_sym_RPAREN, STATE(26180), 1, aux_sym_tuple_type_repeat1, [863096] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, STATE(25038), 2, sym_case_clause, @@ -1132587,7 +1132587,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12562), 1, anon_sym_RPAREN, - ACTIONS(31620), 1, + ACTIONS(31626), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1132605,25 +1132605,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13691), 1, anon_sym_RPAREN, - ACTIONS(31622), 1, + ACTIONS(31628), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [863146] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31624), 1, + ACTIONS(31630), 1, anon_sym_COMMA, - ACTIONS(31626), 1, + ACTIONS(31632), 1, anon_sym_RBRACK, STATE(25748), 1, aux_sym_tuple_type_repeat1, [863159] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31628), 1, + ACTIONS(31634), 1, anon_sym_COMMA, - ACTIONS(31630), 1, + ACTIONS(31636), 1, anon_sym_RPAREN, STATE(25753), 1, aux_sym_tuple_type_repeat1, @@ -1132632,7 +1132632,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13045), 1, anon_sym_RBRACK, - ACTIONS(31632), 1, + ACTIONS(31638), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1132641,7 +1132641,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5229), 1, anon_sym_RPAREN, - ACTIONS(31634), 1, + ACTIONS(31640), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1132650,16 +1132650,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12120), 1, anon_sym_RPAREN, - ACTIONS(31636), 1, + ACTIONS(31642), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [863211] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24674), 1, + ACTIONS(24680), 1, anon_sym_LBRACE, - ACTIONS(24741), 1, + ACTIONS(24747), 1, anon_sym_EQ, STATE(22312), 1, sym_block, @@ -1132675,9 +1132675,9 @@ static const uint16_t ts_small_parse_table[] = { [863237] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31638), 1, + ACTIONS(31644), 1, anon_sym_COMMA, - ACTIONS(31640), 1, + ACTIONS(31646), 1, anon_sym_RBRACK, STATE(25675), 1, aux_sym_tuple_type_repeat1, @@ -1132686,25 +1132686,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5817), 1, anon_sym_RPAREN, - ACTIONS(31642), 1, + ACTIONS(31648), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [863263] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31644), 1, + ACTIONS(31650), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [863276] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31644), 1, + ACTIONS(31650), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, @@ -1132713,7 +1132713,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12462), 1, anon_sym_RPAREN, - ACTIONS(31646), 1, + ACTIONS(31652), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1132722,7 +1132722,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12636), 1, anon_sym_RBRACK, - ACTIONS(31648), 1, + ACTIONS(31654), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1132731,16 +1132731,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(25022), 1, + ACTIONS(25028), 1, anon_sym_EQ, STATE(7435), 1, sym_block, [863328] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31650), 1, + ACTIONS(31656), 1, anon_sym_COMMA, - ACTIONS(31652), 1, + ACTIONS(31658), 1, anon_sym_RPAREN, STATE(26960), 1, aux_sym_tuple_type_repeat1, @@ -1132749,16 +1132749,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12872), 1, anon_sym_RBRACK, - ACTIONS(31654), 1, + ACTIONS(31660), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [863354] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(31656), 1, + ACTIONS(31662), 1, anon_sym_match, STATE(18473), 1, sym_type_arguments, @@ -1132767,16 +1132767,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13121), 1, anon_sym_RPAREN, - ACTIONS(31658), 1, + ACTIONS(31664), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [863380] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31590), 1, + ACTIONS(31596), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, @@ -1132785,7 +1132785,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(24855), 1, + ACTIONS(24861), 1, anon_sym_LBRACK, STATE(17177), 1, sym_type_arguments, @@ -1132809,36 +1132809,36 @@ static const uint16_t ts_small_parse_table[] = { [863430] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31660), 1, + ACTIONS(31666), 1, anon_sym_COMMA, - ACTIONS(31662), 1, + ACTIONS(31668), 1, anon_sym_RPAREN, STATE(26110), 1, aux_sym_tuple_type_repeat1, [863443] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31664), 1, + ACTIONS(31670), 1, anon_sym_COMMA, - ACTIONS(31666), 1, + ACTIONS(31672), 1, anon_sym_RBRACK, STATE(25793), 1, aux_sym_tuple_type_repeat1, [863456] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31668), 1, + ACTIONS(31674), 1, anon_sym_COMMA, - ACTIONS(31670), 1, + ACTIONS(31676), 1, anon_sym_RBRACK, STATE(25738), 1, aux_sym_tuple_type_repeat1, [863469] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31672), 1, + ACTIONS(31678), 1, anon_sym_COMMA, - ACTIONS(31674), 1, + ACTIONS(31680), 1, anon_sym_RBRACK, STATE(25780), 1, aux_sym_tuple_type_repeat1, @@ -1132847,7 +1132847,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31676), 1, + ACTIONS(31682), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1132856,7 +1132856,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31678), 1, + ACTIONS(31684), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1132865,7 +1132865,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31680), 1, + ACTIONS(31686), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1132874,25 +1132874,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31682), 1, + ACTIONS(31688), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, [863534] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24674), 1, + ACTIONS(24680), 1, anon_sym_LBRACE, - ACTIONS(24727), 1, + ACTIONS(24733), 1, anon_sym_EQ, STATE(22193), 1, sym_block, [863547] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31684), 1, + ACTIONS(31690), 1, sym__interpolated_string_end, STATE(25746), 1, aux_sym_interpolated_string_repeat1, @@ -1132901,7 +1132901,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13123), 1, anon_sym_RBRACK, - ACTIONS(31686), 1, + ACTIONS(31692), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1132910,7 +1132910,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13715), 1, anon_sym_RPAREN, - ACTIONS(31688), 1, + ACTIONS(31694), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1132919,25 +1132919,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6001), 1, anon_sym_RPAREN, - ACTIONS(31690), 1, + ACTIONS(31696), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [863599] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31692), 1, + ACTIONS(31698), 1, anon_sym_COMMA, - ACTIONS(31694), 1, + ACTIONS(31700), 1, anon_sym_RBRACK, STATE(25786), 1, aux_sym_tuple_type_repeat1, [863612] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31684), 1, + ACTIONS(31690), 1, sym__interpolated_multiline_string_end, STATE(25745), 1, aux_sym_interpolated_string_repeat2, @@ -1132946,16 +1132946,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6007), 1, anon_sym_RPAREN, - ACTIONS(31696), 1, + ACTIONS(31702), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [863638] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(31698), 1, + ACTIONS(31704), 1, anon_sym_match, STATE(18473), 1, sym_type_arguments, @@ -1132964,7 +1132964,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(25026), 1, + ACTIONS(25032), 1, anon_sym_EQ, STATE(7546), 1, sym_block, @@ -1132973,7 +1132973,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5821), 1, anon_sym_RPAREN, - ACTIONS(31700), 1, + ACTIONS(31706), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1132989,9 +1132989,9 @@ static const uint16_t ts_small_parse_table[] = { [863690] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24674), 1, + ACTIONS(24680), 1, anon_sym_LBRACE, - ACTIONS(24729), 1, + ACTIONS(24735), 1, anon_sym_EQ, STATE(22246), 1, sym_block, @@ -1133000,7 +1133000,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5819), 1, anon_sym_RPAREN, - ACTIONS(31702), 1, + ACTIONS(31708), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1133009,32 +1133009,32 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12830), 1, anon_sym_RBRACK, - ACTIONS(31704), 1, + ACTIONS(31710), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [863729] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(27087), 3, + ACTIONS(27093), 3, sym__automatic_semicolon, sym__outdent, anon_sym_SEMI, [863738] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31706), 1, + ACTIONS(31712), 1, anon_sym_COMMA, - ACTIONS(31708), 1, + ACTIONS(31714), 1, anon_sym_RBRACK, STATE(25768), 1, aux_sym_tuple_type_repeat1, [863751] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31710), 1, + ACTIONS(31716), 1, anon_sym_COMMA, - ACTIONS(31712), 1, + ACTIONS(31718), 1, anon_sym_RBRACK, STATE(25751), 1, aux_sym_tuple_type_repeat1, @@ -1133043,7 +1133043,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5873), 1, anon_sym_RPAREN, - ACTIONS(31714), 1, + ACTIONS(31720), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1133052,7 +1133052,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13457), 1, anon_sym_RPAREN, - ACTIONS(31716), 1, + ACTIONS(31722), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1133061,39 +1133061,39 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12752), 1, anon_sym_RBRACK, - ACTIONS(31718), 1, + ACTIONS(31724), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [863803] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31720), 1, + ACTIONS(31726), 1, anon_sym_COMMA, - ACTIONS(31722), 1, + ACTIONS(31728), 1, anon_sym_RPAREN, STATE(26189), 1, aux_sym_tuple_type_repeat1, [863816] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(31724), 3, + ACTIONS(31730), 3, sym__automatic_semicolon, sym__outdent, anon_sym_SEMI, [863825] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31726), 1, + ACTIONS(31732), 1, anon_sym_COMMA, - ACTIONS(31728), 1, + ACTIONS(31734), 1, anon_sym_RPAREN, STATE(25970), 1, aux_sym_tuple_type_repeat1, [863838] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(23785), 3, + ACTIONS(23791), 3, sym__automatic_semicolon, sym__outdent, anon_sym_SEMI, @@ -1133108,7 +1133108,7 @@ static const uint16_t ts_small_parse_table[] = { [863858] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, STATE(25191), 2, sym_case_clause, @@ -1133118,14 +1133118,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13135), 1, anon_sym_RBRACK, - ACTIONS(31730), 1, + ACTIONS(31736), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [863882] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(31732), 3, + ACTIONS(31738), 3, sym__automatic_semicolon, sym__outdent, anon_sym_SEMI, @@ -1133134,7 +1133134,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13295), 1, anon_sym_RBRACK, - ACTIONS(31734), 1, + ACTIONS(31740), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1133143,7 +1133143,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(10965), 1, anon_sym_LBRACE, - ACTIONS(23843), 1, + ACTIONS(23849), 1, anon_sym_EQ, STATE(6192), 1, sym_block, @@ -1133152,7 +1133152,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13730), 1, anon_sym_RPAREN, - ACTIONS(31736), 1, + ACTIONS(31742), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1133161,25 +1133161,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6027), 1, anon_sym_RPAREN, - ACTIONS(31738), 1, + ACTIONS(31744), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [863943] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31740), 1, + ACTIONS(31746), 1, anon_sym_COMMA, - ACTIONS(31742), 1, + ACTIONS(31748), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [863956] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(31744), 1, + ACTIONS(31750), 1, anon_sym_match, STATE(18473), 1, sym_type_arguments, @@ -1133194,27 +1133194,27 @@ static const uint16_t ts_small_parse_table[] = { [863980] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31746), 1, + ACTIONS(31752), 1, anon_sym_COMMA, - ACTIONS(31748), 1, + ACTIONS(31754), 1, anon_sym_RPAREN, STATE(26040), 1, aux_sym_tuple_type_repeat1, [863993] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31750), 1, + ACTIONS(31756), 1, anon_sym_COMMA, - ACTIONS(31752), 1, + ACTIONS(31758), 1, anon_sym_RPAREN, STATE(26099), 1, aux_sym_tuple_type_repeat1, [864006] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24859), 1, + ACTIONS(24865), 1, anon_sym_RPAREN, - ACTIONS(31754), 1, + ACTIONS(31760), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, @@ -1133223,7 +1133223,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12456), 1, anon_sym_RBRACK, - ACTIONS(31756), 1, + ACTIONS(31762), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1133232,16 +1133232,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5285), 1, anon_sym_RPAREN, - ACTIONS(31758), 1, + ACTIONS(31764), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [864045] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31760), 1, + ACTIONS(31766), 1, anon_sym_COMMA, - ACTIONS(31762), 1, + ACTIONS(31768), 1, anon_sym_RPAREN, STATE(25844), 1, aux_sym_tuple_type_repeat1, @@ -1133257,25 +1133257,25 @@ static const uint16_t ts_small_parse_table[] = { [864071] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(27199), 3, + ACTIONS(27205), 3, sym__automatic_semicolon, sym__outdent, anon_sym_SEMI, [864080] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31764), 1, + ACTIONS(31770), 1, anon_sym_COMMA, - ACTIONS(31766), 1, + ACTIONS(31772), 1, anon_sym_RBRACK, STATE(26069), 1, aux_sym_type_parameters_repeat1, [864093] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31768), 1, + ACTIONS(31774), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, @@ -1133284,7 +1133284,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31770), 1, + ACTIONS(31776), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1133293,7 +1133293,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31772), 1, + ACTIONS(31778), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1133302,7 +1133302,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31774), 1, + ACTIONS(31780), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1133311,25 +1133311,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31776), 1, + ACTIONS(31782), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, [864158] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23961), 1, + ACTIONS(23967), 1, anon_sym_LBRACE, - ACTIONS(24816), 1, + ACTIONS(24822), 1, anon_sym_EQ, STATE(21934), 1, sym_block, [864171] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31768), 1, + ACTIONS(31774), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, @@ -1133338,7 +1133338,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31778), 1, + ACTIONS(31784), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1133347,16 +1133347,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31780), 1, + ACTIONS(31786), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, [864210] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25757), 1, + ACTIONS(25763), 1, anon_sym_COLON, - ACTIONS(25759), 1, + ACTIONS(25765), 1, anon_sym_LBRACE, STATE(7803), 1, sym_enum_body, @@ -1133365,7 +1133365,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31782), 1, + ACTIONS(31788), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1133374,7 +1133374,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(10965), 1, anon_sym_LBRACE, - ACTIONS(23839), 1, + ACTIONS(23845), 1, anon_sym_EQ, STATE(6155), 1, sym_block, @@ -1133383,7 +1133383,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(31784), 1, + ACTIONS(31790), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1133392,25 +1133392,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13744), 1, anon_sym_RPAREN, - ACTIONS(31786), 1, + ACTIONS(31792), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [864275] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24805), 1, + ACTIONS(24811), 1, anon_sym_RPAREN, - ACTIONS(31788), 1, + ACTIONS(31794), 1, anon_sym_COMMA, STATE(26075), 1, aux_sym_parameters_repeat1, [864288] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31790), 1, + ACTIONS(31796), 1, anon_sym_COMMA, - ACTIONS(31792), 1, + ACTIONS(31798), 1, anon_sym_RBRACK, STATE(25840), 1, aux_sym_tuple_type_repeat1, @@ -1133419,7 +1133419,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12166), 1, anon_sym_RPAREN, - ACTIONS(31794), 1, + ACTIONS(31800), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1133428,34 +1133428,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12812), 1, anon_sym_RBRACK, - ACTIONS(31796), 1, + ACTIONS(31802), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [864327] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31798), 1, + ACTIONS(31804), 1, anon_sym_COMMA, - ACTIONS(31800), 1, + ACTIONS(31806), 1, anon_sym_RPAREN, STATE(27035), 1, aux_sym_tuple_type_repeat1, [864340] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31802), 1, + ACTIONS(31808), 1, anon_sym_COMMA, - ACTIONS(31804), 1, + ACTIONS(31810), 1, anon_sym_RPAREN, STATE(26212), 1, aux_sym_tuple_type_repeat1, [864353] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31806), 1, + ACTIONS(31812), 1, anon_sym_COMMA, - ACTIONS(31808), 1, + ACTIONS(31814), 1, anon_sym_RBRACK, STATE(25859), 1, aux_sym_tuple_type_repeat1, @@ -1133471,34 +1133471,34 @@ static const uint16_t ts_small_parse_table[] = { [864379] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24859), 1, + ACTIONS(24865), 1, anon_sym_RPAREN, - ACTIONS(31754), 1, + ACTIONS(31760), 1, anon_sym_COMMA, STATE(25422), 1, aux_sym_parameters_repeat1, [864392] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31810), 1, + ACTIONS(31816), 1, sym__interpolated_string_end, STATE(26113), 1, aux_sym_interpolated_string_repeat1, [864405] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(27010), 3, + ACTIONS(27016), 3, sym__automatic_semicolon, sym__outdent, anon_sym_SEMI, [864414] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31810), 1, + ACTIONS(31816), 1, sym__interpolated_multiline_string_end, STATE(26117), 1, aux_sym_interpolated_string_repeat2, @@ -1133514,9 +1133514,9 @@ static const uint16_t ts_small_parse_table[] = { [864440] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31812), 1, + ACTIONS(31818), 1, anon_sym_COMMA, - ACTIONS(31814), 1, + ACTIONS(31820), 1, anon_sym_RBRACK, STATE(25805), 1, aux_sym_tuple_type_repeat1, @@ -1133525,7 +1133525,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5945), 1, anon_sym_RPAREN, - ACTIONS(31816), 1, + ACTIONS(31822), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1133534,7 +1133534,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12728), 1, anon_sym_RBRACK, - ACTIONS(31818), 1, + ACTIONS(31824), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1133543,14 +1133543,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5789), 1, anon_sym_RPAREN, - ACTIONS(31820), 1, + ACTIONS(31826), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [864492] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(31822), 3, + ACTIONS(31828), 3, sym__automatic_semicolon, sym__outdent, anon_sym_SEMI, @@ -1133559,7 +1133559,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13818), 1, anon_sym_RPAREN, - ACTIONS(31824), 1, + ACTIONS(31830), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1133568,34 +1133568,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13149), 1, anon_sym_RPAREN, - ACTIONS(31826), 1, + ACTIONS(31832), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [864527] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31828), 1, + ACTIONS(31834), 1, anon_sym_COMMA, - ACTIONS(31830), 1, + ACTIONS(31836), 1, anon_sym_RBRACK, STATE(25918), 1, aux_sym_type_parameters_repeat1, [864540] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31832), 1, + ACTIONS(31838), 1, sym__interpolated_multiline_string_end, STATE(25811), 1, aux_sym_interpolated_string_repeat2, [864553] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31832), 1, + ACTIONS(31838), 1, sym__interpolated_string_end, STATE(25817), 1, aux_sym_interpolated_string_repeat1, @@ -1133604,7 +1133604,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(10965), 1, anon_sym_LBRACE, - ACTIONS(23837), 1, + ACTIONS(23843), 1, anon_sym_EQ, STATE(6114), 1, sym_block, @@ -1133613,16 +1133613,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(23891), 1, + ACTIONS(23897), 1, anon_sym_EQ, STATE(7826), 1, sym_block, [864592] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31834), 1, + ACTIONS(31840), 1, anon_sym_COMMA, - ACTIONS(31836), 1, + ACTIONS(31842), 1, anon_sym_RBRACK, STATE(25704), 1, aux_sym_tuple_type_repeat1, @@ -1133638,9 +1133638,9 @@ static const uint16_t ts_small_parse_table[] = { [864618] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31838), 1, + ACTIONS(31844), 1, anon_sym_COMMA, - ACTIONS(31840), 1, + ACTIONS(31846), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, @@ -1133655,27 +1133655,27 @@ static const uint16_t ts_small_parse_table[] = { [864642] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31842), 1, + ACTIONS(31848), 1, anon_sym_COMMA, - ACTIONS(31844), 1, + ACTIONS(31850), 1, anon_sym_RPAREN, STATE(26881), 1, aux_sym_tuple_type_repeat1, [864655] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31846), 1, + ACTIONS(31852), 1, anon_sym_COMMA, - ACTIONS(31848), 1, + ACTIONS(31854), 1, anon_sym_RPAREN, STATE(26532), 1, aux_sym_tuple_type_repeat1, [864668] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24132), 1, + ACTIONS(24138), 1, anon_sym_RPAREN, - ACTIONS(31850), 1, + ACTIONS(31856), 1, anon_sym_COMMA, STATE(25927), 1, aux_sym_parameters_repeat1, @@ -1133684,7 +1133684,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13151), 1, anon_sym_RBRACK, - ACTIONS(31852), 1, + ACTIONS(31858), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1133701,14 +1133701,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12804), 1, anon_sym_RBRACK, - ACTIONS(31854), 1, + ACTIONS(31860), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [864718] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(29351), 3, + ACTIONS(29357), 3, sym__automatic_semicolon, sym__outdent, anon_sym_SEMI, @@ -1133726,7 +1133726,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(23817), 1, + ACTIONS(23823), 1, anon_sym_EQ, STATE(7546), 1, sym_block, @@ -1133735,7 +1133735,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13754), 1, anon_sym_RPAREN, - ACTIONS(31856), 1, + ACTIONS(31862), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1133744,52 +1133744,52 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13371), 1, anon_sym_RPAREN, - ACTIONS(31858), 1, + ACTIONS(31864), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [864779] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31860), 1, + ACTIONS(31866), 1, sym__interpolated_multiline_string_end, STATE(25936), 1, aux_sym_interpolated_string_repeat2, [864792] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31862), 1, + ACTIONS(31868), 1, anon_sym_COMMA, - ACTIONS(31864), 1, + ACTIONS(31870), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [864805] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23789), 1, + ACTIONS(23795), 1, anon_sym_LBRACE, - ACTIONS(23798), 1, + ACTIONS(23804), 1, anon_sym_EQ, STATE(21529), 1, sym_block, [864818] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31866), 1, + ACTIONS(31872), 1, anon_sym_COMMA, - ACTIONS(31868), 1, + ACTIONS(31874), 1, anon_sym_RBRACK, STATE(25828), 1, aux_sym_tuple_type_repeat1, [864831] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31870), 1, + ACTIONS(31876), 1, anon_sym_COMMA, - ACTIONS(31872), 1, + ACTIONS(31878), 1, anon_sym_RBRACK, STATE(25881), 1, aux_sym_tuple_type_repeat1, @@ -1133798,7 +1133798,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6031), 1, anon_sym_RPAREN, - ACTIONS(31874), 1, + ACTIONS(31880), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1133807,25 +1133807,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13223), 1, anon_sym_RPAREN, - ACTIONS(31876), 1, + ACTIONS(31882), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [864870] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31878), 1, + ACTIONS(31884), 1, anon_sym_COMMA, - ACTIONS(31880), 1, + ACTIONS(31886), 1, anon_sym_RBRACK, STATE(25857), 1, aux_sym_tuple_type_repeat1, [864883] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31882), 1, + ACTIONS(31888), 1, anon_sym_COMMA, - ACTIONS(31884), 1, + ACTIONS(31890), 1, anon_sym_RPAREN, STATE(27206), 1, aux_sym_tuple_type_repeat1, @@ -1133834,7 +1133834,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17453), 1, anon_sym_RPAREN, - ACTIONS(31886), 1, + ACTIONS(31892), 1, anon_sym_COMMA, STATE(26137), 1, aux_sym_class_parameters_repeat1, @@ -1133843,7 +1133843,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17513), 1, anon_sym_RPAREN, - ACTIONS(31888), 1, + ACTIONS(31894), 1, anon_sym_COMMA, STATE(25945), 1, aux_sym_class_parameters_repeat1, @@ -1133852,16 +1133852,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12020), 1, anon_sym_RBRACK, - ACTIONS(31890), 1, + ACTIONS(31896), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [864935] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25757), 1, + ACTIONS(25763), 1, anon_sym_COLON, - ACTIONS(25759), 1, + ACTIONS(25765), 1, anon_sym_LBRACE, STATE(8114), 1, sym_enum_body, @@ -1133870,7 +1133870,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(23815), 1, + ACTIONS(23821), 1, anon_sym_EQ, STATE(7435), 1, sym_block, @@ -1133879,7 +1133879,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6019), 1, anon_sym_RPAREN, - ACTIONS(31892), 1, + ACTIONS(31898), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1133888,7 +1133888,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5381), 1, anon_sym_RPAREN, - ACTIONS(31894), 1, + ACTIONS(31900), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1133897,7 +1133897,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12786), 1, anon_sym_RBRACK, - ACTIONS(31896), 1, + ACTIONS(31902), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1133906,7 +1133906,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13836), 1, anon_sym_RPAREN, - ACTIONS(31898), 1, + ACTIONS(31904), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1133915,7 +1133915,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13165), 1, anon_sym_RBRACK, - ACTIONS(31900), 1, + ACTIONS(31906), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1133924,7 +1133924,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(23813), 1, + ACTIONS(23819), 1, anon_sym_EQ, STATE(7348), 1, sym_block, @@ -1133939,36 +1133939,36 @@ static const uint16_t ts_small_parse_table[] = { [865050] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31902), 1, + ACTIONS(31908), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [865063] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31902), 1, + ACTIONS(31908), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, [865076] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31904), 1, + ACTIONS(31910), 1, anon_sym_COMMA, - ACTIONS(31906), 1, + ACTIONS(31912), 1, anon_sym_RPAREN, STATE(26196), 1, aux_sym_tuple_type_repeat1, [865089] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31908), 1, + ACTIONS(31914), 1, anon_sym_COMMA, - ACTIONS(31910), 1, + ACTIONS(31916), 1, anon_sym_RBRACK, STATE(25964), 1, aux_sym_tuple_type_repeat1, @@ -1133984,18 +1133984,18 @@ static const uint16_t ts_small_parse_table[] = { [865115] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31912), 1, + ACTIONS(31918), 1, anon_sym_COMMA, - ACTIONS(31914), 1, + ACTIONS(31920), 1, anon_sym_RPAREN, STATE(26613), 1, aux_sym_tuple_type_repeat1, [865128] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31916), 1, + ACTIONS(31922), 1, sym__interpolated_multiline_string_end, STATE(25946), 1, aux_sym_interpolated_string_repeat2, @@ -1134004,7 +1134004,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5121), 1, anon_sym_RPAREN, - ACTIONS(31918), 1, + ACTIONS(31924), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1134013,16 +1134013,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13381), 1, anon_sym_RPAREN, - ACTIONS(31920), 1, + ACTIONS(31926), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [865167] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25875), 1, + ACTIONS(25881), 1, anon_sym_COLON, - ACTIONS(25877), 1, + ACTIONS(25883), 1, anon_sym_LBRACE, STATE(6163), 1, sym_enum_body, @@ -1134058,34 +1134058,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12108), 1, anon_sym_RBRACK, - ACTIONS(31922), 1, + ACTIONS(31928), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [865232] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31924), 1, + ACTIONS(31930), 1, anon_sym_COMMA, - ACTIONS(31926), 1, + ACTIONS(31932), 1, anon_sym_RPAREN, STATE(25919), 1, aux_sym_tuple_type_repeat1, [865245] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31928), 1, + ACTIONS(31934), 1, anon_sym_COMMA, - ACTIONS(31930), 1, + ACTIONS(31936), 1, anon_sym_RBRACK, STATE(25876), 1, aux_sym_tuple_type_repeat1, [865258] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31932), 1, + ACTIONS(31938), 1, anon_sym_COMMA, - ACTIONS(31934), 1, + ACTIONS(31940), 1, anon_sym_RBRACK, STATE(25908), 1, aux_sym_tuple_type_repeat1, @@ -1134094,7 +1134094,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(24934), 1, + ACTIONS(24940), 1, anon_sym_LBRACK, STATE(18154), 1, sym_type_arguments, @@ -1134103,7 +1134103,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12874), 1, anon_sym_RPAREN, - ACTIONS(31936), 1, + ACTIONS(31942), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1134121,7 +1134121,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6073), 1, anon_sym_RPAREN, - ACTIONS(31938), 1, + ACTIONS(31944), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1134130,7 +1134130,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12214), 1, anon_sym_RPAREN, - ACTIONS(31940), 1, + ACTIONS(31946), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1134139,25 +1134139,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12730), 1, anon_sym_RBRACK, - ACTIONS(31942), 1, + ACTIONS(31948), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [865349] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31944), 1, + ACTIONS(31950), 1, sym__interpolated_multiline_string_end, STATE(25886), 1, aux_sym_interpolated_string_repeat2, [865362] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31944), 1, + ACTIONS(31950), 1, sym__interpolated_string_end, STATE(25887), 1, aux_sym_interpolated_string_repeat1, @@ -1134173,9 +1134173,9 @@ static const uint16_t ts_small_parse_table[] = { [865388] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31946), 1, + ACTIONS(31952), 1, anon_sym_COMMA, - ACTIONS(31948), 1, + ACTIONS(31954), 1, anon_sym_RPAREN, STATE(27205), 1, aux_sym_tuple_type_repeat1, @@ -1134193,16 +1134193,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12758), 1, anon_sym_RBRACK, - ACTIONS(31950), 1, + ACTIONS(31956), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [865427] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31952), 1, + ACTIONS(31958), 1, anon_sym_COMMA, - ACTIONS(31954), 1, + ACTIONS(31960), 1, anon_sym_RBRACK, STATE(25938), 1, aux_sym_tuple_type_repeat1, @@ -1134217,18 +1134217,18 @@ static const uint16_t ts_small_parse_table[] = { [865451] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31956), 1, + ACTIONS(31962), 1, anon_sym_COMMA, - ACTIONS(31958), 1, + ACTIONS(31964), 1, anon_sym_RPAREN, STATE(26654), 1, aux_sym_tuple_type_repeat1, [865464] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31960), 1, + ACTIONS(31966), 1, anon_sym_COMMA, - ACTIONS(31962), 1, + ACTIONS(31968), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, @@ -1134237,34 +1134237,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13179), 1, anon_sym_RPAREN, - ACTIONS(31964), 1, + ACTIONS(31970), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [865490] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24095), 1, + ACTIONS(24101), 1, anon_sym_RPAREN, - ACTIONS(31966), 1, + ACTIONS(31972), 1, anon_sym_COMMA, STATE(25994), 1, aux_sym_parameters_repeat1, [865503] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31968), 1, + ACTIONS(31974), 1, anon_sym_COMMA, - ACTIONS(31970), 1, + ACTIONS(31976), 1, anon_sym_RBRACK, STATE(25971), 1, aux_sym_tuple_type_repeat1, [865516] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23789), 1, + ACTIONS(23795), 1, anon_sym_LBRACE, - ACTIONS(23791), 1, + ACTIONS(23797), 1, anon_sym_EQ, STATE(21675), 1, sym_block, @@ -1134273,16 +1134273,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5745), 1, anon_sym_RPAREN, - ACTIONS(31972), 1, + ACTIONS(31978), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [865542] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31974), 1, + ACTIONS(31980), 1, anon_sym_COMMA, - ACTIONS(31976), 1, + ACTIONS(31982), 1, anon_sym_RPAREN, STATE(27036), 1, aux_sym_tuple_type_repeat1, @@ -1134291,7 +1134291,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13183), 1, anon_sym_RBRACK, - ACTIONS(31978), 1, + ACTIONS(31984), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1134300,16 +1134300,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12550), 1, anon_sym_RPAREN, - ACTIONS(31980), 1, + ACTIONS(31986), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [865581] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24095), 1, + ACTIONS(24101), 1, anon_sym_RPAREN, - ACTIONS(31966), 1, + ACTIONS(31972), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, @@ -1134326,7 +1134326,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6043), 1, anon_sym_RPAREN, - ACTIONS(31982), 1, + ACTIONS(31988), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1134335,7 +1134335,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(23869), 1, + ACTIONS(23875), 1, anon_sym_EQ, STATE(8080), 1, sym_block, @@ -1134344,16 +1134344,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(24790), 1, + ACTIONS(24796), 1, anon_sym_EQ, STATE(8283), 1, sym_block, [865644] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31860), 1, + ACTIONS(31866), 1, sym__interpolated_string_end, STATE(25935), 1, aux_sym_interpolated_string_repeat1, @@ -1134362,43 +1134362,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5741), 1, anon_sym_RPAREN, - ACTIONS(31984), 1, + ACTIONS(31990), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [865670] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31986), 1, + ACTIONS(31992), 1, anon_sym_COMMA, - ACTIONS(31988), 1, + ACTIONS(31994), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [865683] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31990), 1, + ACTIONS(31996), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, [865696] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(31990), 1, + ACTIONS(31996), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [865709] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31992), 1, + ACTIONS(31998), 1, anon_sym_COMMA, - ACTIONS(31994), 1, + ACTIONS(32000), 1, anon_sym_RBRACK, STATE(25951), 1, aux_sym_tuple_type_repeat1, @@ -1134407,7 +1134407,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12724), 1, anon_sym_RBRACK, - ACTIONS(31996), 1, + ACTIONS(32002), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1134416,7 +1134416,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13599), 1, anon_sym_RPAREN, - ACTIONS(31998), 1, + ACTIONS(32004), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1134425,7 +1134425,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12084), 1, anon_sym_RBRACK, - ACTIONS(32000), 1, + ACTIONS(32006), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1134434,7 +1134434,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5407), 1, anon_sym_RPAREN, - ACTIONS(32002), 1, + ACTIONS(32008), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1134443,7 +1134443,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13768), 1, anon_sym_RPAREN, - ACTIONS(32004), 1, + ACTIONS(32010), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1134452,7 +1134452,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17436), 1, anon_sym_RPAREN, - ACTIONS(32006), 1, + ACTIONS(32012), 1, anon_sym_COMMA, STATE(26004), 1, aux_sym_class_parameters_repeat1, @@ -1134461,7 +1134461,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6307), 1, anon_sym_RPAREN, - ACTIONS(32008), 1, + ACTIONS(32014), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1134470,34 +1134470,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17436), 1, anon_sym_RPAREN, - ACTIONS(32006), 1, + ACTIONS(32012), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, [865826] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(32010), 1, + ACTIONS(32016), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [865839] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32012), 1, + ACTIONS(32018), 1, anon_sym_COMMA, - ACTIONS(32014), 1, + ACTIONS(32020), 1, anon_sym_RPAREN, STATE(26031), 1, aux_sym_tuple_type_repeat1, [865852] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(32010), 1, + ACTIONS(32016), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, @@ -1134506,16 +1134506,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6135), 1, anon_sym_RPAREN, - ACTIONS(32016), 1, + ACTIONS(32022), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [865878] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30093), 1, + ACTIONS(30099), 1, anon_sym_RBRACE, - ACTIONS(30095), 1, + ACTIONS(30101), 1, anon_sym_COMMA, STATE(26005), 1, aux_sym_namespace_selectors_repeat1, @@ -1134524,16 +1134524,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12856), 1, anon_sym_RBRACK, - ACTIONS(32018), 1, + ACTIONS(32024), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [865904] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23789), 1, + ACTIONS(23795), 1, anon_sym_LBRACE, - ACTIONS(23802), 1, + ACTIONS(23808), 1, anon_sym_EQ, STATE(21452), 1, sym_block, @@ -1134542,33 +1134542,33 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(24786), 1, + ACTIONS(24792), 1, anon_sym_EQ, STATE(8080), 1, sym_block, [865930] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32020), 1, + ACTIONS(32026), 1, anon_sym_COMMA, - ACTIONS(32022), 1, + ACTIONS(32028), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, [865943] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(32026), 1, + ACTIONS(32032), 1, anon_sym_EQ, - ACTIONS(32024), 2, + ACTIONS(32030), 2, anon_sym_COMMA, anon_sym_RPAREN, [865954] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32028), 1, + ACTIONS(32034), 1, anon_sym_COMMA, - ACTIONS(32030), 1, + ACTIONS(32036), 1, anon_sym_RBRACK, STATE(25914), 1, aux_sym_tuple_type_repeat1, @@ -1134585,25 +1134585,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12942), 1, anon_sym_RPAREN, - ACTIONS(32032), 1, + ACTIONS(32038), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [865991] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32034), 1, + ACTIONS(32040), 1, anon_sym_COMMA, - ACTIONS(32036), 1, + ACTIONS(32042), 1, anon_sym_RPAREN, STATE(26061), 1, aux_sym_tuple_type_repeat1, [866004] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32038), 1, + ACTIONS(32044), 1, anon_sym_COMMA, - ACTIONS(32040), 1, + ACTIONS(32046), 1, anon_sym_RPAREN, STATE(26733), 1, aux_sym_tuple_type_repeat1, @@ -1134612,7 +1134612,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12650), 1, anon_sym_RPAREN, - ACTIONS(32042), 1, + ACTIONS(32048), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1134629,7 +1134629,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5571), 1, anon_sym_RPAREN, - ACTIONS(32044), 1, + ACTIONS(32050), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1134638,7 +1134638,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12460), 1, anon_sym_RBRACK, - ACTIONS(32046), 1, + ACTIONS(32052), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1134647,7 +1134647,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6047), 1, anon_sym_RPAREN, - ACTIONS(32048), 1, + ACTIONS(32054), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1134672,16 +1134672,16 @@ static const uint16_t ts_small_parse_table[] = { [866106] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32050), 1, + ACTIONS(32056), 1, anon_sym_COMMA, - ACTIONS(32052), 1, + ACTIONS(32058), 1, anon_sym_RBRACK, STATE(25925), 1, aux_sym_tuple_type_repeat1, [866119] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, STATE(25126), 2, sym_case_clause, @@ -1134691,7 +1134691,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12896), 1, anon_sym_RPAREN, - ACTIONS(32054), 1, + ACTIONS(32060), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1134700,7 +1134700,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13209), 1, anon_sym_RBRACK, - ACTIONS(32056), 1, + ACTIONS(32062), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1134709,25 +1134709,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12610), 1, anon_sym_RPAREN, - ACTIONS(32058), 1, + ACTIONS(32064), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [866169] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32060), 1, + ACTIONS(32066), 1, anon_sym_COMMA, - ACTIONS(32062), 1, + ACTIONS(32068), 1, anon_sym_RBRACK, STATE(25940), 1, aux_sym_tuple_type_repeat1, [866182] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32064), 1, + ACTIONS(32070), 1, anon_sym_COMMA, - ACTIONS(32066), 1, + ACTIONS(32072), 1, anon_sym_RPAREN, STATE(25733), 1, aux_sym_tuple_type_repeat1, @@ -1134736,43 +1134736,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13397), 1, anon_sym_RPAREN, - ACTIONS(32068), 1, + ACTIONS(32074), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [866208] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32070), 1, + ACTIONS(32076), 1, anon_sym_COMMA, - ACTIONS(32072), 1, + ACTIONS(32078), 1, anon_sym_RBRACK, STATE(25883), 1, aux_sym_tuple_type_repeat1, [866221] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32074), 1, + ACTIONS(32080), 1, anon_sym_COMMA, - ACTIONS(32076), 1, + ACTIONS(32082), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [866234] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(32078), 1, + ACTIONS(32084), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, [866247] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(31916), 1, + ACTIONS(31922), 1, sym__interpolated_string_end, STATE(25948), 1, aux_sym_interpolated_string_repeat1, @@ -1134781,61 +1134781,61 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(24778), 1, + ACTIONS(24784), 1, anon_sym_EQ, STATE(7826), 1, sym_block, [866273] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32080), 1, + ACTIONS(32086), 1, anon_sym_COMMA, - ACTIONS(32082), 1, + ACTIONS(32088), 1, anon_sym_RBRACK, STATE(25954), 1, aux_sym_type_parameters_repeat1, [866286] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32084), 1, + ACTIONS(32090), 1, anon_sym_COMMA, - ACTIONS(32086), 1, + ACTIONS(32092), 1, anon_sym_RBRACK, STATE(26218), 1, aux_sym_tuple_type_repeat1, [866299] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32088), 1, + ACTIONS(32094), 1, anon_sym_COMMA, - ACTIONS(32090), 1, + ACTIONS(32096), 1, anon_sym_RBRACK, STATE(25899), 1, aux_sym_tuple_type_repeat1, [866312] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32092), 1, + ACTIONS(32098), 1, anon_sym_COMMA, - ACTIONS(32094), 1, + ACTIONS(32100), 1, anon_sym_RBRACK, STATE(25992), 1, aux_sym_tuple_type_repeat1, [866325] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(32096), 1, + ACTIONS(32102), 1, anon_sym_match, STATE(18473), 1, sym_type_arguments, [866338] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32098), 1, + ACTIONS(32104), 1, anon_sym_COMMA, - ACTIONS(32100), 1, + ACTIONS(32106), 1, anon_sym_RBRACK, STATE(25438), 1, aux_sym_tuple_type_repeat1, @@ -1134851,27 +1134851,27 @@ static const uint16_t ts_small_parse_table[] = { [866364] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32102), 1, + ACTIONS(32108), 1, anon_sym_COMMA, - ACTIONS(32104), 1, + ACTIONS(32110), 1, anon_sym_RPAREN, STATE(26305), 1, aux_sym_tuple_type_repeat1, [866377] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32106), 1, + ACTIONS(32112), 1, anon_sym_COMMA, - ACTIONS(32108), 1, + ACTIONS(32114), 1, anon_sym_RPAREN, STATE(27180), 1, aux_sym_tuple_type_repeat1, [866390] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(32112), 1, + ACTIONS(32118), 1, anon_sym_EQ, - ACTIONS(32110), 2, + ACTIONS(32116), 2, anon_sym_COMMA, anon_sym_RPAREN, [866401] = 4, @@ -1134879,7 +1134879,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6191), 1, anon_sym_RPAREN, - ACTIONS(32114), 1, + ACTIONS(32120), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1134888,7 +1134888,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12950), 1, anon_sym_RBRACK, - ACTIONS(32116), 1, + ACTIONS(32122), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1134903,9 +1134903,9 @@ static const uint16_t ts_small_parse_table[] = { [866438] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24278), 1, + ACTIONS(24284), 1, anon_sym_RPAREN, - ACTIONS(32118), 1, + ACTIONS(32124), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, @@ -1134914,16 +1134914,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(23849), 1, + ACTIONS(23855), 1, anon_sym_EQ, STATE(8283), 1, sym_block, [866464] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24930), 1, + ACTIONS(24936), 1, anon_sym_LBRACE, - ACTIONS(24938), 1, + ACTIONS(24944), 1, anon_sym_EQ, STATE(22503), 1, sym_block, @@ -1134932,7 +1134932,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15399), 1, anon_sym_RPAREN, - ACTIONS(32120), 1, + ACTIONS(32126), 1, anon_sym_COMMA, STATE(26382), 1, aux_sym_case_class_pattern_repeat1, @@ -1134941,16 +1134941,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13229), 1, anon_sym_RBRACK, - ACTIONS(32122), 1, + ACTIONS(32128), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [866503] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32124), 1, + ACTIONS(32130), 1, anon_sym_COMMA, - ACTIONS(32126), 1, + ACTIONS(32132), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1134959,7 +1134959,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(32128), 1, + ACTIONS(32134), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1134968,7 +1134968,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(32130), 1, + ACTIONS(32136), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1134977,7 +1134977,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12498), 1, anon_sym_RPAREN, - ACTIONS(32132), 1, + ACTIONS(32138), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1134986,7 +1134986,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(32134), 1, + ACTIONS(32140), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1134995,7 +1134995,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17375), 1, anon_sym_RPAREN, - ACTIONS(32136), 1, + ACTIONS(32142), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, @@ -1135004,7 +1135004,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(23685), 1, anon_sym_RBRACE, - ACTIONS(32138), 1, + ACTIONS(32144), 1, anon_sym_COMMA, STATE(26074), 1, aux_sym_namespace_selectors_repeat1, @@ -1135021,24 +1135021,24 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(32140), 1, + ACTIONS(32146), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, [866618] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(32142), 1, + ACTIONS(32148), 1, anon_sym_COLON, - ACTIONS(32144), 2, + ACTIONS(32150), 2, anon_sym_COMMA, anon_sym_RPAREN, [866629] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32146), 1, + ACTIONS(32152), 1, anon_sym_COMMA, - ACTIONS(32148), 1, + ACTIONS(32154), 1, anon_sym_RPAREN, STATE(26439), 1, aux_sym_tuple_type_repeat1, @@ -1135065,7 +1135065,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12238), 1, anon_sym_RBRACK, - ACTIONS(32150), 1, + ACTIONS(32156), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1135080,9 +1135080,9 @@ static const uint16_t ts_small_parse_table[] = { [866692] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32152), 1, + ACTIONS(32158), 1, anon_sym_COMMA, - ACTIONS(32154), 1, + ACTIONS(32160), 1, anon_sym_RPAREN, STATE(25904), 1, aux_sym_tuple_type_repeat1, @@ -1135091,7 +1135091,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5549), 1, anon_sym_RPAREN, - ACTIONS(32156), 1, + ACTIONS(32162), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1135100,7 +1135100,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13203), 1, anon_sym_RBRACK, - ACTIONS(32158), 1, + ACTIONS(32164), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1135109,23 +1135109,23 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12656), 1, anon_sym_RBRACK, - ACTIONS(32160), 1, + ACTIONS(32166), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [866744] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(31724), 3, + ACTIONS(31730), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, [866753] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(32078), 1, + ACTIONS(32084), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, @@ -1135134,42 +1135134,42 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(25232), 1, + ACTIONS(25238), 1, anon_sym_EQ, STATE(7348), 1, sym_block, [866779] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32162), 1, + ACTIONS(32168), 1, anon_sym_COMMA, - ACTIONS(32164), 1, + ACTIONS(32170), 1, anon_sym_RBRACK, STATE(26030), 1, aux_sym_tuple_type_repeat1, [866792] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(32168), 1, + ACTIONS(32174), 1, anon_sym_EQ, - ACTIONS(32166), 2, + ACTIONS(32172), 2, anon_sym_COMMA, anon_sym_RPAREN, [866803] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24930), 1, + ACTIONS(24936), 1, anon_sym_LBRACE, - ACTIONS(24981), 1, + ACTIONS(24987), 1, anon_sym_EQ, STATE(22449), 1, sym_block, [866816] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32170), 1, + ACTIONS(32176), 1, anon_sym_COMMA, - ACTIONS(32172), 1, + ACTIONS(32178), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, @@ -1135178,7 +1135178,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13838), 1, anon_sym_RPAREN, - ACTIONS(32174), 1, + ACTIONS(32180), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1135187,7 +1135187,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5103), 1, anon_sym_RPAREN, - ACTIONS(32176), 1, + ACTIONS(32182), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1135196,7 +1135196,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5685), 1, anon_sym_RPAREN, - ACTIONS(32178), 1, + ACTIONS(32184), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1135205,7 +1135205,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13277), 1, anon_sym_RPAREN, - ACTIONS(32180), 1, + ACTIONS(32186), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1135214,7 +1135214,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5681), 1, anon_sym_RPAREN, - ACTIONS(32182), 1, + ACTIONS(32188), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1135223,7 +1135223,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12624), 1, anon_sym_RBRACK, - ACTIONS(32184), 1, + ACTIONS(32190), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1135232,7 +1135232,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13207), 1, anon_sym_RPAREN, - ACTIONS(32186), 1, + ACTIONS(32192), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1135248,18 +1135248,18 @@ static const uint16_t ts_small_parse_table[] = { [866933] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32188), 1, + ACTIONS(32194), 1, anon_sym_COMMA, - ACTIONS(32190), 1, + ACTIONS(32196), 1, anon_sym_RBRACK, STATE(26042), 1, aux_sym_tuple_type_repeat1, [866946] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32192), 1, + ACTIONS(32198), 1, anon_sym_COMMA, - ACTIONS(32194), 1, + ACTIONS(32200), 1, anon_sym_RBRACK, STATE(26120), 1, aux_sym_tuple_type_repeat1, @@ -1135268,33 +1135268,33 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13401), 1, anon_sym_RPAREN, - ACTIONS(32196), 1, + ACTIONS(32202), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [866972] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(32200), 1, + ACTIONS(32206), 1, anon_sym_EQ, - ACTIONS(32198), 2, + ACTIONS(32204), 2, anon_sym_COMMA, anon_sym_RPAREN, [866983] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32202), 1, + ACTIONS(32208), 1, anon_sym_COMMA, - ACTIONS(32204), 1, + ACTIONS(32210), 1, anon_sym_RBRACK, STATE(26012), 1, aux_sym_tuple_type_repeat1, [866996] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32206), 1, + ACTIONS(32212), 1, anon_sym_COMMA, - ACTIONS(32208), 1, + ACTIONS(32214), 1, anon_sym_RBRACK, STATE(26017), 1, aux_sym_tuple_type_repeat1, @@ -1135303,7 +1135303,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12892), 1, anon_sym_RPAREN, - ACTIONS(32210), 1, + ACTIONS(32216), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1135312,7 +1135312,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12704), 1, anon_sym_RPAREN, - ACTIONS(32212), 1, + ACTIONS(32218), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1135321,7 +1135321,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6305), 1, anon_sym_RPAREN, - ACTIONS(32214), 1, + ACTIONS(32220), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1135330,16 +1135330,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13181), 1, anon_sym_RBRACK, - ACTIONS(32216), 1, + ACTIONS(32222), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [867061] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(32218), 1, + ACTIONS(32224), 1, sym__interpolated_multiline_string_end, STATE(26019), 1, aux_sym_interpolated_string_repeat2, @@ -1135348,42 +1135348,42 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6061), 1, anon_sym_RPAREN, - ACTIONS(32220), 1, + ACTIONS(32226), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [867087] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32222), 1, + ACTIONS(32228), 1, anon_sym_COMMA, - ACTIONS(32224), 1, + ACTIONS(32230), 1, anon_sym_RPAREN, STATE(25972), 1, aux_sym_tuple_type_repeat1, [867100] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30440), 1, + ACTIONS(30446), 1, anon_sym_EQ, - ACTIONS(30438), 2, + ACTIONS(30444), 2, anon_sym_COMMA, anon_sym_RPAREN, [867111] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32226), 1, + ACTIONS(32232), 1, anon_sym_COMMA, - ACTIONS(32228), 1, + ACTIONS(32234), 1, anon_sym_RBRACK, STATE(26016), 1, aux_sym_tuple_type_repeat1, [867124] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(32218), 1, + ACTIONS(32224), 1, sym__interpolated_string_end, STATE(25978), 1, aux_sym_interpolated_string_repeat1, @@ -1135398,18 +1135398,18 @@ static const uint16_t ts_small_parse_table[] = { [867148] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24930), 1, + ACTIONS(24936), 1, anon_sym_LBRACE, - ACTIONS(25097), 1, + ACTIONS(25103), 1, anon_sym_EQ, STATE(22365), 1, sym_block, [867161] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32230), 1, + ACTIONS(32236), 1, anon_sym_COMMA, - ACTIONS(32232), 1, + ACTIONS(32238), 1, anon_sym_RPAREN, STATE(26829), 1, aux_sym_tuple_type_repeat1, @@ -1135418,7 +1135418,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6065), 1, anon_sym_RPAREN, - ACTIONS(32234), 1, + ACTIONS(32240), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1135427,41 +1135427,41 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13383), 1, anon_sym_RPAREN, - ACTIONS(32236), 1, + ACTIONS(32242), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [867200] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32238), 1, + ACTIONS(32244), 1, anon_sym_COMMA, - ACTIONS(32240), 1, + ACTIONS(32246), 1, anon_sym_RBRACK, STATE(26024), 1, aux_sym_type_parameters_repeat1, [867213] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32242), 1, + ACTIONS(32248), 1, anon_sym_COMMA, - ACTIONS(32244), 1, + ACTIONS(32250), 1, anon_sym_RPAREN, STATE(26371), 1, aux_sym_tuple_type_repeat1, [867226] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32246), 1, + ACTIONS(32252), 1, anon_sym_COMMA, - ACTIONS(32248), 1, + ACTIONS(32254), 1, anon_sym_RBRACK, STATE(26060), 1, aux_sym_tuple_type_repeat1, [867239] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, STATE(25389), 2, sym_case_clause, @@ -1135471,7 +1135471,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(20831), 1, anon_sym_COMMA, - ACTIONS(32250), 1, + ACTIONS(32256), 1, anon_sym_RPAREN, STATE(26382), 1, aux_sym_case_class_pattern_repeat1, @@ -1135480,7 +1135480,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6371), 1, anon_sym_RPAREN, - ACTIONS(32252), 1, + ACTIONS(32258), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1135489,7 +1135489,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13289), 1, anon_sym_RBRACK, - ACTIONS(32254), 1, + ACTIONS(32260), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1135498,16 +1135498,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12672), 1, anon_sym_RPAREN, - ACTIONS(32256), 1, + ACTIONS(32262), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [867302] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32258), 1, + ACTIONS(32264), 1, anon_sym_COMMA, - ACTIONS(32260), 1, + ACTIONS(32266), 1, anon_sym_RPAREN, STATE(27314), 1, aux_sym_tuple_type_repeat1, @@ -1135532,61 +1135532,61 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12566), 1, anon_sym_RPAREN, - ACTIONS(32262), 1, + ACTIONS(32268), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [867350] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32264), 1, + ACTIONS(32270), 1, anon_sym_COMMA, - ACTIONS(32266), 1, + ACTIONS(32272), 1, anon_sym_RPAREN, STATE(26904), 1, aux_sym_tuple_type_repeat1, [867363] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32268), 1, + ACTIONS(32274), 1, anon_sym_COMMA, - ACTIONS(32270), 1, + ACTIONS(32276), 1, anon_sym_RPAREN, STATE(26087), 1, aux_sym_tuple_type_repeat1, [867376] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32272), 1, + ACTIONS(32278), 1, anon_sym_COMMA, - ACTIONS(32274), 1, + ACTIONS(32280), 1, anon_sym_RPAREN, STATE(27150), 1, aux_sym_tuple_type_repeat1, [867389] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32276), 1, + ACTIONS(32282), 1, anon_sym_COMMA, - ACTIONS(32278), 1, + ACTIONS(32284), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, [867402] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32280), 1, + ACTIONS(32286), 1, anon_sym_COMMA, - ACTIONS(32282), 1, + ACTIONS(32288), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [867415] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24846), 1, + ACTIONS(24852), 1, anon_sym_RPAREN, - ACTIONS(32284), 1, + ACTIONS(32290), 1, anon_sym_COMMA, STATE(26285), 1, aux_sym_parameters_repeat1, @@ -1135595,43 +1135595,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13631), 1, anon_sym_RPAREN, - ACTIONS(32286), 1, + ACTIONS(32292), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [867441] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32288), 1, + ACTIONS(32294), 1, anon_sym_COMMA, - ACTIONS(32290), 1, + ACTIONS(32296), 1, anon_sym_RBRACK, STATE(26079), 1, aux_sym_tuple_type_repeat1, [867454] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(30452), 1, + ACTIONS(30458), 1, anon_sym_RBRACE, - ACTIONS(32292), 1, + ACTIONS(32298), 1, anon_sym_COMMA, STATE(26074), 1, aux_sym_namespace_selectors_repeat1, [867467] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24846), 1, + ACTIONS(24852), 1, anon_sym_RPAREN, - ACTIONS(32284), 1, + ACTIONS(32290), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, [867480] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32295), 1, + ACTIONS(32301), 1, anon_sym_COMMA, - ACTIONS(32297), 1, + ACTIONS(32303), 1, anon_sym_RPAREN, STATE(26643), 1, aux_sym_tuple_type_repeat1, @@ -1135640,7 +1135640,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13641), 1, anon_sym_RPAREN, - ACTIONS(32299), 1, + ACTIONS(32305), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1135649,7 +1135649,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12380), 1, anon_sym_RBRACK, - ACTIONS(32301), 1, + ACTIONS(32307), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1135658,7 +1135658,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13375), 1, anon_sym_RBRACK, - ACTIONS(32303), 1, + ACTIONS(32309), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1135667,16 +1135667,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5667), 1, anon_sym_RPAREN, - ACTIONS(32305), 1, + ACTIONS(32311), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [867545] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23961), 1, + ACTIONS(23967), 1, anon_sym_LBRACE, - ACTIONS(24901), 1, + ACTIONS(24907), 1, anon_sym_EQ, STATE(21970), 1, sym_block, @@ -1135685,34 +1135685,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12608), 1, anon_sym_RBRACK, - ACTIONS(32307), 1, + ACTIONS(32313), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [867571] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32309), 1, + ACTIONS(32315), 1, anon_sym_COMMA, - ACTIONS(32311), 1, + ACTIONS(32317), 1, anon_sym_RBRACK, STATE(26089), 1, aux_sym_tuple_type_repeat1, [867584] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(32313), 1, + ACTIONS(32319), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [867597] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(32313), 1, + ACTIONS(32319), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, @@ -1135721,7 +1135721,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5659), 1, anon_sym_RPAREN, - ACTIONS(32315), 1, + ACTIONS(32321), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1135730,7 +1135730,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13231), 1, anon_sym_RPAREN, - ACTIONS(32317), 1, + ACTIONS(32323), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1135739,7 +1135739,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5647), 1, anon_sym_RPAREN, - ACTIONS(32319), 1, + ACTIONS(32325), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1135748,7 +1135748,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12594), 1, anon_sym_RBRACK, - ACTIONS(32321), 1, + ACTIONS(32327), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1135763,18 +1135763,18 @@ static const uint16_t ts_small_parse_table[] = { [867673] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32323), 1, + ACTIONS(32329), 1, anon_sym_COMMA, - ACTIONS(32325), 1, + ACTIONS(32331), 1, anon_sym_RBRACK, STATE(26082), 1, aux_sym_tuple_type_repeat1, [867686] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32327), 1, + ACTIONS(32333), 1, anon_sym_COMMA, - ACTIONS(32329), 1, + ACTIONS(32335), 1, anon_sym_RPAREN, STATE(26930), 1, aux_sym_tuple_type_repeat1, @@ -1135783,23 +1135783,23 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(25230), 1, + ACTIONS(25236), 1, anon_sym_EQ, STATE(7435), 1, sym_block, [867712] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32331), 1, + ACTIONS(32337), 1, anon_sym_COMMA, - ACTIONS(32333), 1, + ACTIONS(32339), 1, anon_sym_RBRACK, STATE(26122), 1, aux_sym_tuple_type_repeat1, [867725] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(31732), 3, + ACTIONS(31738), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, @@ -1135808,16 +1135808,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13850), 1, anon_sym_RPAREN, - ACTIONS(32335), 1, + ACTIONS(32341), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [867747] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32337), 1, + ACTIONS(32343), 1, anon_sym_COMMA, - ACTIONS(32339), 1, + ACTIONS(32345), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, @@ -1135826,7 +1135826,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6081), 1, anon_sym_RPAREN, - ACTIONS(32341), 1, + ACTIONS(32347), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1135835,33 +1135835,33 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12826), 1, anon_sym_RPAREN, - ACTIONS(32343), 1, + ACTIONS(32349), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [867786] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32345), 1, + ACTIONS(32351), 1, anon_sym_COMMA, - ACTIONS(32347), 1, + ACTIONS(32353), 1, anon_sym_RBRACK, STATE(26107), 1, aux_sym_tuple_type_repeat1, [867799] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(32351), 1, + ACTIONS(32357), 1, anon_sym_EQ, - ACTIONS(32349), 2, + ACTIONS(32355), 2, anon_sym_COMMA, anon_sym_RPAREN, [867810] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25899), 1, + ACTIONS(25905), 1, anon_sym_COLON, - ACTIONS(25901), 1, + ACTIONS(25907), 1, anon_sym_LBRACE, STATE(22253), 1, sym_enum_body, @@ -1135870,16 +1135870,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17414), 1, anon_sym_RPAREN, - ACTIONS(32353), 1, + ACTIONS(32359), 1, anon_sym_COMMA, STATE(25646), 1, aux_sym_class_parameters_repeat1, [867836] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32355), 1, + ACTIONS(32361), 1, anon_sym_COMMA, - ACTIONS(32357), 1, + ACTIONS(32363), 1, anon_sym_RBRACK, STATE(25998), 1, aux_sym_tuple_type_repeat1, @@ -1135888,7 +1135888,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(24059), 1, + ACTIONS(24065), 1, anon_sym_LBRACK, STATE(17056), 1, sym_type_arguments, @@ -1135897,7 +1135897,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6471), 1, anon_sym_RPAREN, - ACTIONS(32359), 1, + ACTIONS(32365), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1135906,16 +1135906,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13417), 1, anon_sym_RBRACK, - ACTIONS(32361), 1, + ACTIONS(32367), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [867888] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32363), 1, + ACTIONS(32369), 1, anon_sym_COMMA, - ACTIONS(32365), 1, + ACTIONS(32371), 1, anon_sym_RBRACK, STATE(26078), 1, aux_sym_tuple_type_repeat1, @@ -1135924,7 +1135924,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5651), 1, anon_sym_RPAREN, - ACTIONS(32367), 1, + ACTIONS(32373), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1135933,16 +1135933,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12648), 1, anon_sym_RPAREN, - ACTIONS(32369), 1, + ACTIONS(32375), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [867927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(32373), 1, + ACTIONS(32379), 1, anon_sym_EQ, - ACTIONS(32371), 2, + ACTIONS(32377), 2, anon_sym_COMMA, anon_sym_RPAREN, [867938] = 3, @@ -1135956,27 +1135956,27 @@ static const uint16_t ts_small_parse_table[] = { [867949] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(32375), 1, + ACTIONS(32381), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, [867962] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(32377), 1, + ACTIONS(32383), 1, sym__interpolated_multiline_string_end, STATE(26084), 1, aux_sym_interpolated_string_repeat2, [867975] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(32377), 1, + ACTIONS(32383), 1, sym__interpolated_string_end, STATE(26085), 1, aux_sym_interpolated_string_repeat1, @@ -1135985,34 +1135985,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(25228), 1, + ACTIONS(25234), 1, anon_sym_EQ, STATE(7546), 1, sym_block, [868001] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(32375), 1, + ACTIONS(32381), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [868014] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32379), 1, + ACTIONS(32385), 1, anon_sym_COMMA, - ACTIONS(32381), 1, + ACTIONS(32387), 1, anon_sym_RPAREN, STATE(26969), 1, aux_sym_tuple_type_repeat1, [868027] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32383), 1, + ACTIONS(32389), 1, anon_sym_COMMA, - ACTIONS(32385), 1, + ACTIONS(32391), 1, anon_sym_RBRACK, STATE(26097), 1, aux_sym_type_parameters_repeat1, @@ -1136021,7 +1136021,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13215), 1, anon_sym_RBRACK, - ACTIONS(32387), 1, + ACTIONS(32393), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1136030,7 +1136030,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17383), 1, anon_sym_RPAREN, - ACTIONS(32389), 1, + ACTIONS(32395), 1, anon_sym_COMMA, STATE(26307), 1, aux_sym_class_parameters_repeat1, @@ -1136039,7 +1136039,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13245), 1, anon_sym_RBRACK, - ACTIONS(32391), 1, + ACTIONS(32397), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1136048,7 +1136048,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13519), 1, anon_sym_RBRACK, - ACTIONS(32393), 1, + ACTIONS(32399), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1136057,43 +1136057,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12764), 1, anon_sym_RPAREN, - ACTIONS(32395), 1, + ACTIONS(32401), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [868105] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32397), 1, + ACTIONS(32403), 1, anon_sym_COMMA, - ACTIONS(32399), 1, + ACTIONS(32405), 1, anon_sym_RBRACK, STATE(26131), 1, aux_sym_tuple_type_repeat1, [868118] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23764), 1, + ACTIONS(23770), 1, anon_sym_RBRACE, - ACTIONS(32401), 1, + ACTIONS(32407), 1, anon_sym_COMMA, STATE(26074), 1, aux_sym_namespace_selectors_repeat1, [868131] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32403), 1, + ACTIONS(32409), 1, anon_sym_COMMA, - ACTIONS(32405), 1, + ACTIONS(32411), 1, anon_sym_RPAREN, STATE(26618), 1, aux_sym_tuple_type_repeat1, [868144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30474), 1, + ACTIONS(30480), 1, anon_sym_EQ, - ACTIONS(30472), 2, + ACTIONS(30478), 2, anon_sym_COMMA, anon_sym_RPAREN, [868155] = 3, @@ -1136109,7 +1136109,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6537), 1, anon_sym_RPAREN, - ACTIONS(32407), 1, + ACTIONS(32413), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1136118,16 +1136118,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13453), 1, anon_sym_RBRACK, - ACTIONS(32409), 1, + ACTIONS(32415), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [868192] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32411), 1, + ACTIONS(32417), 1, anon_sym_COMMA, - ACTIONS(32413), 1, + ACTIONS(32419), 1, anon_sym_RPAREN, STATE(26524), 1, aux_sym_tuple_type_repeat1, @@ -1136161,7 +1136161,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12688), 1, anon_sym_RPAREN, - ACTIONS(32415), 1, + ACTIONS(32421), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1136170,7 +1136170,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17383), 1, anon_sym_RPAREN, - ACTIONS(32389), 1, + ACTIONS(32395), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, @@ -1136179,23 +1136179,23 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12606), 1, anon_sym_RBRACK, - ACTIONS(32417), 1, + ACTIONS(32423), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [868279] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32419), 1, + ACTIONS(32425), 1, anon_sym_COMMA, - ACTIONS(32421), 1, + ACTIONS(32427), 1, anon_sym_RPAREN, STATE(25549), 1, aux_sym_tuple_type_repeat1, [868292] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, STATE(25059), 2, sym_case_clause, @@ -1136203,27 +1136203,27 @@ static const uint16_t ts_small_parse_table[] = { [868303] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32423), 1, + ACTIONS(32429), 1, anon_sym_COMMA, - ACTIONS(32425), 1, + ACTIONS(32431), 1, anon_sym_RBRACK, STATE(26147), 1, aux_sym_tuple_type_repeat1, [868316] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32427), 1, + ACTIONS(32433), 1, anon_sym_COMMA, - ACTIONS(32429), 1, + ACTIONS(32435), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [868329] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32431), 1, + ACTIONS(32437), 1, anon_sym_COMMA, - ACTIONS(32433), 1, + ACTIONS(32439), 1, anon_sym_RPAREN, STATE(25479), 1, aux_sym_tuple_type_repeat1, @@ -1136232,16 +1136232,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6117), 1, anon_sym_RPAREN, - ACTIONS(32435), 1, + ACTIONS(32441), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [868355] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(32437), 1, + ACTIONS(32443), 1, sym__interpolated_multiline_string_end, STATE(25720), 1, aux_sym_interpolated_string_repeat2, @@ -1136250,7 +1136250,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13253), 1, anon_sym_RBRACK, - ACTIONS(32439), 1, + ACTIONS(32445), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1136259,25 +1136259,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13255), 1, anon_sym_RBRACK, - ACTIONS(32441), 1, + ACTIONS(32447), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [868394] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32443), 1, + ACTIONS(32449), 1, anon_sym_COMMA, - ACTIONS(32445), 1, + ACTIONS(32451), 1, anon_sym_RBRACK, STATE(26175), 1, aux_sym_tuple_type_repeat1, [868407] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25783), 1, + ACTIONS(25789), 1, anon_sym_COLON, - ACTIONS(25785), 1, + ACTIONS(25791), 1, anon_sym_LBRACE, STATE(21556), 1, sym_enum_body, @@ -1136286,7 +1136286,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12508), 1, anon_sym_RBRACK, - ACTIONS(32447), 1, + ACTIONS(32453), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1136295,52 +1136295,52 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5753), 1, anon_sym_RPAREN, - ACTIONS(32449), 1, + ACTIONS(32455), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [868446] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32451), 1, + ACTIONS(32457), 1, anon_sym_COMMA, - ACTIONS(32454), 1, + ACTIONS(32460), 1, anon_sym_RPAREN, STATE(26152), 1, aux_sym_bindings_repeat1, [868459] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32456), 1, + ACTIONS(32462), 1, anon_sym_COMMA, - ACTIONS(32458), 1, + ACTIONS(32464), 1, anon_sym_RPAREN, STATE(27149), 1, aux_sym_tuple_type_repeat1, [868472] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(32460), 1, + ACTIONS(32466), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [868485] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(32460), 1, + ACTIONS(32466), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, [868498] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(32437), 1, + ACTIONS(32443), 1, sym__interpolated_string_end, STATE(25754), 1, aux_sym_interpolated_string_repeat1, @@ -1136349,7 +1136349,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6119), 1, anon_sym_RPAREN, - ACTIONS(32462), 1, + ACTIONS(32468), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1136358,7 +1136358,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13567), 1, anon_sym_RBRACK, - ACTIONS(32464), 1, + ACTIONS(32470), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1136374,9 +1136374,9 @@ static const uint16_t ts_small_parse_table[] = { [868550] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(32466), 1, + ACTIONS(32472), 1, anon_sym_match, STATE(18473), 1, sym_type_arguments, @@ -1136385,34 +1136385,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13593), 1, anon_sym_RPAREN, - ACTIONS(32468), 1, + ACTIONS(32474), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [868576] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32470), 1, + ACTIONS(32476), 1, anon_sym_COMMA, - ACTIONS(32472), 1, + ACTIONS(32478), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, [868589] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32474), 1, + ACTIONS(32480), 1, anon_sym_COMMA, - ACTIONS(32476), 1, + ACTIONS(32482), 1, anon_sym_RBRACK, STATE(26146), 1, aux_sym_tuple_type_repeat1, [868602] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24832), 1, + ACTIONS(24838), 1, anon_sym_RPAREN, - ACTIONS(32478), 1, + ACTIONS(32484), 1, anon_sym_COMMA, STATE(25804), 1, aux_sym_parameters_repeat1, @@ -1136421,34 +1136421,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5583), 1, anon_sym_RPAREN, - ACTIONS(32480), 1, + ACTIONS(32486), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [868628] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32482), 1, + ACTIONS(32488), 1, anon_sym_COMMA, - ACTIONS(32484), 1, + ACTIONS(32490), 1, anon_sym_RBRACK, STATE(26188), 1, aux_sym_tuple_type_repeat1, [868641] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(28195), 1, + ACTIONS(28201), 1, anon_sym_RBRACE, - ACTIONS(28197), 1, + ACTIONS(28203), 1, anon_sym_COMMA, STATE(26315), 1, aux_sym_namespace_selectors_repeat1, [868654] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32486), 1, + ACTIONS(32492), 1, anon_sym_COMMA, - ACTIONS(32488), 1, + ACTIONS(32494), 1, anon_sym_RPAREN, STATE(27245), 1, aux_sym_tuple_type_repeat1, @@ -1136457,7 +1136457,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6279), 1, anon_sym_RPAREN, - ACTIONS(32490), 1, + ACTIONS(32496), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1136473,9 +1136473,9 @@ static const uint16_t ts_small_parse_table[] = { [868693] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32492), 1, + ACTIONS(32498), 1, anon_sym_COMMA, - ACTIONS(32494), 1, + ACTIONS(32500), 1, anon_sym_RBRACK, STATE(26209), 1, aux_sym_tuple_type_repeat1, @@ -1136484,16 +1136484,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6429), 1, anon_sym_RPAREN, - ACTIONS(32496), 1, + ACTIONS(32502), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [868719] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32498), 1, + ACTIONS(32504), 1, anon_sym_COMMA, - ACTIONS(32500), 1, + ACTIONS(32506), 1, anon_sym_RBRACK, STATE(26150), 1, aux_sym_tuple_type_repeat1, @@ -1136502,7 +1136502,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(32502), 2, + ACTIONS(32508), 2, anon_sym_COMMA, anon_sym_RPAREN, [868743] = 4, @@ -1136510,16 +1136510,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12466), 1, anon_sym_RBRACK, - ACTIONS(32504), 1, + ACTIONS(32510), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [868756] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32506), 1, + ACTIONS(32512), 1, anon_sym_COMMA, - ACTIONS(32508), 1, + ACTIONS(32514), 1, anon_sym_RBRACK, STATE(26138), 1, aux_sym_tuple_type_repeat1, @@ -1136528,7 +1136528,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(32510), 1, + ACTIONS(32516), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1136543,9 +1136543,9 @@ static const uint16_t ts_small_parse_table[] = { [868793] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32512), 1, + ACTIONS(32518), 1, anon_sym_COMMA, - ACTIONS(32514), 1, + ACTIONS(32520), 1, anon_sym_RBRACK, STATE(26243), 1, aux_sym_type_parameters_repeat1, @@ -1136554,7 +1136554,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12588), 1, anon_sym_RPAREN, - ACTIONS(32516), 1, + ACTIONS(32522), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1136572,7 +1136572,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(32518), 1, + ACTIONS(32524), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1136581,7 +1136581,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(32520), 1, + ACTIONS(32526), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1136590,25 +1136590,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(32522), 1, + ACTIONS(32528), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, [868871] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24268), 1, + ACTIONS(24274), 1, anon_sym_RPAREN, - ACTIONS(32524), 1, + ACTIONS(32530), 1, anon_sym_COMMA, STATE(26251), 1, aux_sym_parameters_repeat1, [868884] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(32526), 1, + ACTIONS(32532), 1, sym__interpolated_multiline_string_end, STATE(26154), 1, aux_sym_interpolated_string_repeat2, @@ -1136617,7 +1136617,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6579), 1, anon_sym_RPAREN, - ACTIONS(32528), 1, + ACTIONS(32534), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1136626,7 +1136626,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13503), 1, anon_sym_RBRACK, - ACTIONS(32530), 1, + ACTIONS(32536), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1136635,16 +1136635,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12820), 1, anon_sym_RPAREN, - ACTIONS(32532), 1, + ACTIONS(32538), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [868936] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(32526), 1, + ACTIONS(32532), 1, sym__interpolated_string_end, STATE(26155), 1, aux_sym_interpolated_string_repeat1, @@ -1136660,18 +1136660,18 @@ static const uint16_t ts_small_parse_table[] = { [868962] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32534), 1, + ACTIONS(32540), 1, anon_sym_COMMA, - ACTIONS(32536), 1, + ACTIONS(32542), 1, anon_sym_RBRACK, STATE(26162), 1, aux_sym_type_parameters_repeat1, [868975] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(32538), 1, + ACTIONS(32544), 1, sym__interpolated_string_end, STATE(26267), 1, aux_sym_interpolated_string_repeat1, @@ -1136697,16 +1136697,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12802), 1, anon_sym_RPAREN, - ACTIONS(32540), 1, + ACTIONS(32546), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [869025] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32542), 1, + ACTIONS(32548), 1, anon_sym_COMMA, - ACTIONS(32544), 1, + ACTIONS(32550), 1, anon_sym_RPAREN, STATE(25926), 1, aux_sym_tuple_type_repeat1, @@ -1136723,7 +1136723,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6335), 1, anon_sym_RPAREN, - ACTIONS(32546), 1, + ACTIONS(32552), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1136738,9 +1136738,9 @@ static const uint16_t ts_small_parse_table[] = { [869073] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32548), 1, + ACTIONS(32554), 1, anon_sym_COMMA, - ACTIONS(32550), 1, + ACTIONS(32556), 1, anon_sym_RPAREN, STATE(25488), 1, aux_sym_tuple_type_repeat1, @@ -1136758,25 +1136758,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6127), 1, anon_sym_RPAREN, - ACTIONS(32552), 1, + ACTIONS(32558), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [869112] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29735), 1, + ACTIONS(29741), 1, anon_sym_RPAREN, - ACTIONS(32554), 1, + ACTIONS(32560), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [869125] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32557), 1, + ACTIONS(32563), 1, anon_sym_COMMA, - ACTIONS(32559), 1, + ACTIONS(32565), 1, anon_sym_RBRACK, STATE(25852), 1, aux_sym_type_parameters_repeat1, @@ -1136785,7 +1136785,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17379), 1, anon_sym_RPAREN, - ACTIONS(32561), 1, + ACTIONS(32567), 1, anon_sym_COMMA, STATE(26278), 1, aux_sym_class_parameters_repeat1, @@ -1136794,16 +1136794,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13311), 1, anon_sym_RPAREN, - ACTIONS(32563), 1, + ACTIONS(32569), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [869164] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32565), 1, + ACTIONS(32571), 1, anon_sym_COMMA, - ACTIONS(32567), 1, + ACTIONS(32573), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1136812,25 +1136812,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13269), 1, anon_sym_RBRACK, - ACTIONS(32569), 1, + ACTIONS(32575), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [869190] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25783), 1, + ACTIONS(25789), 1, anon_sym_COLON, - ACTIONS(25785), 1, + ACTIONS(25791), 1, anon_sym_LBRACE, STATE(21768), 1, sym_enum_body, [869203] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32571), 1, + ACTIONS(32577), 1, anon_sym_COMMA, - ACTIONS(32573), 1, + ACTIONS(32579), 1, anon_sym_RBRACK, STATE(26123), 1, aux_sym_tuple_type_repeat1, @@ -1136839,7 +1136839,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12448), 1, anon_sym_RPAREN, - ACTIONS(32575), 1, + ACTIONS(32581), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1136848,15 +1136848,15 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(32577), 2, + ACTIONS(32583), 2, anon_sym_COMMA, anon_sym_RPAREN, [869240] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32579), 1, + ACTIONS(32585), 1, anon_sym_COMMA, - ACTIONS(32581), 1, + ACTIONS(32587), 1, anon_sym_RPAREN, STATE(25747), 1, aux_sym_tuple_type_repeat1, @@ -1136865,7 +1136865,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12658), 1, anon_sym_RBRACK, - ACTIONS(32583), 1, + ACTIONS(32589), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1136874,16 +1136874,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5871), 1, anon_sym_RPAREN, - ACTIONS(32585), 1, + ACTIONS(32591), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [869279] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32577), 1, + ACTIONS(32583), 1, anon_sym_RPAREN, - ACTIONS(32587), 1, + ACTIONS(32593), 1, anon_sym_COMMA, STATE(26217), 1, aux_sym_parameter_types_repeat1, @@ -1136892,34 +1136892,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12172), 1, anon_sym_RBRACK, - ACTIONS(32590), 1, + ACTIONS(32596), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [869305] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32592), 1, + ACTIONS(32598), 1, anon_sym_COMMA, - ACTIONS(32594), 1, + ACTIONS(32600), 1, anon_sym_RPAREN, STATE(26719), 1, aux_sym_tuple_type_repeat1, [869318] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32596), 1, + ACTIONS(32602), 1, anon_sym_COMMA, - ACTIONS(32598), 1, + ACTIONS(32604), 1, anon_sym_RBRACK, STATE(26747), 1, aux_sym_tuple_type_repeat1, [869331] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32600), 1, + ACTIONS(32606), 1, anon_sym_COMMA, - ACTIONS(32602), 1, + ACTIONS(32608), 1, anon_sym_RBRACK, STATE(26289), 1, aux_sym_tuple_type_repeat1, @@ -1136928,16 +1136928,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12716), 1, anon_sym_RPAREN, - ACTIONS(32604), 1, + ACTIONS(32610), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [869357] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32606), 1, + ACTIONS(32612), 1, anon_sym_COMMA, - ACTIONS(32608), 1, + ACTIONS(32614), 1, anon_sym_RPAREN, STATE(26964), 1, aux_sym_tuple_type_repeat1, @@ -1136946,7 +1136946,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, STATE(18473), 1, sym_type_arguments, @@ -1136955,7 +1136955,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11607), 1, anon_sym_STAR, - ACTIONS(32610), 2, + ACTIONS(32616), 2, anon_sym_COMMA, anon_sym_RPAREN, [869394] = 4, @@ -1136963,25 +1136963,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6623), 1, anon_sym_RPAREN, - ACTIONS(32613), 1, + ACTIONS(32619), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [869407] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(32615), 1, + ACTIONS(32621), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [869420] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(32615), 1, + ACTIONS(32621), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, @@ -1136990,7 +1136990,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12766), 1, anon_sym_RPAREN, - ACTIONS(32617), 1, + ACTIONS(32623), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1136999,7 +1136999,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6149), 1, anon_sym_RPAREN, - ACTIONS(32619), 1, + ACTIONS(32625), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1137008,25 +1137008,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12392), 1, anon_sym_RBRACK, - ACTIONS(32621), 1, + ACTIONS(32627), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [869472] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23919), 1, + ACTIONS(23925), 1, anon_sym_RBRACE, - ACTIONS(32623), 1, + ACTIONS(32629), 1, anon_sym_COMMA, STATE(26074), 1, aux_sym_namespace_selectors_repeat1, [869485] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32625), 1, + ACTIONS(32631), 1, anon_sym_COMMA, - ACTIONS(32627), 1, + ACTIONS(32633), 1, anon_sym_RBRACK, STATE(26426), 1, aux_sym_tuple_type_repeat1, @@ -1137042,18 +1137042,18 @@ static const uint16_t ts_small_parse_table[] = { [869511] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32629), 1, + ACTIONS(32635), 1, anon_sym_COMMA, - ACTIONS(32631), 1, + ACTIONS(32637), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, [869524] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32633), 1, + ACTIONS(32639), 1, anon_sym_COMMA, - ACTIONS(32635), 1, + ACTIONS(32641), 1, anon_sym_RBRACK, STATE(26488), 1, aux_sym_tuple_type_repeat1, @@ -1137062,16 +1137062,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12548), 1, anon_sym_RPAREN, - ACTIONS(32637), 1, + ACTIONS(32643), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [869550] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32639), 1, + ACTIONS(32645), 1, anon_sym_COMMA, - ACTIONS(32641), 1, + ACTIONS(32647), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1137088,16 +1137088,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25009), 1, + ACTIONS(25015), 1, anon_sym_LBRACK, STATE(17698), 1, sym_type_arguments, [869587] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32643), 1, + ACTIONS(32649), 1, anon_sym_COMMA, - ACTIONS(32645), 1, + ACTIONS(32651), 1, anon_sym_RPAREN, STATE(25425), 1, aux_sym_tuple_type_repeat1, @@ -1137106,25 +1137106,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5113), 1, anon_sym_RPAREN, - ACTIONS(32647), 1, + ACTIONS(32653), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [869613] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32649), 1, + ACTIONS(32655), 1, anon_sym_COMMA, - ACTIONS(32651), 1, + ACTIONS(32657), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, [869626] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32653), 1, + ACTIONS(32659), 1, anon_sym_COMMA, - ACTIONS(32655), 1, + ACTIONS(32661), 1, anon_sym_RBRACK, STATE(26215), 1, aux_sym_tuple_type_repeat1, @@ -1137133,25 +1137133,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12438), 1, anon_sym_RBRACK, - ACTIONS(32657), 1, + ACTIONS(32663), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [869652] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24325), 1, + ACTIONS(24331), 1, anon_sym_RPAREN, - ACTIONS(32659), 1, + ACTIONS(32665), 1, anon_sym_COMMA, STATE(26323), 1, aux_sym_parameters_repeat1, [869665] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32661), 1, + ACTIONS(32667), 1, anon_sym_COMMA, - ACTIONS(32663), 1, + ACTIONS(32669), 1, anon_sym_RBRACK, STATE(26273), 1, aux_sym_tuple_type_repeat1, @@ -1137160,7 +1137160,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12516), 1, anon_sym_RPAREN, - ACTIONS(32665), 1, + ACTIONS(32671), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1137169,7 +1137169,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6143), 1, anon_sym_RPAREN, - ACTIONS(32667), 1, + ACTIONS(32673), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1137178,16 +1137178,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13205), 1, anon_sym_RPAREN, - ACTIONS(32669), 1, + ACTIONS(32675), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [869717] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24325), 1, + ACTIONS(24331), 1, anon_sym_RPAREN, - ACTIONS(32659), 1, + ACTIONS(32665), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, @@ -1137196,16 +1137196,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13635), 1, anon_sym_RBRACK, - ACTIONS(32671), 1, + ACTIONS(32677), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [869743] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(32673), 1, + ACTIONS(32679), 1, sym__interpolated_multiline_string_end, STATE(26227), 1, aux_sym_interpolated_string_repeat2, @@ -1137221,9 +1137221,9 @@ static const uint16_t ts_small_parse_table[] = { [869769] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(32673), 1, + ACTIONS(32679), 1, sym__interpolated_string_end, STATE(26228), 1, aux_sym_interpolated_string_repeat1, @@ -1137239,9 +1137239,9 @@ static const uint16_t ts_small_parse_table[] = { [869795] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32675), 1, + ACTIONS(32681), 1, anon_sym_COMMA, - ACTIONS(32677), 1, + ACTIONS(32683), 1, anon_sym_RBRACK, STATE(26235), 1, aux_sym_type_parameters_repeat1, @@ -1137250,32 +1137250,32 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(20831), 1, anon_sym_COMMA, - ACTIONS(32679), 1, + ACTIONS(32685), 1, anon_sym_RPAREN, STATE(26382), 1, aux_sym_case_class_pattern_repeat1, [869821] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32681), 1, + ACTIONS(32687), 1, anon_sym_COMMA, - ACTIONS(32683), 1, + ACTIONS(32689), 1, anon_sym_RBRACK, STATE(26269), 1, aux_sym_tuple_type_repeat1, [869834] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(32685), 3, + ACTIONS(32691), 3, anon_sym_COLON, anon_sym_LBRACE, anon_sym_COMMA, [869843] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32687), 1, + ACTIONS(32693), 1, anon_sym_COMMA, - ACTIONS(32689), 1, + ACTIONS(32695), 1, anon_sym_RBRACK, STATE(26302), 1, aux_sym_tuple_type_repeat1, @@ -1137284,34 +1137284,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5529), 1, anon_sym_RPAREN, - ACTIONS(32691), 1, + ACTIONS(32697), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [869869] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32693), 1, + ACTIONS(32699), 1, anon_sym_COMMA, - ACTIONS(32695), 1, + ACTIONS(32701), 1, anon_sym_RPAREN, STATE(26821), 1, aux_sym_tuple_type_repeat1, [869882] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32697), 1, + ACTIONS(32703), 1, anon_sym_COMMA, - ACTIONS(32699), 1, + ACTIONS(32705), 1, anon_sym_RBRACK, STATE(25795), 1, aux_sym_tuple_type_repeat1, [869895] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32701), 1, + ACTIONS(32707), 1, anon_sym_COMMA, - ACTIONS(32703), 1, + ACTIONS(32709), 1, anon_sym_RPAREN, STATE(27157), 1, aux_sym_tuple_type_repeat1, @@ -1137320,16 +1137320,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5527), 1, anon_sym_RPAREN, - ACTIONS(32705), 1, + ACTIONS(32711), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [869921] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(32707), 1, + ACTIONS(32713), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, @@ -1137338,7 +1137338,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6679), 1, anon_sym_RPAREN, - ACTIONS(32709), 1, + ACTIONS(32715), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1137347,32 +1137347,32 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13565), 1, anon_sym_RBRACK, - ACTIONS(32711), 1, + ACTIONS(32717), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [869960] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32713), 1, + ACTIONS(32719), 1, anon_sym_COMMA, - ACTIONS(32715), 1, + ACTIONS(32721), 1, anon_sym_RPAREN, STATE(25703), 1, aux_sym_tuple_type_repeat1, [869973] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(27010), 3, + ACTIONS(27016), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, [869982] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(32707), 1, + ACTIONS(32713), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, @@ -1137381,7 +1137381,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13303), 1, anon_sym_RBRACK, - ACTIONS(32717), 1, + ACTIONS(32723), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1137390,7 +1137390,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17443), 1, anon_sym_RPAREN, - ACTIONS(32719), 1, + ACTIONS(32725), 1, anon_sym_COMMA, STATE(26341), 1, aux_sym_class_parameters_repeat1, @@ -1137405,9 +1137405,9 @@ static const uint16_t ts_small_parse_table[] = { [870032] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32721), 1, + ACTIONS(32727), 1, anon_sym_COMMA, - ACTIONS(32723), 1, + ACTIONS(32729), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, @@ -1137425,34 +1137425,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17443), 1, anon_sym_RPAREN, - ACTIONS(32719), 1, + ACTIONS(32725), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, [870071] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29657), 1, + ACTIONS(29663), 1, anon_sym_RBRACE, - ACTIONS(29659), 1, + ACTIONS(29665), 1, anon_sym_COMMA, STATE(26343), 1, aux_sym_namespace_selectors_repeat1, [870084] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32725), 1, + ACTIONS(32731), 1, anon_sym_COMMA, - ACTIONS(32727), 1, + ACTIONS(32733), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [870097] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32729), 1, + ACTIONS(32735), 1, anon_sym_COMMA, - ACTIONS(32731), 1, + ACTIONS(32737), 1, anon_sym_RPAREN, STATE(25416), 1, aux_sym_tuple_type_repeat1, @@ -1137461,7 +1137461,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12620), 1, anon_sym_RPAREN, - ACTIONS(32733), 1, + ACTIONS(32739), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1137484,9 +1137484,9 @@ static const uint16_t ts_small_parse_table[] = { [870145] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24830), 1, + ACTIONS(24836), 1, anon_sym_RPAREN, - ACTIONS(32735), 1, + ACTIONS(32741), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, @@ -1137495,7 +1137495,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12756), 1, anon_sym_RBRACK, - ACTIONS(32737), 1, + ACTIONS(32743), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1137504,7 +1137504,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5999), 1, anon_sym_RPAREN, - ACTIONS(32739), 1, + ACTIONS(32745), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1137513,7 +1137513,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5717), 1, anon_sym_RPAREN, - ACTIONS(32741), 1, + ACTIONS(32747), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1137522,7 +1137522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12690), 1, anon_sym_RBRACK, - ACTIONS(32743), 1, + ACTIONS(32749), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1137531,7 +1137531,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12558), 1, anon_sym_RPAREN, - ACTIONS(32745), 1, + ACTIONS(32751), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1137540,41 +1137540,41 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6083), 1, anon_sym_RPAREN, - ACTIONS(32747), 1, + ACTIONS(32753), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [870236] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(32749), 1, + ACTIONS(32755), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [870249] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32751), 1, + ACTIONS(32757), 1, anon_sym_COMMA, - ACTIONS(32753), 1, + ACTIONS(32759), 1, anon_sym_RBRACK, STATE(26303), 1, aux_sym_tuple_type_repeat1, [870262] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(32749), 1, + ACTIONS(32755), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, [870275] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(31822), 3, + ACTIONS(31828), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, @@ -1137583,25 +1137583,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12036), 1, anon_sym_RBRACK, - ACTIONS(32755), 1, + ACTIONS(32761), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [870297] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32757), 1, + ACTIONS(32763), 1, anon_sym_COMMA, - ACTIONS(32760), 1, + ACTIONS(32766), 1, anon_sym_RPAREN, STATE(26297), 1, aux_sym_class_parameters_repeat1, [870310] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32762), 1, + ACTIONS(32768), 1, anon_sym_COMMA, - ACTIONS(32764), 1, + ACTIONS(32770), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1137617,9 +1137617,9 @@ static const uint16_t ts_small_parse_table[] = { [870336] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32766), 1, + ACTIONS(32772), 1, anon_sym_COMMA, - ACTIONS(32768), 1, + ACTIONS(32774), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, @@ -1137628,7 +1137628,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6677), 1, anon_sym_RPAREN, - ACTIONS(32770), 1, + ACTIONS(32776), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1137637,7 +1137637,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12418), 1, anon_sym_RBRACK, - ACTIONS(32772), 1, + ACTIONS(32778), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1137646,16 +1137646,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13587), 1, anon_sym_RBRACK, - ACTIONS(32774), 1, + ACTIONS(32780), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [870388] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32776), 1, + ACTIONS(32782), 1, anon_sym_COMMA, - ACTIONS(32778), 1, + ACTIONS(32784), 1, anon_sym_RBRACK, STATE(26245), 1, aux_sym_tuple_type_repeat1, @@ -1137664,16 +1137664,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12722), 1, anon_sym_RPAREN, - ACTIONS(32780), 1, + ACTIONS(32786), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [870414] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23961), 1, + ACTIONS(23967), 1, anon_sym_LBRACE, - ACTIONS(24748), 1, + ACTIONS(24754), 1, anon_sym_EQ, STATE(22005), 1, sym_block, @@ -1137682,7 +1137682,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17470), 1, anon_sym_RPAREN, - ACTIONS(32782), 1, + ACTIONS(32788), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, @@ -1137691,16 +1137691,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11312), 1, anon_sym_LBRACE, - ACTIONS(23737), 1, + ACTIONS(23743), 1, anon_sym_EQ, STATE(6630), 1, sym_block, [870453] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25899), 1, + ACTIONS(25905), 1, anon_sym_COLON, - ACTIONS(25901), 1, + ACTIONS(25907), 1, anon_sym_LBRACE, STATE(22205), 1, sym_enum_body, @@ -1137709,16 +1137709,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11312), 1, anon_sym_LBRACE, - ACTIONS(23739), 1, + ACTIONS(23745), 1, anon_sym_EQ, STATE(6544), 1, sym_block, [870479] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32784), 1, + ACTIONS(32790), 1, anon_sym_COMMA, - ACTIONS(32786), 1, + ACTIONS(32792), 1, anon_sym_RBRACK, STATE(26346), 1, aux_sym_tuple_type_repeat1, @@ -1137735,25 +1137735,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(23905), 1, + ACTIONS(23911), 1, anon_sym_LBRACK, STATE(16215), 1, sym_type_arguments, [870516] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32788), 1, + ACTIONS(32794), 1, anon_sym_COMMA, - ACTIONS(32790), 1, + ACTIONS(32796), 1, anon_sym_RPAREN, STATE(25454), 1, aux_sym_tuple_type_repeat1, [870529] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23819), 1, + ACTIONS(23825), 1, anon_sym_RBRACE, - ACTIONS(32792), 1, + ACTIONS(32798), 1, anon_sym_COMMA, STATE(26074), 1, aux_sym_namespace_selectors_repeat1, @@ -1137762,7 +1137762,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6163), 1, anon_sym_RPAREN, - ACTIONS(32794), 1, + ACTIONS(32800), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1137771,7 +1137771,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17434), 1, anon_sym_RPAREN, - ACTIONS(32796), 1, + ACTIONS(32802), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, @@ -1137780,25 +1137780,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12210), 1, anon_sym_RPAREN, - ACTIONS(32798), 1, + ACTIONS(32804), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [870581] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32800), 1, + ACTIONS(32806), 1, anon_sym_COMMA, - ACTIONS(32802), 1, + ACTIONS(32808), 1, anon_sym_RBRACK, STATE(26286), 1, aux_sym_tuple_type_repeat1, [870594] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32804), 1, + ACTIONS(32810), 1, anon_sym_COMMA, - ACTIONS(32806), 1, + ACTIONS(32812), 1, anon_sym_RPAREN, STATE(25552), 1, aux_sym_tuple_type_repeat1, @@ -1137807,43 +1137807,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12345), 1, anon_sym_RPAREN, - ACTIONS(32808), 1, + ACTIONS(32814), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [870620] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32810), 1, + ACTIONS(32816), 1, anon_sym_COMMA, - ACTIONS(32812), 1, + ACTIONS(32818), 1, anon_sym_RPAREN, STATE(26501), 1, aux_sym_tuple_type_repeat1, [870633] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24429), 1, + ACTIONS(24435), 1, anon_sym_RPAREN, - ACTIONS(32814), 1, + ACTIONS(32820), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, [870646] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(32816), 1, + ACTIONS(32822), 1, sym__interpolated_multiline_string_end, STATE(26292), 1, aux_sym_interpolated_string_repeat2, [870659] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(32816), 1, + ACTIONS(32822), 1, sym__interpolated_string_end, STATE(26294), 1, aux_sym_interpolated_string_repeat1, @@ -1137859,9 +1137859,9 @@ static const uint16_t ts_small_parse_table[] = { [870685] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32818), 1, + ACTIONS(32824), 1, anon_sym_COMMA, - ACTIONS(32820), 1, + ACTIONS(32826), 1, anon_sym_RBRACK, STATE(26300), 1, aux_sym_type_parameters_repeat1, @@ -1137870,7 +1137870,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6265), 1, anon_sym_RPAREN, - ACTIONS(32822), 1, + ACTIONS(32828), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1137879,25 +1137879,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11312), 1, anon_sym_LBRACE, - ACTIONS(23741), 1, + ACTIONS(23747), 1, anon_sym_EQ, STATE(6580), 1, sym_block, [870724] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32824), 1, + ACTIONS(32830), 1, anon_sym_COMMA, - ACTIONS(32826), 1, + ACTIONS(32832), 1, anon_sym_RBRACK, STATE(26337), 1, aux_sym_tuple_type_repeat1, [870737] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(32830), 1, + ACTIONS(32836), 1, anon_sym_EQ, - ACTIONS(32828), 2, + ACTIONS(32834), 2, anon_sym_COMMA, anon_sym_RPAREN, [870748] = 4, @@ -1137920,18 +1137920,18 @@ static const uint16_t ts_small_parse_table[] = { [870772] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32832), 1, + ACTIONS(32838), 1, sym__interpolated_multiline_string_middle, - ACTIONS(32835), 1, + ACTIONS(32841), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [870785] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32837), 1, + ACTIONS(32843), 1, anon_sym_COMMA, - ACTIONS(32839), 1, + ACTIONS(32845), 1, anon_sym_RPAREN, STATE(25642), 1, aux_sym_tuple_type_repeat1, @@ -1137940,7 +1137940,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6609), 1, anon_sym_RPAREN, - ACTIONS(32841), 1, + ACTIONS(32847), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1137949,16 +1137949,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13617), 1, anon_sym_RBRACK, - ACTIONS(32843), 1, + ACTIONS(32849), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [870824] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32845), 1, + ACTIONS(32851), 1, anon_sym_COMMA, - ACTIONS(32847), 1, + ACTIONS(32853), 1, anon_sym_RBRACK, STATE(26296), 1, aux_sym_tuple_type_repeat1, @@ -1137975,7 +1137975,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15425), 1, anon_sym_RPAREN, - ACTIONS(32849), 1, + ACTIONS(32855), 1, anon_sym_COMMA, STATE(26382), 1, aux_sym_case_class_pattern_repeat1, @@ -1137984,7 +1137984,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17485), 1, anon_sym_RPAREN, - ACTIONS(32851), 1, + ACTIONS(32857), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, @@ -1138000,9 +1138000,9 @@ static const uint16_t ts_small_parse_table[] = { [870887] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23876), 1, + ACTIONS(23882), 1, anon_sym_RBRACE, - ACTIONS(32853), 1, + ACTIONS(32859), 1, anon_sym_COMMA, STATE(26074), 1, aux_sym_namespace_selectors_repeat1, @@ -1138017,9 +1138017,9 @@ static const uint16_t ts_small_parse_table[] = { [870911] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32855), 1, + ACTIONS(32861), 1, anon_sym_COMMA, - ACTIONS(32857), 1, + ACTIONS(32863), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1138028,25 +1138028,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13323), 1, anon_sym_RBRACK, - ACTIONS(32859), 1, + ACTIONS(32865), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [870937] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32861), 1, + ACTIONS(32867), 1, anon_sym_COMMA, - ACTIONS(32863), 1, + ACTIONS(32869), 1, anon_sym_RPAREN, STATE(26824), 1, aux_sym_tuple_type_repeat1, [870950] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32865), 1, + ACTIONS(32871), 1, sym__interpolated_string_middle, - ACTIONS(32868), 1, + ACTIONS(32874), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, @@ -1138055,7 +1138055,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13331), 1, anon_sym_RBRACK, - ACTIONS(32870), 1, + ACTIONS(32876), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1138070,9 +1138070,9 @@ static const uint16_t ts_small_parse_table[] = { [870987] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32872), 1, + ACTIONS(32878), 1, anon_sym_COMMA, - ACTIONS(32874), 1, + ACTIONS(32880), 1, anon_sym_RPAREN, STATE(25500), 1, aux_sym_tuple_type_repeat1, @@ -1138081,7 +1138081,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12684), 1, anon_sym_RPAREN, - ACTIONS(32876), 1, + ACTIONS(32882), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1138090,7 +1138090,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6175), 1, anon_sym_RPAREN, - ACTIONS(32878), 1, + ACTIONS(32884), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1138099,16 +1138099,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6383), 1, anon_sym_RPAREN, - ACTIONS(32880), 1, + ACTIONS(32886), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [871039] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(32538), 1, + ACTIONS(32544), 1, sym__interpolated_multiline_string_end, STATE(26272), 1, aux_sym_interpolated_string_repeat2, @@ -1138117,43 +1138117,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12912), 1, anon_sym_RPAREN, - ACTIONS(32882), 1, + ACTIONS(32888), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [871065] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32884), 1, + ACTIONS(32890), 1, anon_sym_COMMA, - ACTIONS(32886), 1, + ACTIONS(32892), 1, anon_sym_RBRACK, STATE(26500), 1, aux_sym_tuple_type_repeat1, [871078] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32888), 1, + ACTIONS(32894), 1, anon_sym_COMMA, - ACTIONS(32890), 1, + ACTIONS(32896), 1, anon_sym_RBRACK, STATE(26349), 1, aux_sym_tuple_type_repeat1, [871091] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32892), 1, + ACTIONS(32898), 1, anon_sym_COMMA, - ACTIONS(32894), 1, + ACTIONS(32900), 1, anon_sym_RBRACK, STATE(26252), 1, aux_sym_tuple_type_repeat1, [871104] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32896), 1, + ACTIONS(32902), 1, anon_sym_COMMA, - ACTIONS(32898), 1, + ACTIONS(32904), 1, anon_sym_RBRACK, STATE(26367), 1, aux_sym_tuple_type_repeat1, @@ -1138162,7 +1138162,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12985), 1, anon_sym_RBRACK, - ACTIONS(32900), 1, + ACTIONS(32906), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1138171,7 +1138171,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6211), 1, anon_sym_RPAREN, - ACTIONS(32902), 1, + ACTIONS(32908), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1138180,7 +1138180,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5501), 1, anon_sym_RPAREN, - ACTIONS(32904), 1, + ACTIONS(32910), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1138189,25 +1138189,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5495), 1, anon_sym_RPAREN, - ACTIONS(32906), 1, + ACTIONS(32912), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [871169] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(32908), 1, + ACTIONS(32914), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [871182] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(32908), 1, + ACTIONS(32914), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, @@ -1138216,25 +1138216,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12384), 1, anon_sym_RBRACK, - ACTIONS(32910), 1, + ACTIONS(32916), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [871208] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32912), 1, + ACTIONS(32918), 1, anon_sym_COMMA, - ACTIONS(32914), 1, + ACTIONS(32920), 1, anon_sym_RBRACK, STATE(25561), 1, aux_sym_tuple_type_repeat1, [871221] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32916), 1, + ACTIONS(32922), 1, anon_sym_COMMA, - ACTIONS(32918), 1, + ACTIONS(32924), 1, anon_sym_RBRACK, STATE(26231), 1, aux_sym_tuple_type_repeat1, @@ -1138252,16 +1138252,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12622), 1, anon_sym_RPAREN, - ACTIONS(32920), 1, + ACTIONS(32926), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [871260] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32922), 1, + ACTIONS(32928), 1, anon_sym_COMMA, - ACTIONS(32924), 1, + ACTIONS(32930), 1, anon_sym_RPAREN, STATE(25417), 1, aux_sym_tuple_type_repeat1, @@ -1138270,25 +1138270,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15419), 1, anon_sym_RPAREN, - ACTIONS(32926), 1, + ACTIONS(32932), 1, anon_sym_COMMA, STATE(26382), 1, aux_sym_case_class_pattern_repeat1, [871286] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32928), 1, + ACTIONS(32934), 1, anon_sym_COMMA, - ACTIONS(32930), 1, + ACTIONS(32936), 1, anon_sym_RPAREN, STATE(25871), 1, aux_sym_tuple_type_repeat1, [871299] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32932), 1, + ACTIONS(32938), 1, anon_sym_COMMA, - ACTIONS(32934), 1, + ACTIONS(32940), 1, anon_sym_RBRACK, STATE(26389), 1, aux_sym_tuple_type_repeat1, @@ -1138297,16 +1138297,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6185), 1, anon_sym_RPAREN, - ACTIONS(32936), 1, + ACTIONS(32942), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [871325] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32938), 1, + ACTIONS(32944), 1, anon_sym_COMMA, - ACTIONS(32940), 1, + ACTIONS(32946), 1, anon_sym_RPAREN, STATE(26968), 1, aux_sym_tuple_type_repeat1, @@ -1138315,16 +1138315,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6553), 1, anon_sym_RPAREN, - ACTIONS(32942), 1, + ACTIONS(32948), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [871351] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32944), 1, + ACTIONS(32950), 1, anon_sym_COMMA, - ACTIONS(32946), 1, + ACTIONS(32952), 1, anon_sym_RBRACK, STATE(26419), 1, aux_sym_tuple_type_repeat1, @@ -1138333,7 +1138333,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12432), 1, anon_sym_RPAREN, - ACTIONS(32948), 1, + ACTIONS(32954), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1138351,7 +1138351,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(22716), 1, anon_sym_RPAREN, - ACTIONS(32950), 1, + ACTIONS(32956), 1, anon_sym_COMMA, STATE(26382), 1, aux_sym_case_class_pattern_repeat1, @@ -1138360,7 +1138360,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11340), 1, anon_sym_RPAREN, - ACTIONS(32953), 1, + ACTIONS(32959), 1, anon_sym_COMMA, STATE(26217), 1, aux_sym_parameter_types_repeat1, @@ -1138376,9 +1138376,9 @@ static const uint16_t ts_small_parse_table[] = { [871429] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32955), 1, + ACTIONS(32961), 1, anon_sym_COMMA, - ACTIONS(32957), 1, + ACTIONS(32963), 1, anon_sym_RPAREN, STATE(26932), 1, aux_sym_tuple_type_repeat1, @@ -1138393,18 +1138393,18 @@ static const uint16_t ts_small_parse_table[] = { [871453] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32959), 1, + ACTIONS(32965), 1, anon_sym_COMMA, - ACTIONS(32961), 1, + ACTIONS(32967), 1, anon_sym_RPAREN, STATE(27034), 1, aux_sym_tuple_type_repeat1, [871466] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32963), 1, + ACTIONS(32969), 1, anon_sym_COMMA, - ACTIONS(32965), 1, + ACTIONS(32971), 1, anon_sym_RBRACK, STATE(26361), 1, aux_sym_tuple_type_repeat1, @@ -1138413,7 +1138413,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13355), 1, anon_sym_RBRACK, - ACTIONS(32967), 1, + ACTIONS(32973), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1138422,16 +1138422,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12924), 1, anon_sym_RPAREN, - ACTIONS(32969), 1, + ACTIONS(32975), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [871505] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32971), 1, + ACTIONS(32977), 1, anon_sym_COMMA, - ACTIONS(32974), 1, + ACTIONS(32980), 1, anon_sym_RPAREN, STATE(26391), 1, aux_sym_parameters_repeat1, @@ -1138440,23 +1138440,23 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12848), 1, anon_sym_RPAREN, - ACTIONS(32976), 1, + ACTIONS(32982), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [871531] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32978), 1, + ACTIONS(32984), 1, anon_sym_COMMA, - ACTIONS(32980), 1, + ACTIONS(32986), 1, anon_sym_RPAREN, STATE(26124), 1, aux_sym_tuple_type_repeat1, [871544] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, STATE(25150), 2, sym_case_clause, @@ -1138466,7 +1138466,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12353), 1, anon_sym_RBRACK, - ACTIONS(32982), 1, + ACTIONS(32988), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1138475,7 +1138475,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12068), 1, anon_sym_RPAREN, - ACTIONS(32984), 1, + ACTIONS(32990), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1138484,42 +1138484,42 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12244), 1, anon_sym_RPAREN, - ACTIONS(32986), 1, + ACTIONS(32992), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [871594] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30592), 1, + ACTIONS(30598), 1, anon_sym_EQ, - ACTIONS(30590), 2, + ACTIONS(30596), 2, anon_sym_COMMA, anon_sym_RPAREN, [871605] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32988), 1, + ACTIONS(32994), 1, anon_sym_COMMA, - ACTIONS(32990), 1, + ACTIONS(32996), 1, anon_sym_RBRACK, STATE(26423), 1, aux_sym_tuple_type_repeat1, [871618] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(32992), 1, + ACTIONS(32998), 1, sym__interpolated_multiline_string_end, STATE(26365), 1, aux_sym_interpolated_string_repeat2, [871631] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(32992), 1, + ACTIONS(32998), 1, sym__interpolated_string_end, STATE(26366), 1, aux_sym_interpolated_string_repeat1, @@ -1138535,36 +1138535,36 @@ static const uint16_t ts_small_parse_table[] = { [871657] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32994), 1, + ACTIONS(33000), 1, anon_sym_COMMA, - ACTIONS(32996), 1, + ACTIONS(33002), 1, anon_sym_RBRACK, STATE(26276), 1, aux_sym_type_parameters_repeat1, [871670] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(32998), 1, + ACTIONS(33004), 1, anon_sym_COMMA, - ACTIONS(33000), 1, + ACTIONS(33006), 1, anon_sym_RPAREN, STATE(25618), 1, aux_sym_tuple_type_repeat1, [871683] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33002), 1, + ACTIONS(33008), 1, anon_sym_COMMA, - ACTIONS(33004), 1, + ACTIONS(33010), 1, anon_sym_RBRACK, STATE(26433), 1, aux_sym_tuple_type_repeat1, [871696] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33006), 1, + ACTIONS(33012), 1, anon_sym_COMMA, - ACTIONS(33008), 1, + ACTIONS(33014), 1, anon_sym_RPAREN, STATE(27135), 1, aux_sym_tuple_type_repeat1, @@ -1138573,7 +1138573,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12008), 1, anon_sym_RBRACK, - ACTIONS(33010), 1, + ACTIONS(33016), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1138582,16 +1138582,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5473), 1, anon_sym_RPAREN, - ACTIONS(33012), 1, + ACTIONS(33018), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [871735] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33014), 1, + ACTIONS(33020), 1, anon_sym_COMMA, - ACTIONS(33016), 1, + ACTIONS(33022), 1, anon_sym_RPAREN, STATE(25604), 1, aux_sym_tuple_type_repeat1, @@ -1138600,7 +1138600,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5467), 1, anon_sym_RPAREN, - ACTIONS(33018), 1, + ACTIONS(33024), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1138609,16 +1138609,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13361), 1, anon_sym_RBRACK, - ACTIONS(33020), 1, + ACTIONS(33026), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [871774] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(33022), 1, + ACTIONS(33028), 1, anon_sym_match, STATE(18473), 1, sym_type_arguments, @@ -1138635,25 +1138635,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6245), 1, anon_sym_RPAREN, - ACTIONS(33024), 1, + ACTIONS(33030), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [871811] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24053), 1, + ACTIONS(24059), 1, anon_sym_RPAREN, - ACTIONS(33026), 1, + ACTIONS(33032), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, [871824] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33028), 1, + ACTIONS(33034), 1, anon_sym_COMMA, - ACTIONS(33031), 1, + ACTIONS(33037), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, @@ -1138671,7 +1138671,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6463), 1, anon_sym_RPAREN, - ACTIONS(33033), 1, + ACTIONS(33039), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1138680,25 +1138680,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13669), 1, anon_sym_RBRACK, - ACTIONS(33035), 1, + ACTIONS(33041), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [871876] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33037), 1, + ACTIONS(33043), 1, anon_sym_COMMA, - ACTIONS(33039), 1, + ACTIONS(33045), 1, anon_sym_RBRACK, STATE(26407), 1, aux_sym_tuple_type_repeat1, [871889] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33041), 1, + ACTIONS(33047), 1, anon_sym_COMMA, - ACTIONS(33043), 1, + ACTIONS(33049), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1138707,7 +1138707,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6205), 1, anon_sym_RPAREN, - ACTIONS(33045), 1, + ACTIONS(33051), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1138716,16 +1138716,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12341), 1, anon_sym_RBRACK, - ACTIONS(33047), 1, + ACTIONS(33053), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [871928] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33049), 1, + ACTIONS(33055), 1, anon_sym_COMMA, - ACTIONS(33051), 1, + ACTIONS(33057), 1, anon_sym_RBRACK, STATE(26395), 1, aux_sym_tuple_type_repeat1, @@ -1138734,7 +1138734,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(33053), 1, + ACTIONS(33059), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1138743,7 +1138743,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12536), 1, anon_sym_RBRACK, - ACTIONS(33055), 1, + ACTIONS(33061), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1138752,7 +1138752,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6207), 1, anon_sym_RPAREN, - ACTIONS(33057), 1, + ACTIONS(33063), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1138761,7 +1138761,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(33059), 1, + ACTIONS(33065), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1138770,7 +1138770,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(33061), 1, + ACTIONS(33067), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1138779,7 +1138779,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(33063), 1, + ACTIONS(33069), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1138794,9 +1138794,9 @@ static const uint16_t ts_small_parse_table[] = { [872030] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33065), 1, + ACTIONS(33071), 1, anon_sym_COMMA, - ACTIONS(33067), 1, + ACTIONS(33073), 1, anon_sym_RPAREN, STATE(25735), 1, aux_sym_tuple_type_repeat1, @@ -1138805,14 +1138805,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13365), 1, anon_sym_RBRACK, - ACTIONS(33069), 1, + ACTIONS(33075), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [872056] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(33071), 3, + ACTIONS(33077), 3, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -1138821,7 +1138821,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13065), 1, anon_sym_RPAREN, - ACTIONS(33073), 1, + ACTIONS(33079), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1138830,7 +1138830,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12662), 1, anon_sym_RPAREN, - ACTIONS(33075), 1, + ACTIONS(33081), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1138839,7 +1138839,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13239), 1, anon_sym_RBRACK, - ACTIONS(33077), 1, + ACTIONS(33083), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1138848,7 +1138848,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6363), 1, anon_sym_RPAREN, - ACTIONS(33079), 1, + ACTIONS(33085), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1138857,61 +1138857,61 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13193), 1, anon_sym_RPAREN, - ACTIONS(33081), 1, + ACTIONS(33087), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [872130] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33083), 1, + ACTIONS(33089), 1, anon_sym_COMMA, - ACTIONS(33085), 1, + ACTIONS(33091), 1, anon_sym_RBRACK, STATE(26411), 1, aux_sym_tuple_type_repeat1, [872143] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(33087), 1, + ACTIONS(33093), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [872156] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(33087), 1, + ACTIONS(33093), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, [872169] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33089), 1, + ACTIONS(33095), 1, anon_sym_COMMA, - ACTIONS(33091), 1, + ACTIONS(33097), 1, anon_sym_RBRACK, STATE(26452), 1, aux_sym_tuple_type_repeat1, [872182] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33093), 1, + ACTIONS(33099), 1, anon_sym_COMMA, - ACTIONS(33095), 1, + ACTIONS(33101), 1, anon_sym_RPAREN, STATE(27112), 1, aux_sym_tuple_type_repeat1, [872195] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33097), 1, + ACTIONS(33103), 1, anon_sym_COMMA, - ACTIONS(33099), 1, + ACTIONS(33105), 1, anon_sym_RPAREN, STATE(26065), 1, aux_sym_tuple_type_repeat1, @@ -1138927,25 +1138927,25 @@ static const uint16_t ts_small_parse_table[] = { [872221] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33101), 1, + ACTIONS(33107), 1, anon_sym_COMMA, - ACTIONS(33103), 1, + ACTIONS(33109), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, [872234] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33105), 1, + ACTIONS(33111), 1, anon_sym_COMMA, - ACTIONS(33107), 1, + ACTIONS(33113), 1, anon_sym_RPAREN, STATE(27120), 1, aux_sym_tuple_type_repeat1, [872247] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(30317), 1, + ACTIONS(30323), 1, anon_sym_case, STATE(25279), 2, sym_case_clause, @@ -1138955,16 +1138955,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6369), 1, anon_sym_RPAREN, - ACTIONS(33109), 1, + ACTIONS(33115), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [872271] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33111), 1, + ACTIONS(33117), 1, anon_sym_COMMA, - ACTIONS(33113), 1, + ACTIONS(33119), 1, anon_sym_RPAREN, STATE(25442), 1, aux_sym_tuple_type_repeat1, @@ -1138973,7 +1138973,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13707), 1, anon_sym_RBRACK, - ACTIONS(33115), 1, + ACTIONS(33121), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1138982,7 +1138982,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13717), 1, anon_sym_RBRACK, - ACTIONS(33117), 1, + ACTIONS(33123), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1138991,25 +1138991,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6229), 1, anon_sym_RPAREN, - ACTIONS(33119), 1, + ACTIONS(33125), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [872323] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25885), 1, + ACTIONS(25891), 1, anon_sym_COLON, - ACTIONS(25887), 1, + ACTIONS(25893), 1, anon_sym_LBRACE, STATE(6556), 1, sym_enum_body, [872336] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(27322), 1, + ACTIONS(27328), 1, anon_sym_RPAREN, - ACTIONS(33121), 1, + ACTIONS(33127), 1, anon_sym_COMMA, STATE(26152), 1, aux_sym_bindings_repeat1, @@ -1139025,27 +1139025,27 @@ static const uint16_t ts_small_parse_table[] = { [872362] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33123), 1, + ACTIONS(33129), 1, anon_sym_COMMA, - ACTIONS(33125), 1, + ACTIONS(33131), 1, anon_sym_RBRACK, STATE(26480), 1, aux_sym_tuple_type_repeat1, [872375] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33127), 1, + ACTIONS(33133), 1, anon_sym_COMMA, - ACTIONS(33129), 1, + ACTIONS(33135), 1, anon_sym_RPAREN, STATE(27303), 1, aux_sym_tuple_type_repeat1, [872388] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33131), 1, + ACTIONS(33137), 1, anon_sym_COMMA, - ACTIONS(33133), 1, + ACTIONS(33139), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1139054,34 +1139054,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6233), 1, anon_sym_RPAREN, - ACTIONS(33135), 1, + ACTIONS(33141), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [872414] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33137), 1, + ACTIONS(33143), 1, anon_sym_COMMA, - ACTIONS(33139), 1, + ACTIONS(33145), 1, anon_sym_RPAREN, STATE(27013), 1, aux_sym_tuple_type_repeat1, [872427] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33141), 1, + ACTIONS(33147), 1, anon_sym_COMMA, - ACTIONS(33143), 1, + ACTIONS(33149), 1, anon_sym_RBRACK, STATE(25599), 1, aux_sym_tuple_type_repeat1, [872440] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33145), 1, + ACTIONS(33151), 1, anon_sym_COMMA, - ACTIONS(33147), 1, + ACTIONS(33153), 1, anon_sym_RBRACK, STATE(26437), 1, aux_sym_tuple_type_repeat1, @@ -1139096,9 +1139096,9 @@ static const uint16_t ts_small_parse_table[] = { [872464] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33149), 1, + ACTIONS(33155), 1, anon_sym_COMMA, - ACTIONS(33151), 1, + ACTIONS(33157), 1, anon_sym_RPAREN, STATE(26563), 1, aux_sym_tuple_type_repeat1, @@ -1139107,16 +1139107,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12412), 1, anon_sym_RBRACK, - ACTIONS(33153), 1, + ACTIONS(33159), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [872490] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25850), 1, + ACTIONS(25856), 1, anon_sym_COLON, - ACTIONS(25852), 1, + ACTIONS(25858), 1, anon_sym_LBRACE, STATE(7527), 1, sym_enum_body, @@ -1139125,7 +1139125,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12325), 1, anon_sym_RBRACK, - ACTIONS(33155), 1, + ACTIONS(33161), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1139134,16 +1139134,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5431), 1, anon_sym_RPAREN, - ACTIONS(33157), 1, + ACTIONS(33163), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [872529] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33159), 1, + ACTIONS(33165), 1, anon_sym_COMMA, - ACTIONS(33161), 1, + ACTIONS(33167), 1, anon_sym_RPAREN, STATE(25769), 1, aux_sym_tuple_type_repeat1, @@ -1139161,7 +1139161,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12997), 1, anon_sym_RPAREN, - ACTIONS(33163), 1, + ACTIONS(33169), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1139186,18 +1139186,18 @@ static const uint16_t ts_small_parse_table[] = { [872594] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(33165), 1, + ACTIONS(33171), 1, sym__interpolated_multiline_string_end, STATE(26441), 1, aux_sym_interpolated_string_repeat2, [872607] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(33165), 1, + ACTIONS(33171), 1, sym__interpolated_string_end, STATE(26442), 1, aux_sym_interpolated_string_repeat1, @@ -1139213,9 +1139213,9 @@ static const uint16_t ts_small_parse_table[] = { [872633] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33167), 1, + ACTIONS(33173), 1, anon_sym_COMMA, - ACTIONS(33169), 1, + ACTIONS(33175), 1, anon_sym_RBRACK, STATE(26447), 1, aux_sym_type_parameters_repeat1, @@ -1139224,7 +1139224,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13377), 1, anon_sym_RBRACK, - ACTIONS(33171), 1, + ACTIONS(33177), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1139233,25 +1139233,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13491), 1, anon_sym_RPAREN, - ACTIONS(33173), 1, + ACTIONS(33179), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [872672] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33175), 1, + ACTIONS(33181), 1, anon_sym_COMMA, - ACTIONS(33177), 1, + ACTIONS(33183), 1, anon_sym_RPAREN, STATE(26637), 1, aux_sym_tuple_type_repeat1, [872685] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33179), 1, + ACTIONS(33185), 1, anon_sym_COMMA, - ACTIONS(33181), 1, + ACTIONS(33187), 1, anon_sym_RPAREN, STATE(25864), 1, aux_sym_tuple_type_repeat1, @@ -1139260,16 +1139260,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12265), 1, anon_sym_RBRACK, - ACTIONS(33183), 1, + ACTIONS(33189), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [872711] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33185), 1, + ACTIONS(33191), 1, anon_sym_COMMA, - ACTIONS(33187), 1, + ACTIONS(33193), 1, anon_sym_RPAREN, STATE(25551), 1, aux_sym_tuple_type_repeat1, @@ -1139278,7 +1139278,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5455), 1, anon_sym_RPAREN, - ACTIONS(33189), 1, + ACTIONS(33195), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1139287,7 +1139287,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12136), 1, anon_sym_RPAREN, - ACTIONS(33191), 1, + ACTIONS(33197), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1139296,7 +1139296,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13387), 1, anon_sym_RBRACK, - ACTIONS(33193), 1, + ACTIONS(33199), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1139311,9 +1139311,9 @@ static const uint16_t ts_small_parse_table[] = { [872774] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33195), 1, + ACTIONS(33201), 1, anon_sym_COMMA, - ACTIONS(33197), 1, + ACTIONS(33203), 1, anon_sym_RBRACK, STATE(26510), 1, aux_sym_tuple_type_repeat1, @@ -1139322,14 +1139322,14 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(25713), 1, + ACTIONS(25719), 1, anon_sym_EQ, STATE(7826), 1, sym_block, [872800] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(30632), 3, + ACTIONS(30638), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, @@ -1139338,52 +1139338,52 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(25001), 1, + ACTIONS(25007), 1, anon_sym_EQ, STATE(7214), 1, sym_block, [872822] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24915), 1, + ACTIONS(24921), 1, anon_sym_RPAREN, - ACTIONS(33199), 1, + ACTIONS(33205), 1, anon_sym_COMMA, STATE(26566), 1, aux_sym_parameters_repeat1, [872835] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(33201), 1, + ACTIONS(33207), 1, sym__interpolated_string_end, STATE(26581), 1, aux_sym_interpolated_string_repeat1, [872848] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(33201), 1, + ACTIONS(33207), 1, sym__interpolated_multiline_string_end, STATE(26583), 1, aux_sym_interpolated_string_repeat2, [872861] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33203), 1, + ACTIONS(33209), 1, anon_sym_COMMA, - ACTIONS(33205), 1, + ACTIONS(33211), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [872874] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33207), 1, + ACTIONS(33213), 1, anon_sym_COMMA, - ACTIONS(33209), 1, + ACTIONS(33215), 1, anon_sym_RPAREN, STATE(27110), 1, aux_sym_tuple_type_repeat1, @@ -1139392,7 +1139392,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5453), 1, anon_sym_RPAREN, - ACTIONS(33211), 1, + ACTIONS(33217), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1139401,7 +1139401,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12317), 1, anon_sym_RBRACK, - ACTIONS(33213), 1, + ACTIONS(33219), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1139410,7 +1139410,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13315), 1, anon_sym_RPAREN, - ACTIONS(33215), 1, + ACTIONS(33221), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1139419,7 +1139419,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12315), 1, anon_sym_RBRACK, - ACTIONS(33217), 1, + ACTIONS(33223), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1139428,16 +1139428,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17428), 1, anon_sym_RPAREN, - ACTIONS(33219), 1, + ACTIONS(33225), 1, anon_sym_COMMA, STATE(26588), 1, aux_sym_class_parameters_repeat1, [872952] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25885), 1, + ACTIONS(25891), 1, anon_sym_COLON, - ACTIONS(25887), 1, + ACTIONS(25893), 1, anon_sym_LBRACE, STATE(6560), 1, sym_enum_body, @@ -1139454,25 +1139454,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6283), 1, anon_sym_RPAREN, - ACTIONS(33221), 1, + ACTIONS(33227), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [872989] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(33223), 1, + ACTIONS(33229), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, [873002] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29381), 1, + ACTIONS(29387), 1, anon_sym_RBRACE, - ACTIONS(29383), 1, + ACTIONS(29389), 1, anon_sym_COMMA, STATE(26232), 1, aux_sym_namespace_selectors_repeat1, @@ -1139481,7 +1139481,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12454), 1, anon_sym_RPAREN, - ACTIONS(33225), 1, + ACTIONS(33231), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1139490,7 +1139490,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13649), 1, anon_sym_RBRACK, - ACTIONS(33227), 1, + ACTIONS(33233), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1139499,16 +1139499,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6251), 1, anon_sym_RPAREN, - ACTIONS(33229), 1, + ACTIONS(33235), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [873054] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33231), 1, + ACTIONS(33237), 1, anon_sym_COMMA, - ACTIONS(33233), 1, + ACTIONS(33239), 1, anon_sym_RBRACK, STATE(26469), 1, aux_sym_tuple_type_repeat1, @@ -1139517,7 +1139517,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13403), 1, anon_sym_RBRACK, - ACTIONS(33235), 1, + ACTIONS(33241), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1139526,43 +1139526,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6459), 1, anon_sym_RPAREN, - ACTIONS(33237), 1, + ACTIONS(33243), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [873093] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33239), 1, + ACTIONS(33245), 1, anon_sym_COMMA, - ACTIONS(33241), 1, + ACTIONS(33247), 1, anon_sym_RBRACK, STATE(26603), 1, aux_sym_tuple_type_repeat1, [873106] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33243), 1, + ACTIONS(33249), 1, anon_sym_COMMA, - ACTIONS(33245), 1, + ACTIONS(33251), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, [873119] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(33247), 1, + ACTIONS(33253), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [873132] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(33247), 1, + ACTIONS(33253), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, @@ -1139571,7 +1139571,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(24150), 1, + ACTIONS(24156), 1, anon_sym_LBRACK, STATE(16931), 1, sym_type_arguments, @@ -1139580,16 +1139580,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6221), 1, anon_sym_RPAREN, - ACTIONS(33249), 1, + ACTIONS(33255), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [873171] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33251), 1, + ACTIONS(33257), 1, anon_sym_COMMA, - ACTIONS(33253), 1, + ACTIONS(33259), 1, anon_sym_RBRACK, STATE(26502), 1, aux_sym_tuple_type_repeat1, @@ -1139598,16 +1139598,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(24977), 1, + ACTIONS(24983), 1, anon_sym_EQ, STATE(7151), 1, sym_block, [873197] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33255), 1, + ACTIONS(33261), 1, anon_sym_COMMA, - ACTIONS(33257), 1, + ACTIONS(33263), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, @@ -1139616,7 +1139616,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12590), 1, anon_sym_RPAREN, - ACTIONS(33259), 1, + ACTIONS(33265), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1139625,7 +1139625,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13125), 1, anon_sym_RPAREN, - ACTIONS(33261), 1, + ACTIONS(33267), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1139634,32 +1139634,32 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13009), 1, anon_sym_RBRACK, - ACTIONS(33263), 1, + ACTIONS(33269), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [873249] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(29351), 3, + ACTIONS(29357), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, [873258] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33265), 1, + ACTIONS(33271), 1, anon_sym_COMMA, - ACTIONS(33267), 1, + ACTIONS(33273), 1, anon_sym_RPAREN, STATE(25824), 1, aux_sym_tuple_type_repeat1, [873271] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33269), 1, + ACTIONS(33275), 1, anon_sym_COMMA, - ACTIONS(33271), 1, + ACTIONS(33277), 1, anon_sym_RPAREN, STATE(25548), 1, aux_sym_tuple_type_repeat1, @@ -1139668,16 +1139668,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6273), 1, anon_sym_RPAREN, - ACTIONS(33273), 1, + ACTIONS(33279), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [873297] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33275), 1, + ACTIONS(33281), 1, anon_sym_COMMA, - ACTIONS(33277), 1, + ACTIONS(33283), 1, anon_sym_RPAREN, STATE(27085), 1, aux_sym_tuple_type_repeat1, @@ -1139686,7 +1139686,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12780), 1, anon_sym_RPAREN, - ACTIONS(33279), 1, + ACTIONS(33285), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1139704,34 +1139704,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17397), 1, anon_sym_RPAREN, - ACTIONS(33281), 1, + ACTIONS(33287), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, [873349] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33283), 1, + ACTIONS(33289), 1, anon_sym_COMMA, - ACTIONS(33285), 1, + ACTIONS(33291), 1, anon_sym_RBRACK, STATE(26661), 1, aux_sym_type_parameters_repeat1, [873362] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33287), 1, + ACTIONS(33293), 1, anon_sym_COMMA, - ACTIONS(33289), 1, + ACTIONS(33295), 1, anon_sym_RPAREN, STATE(27070), 1, aux_sym_tuple_type_repeat1, [873375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33293), 1, + ACTIONS(33299), 1, anon_sym_EQ, - ACTIONS(33291), 2, + ACTIONS(33297), 2, anon_sym_COMMA, anon_sym_RPAREN, [873386] = 4, @@ -1139739,25 +1139739,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13395), 1, anon_sym_RBRACK, - ACTIONS(33295), 1, + ACTIONS(33301), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [873399] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33297), 1, + ACTIONS(33303), 1, anon_sym_COMMA, - ACTIONS(33299), 1, + ACTIONS(33305), 1, anon_sym_RBRACK, STATE(26548), 1, aux_sym_tuple_type_repeat1, [873412] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33301), 1, + ACTIONS(33307), 1, anon_sym_COMMA, - ACTIONS(33303), 1, + ACTIONS(33309), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, @@ -1139766,7 +1139766,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12916), 1, anon_sym_RPAREN, - ACTIONS(33305), 1, + ACTIONS(33311), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1139775,16 +1139775,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17397), 1, anon_sym_RPAREN, - ACTIONS(33281), 1, + ACTIONS(33287), 1, anon_sym_COMMA, STATE(26317), 1, aux_sym_class_parameters_repeat1, [873451] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24788), 1, + ACTIONS(24794), 1, anon_sym_RPAREN, - ACTIONS(33307), 1, + ACTIONS(33313), 1, anon_sym_COMMA, STATE(26630), 1, aux_sym_parameters_repeat1, @@ -1139793,16 +1139793,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11312), 1, anon_sym_LBRACE, - ACTIONS(24292), 1, + ACTIONS(24298), 1, anon_sym_EQ, STATE(6580), 1, sym_block, [873477] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24708), 1, + ACTIONS(24714), 1, anon_sym_RPAREN, - ACTIONS(33309), 1, + ACTIONS(33315), 1, anon_sym_COMMA, STATE(26664), 1, aux_sym_parameters_repeat1, @@ -1139811,16 +1139811,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6189), 1, anon_sym_RPAREN, - ACTIONS(33311), 1, + ACTIONS(33317), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [873503] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33313), 1, + ACTIONS(33319), 1, anon_sym_COMMA, - ACTIONS(33315), 1, + ACTIONS(33321), 1, anon_sym_RBRACK, STATE(26513), 1, aux_sym_tuple_type_repeat1, @@ -1139829,7 +1139829,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13750), 1, anon_sym_RBRACK, - ACTIONS(33317), 1, + ACTIONS(33323), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1139838,43 +1139838,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12281), 1, anon_sym_RPAREN, - ACTIONS(33319), 1, + ACTIONS(33325), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [873542] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33321), 1, + ACTIONS(33327), 1, anon_sym_COMMA, - ACTIONS(33323), 1, + ACTIONS(33329), 1, anon_sym_RBRACK, STATE(26577), 1, aux_sym_tuple_type_repeat1, [873555] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33325), 1, + ACTIONS(33331), 1, anon_sym_COMMA, - ACTIONS(33327), 1, + ACTIONS(33333), 1, anon_sym_RPAREN, STATE(26035), 1, aux_sym_tuple_type_repeat1, [873568] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(33329), 1, + ACTIONS(33335), 1, sym__interpolated_multiline_string_end, STATE(26517), 1, aux_sym_interpolated_string_repeat2, [873581] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(33329), 1, + ACTIONS(33335), 1, sym__interpolated_string_end, STATE(26518), 1, aux_sym_interpolated_string_repeat1, @@ -1139883,16 +1139883,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(24960), 1, + ACTIONS(24966), 1, anon_sym_EQ, STATE(7296), 1, sym_block, [873607] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33331), 1, + ACTIONS(33337), 1, anon_sym_COMMA, - ACTIONS(33333), 1, + ACTIONS(33339), 1, anon_sym_RBRACK, STATE(26523), 1, aux_sym_type_parameters_repeat1, @@ -1139901,16 +1139901,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12504), 1, anon_sym_RBRACK, - ACTIONS(33335), 1, + ACTIONS(33341), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [873633] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(33223), 1, + ACTIONS(33229), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, @@ -1139919,7 +1139919,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(23965), 1, + ACTIONS(23971), 1, anon_sym_EQ, STATE(7348), 1, sym_block, @@ -1139928,7 +1139928,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(23989), 1, + ACTIONS(23995), 1, anon_sym_EQ, STATE(7435), 1, sym_block, @@ -1139937,16 +1139937,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11533), 1, anon_sym_LBRACE, - ACTIONS(24164), 1, + ACTIONS(24170), 1, anon_sym_EQ, STATE(7546), 1, sym_block, [873685] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33337), 1, + ACTIONS(33343), 1, anon_sym_COMMA, - ACTIONS(33339), 1, + ACTIONS(33345), 1, anon_sym_RPAREN, STATE(25863), 1, aux_sym_tuple_type_repeat1, @@ -1139955,7 +1139955,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6297), 1, anon_sym_RPAREN, - ACTIONS(33341), 1, + ACTIONS(33347), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1139964,43 +1139964,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12814), 1, anon_sym_RPAREN, - ACTIONS(33343), 1, + ACTIONS(33349), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [873724] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(33345), 1, + ACTIONS(33351), 1, sym__interpolated_string_end, STATE(26678), 1, aux_sym_interpolated_string_repeat1, [873737] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33347), 1, + ACTIONS(33353), 1, anon_sym_COMMA, - ACTIONS(33349), 1, + ACTIONS(33355), 1, anon_sym_RPAREN, STATE(25390), 1, aux_sym_tuple_type_repeat1, [873750] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24788), 1, + ACTIONS(24794), 1, anon_sym_RPAREN, - ACTIONS(33307), 1, + ACTIONS(33313), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, [873763] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(33345), 1, + ACTIONS(33351), 1, sym__interpolated_multiline_string_end, STATE(26689), 1, aux_sym_interpolated_string_repeat2, @@ -1140009,16 +1140009,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12422), 1, anon_sym_RPAREN, - ACTIONS(33351), 1, + ACTIONS(33357), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [873789] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33353), 1, + ACTIONS(33359), 1, anon_sym_COMMA, - ACTIONS(33355), 1, + ACTIONS(33361), 1, anon_sym_RPAREN, STATE(25695), 1, aux_sym_tuple_type_repeat1, @@ -1140036,16 +1140036,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12271), 1, anon_sym_RBRACK, - ACTIONS(33357), 1, + ACTIONS(33363), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [873828] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33359), 1, + ACTIONS(33365), 1, anon_sym_COMMA, - ACTIONS(33361), 1, + ACTIONS(33367), 1, anon_sym_RBRACK, STATE(26484), 1, aux_sym_tuple_type_repeat1, @@ -1140054,16 +1140054,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13441), 1, anon_sym_RBRACK, - ACTIONS(33363), 1, + ACTIONS(33369), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [873854] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33365), 1, + ACTIONS(33371), 1, anon_sym_COMMA, - ACTIONS(33367), 1, + ACTIONS(33373), 1, anon_sym_RBRACK, STATE(26594), 1, aux_sym_tuple_type_repeat1, @@ -1140072,7 +1140072,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(25717), 1, + ACTIONS(25723), 1, anon_sym_EQ, STATE(8080), 1, sym_block, @@ -1140081,7 +1140081,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6197), 1, anon_sym_RPAREN, - ACTIONS(33369), 1, + ACTIONS(33375), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1140090,7 +1140090,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13461), 1, anon_sym_RBRACK, - ACTIONS(33371), 1, + ACTIONS(33377), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1140116,43 +1140116,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17550), 1, anon_sym_RPAREN, - ACTIONS(33373), 1, + ACTIONS(33379), 1, anon_sym_COMMA, STATE(26705), 1, aux_sym_class_parameters_repeat1, [873943] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(33375), 1, + ACTIONS(33381), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, [873956] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33377), 1, + ACTIONS(33383), 1, anon_sym_COMMA, - ACTIONS(33379), 1, + ACTIONS(33385), 1, anon_sym_RBRACK, STATE(26625), 1, aux_sym_tuple_type_repeat1, [873969] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(33375), 1, + ACTIONS(33381), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [873982] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24674), 1, + ACTIONS(24680), 1, anon_sym_LBRACE, - ACTIONS(24731), 1, + ACTIONS(24737), 1, anon_sym_EQ, STATE(22312), 1, sym_block, @@ -1140161,16 +1140161,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6303), 1, anon_sym_RPAREN, - ACTIONS(33381), 1, + ACTIONS(33387), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [874008] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33383), 1, + ACTIONS(33389), 1, anon_sym_COMMA, - ACTIONS(33385), 1, + ACTIONS(33391), 1, anon_sym_RPAREN, STATE(25785), 1, aux_sym_tuple_type_repeat1, @@ -1140179,7 +1140179,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17342), 1, anon_sym_RPAREN, - ACTIONS(33387), 1, + ACTIONS(33393), 1, anon_sym_COMMA, STATE(26638), 1, aux_sym_class_parameters_repeat1, @@ -1140188,16 +1140188,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17342), 1, anon_sym_RPAREN, - ACTIONS(33387), 1, + ACTIONS(33393), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, [874047] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33389), 1, + ACTIONS(33395), 1, anon_sym_COMMA, - ACTIONS(33391), 1, + ACTIONS(33397), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1140213,18 +1140213,18 @@ static const uint16_t ts_small_parse_table[] = { [874073] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(29265), 1, + ACTIONS(29271), 1, anon_sym_RBRACE, - ACTIONS(29267), 1, + ACTIONS(29273), 1, anon_sym_COMMA, STATE(26647), 1, aux_sym_namespace_selectors_repeat1, [874086] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25850), 1, + ACTIONS(25856), 1, anon_sym_COLON, - ACTIONS(25852), 1, + ACTIONS(25858), 1, anon_sym_LBRACE, STATE(7417), 1, sym_enum_body, @@ -1140233,7 +1140233,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6089), 1, anon_sym_RPAREN, - ACTIONS(33393), 1, + ACTIONS(33399), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1140242,16 +1140242,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13762), 1, anon_sym_RBRACK, - ACTIONS(33395), 1, + ACTIONS(33401), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [874125] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33397), 1, + ACTIONS(33403), 1, anon_sym_COMMA, - ACTIONS(33399), 1, + ACTIONS(33405), 1, anon_sym_RBRACK, STATE(26573), 1, aux_sym_tuple_type_repeat1, @@ -1140266,18 +1140266,18 @@ static const uint16_t ts_small_parse_table[] = { [874149] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33401), 1, + ACTIONS(33407), 1, anon_sym_COMMA, - ACTIONS(33403), 1, + ACTIONS(33409), 1, anon_sym_RBRACK, STATE(26615), 1, aux_sym_tuple_type_repeat1, [874162] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33405), 1, + ACTIONS(33411), 1, anon_sym_COLON, - ACTIONS(33407), 1, + ACTIONS(33413), 1, anon_sym_COMMA, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1140286,16 +1140286,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13523), 1, anon_sym_RBRACK, - ACTIONS(33410), 1, + ACTIONS(33416), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [874188] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33412), 1, + ACTIONS(33418), 1, anon_sym_COMMA, - ACTIONS(33414), 1, + ACTIONS(33420), 1, anon_sym_RBRACK, STATE(26556), 1, aux_sym_tuple_type_repeat1, @@ -1140304,7 +1140304,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6633), 1, anon_sym_RPAREN, - ACTIONS(33416), 1, + ACTIONS(33422), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1140313,7 +1140313,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5975), 1, anon_sym_RPAREN, - ACTIONS(33418), 1, + ACTIONS(33424), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1140322,25 +1140322,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13091), 1, anon_sym_RBRACK, - ACTIONS(33420), 1, + ACTIONS(33426), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [874240] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33422), 1, + ACTIONS(33428), 1, anon_sym_COMMA, - ACTIONS(33424), 1, + ACTIONS(33430), 1, anon_sym_RPAREN, STATE(25942), 1, aux_sym_tuple_type_repeat1, [874253] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(33426), 1, + ACTIONS(33432), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, @@ -1140349,7 +1140349,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12956), 1, anon_sym_RPAREN, - ACTIONS(33428), 1, + ACTIONS(33434), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1140358,7 +1140358,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5405), 1, anon_sym_RPAREN, - ACTIONS(33430), 1, + ACTIONS(33436), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1140367,7 +1140367,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5391), 1, anon_sym_RPAREN, - ACTIONS(33432), 1, + ACTIONS(33438), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1140376,16 +1140376,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(20831), 1, anon_sym_COMMA, - ACTIONS(33434), 1, + ACTIONS(33440), 1, anon_sym_RPAREN, STATE(26382), 1, aux_sym_case_class_pattern_repeat1, [874318] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(33426), 1, + ACTIONS(33432), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, @@ -1140394,16 +1140394,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6333), 1, anon_sym_RPAREN, - ACTIONS(33436), 1, + ACTIONS(33442), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [874344] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33438), 1, + ACTIONS(33444), 1, anon_sym_COMMA, - ACTIONS(33440), 1, + ACTIONS(33446), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1140412,16 +1140412,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12850), 1, anon_sym_RPAREN, - ACTIONS(33442), 1, + ACTIONS(33448), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [874370] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33444), 1, + ACTIONS(33450), 1, anon_sym_COMMA, - ACTIONS(33446), 1, + ACTIONS(33452), 1, anon_sym_RBRACK, STATE(26624), 1, aux_sym_tuple_type_repeat1, @@ -1140430,7 +1140430,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13493), 1, anon_sym_RBRACK, - ACTIONS(33448), 1, + ACTIONS(33454), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1140439,7 +1140439,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12361), 1, anon_sym_RPAREN, - ACTIONS(33450), 1, + ACTIONS(33456), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1140457,7 +1140457,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12416), 1, anon_sym_RPAREN, - ACTIONS(33452), 1, + ACTIONS(33458), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1140466,34 +1140466,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5093), 1, anon_sym_RPAREN, - ACTIONS(33454), 1, + ACTIONS(33460), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [874448] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24674), 1, + ACTIONS(24680), 1, anon_sym_LBRACE, - ACTIONS(24840), 1, + ACTIONS(24846), 1, anon_sym_EQ, STATE(22246), 1, sym_block, [874461] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33456), 1, + ACTIONS(33462), 1, anon_sym_COMMA, - ACTIONS(33458), 1, + ACTIONS(33464), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, [874474] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24686), 1, + ACTIONS(24692), 1, anon_sym_RPAREN, - ACTIONS(33460), 1, + ACTIONS(33466), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, @@ -1140502,7 +1140502,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5997), 1, anon_sym_RPAREN, - ACTIONS(33462), 1, + ACTIONS(33468), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1140511,7 +1140511,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13788), 1, anon_sym_RBRACK, - ACTIONS(33464), 1, + ACTIONS(33470), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1140520,16 +1140520,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13597), 1, anon_sym_RBRACK, - ACTIONS(33466), 1, + ACTIONS(33472), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [874526] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24686), 1, + ACTIONS(24692), 1, anon_sym_RPAREN, - ACTIONS(33460), 1, + ACTIONS(33466), 1, anon_sym_COMMA, STATE(26415), 1, aux_sym_parameters_repeat1, @@ -1140545,9 +1140545,9 @@ static const uint16_t ts_small_parse_table[] = { [874552] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33468), 1, + ACTIONS(33474), 1, anon_sym_COMMA, - ACTIONS(33470), 1, + ACTIONS(33476), 1, anon_sym_RBRACK, STATE(26769), 1, aux_sym_tuple_type_repeat1, @@ -1140556,25 +1140556,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13279), 1, anon_sym_RPAREN, - ACTIONS(33472), 1, + ACTIONS(33478), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [874578] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24359), 1, + ACTIONS(24365), 1, anon_sym_RPAREN, - ACTIONS(33474), 1, + ACTIONS(33480), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, [874591] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33476), 1, + ACTIONS(33482), 1, anon_sym_COMMA, - ACTIONS(33478), 1, + ACTIONS(33484), 1, anon_sym_RBRACK, STATE(26599), 1, aux_sym_tuple_type_repeat1, @@ -1140583,7 +1140583,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(25721), 1, + ACTIONS(25727), 1, anon_sym_EQ, STATE(8283), 1, sym_block, @@ -1140592,7 +1140592,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12878), 1, anon_sym_RPAREN, - ACTIONS(33480), 1, + ACTIONS(33486), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1140608,18 +1140608,18 @@ static const uint16_t ts_small_parse_table[] = { [874643] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33482), 1, + ACTIONS(33488), 1, anon_sym_COMMA, - ACTIONS(33484), 1, + ACTIONS(33490), 1, anon_sym_RBRACK, STATE(26571), 1, aux_sym_tuple_type_repeat1, [874656] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33486), 1, + ACTIONS(33492), 1, anon_sym_COMMA, - ACTIONS(33488), 1, + ACTIONS(33494), 1, anon_sym_RPAREN, STATE(26025), 1, aux_sym_tuple_type_repeat1, @@ -1140628,7 +1140628,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12246), 1, anon_sym_RPAREN, - ACTIONS(33490), 1, + ACTIONS(33496), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1140637,34 +1140637,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17319), 1, anon_sym_RPAREN, - ACTIONS(33492), 1, + ACTIONS(33498), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, [874695] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33494), 1, + ACTIONS(33500), 1, anon_sym_COMMA, - ACTIONS(33496), 1, + ACTIONS(33502), 1, anon_sym_RPAREN, STATE(27077), 1, aux_sym_tuple_type_repeat1, [874708] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33498), 1, + ACTIONS(33504), 1, anon_sym_COMMA, - ACTIONS(33500), 1, + ACTIONS(33506), 1, anon_sym_RPAREN, STATE(27065), 1, aux_sym_tuple_type_repeat1, [874721] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(33502), 1, + ACTIONS(33508), 1, sym__interpolated_multiline_string_end, STATE(26605), 1, aux_sym_interpolated_string_repeat2, @@ -1140673,7 +1140673,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13501), 1, anon_sym_RBRACK, - ACTIONS(33504), 1, + ACTIONS(33510), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1140682,16 +1140682,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13217), 1, anon_sym_RPAREN, - ACTIONS(33506), 1, + ACTIONS(33512), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [874760] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33508), 1, + ACTIONS(33514), 1, anon_sym_COMMA, - ACTIONS(33510), 1, + ACTIONS(33516), 1, anon_sym_RPAREN, STATE(25644), 1, aux_sym_tuple_type_repeat1, @@ -1140700,16 +1140700,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13019), 1, anon_sym_RBRACK, - ACTIONS(33512), 1, + ACTIONS(33518), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [874786] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(33502), 1, + ACTIONS(33508), 1, sym__interpolated_string_end, STATE(26610), 1, aux_sym_interpolated_string_repeat1, @@ -1140718,16 +1140718,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(23681), 1, anon_sym_RBRACE, - ACTIONS(33514), 1, + ACTIONS(33520), 1, anon_sym_COMMA, STATE(26074), 1, aux_sym_namespace_selectors_repeat1, [874812] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33516), 1, + ACTIONS(33522), 1, anon_sym_COMMA, - ACTIONS(33518), 1, + ACTIONS(33524), 1, anon_sym_RBRACK, STATE(26674), 1, aux_sym_tuple_type_repeat1, @@ -1140736,25 +1140736,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6121), 1, anon_sym_RPAREN, - ACTIONS(33520), 1, + ACTIONS(33526), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [874838] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33522), 1, + ACTIONS(33528), 1, anon_sym_COMMA, - ACTIONS(33524), 1, + ACTIONS(33530), 1, anon_sym_RBRACK, STATE(26645), 1, aux_sym_tuple_type_repeat1, [874851] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24674), 1, + ACTIONS(24680), 1, anon_sym_LBRACE, - ACTIONS(24676), 1, + ACTIONS(24682), 1, anon_sym_EQ, STATE(22193), 1, sym_block, @@ -1140763,7 +1140763,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13774), 1, anon_sym_RPAREN, - ACTIONS(33526), 1, + ACTIONS(33532), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1140772,7 +1140772,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6359), 1, anon_sym_RPAREN, - ACTIONS(33528), 1, + ACTIONS(33534), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1140781,16 +1140781,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12868), 1, anon_sym_RPAREN, - ACTIONS(33530), 1, + ACTIONS(33536), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [874903] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33532), 1, + ACTIONS(33538), 1, anon_sym_COMMA, - ACTIONS(33534), 1, + ACTIONS(33540), 1, anon_sym_RBRACK, STATE(26621), 1, aux_sym_type_parameters_repeat1, @@ -1140799,7 +1140799,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6365), 1, anon_sym_RPAREN, - ACTIONS(33536), 1, + ACTIONS(33542), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1140808,16 +1140808,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(24383), 1, + ACTIONS(24389), 1, anon_sym_EQ, STATE(7214), 1, sym_block, [874942] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33538), 1, + ACTIONS(33544), 1, anon_sym_COMMA, - ACTIONS(33540), 1, + ACTIONS(33546), 1, anon_sym_RBRACK, STATE(26670), 1, aux_sym_tuple_type_repeat1, @@ -1140826,7 +1140826,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(24397), 1, + ACTIONS(24403), 1, anon_sym_EQ, STATE(7151), 1, sym_block, @@ -1140841,45 +1140841,45 @@ static const uint16_t ts_small_parse_table[] = { [874979] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33542), 1, + ACTIONS(33548), 1, anon_sym_COMMA, - ACTIONS(33544), 1, + ACTIONS(33550), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, [874992] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33546), 1, + ACTIONS(33552), 1, anon_sym_COMMA, - ACTIONS(33548), 1, + ACTIONS(33554), 1, anon_sym_RPAREN, STATE(26456), 1, aux_sym_bindings_repeat1, [875005] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24672), 1, + ACTIONS(24678), 1, anon_sym_RPAREN, - ACTIONS(33550), 1, + ACTIONS(33556), 1, anon_sym_COMMA, STATE(26834), 1, aux_sym_parameters_repeat1, [875018] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24672), 1, + ACTIONS(24678), 1, anon_sym_RPAREN, - ACTIONS(33550), 1, + ACTIONS(33556), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, [875031] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33552), 1, + ACTIONS(33558), 1, anon_sym_COMMA, - ACTIONS(33554), 1, + ACTIONS(33560), 1, anon_sym_RBRACK, STATE(26642), 1, aux_sym_tuple_type_repeat1, @@ -1140894,9 +1140894,9 @@ static const uint16_t ts_small_parse_table[] = { [875055] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25417), 1, + ACTIONS(25423), 1, anon_sym_LBRACK, - ACTIONS(33556), 1, + ACTIONS(33562), 1, anon_sym_match, STATE(18473), 1, sym_type_arguments, @@ -1140905,7 +1140905,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(24423), 1, + ACTIONS(24429), 1, anon_sym_EQ, STATE(7296), 1, sym_block, @@ -1140914,7 +1140914,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5887), 1, anon_sym_RPAREN, - ACTIONS(33558), 1, + ACTIONS(33564), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1140923,7 +1140923,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13778), 1, anon_sym_RBRACK, - ACTIONS(33560), 1, + ACTIONS(33566), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1140932,7 +1140932,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(24306), 1, + ACTIONS(24312), 1, anon_sym_EQ, STATE(8283), 1, sym_block, @@ -1140941,16 +1140941,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11312), 1, anon_sym_LBRACE, - ACTIONS(24282), 1, + ACTIONS(24288), 1, anon_sym_EQ, STATE(6544), 1, sym_block, [875133] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33562), 1, + ACTIONS(33568), 1, anon_sym_COMMA, - ACTIONS(33564), 1, + ACTIONS(33570), 1, anon_sym_RPAREN, STATE(27045), 1, aux_sym_tuple_type_repeat1, @@ -1140959,7 +1140959,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13521), 1, anon_sym_RBRACK, - ACTIONS(33566), 1, + ACTIONS(33572), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1140968,7 +1140968,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12040), 1, anon_sym_RPAREN, - ACTIONS(33568), 1, + ACTIONS(33574), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1140977,7 +1140977,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25286), 1, + ACTIONS(25292), 1, anon_sym_LBRACK, STATE(18926), 1, sym_type_arguments, @@ -1140986,34 +1140986,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12046), 1, anon_sym_RPAREN, - ACTIONS(33570), 1, + ACTIONS(33576), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [875198] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(33572), 1, + ACTIONS(33578), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, [875211] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33574), 1, + ACTIONS(33580), 1, anon_sym_COMMA, - ACTIONS(33576), 1, + ACTIONS(33582), 1, anon_sym_RPAREN, STATE(27225), 1, aux_sym_tuple_type_repeat1, [875224] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33578), 1, + ACTIONS(33584), 1, anon_sym_COMMA, - ACTIONS(33580), 1, + ACTIONS(33586), 1, anon_sym_RBRACK, STATE(26686), 1, aux_sym_tuple_type_repeat1, @@ -1141022,43 +1141022,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6389), 1, anon_sym_RPAREN, - ACTIONS(33582), 1, + ACTIONS(33588), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [875250] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33584), 1, + ACTIONS(33590), 1, anon_sym_COMMA, - ACTIONS(33586), 1, + ACTIONS(33592), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [875263] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33588), 1, + ACTIONS(33594), 1, anon_sym_COMMA, - ACTIONS(33590), 1, + ACTIONS(33596), 1, anon_sym_RBRACK, STATE(26467), 1, aux_sym_tuple_type_repeat1, [875276] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33592), 1, + ACTIONS(33598), 1, anon_sym_COMMA, - ACTIONS(33594), 1, + ACTIONS(33600), 1, anon_sym_RPAREN, STATE(27100), 1, aux_sym_tuple_type_repeat1, [875289] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33596), 1, + ACTIONS(33602), 1, anon_sym_COMMA, - ACTIONS(33598), 1, + ACTIONS(33604), 1, anon_sym_RPAREN, STATE(25614), 1, aux_sym_tuple_type_repeat1, @@ -1141067,7 +1141067,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13559), 1, anon_sym_RBRACK, - ACTIONS(33600), 1, + ACTIONS(33606), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1141076,7 +1141076,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13575), 1, anon_sym_RBRACK, - ACTIONS(33602), 1, + ACTIONS(33608), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1141085,16 +1141085,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12148), 1, anon_sym_RPAREN, - ACTIONS(33604), 1, + ACTIONS(33610), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [875341] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(33572), 1, + ACTIONS(33578), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, @@ -1141103,34 +1141103,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6405), 1, anon_sym_RPAREN, - ACTIONS(33606), 1, + ACTIONS(33612), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [875367] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33608), 1, + ACTIONS(33614), 1, anon_sym_COMMA, - ACTIONS(33610), 1, + ACTIONS(33616), 1, anon_sym_RBRACK, STATE(26540), 1, aux_sym_type_parameters_repeat1, [875380] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33612), 1, + ACTIONS(33618), 1, anon_sym_COMMA, - ACTIONS(33614), 1, + ACTIONS(33620), 1, anon_sym_RBRACK, STATE(26708), 1, aux_sym_tuple_type_repeat1, [875393] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33616), 1, + ACTIONS(33622), 1, anon_sym_COMMA, - ACTIONS(33618), 1, + ACTIONS(33624), 1, anon_sym_RBRACK, STATE(25517), 1, aux_sym_tuple_type_repeat1, @@ -1141139,7 +1141139,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12299), 1, anon_sym_RPAREN, - ACTIONS(33620), 1, + ACTIONS(33626), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1141148,7 +1141148,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13619), 1, anon_sym_RBRACK, - ACTIONS(33622), 1, + ACTIONS(33628), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1141157,7 +1141157,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6595), 1, anon_sym_RPAREN, - ACTIONS(33624), 1, + ACTIONS(33630), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1141166,25 +1141166,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13347), 1, anon_sym_RPAREN, - ACTIONS(33626), 1, + ACTIONS(33632), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [875458] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33628), 1, + ACTIONS(33634), 1, anon_sym_COMMA, - ACTIONS(33630), 1, + ACTIONS(33636), 1, anon_sym_RPAREN, STATE(26383), 1, aux_sym_parameter_types_repeat1, [875471] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(33632), 1, + ACTIONS(33638), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, @@ -1141193,16 +1141193,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17336), 1, anon_sym_RPAREN, - ACTIONS(33634), 1, + ACTIONS(33640), 1, anon_sym_COMMA, STATE(26845), 1, aux_sym_class_parameters_repeat1, [875497] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(33632), 1, + ACTIONS(33638), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, @@ -1141211,16 +1141211,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12140), 1, anon_sym_RBRACK, - ACTIONS(33636), 1, + ACTIONS(33642), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [875523] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33638), 1, + ACTIONS(33644), 1, anon_sym_COMMA, - ACTIONS(33640), 1, + ACTIONS(33646), 1, anon_sym_RBRACK, STATE(26715), 1, aux_sym_tuple_type_repeat1, @@ -1141229,7 +1141229,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5371), 1, anon_sym_RPAREN, - ACTIONS(33642), 1, + ACTIONS(33648), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1141238,7 +1141238,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17336), 1, anon_sym_RPAREN, - ACTIONS(33634), 1, + ACTIONS(33640), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, @@ -1141247,7 +1141247,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5813), 1, anon_sym_RPAREN, - ACTIONS(33644), 1, + ACTIONS(33650), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1141256,7 +1141256,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(24298), 1, + ACTIONS(24304), 1, anon_sym_EQ, STATE(8080), 1, sym_block, @@ -1141265,16 +1141265,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13826), 1, anon_sym_RBRACK, - ACTIONS(33646), 1, + ACTIONS(33652), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [875601] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33648), 1, + ACTIONS(33654), 1, anon_sym_COMMA, - ACTIONS(33650), 1, + ACTIONS(33656), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, @@ -1141283,16 +1141283,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13798), 1, anon_sym_RBRACK, - ACTIONS(33652), 1, + ACTIONS(33658), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [875627] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33654), 1, + ACTIONS(33660), 1, anon_sym_COMMA, - ACTIONS(33656), 1, + ACTIONS(33662), 1, anon_sym_RBRACK, STATE(26687), 1, aux_sym_tuple_type_repeat1, @@ -1141301,7 +1141301,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13445), 1, anon_sym_RBRACK, - ACTIONS(33658), 1, + ACTIONS(33664), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1141310,16 +1141310,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5367), 1, anon_sym_RPAREN, - ACTIONS(33660), 1, + ACTIONS(33666), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [875666] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33662), 1, + ACTIONS(33668), 1, anon_sym_COMMA, - ACTIONS(33664), 1, + ACTIONS(33670), 1, anon_sym_RPAREN, STATE(26481), 1, aux_sym_tuple_type_repeat1, @@ -1141328,25 +1141328,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12132), 1, anon_sym_RBRACK, - ACTIONS(33666), 1, + ACTIONS(33672), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [875692] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33668), 1, + ACTIONS(33674), 1, anon_sym_COMMA, - ACTIONS(33670), 1, + ACTIONS(33676), 1, anon_sym_RBRACK, STATE(26702), 1, aux_sym_tuple_type_repeat1, [875705] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33672), 1, + ACTIONS(33678), 1, anon_sym_COLON, - ACTIONS(33674), 1, + ACTIONS(33680), 1, anon_sym_EQ_GT, STATE(29347), 1, sym__self_type_ascription, @@ -1141355,7 +1141355,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6085), 1, anon_sym_RPAREN, - ACTIONS(33676), 1, + ACTIONS(33682), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1141364,16 +1141364,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12464), 1, anon_sym_RPAREN, - ACTIONS(33678), 1, + ACTIONS(33684), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [875744] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25962), 1, + ACTIONS(25968), 1, anon_sym_COLON, - ACTIONS(25964), 1, + ACTIONS(25970), 1, anon_sym_LBRACE, STATE(12434), 1, sym_enum_body, @@ -1141382,7 +1141382,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6421), 1, anon_sym_RPAREN, - ACTIONS(33680), 1, + ACTIONS(33686), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1141391,7 +1141391,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(33682), 1, + ACTIONS(33688), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1141408,7 +1141408,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12252), 1, anon_sym_RPAREN, - ACTIONS(33684), 1, + ACTIONS(33690), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1141417,16 +1141417,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13613), 1, anon_sym_RBRACK, - ACTIONS(33686), 1, + ACTIONS(33692), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [875820] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33688), 1, + ACTIONS(33694), 1, anon_sym_COMMA, - ACTIONS(33690), 1, + ACTIONS(33696), 1, anon_sym_RPAREN, STATE(27237), 1, aux_sym_tuple_type_repeat1, @@ -1141444,34 +1141444,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17381), 1, anon_sym_RPAREN, - ACTIONS(33692), 1, + ACTIONS(33698), 1, anon_sym_COMMA, STATE(26534), 1, aux_sym_class_parameters_repeat1, [875859] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33694), 1, + ACTIONS(33700), 1, anon_sym_COMMA, - ACTIONS(33696), 1, + ACTIONS(33702), 1, anon_sym_RBRACK, STATE(26743), 1, aux_sym_tuple_type_repeat1, [875872] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33698), 1, + ACTIONS(33704), 1, anon_sym_COMMA, - ACTIONS(33700), 1, + ACTIONS(33706), 1, anon_sym_RBRACK, STATE(26695), 1, aux_sym_tuple_type_repeat1, [875885] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33702), 1, + ACTIONS(33708), 1, anon_sym_COMMA, - ACTIONS(33704), 1, + ACTIONS(33710), 1, anon_sym_RPAREN, STATE(25740), 1, aux_sym_tuple_type_repeat1, @@ -1141480,7 +1141480,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12355), 1, anon_sym_RPAREN, - ACTIONS(33706), 1, + ACTIONS(33712), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1141489,7 +1141489,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12884), 1, anon_sym_RPAREN, - ACTIONS(33708), 1, + ACTIONS(33714), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1141498,34 +1141498,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13679), 1, anon_sym_RBRACK, - ACTIONS(33710), 1, + ACTIONS(33716), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [875937] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(33712), 1, + ACTIONS(33718), 1, sym__interpolated_multiline_string_end, STATE(26699), 1, aux_sym_interpolated_string_repeat2, [875950] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(28335), 1, + ACTIONS(28341), 1, anon_sym_RBRACE, - ACTIONS(28337), 1, + ACTIONS(28343), 1, anon_sym_COMMA, STATE(26872), 1, aux_sym_namespace_selectors_repeat1, [875963] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(33712), 1, + ACTIONS(33718), 1, sym__interpolated_string_end, STATE(26701), 1, aux_sym_interpolated_string_repeat1, @@ -1141534,16 +1141534,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(24294), 1, + ACTIONS(24300), 1, anon_sym_EQ, STATE(7826), 1, sym_block, [875989] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33714), 1, + ACTIONS(33720), 1, anon_sym_COMMA, - ACTIONS(33716), 1, + ACTIONS(33722), 1, anon_sym_RBRACK, STATE(26709), 1, aux_sym_type_parameters_repeat1, @@ -1141552,16 +1141552,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6479), 1, anon_sym_RPAREN, - ACTIONS(33718), 1, + ACTIONS(33724), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [876015] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33720), 1, + ACTIONS(33726), 1, anon_sym_COMMA, - ACTIONS(33722), 1, + ACTIONS(33728), 1, anon_sym_RBRACK, STATE(26754), 1, aux_sym_tuple_type_repeat1, @@ -1141570,7 +1141570,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6483), 1, anon_sym_RPAREN, - ACTIONS(33724), 1, + ACTIONS(33730), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1141579,25 +1141579,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13685), 1, anon_sym_RBRACK, - ACTIONS(33726), 1, + ACTIONS(33732), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [876054] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33728), 1, + ACTIONS(33734), 1, anon_sym_COMMA, - ACTIONS(33730), 1, + ACTIONS(33736), 1, anon_sym_RBRACK, STATE(26734), 1, aux_sym_tuple_type_repeat1, [876067] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33732), 1, + ACTIONS(33738), 1, anon_sym_COMMA, - ACTIONS(33734), 1, + ACTIONS(33740), 1, anon_sym_RBRACK, STATE(26712), 1, aux_sym_tuple_type_repeat1, @@ -1141606,7 +1141606,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12168), 1, anon_sym_RBRACK, - ACTIONS(33736), 1, + ACTIONS(33742), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1141615,25 +1141615,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12064), 1, anon_sym_RBRACK, - ACTIONS(33738), 1, + ACTIONS(33744), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [876106] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33740), 1, + ACTIONS(33746), 1, anon_sym_COMMA, - ACTIONS(33742), 1, + ACTIONS(33748), 1, anon_sym_RPAREN, STATE(27281), 1, aux_sym_tuple_type_repeat1, [876119] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33744), 1, + ACTIONS(33750), 1, anon_sym_COMMA, - ACTIONS(33746), 1, + ACTIONS(33752), 1, anon_sym_RPAREN, STATE(25649), 1, aux_sym_tuple_type_repeat1, @@ -1141650,7 +1141650,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17529), 1, anon_sym_RPAREN, - ACTIONS(33748), 1, + ACTIONS(33754), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, @@ -1141659,7 +1141659,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13748), 1, anon_sym_RPAREN, - ACTIONS(33750), 1, + ACTIONS(33756), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1141668,7 +1141668,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5731), 1, anon_sym_RPAREN, - ACTIONS(33752), 1, + ACTIONS(33758), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1141677,7 +1141677,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13844), 1, anon_sym_RBRACK, - ACTIONS(33754), 1, + ACTIONS(33760), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1141686,25 +1141686,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12983), 1, anon_sym_RPAREN, - ACTIONS(33756), 1, + ACTIONS(33762), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [876208] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33758), 1, + ACTIONS(33764), 1, anon_sym_COMMA, - ACTIONS(33760), 1, + ACTIONS(33766), 1, anon_sym_RBRACK, STATE(26768), 1, aux_sym_tuple_type_repeat1, [876221] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33762), 1, + ACTIONS(33768), 1, anon_sym_COMMA, - ACTIONS(33764), 1, + ACTIONS(33770), 1, anon_sym_RBRACK, STATE(26871), 1, aux_sym_tuple_type_repeat1, @@ -1141713,25 +1141713,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6173), 1, anon_sym_RPAREN, - ACTIONS(33766), 1, + ACTIONS(33772), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [876247] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33768), 1, + ACTIONS(33774), 1, anon_sym_COMMA, - ACTIONS(33770), 1, + ACTIONS(33776), 1, anon_sym_RPAREN, STATE(26096), 1, aux_sym_tuple_type_repeat1, [876260] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33772), 1, + ACTIONS(33778), 1, anon_sym_COMMA, - ACTIONS(33774), 1, + ACTIONS(33780), 1, anon_sym_RBRACK, STATE(26725), 1, aux_sym_tuple_type_repeat1, @@ -1141749,16 +1141749,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6519), 1, anon_sym_RPAREN, - ACTIONS(33776), 1, + ACTIONS(33782), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [876299] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33778), 1, + ACTIONS(33784), 1, anon_sym_COMMA, - ACTIONS(33780), 1, + ACTIONS(33786), 1, anon_sym_RBRACK, STATE(26846), 1, aux_sym_tuple_type_repeat1, @@ -1141767,7 +1141767,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(33782), 1, + ACTIONS(33788), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1141784,7 +1141784,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12094), 1, anon_sym_RPAREN, - ACTIONS(33784), 1, + ACTIONS(33790), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1141793,7 +1141793,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(25204), 1, + ACTIONS(25210), 1, anon_sym_EQ, STATE(7214), 1, sym_block, @@ -1141802,7 +1141802,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13701), 1, anon_sym_RBRACK, - ACTIONS(33786), 1, + ACTIONS(33792), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1141811,7 +1141811,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12818), 1, anon_sym_RBRACK, - ACTIONS(33788), 1, + ACTIONS(33794), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1141820,16 +1141820,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(33790), 1, + ACTIONS(33796), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, [876401] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24762), 1, + ACTIONS(24768), 1, anon_sym_RPAREN, - ACTIONS(33792), 1, + ACTIONS(33798), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, @@ -1141838,52 +1141838,52 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6337), 1, anon_sym_RPAREN, - ACTIONS(33794), 1, + ACTIONS(33800), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [876427] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33796), 1, + ACTIONS(33802), 1, anon_sym_COMMA, - ACTIONS(33798), 1, + ACTIONS(33804), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [876440] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25958), 1, + ACTIONS(25964), 1, anon_sym_COLON, - ACTIONS(25960), 1, + ACTIONS(25966), 1, anon_sym_LBRACE, STATE(21946), 1, sym_enum_body, [876453] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33800), 1, + ACTIONS(33806), 1, anon_sym_COMMA, - ACTIONS(33802), 1, + ACTIONS(33808), 1, anon_sym_RBRACK, STATE(26796), 1, aux_sym_tuple_type_repeat1, [876466] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33804), 1, + ACTIONS(33810), 1, anon_sym_COMMA, - ACTIONS(33806), 1, + ACTIONS(33812), 1, anon_sym_RPAREN, STATE(27111), 1, aux_sym_tuple_type_repeat1, [876479] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33808), 1, + ACTIONS(33814), 1, anon_sym_COMMA, - ACTIONS(33810), 1, + ACTIONS(33816), 1, anon_sym_RPAREN, STATE(27022), 1, aux_sym_tuple_type_repeat1, @@ -1141892,25 +1141892,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13742), 1, anon_sym_RBRACK, - ACTIONS(33812), 1, + ACTIONS(33818), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [876505] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33814), 1, + ACTIONS(33820), 1, anon_sym_COMMA, - ACTIONS(33816), 1, + ACTIONS(33822), 1, anon_sym_RPAREN, STATE(26028), 1, aux_sym_tuple_type_repeat1, [876518] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33818), 1, + ACTIONS(33824), 1, anon_sym_COMMA, - ACTIONS(33820), 1, + ACTIONS(33826), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1141919,7 +1141919,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6535), 1, anon_sym_RPAREN, - ACTIONS(33822), 1, + ACTIONS(33828), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1141928,7 +1141928,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12060), 1, anon_sym_RBRACK, - ACTIONS(33824), 1, + ACTIONS(33830), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1141937,7 +1141937,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5979), 1, anon_sym_RPAREN, - ACTIONS(33826), 1, + ACTIONS(33832), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1141946,7 +1141946,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13782), 1, anon_sym_RBRACK, - ACTIONS(33828), 1, + ACTIONS(33834), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1141955,25 +1141955,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5989), 1, anon_sym_RPAREN, - ACTIONS(33830), 1, + ACTIONS(33836), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [876596] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33832), 1, + ACTIONS(33838), 1, anon_sym_COMMA, - ACTIONS(33834), 1, + ACTIONS(33840), 1, anon_sym_RBRACK, STATE(26793), 1, aux_sym_tuple_type_repeat1, [876609] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33836), 1, + ACTIONS(33842), 1, anon_sym_COMMA, - ACTIONS(33838), 1, + ACTIONS(33844), 1, anon_sym_RBRACK, STATE(26820), 1, aux_sym_tuple_type_repeat1, @@ -1141982,16 +1141982,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5341), 1, anon_sym_RPAREN, - ACTIONS(33840), 1, + ACTIONS(33846), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [876635] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33842), 1, + ACTIONS(33848), 1, anon_sym_COMMA, - ACTIONS(33844), 1, + ACTIONS(33850), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1142000,16 +1142000,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5509), 1, anon_sym_RPAREN, - ACTIONS(33846), 1, + ACTIONS(33852), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [876661] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33848), 1, + ACTIONS(33854), 1, anon_sym_COMMA, - ACTIONS(33850), 1, + ACTIONS(33856), 1, anon_sym_RBRACK, STATE(26778), 1, aux_sym_tuple_type_repeat1, @@ -1142018,7 +1142018,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6545), 1, anon_sym_RPAREN, - ACTIONS(33852), 1, + ACTIONS(33858), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1142027,7 +1142027,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13770), 1, anon_sym_RBRACK, - ACTIONS(33854), 1, + ACTIONS(33860), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1142036,16 +1142036,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12335), 1, anon_sym_RPAREN, - ACTIONS(33856), 1, + ACTIONS(33862), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [876713] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(33858), 1, + ACTIONS(33864), 1, sym__interpolated_multiline_string_end, STATE(26557), 1, aux_sym_interpolated_string_repeat2, @@ -1142054,52 +1142054,52 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13848), 1, anon_sym_RBRACK, - ACTIONS(33860), 1, + ACTIONS(33866), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [876739] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(33858), 1, + ACTIONS(33864), 1, sym__interpolated_string_end, STATE(26507), 1, aux_sym_interpolated_string_repeat1, [876752] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33862), 1, + ACTIONS(33868), 1, anon_sym_COMMA, - ACTIONS(33864), 1, + ACTIONS(33870), 1, anon_sym_RBRACK, STATE(26813), 1, aux_sym_tuple_type_repeat1, [876765] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(33866), 1, + ACTIONS(33872), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [876778] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(33866), 1, + ACTIONS(33872), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, [876791] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33868), 1, + ACTIONS(33874), 1, anon_sym_COMMA, - ACTIONS(33870), 1, + ACTIONS(33876), 1, anon_sym_RPAREN, STATE(26652), 1, aux_sym_tuple_type_repeat1, @@ -1142108,7 +1142108,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6589), 1, anon_sym_RPAREN, - ACTIONS(33872), 1, + ACTIONS(33878), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1142117,16 +1142117,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(25202), 1, + ACTIONS(25208), 1, anon_sym_EQ, STATE(7151), 1, sym_block, [876830] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33874), 1, + ACTIONS(33880), 1, anon_sym_COMMA, - ACTIONS(33876), 1, + ACTIONS(33882), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, @@ -1142135,7 +1142135,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13828), 1, anon_sym_RBRACK, - ACTIONS(33878), 1, + ACTIONS(33884), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1142144,7 +1142144,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(21410), 1, anon_sym_COMMA, - ACTIONS(33880), 1, + ACTIONS(33886), 1, anon_sym_COLON, STATE(26598), 1, aux_sym_val_declaration_repeat1, @@ -1142153,7 +1142153,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5337), 1, anon_sym_RPAREN, - ACTIONS(33882), 1, + ACTIONS(33888), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1142162,25 +1142162,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6013), 1, anon_sym_RPAREN, - ACTIONS(33884), 1, + ACTIONS(33890), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [876895] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33886), 1, + ACTIONS(33892), 1, anon_sym_COMMA, - ACTIONS(33888), 1, + ACTIONS(33894), 1, anon_sym_RBRACK, STATE(26453), 1, aux_sym_tuple_type_repeat1, [876908] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33890), 1, + ACTIONS(33896), 1, anon_sym_COMMA, - ACTIONS(33892), 1, + ACTIONS(33898), 1, anon_sym_RBRACK, STATE(26890), 1, aux_sym_type_parameters_repeat1, @@ -1142189,7 +1142189,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(24956), 1, + ACTIONS(24962), 1, anon_sym_LBRACK, STATE(17667), 1, sym_type_arguments, @@ -1142198,7 +1142198,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(23662), 1, anon_sym_LBRACE, - ACTIONS(23804), 1, + ACTIONS(23810), 1, anon_sym_EQ, STATE(21485), 1, sym_block, @@ -1142207,16 +1142207,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13830), 1, anon_sym_RBRACK, - ACTIONS(33894), 1, + ACTIONS(33900), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [876960] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33896), 1, + ACTIONS(33902), 1, anon_sym_COMMA, - ACTIONS(33898), 1, + ACTIONS(33904), 1, anon_sym_RPAREN, STATE(27264), 1, aux_sym_tuple_type_repeat1, @@ -1142225,7 +1142225,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6599), 1, anon_sym_RPAREN, - ACTIONS(33900), 1, + ACTIONS(33906), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1142234,34 +1142234,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13659), 1, anon_sym_RBRACK, - ACTIONS(33902), 1, + ACTIONS(33908), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [876999] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24323), 1, + ACTIONS(24329), 1, anon_sym_RPAREN, - ACTIONS(33904), 1, + ACTIONS(33910), 1, anon_sym_COMMA, STATE(26892), 1, aux_sym_parameters_repeat1, [877012] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(33906), 1, + ACTIONS(33912), 1, sym__interpolated_string_end, STATE(26926), 1, aux_sym_interpolated_string_repeat1, [877025] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33908), 1, + ACTIONS(33914), 1, anon_sym_COMMA, - ACTIONS(33910), 1, + ACTIONS(33916), 1, anon_sym_RBRACK, STATE(26784), 1, aux_sym_tuple_type_repeat1, @@ -1142270,7 +1142270,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12076), 1, anon_sym_RBRACK, - ACTIONS(33912), 1, + ACTIONS(33918), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1142279,25 +1142279,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13191), 1, anon_sym_RPAREN, - ACTIONS(33914), 1, + ACTIONS(33920), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [877064] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33916), 1, + ACTIONS(33922), 1, anon_sym_COMMA, - ACTIONS(33918), 1, + ACTIONS(33924), 1, anon_sym_RBRACK, STATE(26805), 1, aux_sym_tuple_type_repeat1, [877077] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33920), 1, + ACTIONS(33926), 1, anon_sym_COMMA, - ACTIONS(33922), 1, + ACTIONS(33928), 1, anon_sym_RBRACK, STATE(26782), 1, aux_sym_tuple_type_repeat1, @@ -1142306,16 +1142306,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12414), 1, anon_sym_RPAREN, - ACTIONS(33924), 1, + ACTIONS(33930), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [877103] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33926), 1, + ACTIONS(33932), 1, anon_sym_COMMA, - ACTIONS(33928), 1, + ACTIONS(33934), 1, anon_sym_RBRACK, STATE(26839), 1, aux_sym_tuple_type_repeat1, @@ -1142324,16 +1142324,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12910), 1, anon_sym_RPAREN, - ACTIONS(33930), 1, + ACTIONS(33936), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [877129] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(33906), 1, + ACTIONS(33912), 1, sym__interpolated_multiline_string_end, STATE(26929), 1, aux_sym_interpolated_string_repeat2, @@ -1142342,7 +1142342,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6639), 1, anon_sym_RPAREN, - ACTIONS(33932), 1, + ACTIONS(33938), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1142351,7 +1142351,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13211), 1, anon_sym_RPAREN, - ACTIONS(33934), 1, + ACTIONS(33940), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1142360,16 +1142360,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13011), 1, anon_sym_RPAREN, - ACTIONS(33936), 1, + ACTIONS(33942), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [877181] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33938), 1, + ACTIONS(33944), 1, anon_sym_COMMA, - ACTIONS(33940), 1, + ACTIONS(33946), 1, anon_sym_RPAREN, STATE(25827), 1, aux_sym_tuple_type_repeat1, @@ -1142378,43 +1142378,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6629), 1, anon_sym_RPAREN, - ACTIONS(33942), 1, + ACTIONS(33948), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [877207] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25958), 1, + ACTIONS(25964), 1, anon_sym_COLON, - ACTIONS(25960), 1, + ACTIONS(25966), 1, anon_sym_LBRACE, STATE(21979), 1, sym_enum_body, [877220] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24654), 1, + ACTIONS(24660), 1, anon_sym_RPAREN, - ACTIONS(33944), 1, + ACTIONS(33950), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, [877233] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(33946), 1, + ACTIONS(33952), 1, sym__interpolated_multiline_string_end, STATE(26799), 1, aux_sym_interpolated_string_repeat2, [877246] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(33946), 1, + ACTIONS(33952), 1, sym__interpolated_string_end, STATE(26800), 1, aux_sym_interpolated_string_repeat1, @@ -1142423,16 +1142423,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11645), 1, anon_sym_LBRACE, - ACTIONS(25198), 1, + ACTIONS(25204), 1, anon_sym_EQ, STATE(7296), 1, sym_block, [877272] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33948), 1, + ACTIONS(33954), 1, anon_sym_COMMA, - ACTIONS(33950), 1, + ACTIONS(33956), 1, anon_sym_RBRACK, STATE(26804), 1, aux_sym_type_parameters_repeat1, @@ -1142441,43 +1142441,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13736), 1, anon_sym_RBRACK, - ACTIONS(33952), 1, + ACTIONS(33958), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [877298] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33954), 1, + ACTIONS(33960), 1, anon_sym_COMMA, - ACTIONS(33956), 1, + ACTIONS(33962), 1, anon_sym_RPAREN, STATE(26752), 1, aux_sym_tuple_type_repeat1, [877311] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33958), 1, + ACTIONS(33964), 1, anon_sym_COMMA, - ACTIONS(33960), 1, + ACTIONS(33966), 1, anon_sym_RBRACK, STATE(26850), 1, aux_sym_tuple_type_repeat1, [877324] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33962), 1, + ACTIONS(33968), 1, anon_sym_COMMA, - ACTIONS(33964), 1, + ACTIONS(33970), 1, anon_sym_RBRACK, STATE(26862), 1, aux_sym_tuple_type_repeat1, [877337] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33966), 1, + ACTIONS(33972), 1, anon_sym_COMMA, - ACTIONS(33968), 1, + ACTIONS(33974), 1, anon_sym_RPAREN, STATE(25843), 1, aux_sym_tuple_type_repeat1, @@ -1142486,7 +1142486,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11312), 1, anon_sym_LBRACE, - ACTIONS(24280), 1, + ACTIONS(24286), 1, anon_sym_EQ, STATE(6630), 1, sym_block, @@ -1142495,7 +1142495,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17388), 1, anon_sym_RPAREN, - ACTIONS(33970), 1, + ACTIONS(33976), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, @@ -1142504,7 +1142504,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13537), 1, anon_sym_RBRACK, - ACTIONS(33972), 1, + ACTIONS(33978), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1142513,7 +1142513,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6665), 1, anon_sym_RPAREN, - ACTIONS(33974), 1, + ACTIONS(33980), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1142522,7 +1142522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12926), 1, anon_sym_RPAREN, - ACTIONS(33976), 1, + ACTIONS(33982), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1142531,7 +1142531,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5595), 1, anon_sym_RPAREN, - ACTIONS(33978), 1, + ACTIONS(33984), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1142540,7 +1142540,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13699), 1, anon_sym_RBRACK, - ACTIONS(33980), 1, + ACTIONS(33986), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1142549,7 +1142549,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6675), 1, anon_sym_RPAREN, - ACTIONS(33982), 1, + ACTIONS(33988), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1142558,7 +1142558,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(25102), 1, + ACTIONS(25108), 1, anon_sym_EQ, STATE(8283), 1, sym_block, @@ -1142567,16 +1142567,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(25106), 1, + ACTIONS(25112), 1, anon_sym_EQ, STATE(8080), 1, sym_block, [877480] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33984), 1, + ACTIONS(33990), 1, anon_sym_COMMA, - ACTIONS(33986), 1, + ACTIONS(33992), 1, anon_sym_RPAREN, STATE(26675), 1, aux_sym_tuple_type_repeat1, @@ -1142591,9 +1142591,9 @@ static const uint16_t ts_small_parse_table[] = { [877504] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33988), 1, + ACTIONS(33994), 1, anon_sym_COMMA, - ACTIONS(33990), 1, + ACTIONS(33996), 1, anon_sym_RBRACK, STATE(26971), 1, aux_sym_tuple_type_repeat1, @@ -1142611,7 +1142611,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5671), 1, anon_sym_RPAREN, - ACTIONS(33992), 1, + ACTIONS(33998), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1142620,7 +1142620,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(25104), 1, + ACTIONS(25110), 1, anon_sym_EQ, STATE(7826), 1, sym_block, @@ -1142629,16 +1142629,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13760), 1, anon_sym_RPAREN, - ACTIONS(33994), 1, + ACTIONS(34000), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [877569] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24799), 1, + ACTIONS(24805), 1, anon_sym_RPAREN, - ACTIONS(33996), 1, + ACTIONS(34002), 1, anon_sym_COMMA, STATE(26622), 1, aux_sym_parameters_repeat1, @@ -1142647,16 +1142647,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13409), 1, anon_sym_RBRACK, - ACTIONS(33998), 1, + ACTIONS(34004), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [877595] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34000), 1, + ACTIONS(34006), 1, anon_sym_COMMA, - ACTIONS(34002), 1, + ACTIONS(34008), 1, anon_sym_RPAREN, STATE(27300), 1, aux_sym_tuple_type_repeat1, @@ -1142672,9 +1142672,9 @@ static const uint16_t ts_small_parse_table[] = { [877621] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34004), 1, + ACTIONS(34010), 1, anon_sym_COMMA, - ACTIONS(34006), 1, + ACTIONS(34012), 1, anon_sym_RPAREN, STATE(26161), 1, aux_sym_tuple_type_repeat1, @@ -1142683,7 +1142683,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13051), 1, anon_sym_RPAREN, - ACTIONS(34008), 1, + ACTIONS(34014), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1142700,25 +1142700,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12022), 1, anon_sym_RPAREN, - ACTIONS(34010), 1, + ACTIONS(34016), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [877671] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34012), 1, + ACTIONS(34018), 1, anon_sym_COMMA, - ACTIONS(34014), 1, + ACTIONS(34020), 1, anon_sym_RBRACK, STATE(26875), 1, aux_sym_tuple_type_repeat1, [877684] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34016), 1, + ACTIONS(34022), 1, anon_sym_COMMA, - ACTIONS(34018), 1, + ACTIONS(34024), 1, anon_sym_RBRACK, STATE(26883), 1, aux_sym_tuple_type_repeat1, @@ -1142727,25 +1142727,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12644), 1, anon_sym_RBRACK, - ACTIONS(34020), 1, + ACTIONS(34026), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [877710] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23853), 1, + ACTIONS(23859), 1, anon_sym_RBRACE, - ACTIONS(34022), 1, + ACTIONS(34028), 1, anon_sym_COMMA, STATE(26074), 1, aux_sym_namespace_selectors_repeat1, [877723] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34024), 1, + ACTIONS(34030), 1, anon_sym_COMMA, - ACTIONS(34026), 1, + ACTIONS(34032), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1142754,7 +1142754,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6699), 1, anon_sym_RPAREN, - ACTIONS(34028), 1, + ACTIONS(34034), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1142763,7 +1142763,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13329), 1, anon_sym_RBRACK, - ACTIONS(34030), 1, + ACTIONS(34036), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1142772,16 +1142772,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5311), 1, anon_sym_RPAREN, - ACTIONS(34032), 1, + ACTIONS(34038), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [877775] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34034), 1, + ACTIONS(34040), 1, anon_sym_COMMA, - ACTIONS(34036), 1, + ACTIONS(34042), 1, anon_sym_RPAREN, STATE(26697), 1, aux_sym_tuple_type_repeat1, @@ -1142799,16 +1142799,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13605), 1, anon_sym_RBRACK, - ACTIONS(34038), 1, + ACTIONS(34044), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [877814] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34040), 1, + ACTIONS(34046), 1, anon_sym_COMMA, - ACTIONS(34042), 1, + ACTIONS(34048), 1, anon_sym_RPAREN, STATE(25797), 1, aux_sym_tuple_type_repeat1, @@ -1142817,7 +1142817,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12016), 1, anon_sym_RPAREN, - ACTIONS(34044), 1, + ACTIONS(34050), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1142826,7 +1142826,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5545), 1, anon_sym_RPAREN, - ACTIONS(34046), 1, + ACTIONS(34052), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1142835,7 +1142835,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13623), 1, anon_sym_RBRACK, - ACTIONS(34048), 1, + ACTIONS(34054), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1142844,7 +1142844,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13309), 1, anon_sym_RBRACK, - ACTIONS(34050), 1, + ACTIONS(34056), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1142859,63 +1142859,63 @@ static const uint16_t ts_small_parse_table[] = { [877890] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34052), 1, + ACTIONS(34058), 1, anon_sym_COMMA, - ACTIONS(34054), 1, + ACTIONS(34060), 1, anon_sym_RBRACK, STATE(26902), 1, aux_sym_tuple_type_repeat1, [877903] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(34056), 1, + ACTIONS(34062), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [877916] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34058), 1, + ACTIONS(34064), 1, anon_sym_COMMA, - ACTIONS(34060), 1, + ACTIONS(34066), 1, anon_sym_RBRACK, STATE(26516), 1, aux_sym_type_parameters_repeat1, [877929] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(34056), 1, + ACTIONS(34062), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, [877942] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34062), 1, + ACTIONS(34068), 1, anon_sym_COMMA, - ACTIONS(34064), 1, + ACTIONS(34070), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, [877955] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24427), 1, + ACTIONS(24433), 1, anon_sym_RPAREN, - ACTIONS(34066), 1, + ACTIONS(34072), 1, anon_sym_COMMA, STATE(26987), 1, aux_sym_parameters_repeat1, [877968] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24427), 1, + ACTIONS(24433), 1, anon_sym_RPAREN, - ACTIONS(34066), 1, + ACTIONS(34072), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, @@ -1142933,16 +1142933,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13107), 1, anon_sym_RBRACK, - ACTIONS(34068), 1, + ACTIONS(34074), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [878007] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34070), 1, + ACTIONS(34076), 1, anon_sym_COMMA, - ACTIONS(34072), 1, + ACTIONS(34078), 1, anon_sym_RBRACK, STATE(26915), 1, aux_sym_tuple_type_repeat1, @@ -1142951,7 +1142951,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12222), 1, anon_sym_RBRACK, - ACTIONS(34074), 1, + ACTIONS(34080), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1142960,16 +1142960,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6711), 1, anon_sym_RPAREN, - ACTIONS(34076), 1, + ACTIONS(34082), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [878046] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34078), 1, + ACTIONS(34084), 1, anon_sym_COMMA, - ACTIONS(34080), 1, + ACTIONS(34086), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, @@ -1142978,7 +1142978,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6685), 1, anon_sym_RPAREN, - ACTIONS(34082), 1, + ACTIONS(34088), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1142987,16 +1142987,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(23662), 1, anon_sym_LBRACE, - ACTIONS(23735), 1, + ACTIONS(23741), 1, anon_sym_EQ, STATE(21782), 1, sym_block, [878085] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34084), 1, + ACTIONS(34090), 1, anon_sym_COMMA, - ACTIONS(34086), 1, + ACTIONS(34092), 1, anon_sym_RBRACK, STATE(26884), 1, aux_sym_tuple_type_repeat1, @@ -1143005,7 +1143005,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13291), 1, anon_sym_RBRACK, - ACTIONS(34088), 1, + ACTIONS(34094), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1143014,7 +1143014,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13073), 1, anon_sym_RPAREN, - ACTIONS(34090), 1, + ACTIONS(34096), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1143023,25 +1143023,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13353), 1, anon_sym_RPAREN, - ACTIONS(34092), 1, + ACTIONS(34098), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [878137] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34094), 1, + ACTIONS(34100), 1, anon_sym_COMMA, - ACTIONS(34096), 1, + ACTIONS(34102), 1, anon_sym_RBRACK, STATE(26918), 1, aux_sym_tuple_type_repeat1, [878150] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34098), 1, + ACTIONS(34104), 1, anon_sym_COMMA, - ACTIONS(34100), 1, + ACTIONS(34106), 1, anon_sym_RBRACK, STATE(26910), 1, aux_sym_tuple_type_repeat1, @@ -1143050,7 +1143050,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5505), 1, anon_sym_RPAREN, - ACTIONS(34102), 1, + ACTIONS(34108), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1143059,7 +1143059,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5307), 1, anon_sym_RPAREN, - ACTIONS(34104), 1, + ACTIONS(34110), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1143068,7 +1143068,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13800), 1, anon_sym_RBRACK, - ACTIONS(34106), 1, + ACTIONS(34112), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1143077,7 +1143077,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13796), 1, anon_sym_RBRACK, - ACTIONS(34108), 1, + ACTIONS(34114), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1143095,7 +1143095,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5737), 1, anon_sym_RPAREN, - ACTIONS(34110), 1, + ACTIONS(34116), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1143104,16 +1143104,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6511), 1, anon_sym_RPAREN, - ACTIONS(34112), 1, + ACTIONS(34118), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [878254] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34114), 1, + ACTIONS(34120), 1, anon_sym_COMMA, - ACTIONS(34116), 1, + ACTIONS(34122), 1, anon_sym_RBRACK, STATE(26879), 1, aux_sym_tuple_type_repeat1, @@ -1143122,16 +1143122,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12182), 1, anon_sym_RBRACK, - ACTIONS(34118), 1, + ACTIONS(34124), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [878280] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34120), 1, + ACTIONS(34126), 1, anon_sym_COMMA, - ACTIONS(34122), 1, + ACTIONS(34128), 1, anon_sym_RBRACK, STATE(26909), 1, aux_sym_tuple_type_repeat1, @@ -1143140,7 +1143140,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12206), 1, anon_sym_RPAREN, - ACTIONS(34124), 1, + ACTIONS(34130), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1143149,16 +1143149,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13283), 1, anon_sym_RBRACK, - ACTIONS(34126), 1, + ACTIONS(34132), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [878319] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34128), 1, + ACTIONS(34134), 1, anon_sym_COMMA, - ACTIONS(34130), 1, + ACTIONS(34136), 1, anon_sym_RBRACK, STATE(26921), 1, aux_sym_tuple_type_repeat1, @@ -1143167,7 +1143167,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5433), 1, anon_sym_RPAREN, - ACTIONS(34132), 1, + ACTIONS(34138), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1143176,25 +1143176,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13443), 1, anon_sym_RBRACK, - ACTIONS(34134), 1, + ACTIONS(34140), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [878358] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34136), 1, + ACTIONS(34142), 1, anon_sym_COMMA, - ACTIONS(34138), 1, + ACTIONS(34144), 1, anon_sym_RPAREN, STATE(27169), 1, aux_sym_tuple_type_repeat1, [878371] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34140), 1, + ACTIONS(34146), 1, anon_sym_COMMA, - ACTIONS(34142), 1, + ACTIONS(34148), 1, anon_sym_RPAREN, STATE(27275), 1, aux_sym_tuple_type_repeat1, @@ -1143203,52 +1143203,52 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13271), 1, anon_sym_RBRACK, - ACTIONS(34144), 1, + ACTIONS(34150), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [878397] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(28357), 1, + ACTIONS(28363), 1, anon_sym_RBRACE, - ACTIONS(28359), 1, + ACTIONS(28365), 1, anon_sym_COMMA, STATE(26126), 1, aux_sym_namespace_selectors_repeat1, [878410] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(34146), 1, + ACTIONS(34152), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, [878423] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(34148), 1, + ACTIONS(34154), 1, sym__interpolated_multiline_string_end, STATE(26887), 1, aux_sym_interpolated_string_repeat2, [878436] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(34148), 1, + ACTIONS(34154), 1, sym__interpolated_string_end, STATE(26889), 1, aux_sym_interpolated_string_repeat1, [878449] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(34146), 1, + ACTIONS(34152), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, @@ -1143257,16 +1143257,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13399), 1, anon_sym_RPAREN, - ACTIONS(34150), 1, + ACTIONS(34156), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [878475] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34152), 1, + ACTIONS(34158), 1, anon_sym_COMMA, - ACTIONS(34154), 1, + ACTIONS(34160), 1, anon_sym_RBRACK, STATE(26746), 1, aux_sym_tuple_type_repeat1, @@ -1143275,7 +1143275,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12365), 1, anon_sym_RPAREN, - ACTIONS(34156), 1, + ACTIONS(34162), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1143284,7 +1143284,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6635), 1, anon_sym_RPAREN, - ACTIONS(34158), 1, + ACTIONS(34164), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1143302,7 +1143302,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17451), 1, anon_sym_RPAREN, - ACTIONS(34160), 1, + ACTIONS(34166), 1, anon_sym_COMMA, STATE(26990), 1, aux_sym_class_parameters_repeat1, @@ -1143311,16 +1143311,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17451), 1, anon_sym_RPAREN, - ACTIONS(34160), 1, + ACTIONS(34166), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, [878553] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34162), 1, + ACTIONS(34168), 1, anon_sym_COMMA, - ACTIONS(34164), 1, + ACTIONS(34170), 1, anon_sym_RBRACK, STATE(26940), 1, aux_sym_tuple_type_repeat1, @@ -1143329,16 +1143329,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5397), 1, anon_sym_RPAREN, - ACTIONS(34166), 1, + ACTIONS(34172), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [878579] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34168), 1, + ACTIONS(34174), 1, anon_sym_COMMA, - ACTIONS(34170), 1, + ACTIONS(34176), 1, anon_sym_RBRACK, STATE(26898), 1, aux_sym_type_parameters_repeat1, @@ -1143347,52 +1143347,52 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13545), 1, anon_sym_RBRACK, - ACTIONS(34172), 1, + ACTIONS(34178), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [878605] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34174), 1, + ACTIONS(34180), 1, anon_sym_COMMA, - ACTIONS(34176), 1, + ACTIONS(34182), 1, anon_sym_RPAREN, STATE(25907), 1, aux_sym_tuple_type_repeat1, [878618] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34178), 1, + ACTIONS(34184), 1, anon_sym_COMMA, - ACTIONS(34180), 1, + ACTIONS(34186), 1, anon_sym_RPAREN, STATE(26694), 1, aux_sym_tuple_type_repeat1, [878631] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(28849), 1, + ACTIONS(28855), 1, anon_sym_RBRACE, - ACTIONS(28851), 1, + ACTIONS(28857), 1, anon_sym_COMMA, STATE(26991), 1, aux_sym_namespace_selectors_repeat1, [878644] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34182), 1, + ACTIONS(34188), 1, anon_sym_COMMA, - ACTIONS(34184), 1, + ACTIONS(34190), 1, anon_sym_RPAREN, STATE(26629), 1, aux_sym_tuple_type_repeat1, [878657] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34186), 1, + ACTIONS(34192), 1, anon_sym_COMMA, - ACTIONS(34188), 1, + ACTIONS(34194), 1, anon_sym_RBRACK, STATE(26958), 1, aux_sym_tuple_type_repeat1, @@ -1143401,43 +1143401,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12258), 1, anon_sym_RPAREN, - ACTIONS(34190), 1, + ACTIONS(34196), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [878683] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34192), 1, + ACTIONS(34198), 1, anon_sym_COMMA, - ACTIONS(34194), 1, + ACTIONS(34200), 1, anon_sym_RPAREN, STATE(25975), 1, aux_sym_tuple_type_repeat1, [878696] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34196), 1, + ACTIONS(34202), 1, anon_sym_COMMA, - ACTIONS(34198), 1, + ACTIONS(34204), 1, anon_sym_RBRACK, STATE(26924), 1, aux_sym_tuple_type_repeat1, [878709] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34200), 1, + ACTIONS(34206), 1, anon_sym_COMMA, - ACTIONS(34202), 1, + ACTIONS(34208), 1, anon_sym_RPAREN, STATE(26352), 1, aux_sym_tuple_type_repeat1, [878722] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34204), 1, + ACTIONS(34210), 1, anon_sym_COMMA, - ACTIONS(34206), 1, + ACTIONS(34212), 1, anon_sym_RBRACK, STATE(26953), 1, aux_sym_tuple_type_repeat1, @@ -1143446,7 +1143446,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5335), 1, anon_sym_RPAREN, - ACTIONS(34208), 1, + ACTIONS(34214), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1143455,7 +1143455,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17358), 1, anon_sym_RPAREN, - ACTIONS(34210), 1, + ACTIONS(34216), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, @@ -1143464,16 +1143464,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13233), 1, anon_sym_RBRACK, - ACTIONS(34212), 1, + ACTIONS(34218), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [878774] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34214), 1, + ACTIONS(34220), 1, anon_sym_COMMA, - ACTIONS(34216), 1, + ACTIONS(34222), 1, anon_sym_RPAREN, STATE(25457), 1, aux_sym_tuple_type_repeat1, @@ -1143482,7 +1143482,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6627), 1, anon_sym_RPAREN, - ACTIONS(34218), 1, + ACTIONS(34224), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1143497,9 +1143497,9 @@ static const uint16_t ts_small_parse_table[] = { [878811] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34220), 1, + ACTIONS(34226), 1, anon_sym_COMMA, - ACTIONS(34222), 1, + ACTIONS(34228), 1, anon_sym_RPAREN, STATE(26250), 1, aux_sym_tuple_type_repeat1, @@ -1143508,7 +1143508,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13177), 1, anon_sym_RBRACK, - ACTIONS(34224), 1, + ACTIONS(34230), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1143517,7 +1143517,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13029), 1, anon_sym_RPAREN, - ACTIONS(34226), 1, + ACTIONS(34232), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1143526,16 +1143526,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13113), 1, anon_sym_RPAREN, - ACTIONS(34228), 1, + ACTIONS(34234), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [878863] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34230), 1, + ACTIONS(34236), 1, anon_sym_COMMA, - ACTIONS(34232), 1, + ACTIONS(34238), 1, anon_sym_RBRACK, STATE(26965), 1, aux_sym_tuple_type_repeat1, @@ -1143544,7 +1143544,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6181), 1, anon_sym_RPAREN, - ACTIONS(34234), 1, + ACTIONS(34240), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1143553,7 +1143553,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5255), 1, anon_sym_RPAREN, - ACTIONS(34236), 1, + ACTIONS(34242), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1143562,7 +1143562,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13265), 1, anon_sym_RPAREN, - ACTIONS(34238), 1, + ACTIONS(34244), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1143571,25 +1143571,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13327), 1, anon_sym_RBRACK, - ACTIONS(34240), 1, + ACTIONS(34246), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [878928] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25962), 1, + ACTIONS(25968), 1, anon_sym_COLON, - ACTIONS(25964), 1, + ACTIONS(25970), 1, anon_sym_LBRACE, STATE(12331), 1, sym_enum_body, [878941] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34242), 1, + ACTIONS(34248), 1, anon_sym_COMMA, - ACTIONS(34244), 1, + ACTIONS(34250), 1, anon_sym_RPAREN, STATE(26525), 1, aux_sym_tuple_type_repeat1, @@ -1143598,7 +1143598,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13812), 1, anon_sym_RPAREN, - ACTIONS(34246), 1, + ACTIONS(34252), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1143607,7 +1143607,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13427), 1, anon_sym_RPAREN, - ACTIONS(34248), 1, + ACTIONS(34254), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1143624,16 +1143624,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13341), 1, anon_sym_RBRACK, - ACTIONS(34250), 1, + ACTIONS(34256), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [879004] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34252), 1, + ACTIONS(34258), 1, anon_sym_COMMA, - ACTIONS(34254), 1, + ACTIONS(34260), 1, anon_sym_RBRACK, STATE(26974), 1, aux_sym_tuple_type_repeat1, @@ -1143642,7 +1143642,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5147), 1, anon_sym_RPAREN, - ACTIONS(34256), 1, + ACTIONS(34262), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1143651,43 +1143651,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13089), 1, anon_sym_RBRACK, - ACTIONS(34258), 1, + ACTIONS(34264), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [879043] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34260), 1, + ACTIONS(34266), 1, anon_sym_COMMA, - ACTIONS(34262), 1, + ACTIONS(34268), 1, anon_sym_RPAREN, STATE(26435), 1, aux_sym_tuple_type_repeat1, [879056] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34264), 1, + ACTIONS(34270), 1, anon_sym_COMMA, - ACTIONS(34266), 1, + ACTIONS(34272), 1, anon_sym_RBRACK, STATE(26998), 1, aux_sym_tuple_type_repeat1, [879069] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34268), 1, + ACTIONS(34274), 1, anon_sym_COMMA, - ACTIONS(34270), 1, + ACTIONS(34276), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [879082] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34272), 1, + ACTIONS(34278), 1, anon_sym_COMMA, - ACTIONS(34274), 1, + ACTIONS(34280), 1, anon_sym_RPAREN, STATE(27291), 1, aux_sym_tuple_type_repeat1, @@ -1143703,9 +1143703,9 @@ static const uint16_t ts_small_parse_table[] = { [879108] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24598), 1, + ACTIONS(24604), 1, anon_sym_RPAREN, - ACTIONS(34276), 1, + ACTIONS(34282), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, @@ -1143714,16 +1143714,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13463), 1, anon_sym_RPAREN, - ACTIONS(34278), 1, + ACTIONS(34284), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [879134] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34280), 1, + ACTIONS(34286), 1, anon_sym_COMMA, - ACTIONS(34282), 1, + ACTIONS(34288), 1, anon_sym_RBRACK, STATE(27198), 1, aux_sym_tuple_type_repeat1, @@ -1143732,7 +1143732,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13095), 1, anon_sym_RBRACK, - ACTIONS(34284), 1, + ACTIONS(34290), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1143741,34 +1143741,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6607), 1, anon_sym_RPAREN, - ACTIONS(34286), 1, + ACTIONS(34292), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [879173] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34288), 1, + ACTIONS(34294), 1, anon_sym_COMMA, - ACTIONS(34290), 1, + ACTIONS(34296), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [879186] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34292), 1, + ACTIONS(34298), 1, anon_sym_COMMA, - ACTIONS(34294), 1, + ACTIONS(34300), 1, anon_sym_RPAREN, STATE(26826), 1, aux_sym_tuple_type_repeat1, [879199] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24596), 1, + ACTIONS(24602), 1, anon_sym_RPAREN, - ACTIONS(34296), 1, + ACTIONS(34302), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, @@ -1143777,7 +1143777,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5157), 1, anon_sym_RPAREN, - ACTIONS(34298), 1, + ACTIONS(34304), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1143795,16 +1143795,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17324), 1, anon_sym_RPAREN, - ACTIONS(34300), 1, + ACTIONS(34306), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, [879251] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23722), 1, + ACTIONS(23728), 1, anon_sym_RBRACE, - ACTIONS(34302), 1, + ACTIONS(34308), 1, anon_sym_COMMA, STATE(26074), 1, aux_sym_namespace_selectors_repeat1, @@ -1143819,9 +1143819,9 @@ static const uint16_t ts_small_parse_table[] = { [879275] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34304), 1, + ACTIONS(34310), 1, anon_sym_COMMA, - ACTIONS(34306), 1, + ACTIONS(34312), 1, anon_sym_RBRACK, STATE(26996), 1, aux_sym_tuple_type_repeat1, @@ -1143830,7 +1143830,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5115), 1, anon_sym_RPAREN, - ACTIONS(34308), 1, + ACTIONS(34314), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1143839,7 +1143839,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13035), 1, anon_sym_RBRACK, - ACTIONS(34310), 1, + ACTIONS(34316), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1143848,7 +1143848,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13023), 1, anon_sym_RBRACK, - ACTIONS(34312), 1, + ACTIONS(34318), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1143857,7 +1143857,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5111), 1, anon_sym_RPAREN, - ACTIONS(34314), 1, + ACTIONS(34320), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1143866,7 +1143866,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13111), 1, anon_sym_RBRACK, - ACTIONS(34316), 1, + ACTIONS(34322), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1143875,25 +1143875,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17358), 1, anon_sym_RPAREN, - ACTIONS(34210), 1, + ACTIONS(34216), 1, anon_sym_COMMA, STATE(26751), 1, aux_sym_class_parameters_repeat1, [879366] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34318), 1, + ACTIONS(34324), 1, anon_sym_COMMA, - ACTIONS(34320), 1, + ACTIONS(34326), 1, anon_sym_RBRACK, STATE(27178), 1, aux_sym_tuple_type_repeat1, [879379] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(34322), 1, + ACTIONS(34328), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, @@ -1143902,16 +1143902,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13549), 1, anon_sym_RPAREN, - ACTIONS(34324), 1, + ACTIONS(34330), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [879405] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34326), 1, + ACTIONS(34332), 1, anon_sym_COMMA, - ACTIONS(34328), 1, + ACTIONS(34334), 1, anon_sym_RBRACK, STATE(27008), 1, aux_sym_tuple_type_repeat1, @@ -1143920,25 +1143920,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5281), 1, anon_sym_RPAREN, - ACTIONS(34330), 1, + ACTIONS(34336), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [879431] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34332), 1, + ACTIONS(34338), 1, anon_sym_COMMA, - ACTIONS(34334), 1, + ACTIONS(34340), 1, anon_sym_RPAREN, STATE(26392), 1, aux_sym_tuple_type_repeat1, [879444] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(34322), 1, + ACTIONS(34328), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, @@ -1143947,7 +1143947,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5275), 1, anon_sym_RPAREN, - ACTIONS(34336), 1, + ACTIONS(34342), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1143956,16 +1143956,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12200), 1, anon_sym_RBRACK, - ACTIONS(34338), 1, + ACTIONS(34344), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [879483] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34340), 1, + ACTIONS(34346), 1, anon_sym_COMMA, - ACTIONS(34342), 1, + ACTIONS(34348), 1, anon_sym_RBRACK, STATE(27012), 1, aux_sym_tuple_type_repeat1, @@ -1143974,16 +1143974,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5191), 1, anon_sym_RPAREN, - ACTIONS(34344), 1, + ACTIONS(34350), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [879509] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34346), 1, + ACTIONS(34352), 1, anon_sym_COMMA, - ACTIONS(34348), 1, + ACTIONS(34354), 1, anon_sym_RBRACK, STATE(26896), 1, aux_sym_tuple_type_repeat1, @@ -1143992,7 +1143992,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12858), 1, anon_sym_RBRACK, - ACTIONS(34350), 1, + ACTIONS(34356), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1144001,7 +1144001,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12339), 1, anon_sym_RPAREN, - ACTIONS(34352), 1, + ACTIONS(34358), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1144010,16 +1144010,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6593), 1, anon_sym_RPAREN, - ACTIONS(34354), 1, + ACTIONS(34360), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [879561] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34356), 1, + ACTIONS(34362), 1, anon_sym_COMMA, - ACTIONS(34358), 1, + ACTIONS(34364), 1, anon_sym_RPAREN, STATE(26002), 1, aux_sym_tuple_type_repeat1, @@ -1144035,45 +1144035,45 @@ static const uint16_t ts_small_parse_table[] = { [879587] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24304), 1, + ACTIONS(24310), 1, anon_sym_RPAREN, - ACTIONS(34360), 1, + ACTIONS(34366), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, [879600] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24304), 1, + ACTIONS(24310), 1, anon_sym_RPAREN, - ACTIONS(34360), 1, + ACTIONS(34366), 1, anon_sym_COMMA, STATE(26980), 1, aux_sym_parameters_repeat1, [879613] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34362), 1, + ACTIONS(34368), 1, anon_sym_COMMA, - ACTIONS(34364), 1, + ACTIONS(34370), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, [879626] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34366), 1, + ACTIONS(34372), 1, anon_sym_COMMA, - ACTIONS(34368), 1, + ACTIONS(34374), 1, anon_sym_RPAREN, STATE(26688), 1, aux_sym_tuple_type_repeat1, [879639] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34370), 1, + ACTIONS(34376), 1, anon_sym_COMMA, - ACTIONS(34372), 1, + ACTIONS(34378), 1, anon_sym_RBRACK, STATE(26894), 1, aux_sym_tuple_type_repeat1, @@ -1144082,7 +1144082,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13539), 1, anon_sym_RPAREN, - ACTIONS(34374), 1, + ACTIONS(34380), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1144091,25 +1144091,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5159), 1, anon_sym_RPAREN, - ACTIONS(34376), 1, + ACTIONS(34382), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [879678] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34378), 1, + ACTIONS(34384), 1, anon_sym_COMMA, - ACTIONS(34380), 1, + ACTIONS(34386), 1, anon_sym_RPAREN, STATE(26136), 1, aux_sym_tuple_type_repeat1, [879691] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34382), 1, + ACTIONS(34388), 1, anon_sym_COMMA, - ACTIONS(34384), 1, + ACTIONS(34390), 1, anon_sym_RPAREN, STATE(25411), 1, aux_sym_tuple_type_repeat1, @@ -1144118,25 +1144118,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(34386), 1, + ACTIONS(34392), 1, anon_sym_LBRACK, STATE(20405), 1, sym_type_arguments, [879717] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34388), 1, + ACTIONS(34394), 1, anon_sym_COMMA, - ACTIONS(34390), 1, + ACTIONS(34396), 1, anon_sym_RBRACK, STATE(27042), 1, aux_sym_tuple_type_repeat1, [879730] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34392), 1, + ACTIONS(34398), 1, anon_sym_COMMA, - ACTIONS(34394), 1, + ACTIONS(34400), 1, anon_sym_RBRACK, STATE(27030), 1, aux_sym_tuple_type_repeat1, @@ -1144145,7 +1144145,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5319), 1, anon_sym_RPAREN, - ACTIONS(34396), 1, + ACTIONS(34402), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1144154,16 +1144154,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12790), 1, anon_sym_RBRACK, - ACTIONS(34398), 1, + ACTIONS(34404), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [879769] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34400), 1, + ACTIONS(34406), 1, anon_sym_COMMA, - ACTIONS(34402), 1, + ACTIONS(34408), 1, anon_sym_RPAREN, STATE(26229), 1, aux_sym_tuple_type_repeat1, @@ -1144172,16 +1144172,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6571), 1, anon_sym_RPAREN, - ACTIONS(34404), 1, + ACTIONS(34410), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [879795] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34406), 1, + ACTIONS(34412), 1, anon_sym_COMMA, - ACTIONS(34408), 1, + ACTIONS(34414), 1, anon_sym_RBRACK, STATE(26995), 1, aux_sym_tuple_type_repeat1, @@ -1144190,7 +1144190,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13655), 1, anon_sym_RPAREN, - ACTIONS(34410), 1, + ACTIONS(34416), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1144199,7 +1144199,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13143), 1, anon_sym_RPAREN, - ACTIONS(34412), 1, + ACTIONS(34418), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1144208,16 +1144208,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12062), 1, anon_sym_RPAREN, - ACTIONS(34414), 1, + ACTIONS(34420), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [879847] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34416), 1, + ACTIONS(34422), 1, anon_sym_COMMA, - ACTIONS(34418), 1, + ACTIONS(34424), 1, anon_sym_RBRACK, STATE(27041), 1, aux_sym_tuple_type_repeat1, @@ -1144226,7 +1144226,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5399), 1, anon_sym_RPAREN, - ACTIONS(34420), 1, + ACTIONS(34426), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1144235,7 +1144235,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13163), 1, anon_sym_RPAREN, - ACTIONS(34422), 1, + ACTIONS(34428), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1144244,7 +1144244,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12500), 1, anon_sym_RBRACK, - ACTIONS(34424), 1, + ACTIONS(34430), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1144253,7 +1144253,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12736), 1, anon_sym_RBRACK, - ACTIONS(34426), 1, + ACTIONS(34432), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1144262,16 +1144262,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12979), 1, anon_sym_RBRACK, - ACTIONS(34428), 1, + ACTIONS(34434), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [879925] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34430), 1, + ACTIONS(34436), 1, anon_sym_COMMA, - ACTIONS(34432), 1, + ACTIONS(34438), 1, anon_sym_RPAREN, STATE(26222), 1, aux_sym_tuple_type_repeat1, @@ -1144280,7 +1144280,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17527), 1, anon_sym_RPAREN, - ACTIONS(34434), 1, + ACTIONS(34440), 1, anon_sym_COMMA, STATE(26936), 1, aux_sym_class_parameters_repeat1, @@ -1144289,16 +1144289,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13219), 1, anon_sym_RPAREN, - ACTIONS(34436), 1, + ACTIONS(34442), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [879964] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34438), 1, + ACTIONS(34444), 1, anon_sym_COMMA, - ACTIONS(34440), 1, + ACTIONS(34446), 1, anon_sym_RBRACK, STATE(27050), 1, aux_sym_tuple_type_repeat1, @@ -1144307,7 +1144307,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17552), 1, anon_sym_RPAREN, - ACTIONS(34442), 1, + ACTIONS(34448), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, @@ -1144316,16 +1144316,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5429), 1, anon_sym_RPAREN, - ACTIONS(34444), 1, + ACTIONS(34450), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [880003] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34446), 1, + ACTIONS(34452), 1, anon_sym_COMMA, - ACTIONS(34448), 1, + ACTIONS(34454), 1, anon_sym_RBRACK, STATE(27062), 1, aux_sym_tuple_type_repeat1, @@ -1144334,7 +1144334,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12702), 1, anon_sym_RBRACK, - ACTIONS(34450), 1, + ACTIONS(34456), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1144343,25 +1144343,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13013), 1, anon_sym_RPAREN, - ACTIONS(34452), 1, + ACTIONS(34458), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [880042] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(34454), 1, + ACTIONS(34460), 1, sym__interpolated_multiline_string_end, STATE(27001), 1, aux_sym_interpolated_string_repeat2, [880055] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(34454), 1, + ACTIONS(34460), 1, sym__interpolated_string_end, STATE(27006), 1, aux_sym_interpolated_string_repeat1, @@ -1144370,16 +1144370,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5241), 1, anon_sym_RPAREN, - ACTIONS(34456), 1, + ACTIONS(34462), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [880081] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24009), 1, + ACTIONS(24015), 1, anon_sym_RPAREN, - ACTIONS(34458), 1, + ACTIONS(34464), 1, anon_sym_COMMA, STATE(27017), 1, aux_sym_parameters_repeat1, @@ -1144395,9 +1144395,9 @@ static const uint16_t ts_small_parse_table[] = { [880107] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34460), 1, + ACTIONS(34466), 1, anon_sym_COMMA, - ACTIONS(34462), 1, + ACTIONS(34468), 1, anon_sym_RBRACK, STATE(27019), 1, aux_sym_type_parameters_repeat1, @@ -1144406,16 +1144406,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5237), 1, anon_sym_RPAREN, - ACTIONS(34464), 1, + ACTIONS(34470), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [880133] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34466), 1, + ACTIONS(34472), 1, anon_sym_COMMA, - ACTIONS(34468), 1, + ACTIONS(34474), 1, anon_sym_RPAREN, STATE(26436), 1, aux_sym_tuple_type_repeat1, @@ -1144424,16 +1144424,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12666), 1, anon_sym_RBRACK, - ACTIONS(34470), 1, + ACTIONS(34476), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [880159] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34472), 1, + ACTIONS(34478), 1, anon_sym_COMMA, - ACTIONS(34474), 1, + ACTIONS(34480), 1, anon_sym_RBRACK, STATE(27076), 1, aux_sym_tuple_type_repeat1, @@ -1144442,25 +1144442,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12510), 1, anon_sym_RBRACK, - ACTIONS(34476), 1, + ACTIONS(34482), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [880185] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34478), 1, + ACTIONS(34484), 1, anon_sym_COMMA, - ACTIONS(34480), 1, + ACTIONS(34486), 1, anon_sym_RPAREN, STATE(26848), 1, aux_sym_tuple_type_repeat1, [880198] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34482), 1, + ACTIONS(34488), 1, anon_sym_COMMA, - ACTIONS(34484), 1, + ACTIONS(34490), 1, anon_sym_RPAREN, STATE(25894), 1, aux_sym_tuple_type_repeat1, @@ -1144469,43 +1144469,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12794), 1, anon_sym_RPAREN, - ACTIONS(34486), 1, + ACTIONS(34492), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [880224] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34488), 1, + ACTIONS(34494), 1, anon_sym_COMMA, - ACTIONS(34490), 1, + ACTIONS(34496), 1, anon_sym_RPAREN, STATE(27051), 1, aux_sym_tuple_type_repeat1, [880237] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34492), 1, + ACTIONS(34498), 1, anon_sym_COMMA, - ACTIONS(34494), 1, + ACTIONS(34500), 1, anon_sym_RBRACK, STATE(27040), 1, aux_sym_tuple_type_repeat1, [880250] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34496), 1, + ACTIONS(34502), 1, anon_sym_COMMA, - ACTIONS(34498), 1, + ACTIONS(34504), 1, anon_sym_RBRACK, STATE(27143), 1, aux_sym_tuple_type_repeat1, [880263] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(34500), 1, + ACTIONS(34506), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, @@ -1144514,7 +1144514,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12311), 1, anon_sym_RPAREN, - ACTIONS(34502), 1, + ACTIONS(34508), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1144523,16 +1144523,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5469), 1, anon_sym_RPAREN, - ACTIONS(34504), 1, + ACTIONS(34510), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [880302] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34506), 1, + ACTIONS(34512), 1, anon_sym_COMMA, - ACTIONS(34508), 1, + ACTIONS(34514), 1, anon_sym_RPAREN, STATE(26356), 1, aux_sym_tuple_type_repeat1, @@ -1144541,25 +1144541,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12936), 1, anon_sym_RBRACK, - ACTIONS(34510), 1, + ACTIONS(34516), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [880328] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34512), 1, + ACTIONS(34518), 1, anon_sym_COMMA, - ACTIONS(34514), 1, + ACTIONS(34520), 1, anon_sym_RPAREN, STATE(26616), 1, aux_sym_tuple_type_repeat1, [880341] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34516), 1, + ACTIONS(34522), 1, anon_sym_COMMA, - ACTIONS(34518), 1, + ACTIONS(34524), 1, anon_sym_RPAREN, STATE(26237), 1, aux_sym_tuple_type_repeat1, @@ -1144568,7 +1144568,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12932), 1, anon_sym_RBRACK, - ACTIONS(34520), 1, + ACTIONS(34526), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1144577,16 +1144577,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13794), 1, anon_sym_RPAREN, - ACTIONS(34522), 1, + ACTIONS(34528), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [880380] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34524), 1, + ACTIONS(34530), 1, anon_sym_COMMA, - ACTIONS(34526), 1, + ACTIONS(34532), 1, anon_sym_RPAREN, STATE(25524), 1, aux_sym_tuple_type_repeat1, @@ -1144595,16 +1144595,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6529), 1, anon_sym_RPAREN, - ACTIONS(34528), 1, + ACTIONS(34534), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [880406] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34530), 1, + ACTIONS(34536), 1, anon_sym_COMMA, - ACTIONS(34532), 1, + ACTIONS(34538), 1, anon_sym_RBRACK, STATE(27082), 1, aux_sym_tuple_type_repeat1, @@ -1144613,7 +1144613,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5493), 1, anon_sym_RPAREN, - ACTIONS(34534), 1, + ACTIONS(34540), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1144622,25 +1144622,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12600), 1, anon_sym_RBRACK, - ACTIONS(34536), 1, + ACTIONS(34542), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [880445] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34538), 1, + ACTIONS(34544), 1, anon_sym_COMMA, - ACTIONS(34540), 1, + ACTIONS(34546), 1, anon_sym_RPAREN, STATE(27301), 1, aux_sym_tuple_type_repeat1, [880458] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34542), 1, + ACTIONS(34548), 1, anon_sym_COMMA, - ACTIONS(34544), 1, + ACTIONS(34550), 1, anon_sym_RBRACK, STATE(27073), 1, aux_sym_tuple_type_repeat1, @@ -1144649,25 +1144649,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12450), 1, anon_sym_RPAREN, - ACTIONS(34546), 1, + ACTIONS(34552), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [880484] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34548), 1, + ACTIONS(34554), 1, anon_sym_COMMA, - ACTIONS(34550), 1, + ACTIONS(34556), 1, anon_sym_RBRACK, STATE(27113), 1, aux_sym_tuple_type_repeat1, [880497] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34552), 1, + ACTIONS(34558), 1, anon_sym_COMMA, - ACTIONS(34554), 1, + ACTIONS(34560), 1, anon_sym_RBRACK, STATE(27089), 1, aux_sym_tuple_type_repeat1, @@ -1144676,7 +1144676,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5519), 1, anon_sym_RPAREN, - ACTIONS(34556), 1, + ACTIONS(34562), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1144685,7 +1144685,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12560), 1, anon_sym_RBRACK, - ACTIONS(34558), 1, + ACTIONS(34564), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1144694,7 +1144694,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13653), 1, anon_sym_RBRACK, - ACTIONS(34560), 1, + ACTIONS(34566), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1144718,18 +1144718,18 @@ static const uint16_t ts_small_parse_table[] = { [880573] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34562), 1, + ACTIONS(34568), 1, anon_sym_COMMA, - ACTIONS(34564), 1, + ACTIONS(34570), 1, anon_sym_RPAREN, STATE(27095), 1, aux_sym_tuple_type_repeat1, [880586] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23955), 1, + ACTIONS(23961), 1, anon_sym_RBRACE, - ACTIONS(34566), 1, + ACTIONS(34572), 1, anon_sym_COMMA, STATE(26074), 1, aux_sym_namespace_selectors_repeat1, @@ -1144738,16 +1144738,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12494), 1, anon_sym_RPAREN, - ACTIONS(34568), 1, + ACTIONS(34574), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [880612] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(34500), 1, + ACTIONS(34506), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, @@ -1144756,7 +1144756,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(25215), 1, + ACTIONS(25221), 1, anon_sym_LBRACK, STATE(18037), 1, sym_type_arguments, @@ -1144772,9 +1144772,9 @@ static const uint16_t ts_small_parse_table[] = { [880651] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24246), 1, + ACTIONS(24252), 1, anon_sym_RPAREN, - ACTIONS(34570), 1, + ACTIONS(34576), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, @@ -1144783,7 +1144783,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13822), 1, anon_sym_RPAREN, - ACTIONS(34572), 1, + ACTIONS(34578), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1144792,16 +1144792,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6557), 1, anon_sym_RPAREN, - ACTIONS(34574), 1, + ACTIONS(34580), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [880690] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34576), 1, + ACTIONS(34582), 1, anon_sym_COMMA, - ACTIONS(34578), 1, + ACTIONS(34584), 1, anon_sym_RBRACK, STATE(27104), 1, aux_sym_tuple_type_repeat1, @@ -1144810,7 +1144810,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5557), 1, anon_sym_RPAREN, - ACTIONS(34580), 1, + ACTIONS(34586), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1144819,16 +1144819,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12434), 1, anon_sym_RBRACK, - ACTIONS(34582), 1, + ACTIONS(34588), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [880729] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34584), 1, + ACTIONS(34590), 1, anon_sym_COMMA, - ACTIONS(34586), 1, + ACTIONS(34592), 1, anon_sym_RBRACK, STATE(26983), 1, aux_sym_tuple_type_repeat1, @@ -1144837,34 +1144837,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5949), 1, anon_sym_RPAREN, - ACTIONS(34588), 1, + ACTIONS(34594), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [880755] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34590), 1, + ACTIONS(34596), 1, anon_sym_COMMA, - ACTIONS(34592), 1, + ACTIONS(34598), 1, anon_sym_RPAREN, STATE(26568), 1, aux_sym_tuple_type_repeat1, [880768] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25950), 1, + ACTIONS(25956), 1, anon_sym_COLON, - ACTIONS(25952), 1, + ACTIONS(25958), 1, anon_sym_LBRACE, STATE(7278), 1, sym_enum_body, [880781] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34594), 1, + ACTIONS(34600), 1, anon_sym_COMMA, - ACTIONS(34596), 1, + ACTIONS(34602), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1144873,7 +1144873,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12224), 1, anon_sym_RPAREN, - ACTIONS(34598), 1, + ACTIONS(34604), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1144882,7 +1144882,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13693), 1, anon_sym_RPAREN, - ACTIONS(34600), 1, + ACTIONS(34606), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1144891,7 +1144891,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13603), 1, anon_sym_RPAREN, - ACTIONS(34602), 1, + ACTIONS(34608), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1144900,16 +1144900,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12908), 1, anon_sym_RBRACK, - ACTIONS(34604), 1, + ACTIONS(34610), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [880846] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34606), 1, + ACTIONS(34612), 1, anon_sym_COMMA, - ACTIONS(34608), 1, + ACTIONS(34614), 1, anon_sym_RBRACK, STATE(27117), 1, aux_sym_tuple_type_repeat1, @@ -1144918,16 +1144918,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5569), 1, anon_sym_RPAREN, - ACTIONS(34610), 1, + ACTIONS(34616), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [880872] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34612), 1, + ACTIONS(34618), 1, anon_sym_COMMA, - ACTIONS(34614), 1, + ACTIONS(34620), 1, anon_sym_RPAREN, STATE(25939), 1, aux_sym_tuple_type_repeat1, @@ -1144936,16 +1144936,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12390), 1, anon_sym_RBRACK, - ACTIONS(34616), 1, + ACTIONS(34622), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [880898] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34618), 1, + ACTIONS(34624), 1, anon_sym_COMMA, - ACTIONS(34620), 1, + ACTIONS(34626), 1, anon_sym_RPAREN, STATE(26794), 1, aux_sym_tuple_type_repeat1, @@ -1144954,7 +1144954,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12556), 1, anon_sym_RBRACK, - ACTIONS(34622), 1, + ACTIONS(34628), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1144963,7 +1144963,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12106), 1, anon_sym_RPAREN, - ACTIONS(34624), 1, + ACTIONS(34630), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1144979,27 +1144979,27 @@ static const uint16_t ts_small_parse_table[] = { [880950] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34626), 1, + ACTIONS(34632), 1, anon_sym_COMMA, - ACTIONS(34628), 1, + ACTIONS(34634), 1, anon_sym_RPAREN, STATE(27276), 1, aux_sym_tuple_type_repeat1, [880963] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34630), 1, + ACTIONS(34636), 1, anon_sym_COMMA, - ACTIONS(34632), 1, + ACTIONS(34638), 1, anon_sym_RBRACK, STATE(27126), 1, aux_sym_tuple_type_repeat1, [880976] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34634), 1, + ACTIONS(34640), 1, anon_sym_COMMA, - ACTIONS(34636), 1, + ACTIONS(34642), 1, anon_sym_RBRACK, STATE(27090), 1, aux_sym_tuple_type_repeat1, @@ -1145008,7 +1145008,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5589), 1, anon_sym_RPAREN, - ACTIONS(34638), 1, + ACTIONS(34644), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1145017,7 +1145017,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12309), 1, anon_sym_RBRACK, - ACTIONS(34640), 1, + ACTIONS(34646), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1145026,25 +1145026,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12718), 1, anon_sym_RBRACK, - ACTIONS(34642), 1, + ACTIONS(34648), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [881028] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34644), 1, + ACTIONS(34650), 1, anon_sym_COMMA, - ACTIONS(34646), 1, + ACTIONS(34652), 1, anon_sym_RBRACK, STATE(27171), 1, aux_sym_type_parameters_repeat1, [881041] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34648), 1, + ACTIONS(34654), 1, anon_sym_COMMA, - ACTIONS(34650), 1, + ACTIONS(34656), 1, anon_sym_RPAREN, STATE(26724), 1, aux_sym_tuple_type_repeat1, @@ -1145053,7 +1145053,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5421), 1, anon_sym_RPAREN, - ACTIONS(34652), 1, + ACTIONS(34658), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1145062,16 +1145062,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(25657), 1, + ACTIONS(25663), 1, anon_sym_EQ, STATE(7826), 1, sym_block, [881080] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24656), 1, + ACTIONS(24662), 1, anon_sym_RPAREN, - ACTIONS(34654), 1, + ACTIONS(34660), 1, anon_sym_COMMA, STATE(27176), 1, aux_sym_parameters_repeat1, @@ -1145086,9 +1145086,9 @@ static const uint16_t ts_small_parse_table[] = { [881104] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34656), 1, + ACTIONS(34662), 1, anon_sym_COMMA, - ACTIONS(34658), 1, + ACTIONS(34664), 1, anon_sym_RBRACK, STATE(27173), 1, aux_sym_tuple_type_repeat1, @@ -1145097,7 +1145097,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12538), 1, anon_sym_RPAREN, - ACTIONS(34660), 1, + ACTIONS(34666), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1145106,52 +1145106,52 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12866), 1, anon_sym_RBRACK, - ACTIONS(34662), 1, + ACTIONS(34668), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [881143] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(28593), 1, + ACTIONS(28599), 1, anon_sym_RBRACE, - ACTIONS(28595), 1, + ACTIONS(28601), 1, anon_sym_COMMA, STATE(27094), 1, aux_sym_namespace_selectors_repeat1, [881156] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(34664), 1, + ACTIONS(34670), 1, sym__interpolated_string_end, STATE(27179), 1, aux_sym_interpolated_string_repeat1, [881169] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(34664), 1, + ACTIONS(34670), 1, sym__interpolated_multiline_string_end, STATE(27183), 1, aux_sym_interpolated_string_repeat2, [881182] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24814), 1, + ACTIONS(24820), 1, anon_sym_RPAREN, - ACTIONS(34666), 1, + ACTIONS(34672), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, [881195] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34668), 1, + ACTIONS(34674), 1, anon_sym_COMMA, - ACTIONS(34670), 1, + ACTIONS(34676), 1, anon_sym_RBRACK, STATE(27146), 1, aux_sym_tuple_type_repeat1, @@ -1145160,7 +1145160,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17548), 1, anon_sym_RPAREN, - ACTIONS(34672), 1, + ACTIONS(34678), 1, anon_sym_COMMA, STATE(27186), 1, aux_sym_class_parameters_repeat1, @@ -1145169,25 +1145169,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12640), 1, anon_sym_RBRACK, - ACTIONS(34674), 1, + ACTIONS(34680), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [881234] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25950), 1, + ACTIONS(25956), 1, anon_sym_COLON, - ACTIONS(25952), 1, + ACTIONS(25958), 1, anon_sym_LBRACE, STATE(7156), 1, sym_enum_body, [881247] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24814), 1, + ACTIONS(24820), 1, anon_sym_RPAREN, - ACTIONS(34666), 1, + ACTIONS(34672), 1, anon_sym_COMMA, STATE(26771), 1, aux_sym_parameters_repeat1, @@ -1145196,7 +1145196,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12188), 1, anon_sym_RBRACK, - ACTIONS(34676), 1, + ACTIONS(34682), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1145205,7 +1145205,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17424), 1, anon_sym_RPAREN, - ACTIONS(34678), 1, + ACTIONS(34684), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, @@ -1145214,7 +1145214,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17424), 1, anon_sym_RPAREN, - ACTIONS(34678), 1, + ACTIONS(34684), 1, anon_sym_COMMA, STATE(27047), 1, aux_sym_class_parameters_repeat1, @@ -1145223,7 +1145223,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12632), 1, anon_sym_RPAREN, - ACTIONS(34680), 1, + ACTIONS(34686), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1145232,43 +1145232,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12080), 1, anon_sym_RPAREN, - ACTIONS(34682), 1, + ACTIONS(34688), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [881325] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(34684), 1, + ACTIONS(34690), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [881338] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(34684), 1, + ACTIONS(34690), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, [881351] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34686), 1, + ACTIONS(34692), 1, anon_sym_COMMA, - ACTIONS(34688), 1, + ACTIONS(34694), 1, anon_sym_RBRACK, STATE(27238), 1, aux_sym_tuple_type_repeat1, [881364] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34690), 1, + ACTIONS(34696), 1, anon_sym_COMMA, - ACTIONS(34692), 1, + ACTIONS(34698), 1, anon_sym_RBRACK, STATE(27196), 1, aux_sym_tuple_type_repeat1, @@ -1145277,7 +1145277,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6489), 1, anon_sym_RPAREN, - ACTIONS(34694), 1, + ACTIONS(34700), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1145295,16 +1145295,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12050), 1, anon_sym_RPAREN, - ACTIONS(34696), 1, + ACTIONS(34702), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [881416] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24272), 1, + ACTIONS(24278), 1, anon_sym_RPAREN, - ACTIONS(34698), 1, + ACTIONS(34704), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, @@ -1145322,16 +1145322,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6425), 1, anon_sym_RPAREN, - ACTIONS(34700), 1, + ACTIONS(34706), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [881455] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24272), 1, + ACTIONS(24278), 1, anon_sym_RPAREN, - ACTIONS(34698), 1, + ACTIONS(34704), 1, anon_sym_COMMA, STATE(27099), 1, aux_sym_parameters_repeat1, @@ -1145340,25 +1145340,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5219), 1, anon_sym_RPAREN, - ACTIONS(34702), 1, + ACTIONS(34708), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [881481] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34704), 1, + ACTIONS(34710), 1, anon_sym_COMMA, - ACTIONS(34706), 1, + ACTIONS(34712), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, [881494] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25836), 1, + ACTIONS(25842), 1, anon_sym_COLON, - ACTIONS(25838), 1, + ACTIONS(25844), 1, anon_sym_LBRACE, STATE(21618), 1, sym_enum_body, @@ -1145367,16 +1145367,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6487), 1, anon_sym_RPAREN, - ACTIONS(34708), 1, + ACTIONS(34714), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [881520] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34710), 1, + ACTIONS(34716), 1, anon_sym_COMMA, - ACTIONS(34712), 1, + ACTIONS(34718), 1, anon_sym_RBRACK, STATE(27258), 1, aux_sym_tuple_type_repeat1, @@ -1145385,7 +1145385,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5217), 1, anon_sym_RPAREN, - ACTIONS(34714), 1, + ACTIONS(34720), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1145394,7 +1145394,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5631), 1, anon_sym_RPAREN, - ACTIONS(34716), 1, + ACTIONS(34722), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1145403,7 +1145403,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13415), 1, anon_sym_RPAREN, - ACTIONS(34718), 1, + ACTIONS(34724), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1145412,25 +1145412,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5615), 1, anon_sym_RPAREN, - ACTIONS(34720), 1, + ACTIONS(34726), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [881585] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34722), 1, + ACTIONS(34728), 1, anon_sym_COMMA, - ACTIONS(34724), 1, + ACTIONS(34730), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, [881598] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34726), 1, + ACTIONS(34732), 1, anon_sym_COMMA, - ACTIONS(34728), 1, + ACTIONS(34734), 1, anon_sym_RPAREN, STATE(26766), 1, aux_sym_tuple_type_repeat1, @@ -1145439,34 +1145439,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12842), 1, anon_sym_RBRACK, - ACTIONS(34730), 1, + ACTIONS(34736), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [881624] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24648), 1, + ACTIONS(24654), 1, anon_sym_RPAREN, - ACTIONS(34732), 1, + ACTIONS(34738), 1, anon_sym_COMMA, STATE(27210), 1, aux_sym_parameters_repeat1, [881637] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34734), 1, + ACTIONS(34740), 1, anon_sym_COMMA, - ACTIONS(34736), 1, + ACTIONS(34742), 1, anon_sym_RBRACK, STATE(27127), 1, aux_sym_tuple_type_repeat1, [881650] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24648), 1, + ACTIONS(24654), 1, anon_sym_RPAREN, - ACTIONS(34732), 1, + ACTIONS(34738), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, @@ -1145475,7 +1145475,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(25653), 1, + ACTIONS(25659), 1, anon_sym_EQ, STATE(8080), 1, sym_block, @@ -1145484,16 +1145484,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12584), 1, anon_sym_RBRACK, - ACTIONS(34738), 1, + ACTIONS(34744), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [881689] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(34740), 1, + ACTIONS(34746), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, @@ -1145502,16 +1145502,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12124), 1, anon_sym_RPAREN, - ACTIONS(34742), 1, + ACTIONS(34748), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [881715] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34744), 1, + ACTIONS(34750), 1, anon_sym_COMMA, - ACTIONS(34746), 1, + ACTIONS(34752), 1, anon_sym_RPAREN, STATE(26473), 1, aux_sym_tuple_type_repeat1, @@ -1145520,34 +1145520,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6445), 1, anon_sym_RPAREN, - ACTIONS(34748), 1, + ACTIONS(34754), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [881741] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(34740), 1, + ACTIONS(34746), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [881754] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25813), 1, + ACTIONS(25819), 1, anon_sym_COLON, - ACTIONS(25815), 1, + ACTIONS(25821), 1, anon_sym_LBRACE, STATE(6842), 1, sym_enum_body, [881767] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34750), 1, + ACTIONS(34756), 1, anon_sym_COMMA, - ACTIONS(34752), 1, + ACTIONS(34758), 1, anon_sym_RBRACK, STATE(27136), 1, aux_sym_tuple_type_repeat1, @@ -1145556,7 +1145556,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17501), 1, anon_sym_RPAREN, - ACTIONS(34754), 1, + ACTIONS(34760), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, @@ -1145565,52 +1145565,52 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17475), 1, anon_sym_RPAREN, - ACTIONS(34756), 1, + ACTIONS(34762), 1, anon_sym_COMMA, STATE(27147), 1, aux_sym_class_parameters_repeat1, [881806] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(28557), 1, + ACTIONS(28563), 1, anon_sym_RBRACE, - ACTIONS(28559), 1, + ACTIONS(28565), 1, anon_sym_COMMA, STATE(27218), 1, aux_sym_namespace_selectors_repeat1, [881819] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34758), 1, + ACTIONS(34764), 1, anon_sym_COMMA, - ACTIONS(34760), 1, + ACTIONS(34766), 1, anon_sym_RBRACK, STATE(27201), 1, aux_sym_tuple_type_repeat1, [881832] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34762), 1, + ACTIONS(34768), 1, anon_sym_COMMA, - ACTIONS(34764), 1, + ACTIONS(34770), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, [881845] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(34766), 1, + ACTIONS(34772), 1, sym__interpolated_multiline_string_end, STATE(27151), 1, aux_sym_interpolated_string_repeat2, [881858] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(34766), 1, + ACTIONS(34772), 1, sym__interpolated_string_end, STATE(27152), 1, aux_sym_interpolated_string_repeat1, @@ -1145619,7 +1145619,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5653), 1, anon_sym_RPAREN, - ACTIONS(34768), 1, + ACTIONS(34774), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1145636,7 +1145636,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6455), 1, anon_sym_RPAREN, - ACTIONS(34770), 1, + ACTIONS(34776), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1145645,16 +1145645,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13671), 1, anon_sym_RBRACK, - ACTIONS(34772), 1, + ACTIONS(34778), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [881921] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24314), 1, + ACTIONS(24320), 1, anon_sym_RPAREN, - ACTIONS(34774), 1, + ACTIONS(34780), 1, anon_sym_COMMA, STATE(27158), 1, aux_sym_parameters_repeat1, @@ -1145663,7 +1145663,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12934), 1, anon_sym_RBRACK, - ACTIONS(34776), 1, + ACTIONS(34782), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1145679,9 +1145679,9 @@ static const uint16_t ts_small_parse_table[] = { [881960] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34778), 1, + ACTIONS(34784), 1, anon_sym_COMMA, - ACTIONS(34780), 1, + ACTIONS(34786), 1, anon_sym_RBRACK, STATE(27163), 1, aux_sym_type_parameters_repeat1, @@ -1145690,34 +1145690,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12072), 1, anon_sym_RBRACK, - ACTIONS(34782), 1, + ACTIONS(34788), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [881986] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34784), 1, + ACTIONS(34790), 1, anon_sym_COMMA, - ACTIONS(34786), 1, + ACTIONS(34792), 1, anon_sym_RPAREN, STATE(26677), 1, aux_sym_tuple_type_repeat1, [881999] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34788), 1, + ACTIONS(34794), 1, anon_sym_COMMA, - ACTIONS(34790), 1, + ACTIONS(34796), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [882012] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34792), 1, + ACTIONS(34798), 1, anon_sym_COMMA, - ACTIONS(34794), 1, + ACTIONS(34800), 1, anon_sym_RPAREN, STATE(27002), 1, aux_sym_tuple_type_repeat1, @@ -1145726,7 +1145726,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13167), 1, anon_sym_RPAREN, - ACTIONS(34796), 1, + ACTIONS(34802), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1145735,16 +1145735,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12142), 1, anon_sym_RPAREN, - ACTIONS(34798), 1, + ACTIONS(34804), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [882051] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34800), 1, + ACTIONS(34806), 1, anon_sym_COMMA, - ACTIONS(34802), 1, + ACTIONS(34808), 1, anon_sym_RBRACK, STATE(27234), 1, aux_sym_tuple_type_repeat1, @@ -1145753,25 +1145753,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13481), 1, anon_sym_RBRACK, - ACTIONS(34804), 1, + ACTIONS(34810), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [882077] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34806), 1, + ACTIONS(34812), 1, anon_sym_COMMA, - ACTIONS(34808), 1, + ACTIONS(34814), 1, anon_sym_RBRACK, STATE(27119), 1, aux_sym_tuple_type_repeat1, [882090] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24650), 1, + ACTIONS(24656), 1, anon_sym_RPAREN, - ACTIONS(34810), 1, + ACTIONS(34816), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, @@ -1145780,16 +1145780,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11989), 1, anon_sym_LBRACE, - ACTIONS(25651), 1, + ACTIONS(25657), 1, anon_sym_EQ, STATE(8283), 1, sym_block, [882116] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34812), 1, + ACTIONS(34818), 1, anon_sym_COMMA, - ACTIONS(34814), 1, + ACTIONS(34820), 1, anon_sym_RPAREN, STATE(26509), 1, aux_sym_tuple_type_repeat1, @@ -1145798,16 +1145798,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17412), 1, anon_sym_RPAREN, - ACTIONS(34816), 1, + ACTIONS(34822), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, [882142] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34818), 1, + ACTIONS(34824), 1, anon_sym_COMMA, - ACTIONS(34820), 1, + ACTIONS(34826), 1, anon_sym_RBRACK, STATE(27222), 1, aux_sym_tuple_type_repeat1, @@ -1145816,34 +1145816,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5889), 1, anon_sym_RPAREN, - ACTIONS(34822), 1, + ACTIONS(34828), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [882168] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25813), 1, + ACTIONS(25819), 1, anon_sym_COLON, - ACTIONS(25815), 1, + ACTIONS(25821), 1, anon_sym_LBRACE, STATE(6929), 1, sym_enum_body, [882181] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24528), 1, + ACTIONS(24534), 1, anon_sym_RPAREN, - ACTIONS(34824), 1, + ACTIONS(34830), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, [882194] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23743), 1, + ACTIONS(23749), 1, anon_sym_RBRACE, - ACTIONS(34826), 1, + ACTIONS(34832), 1, anon_sym_COMMA, STATE(26074), 1, aux_sym_namespace_selectors_repeat1, @@ -1145858,9 +1145858,9 @@ static const uint16_t ts_small_parse_table[] = { [882218] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34828), 1, + ACTIONS(34834), 1, anon_sym_COMMA, - ACTIONS(34830), 1, + ACTIONS(34836), 1, anon_sym_RBRACK, STATE(27208), 1, aux_sym_tuple_type_repeat1, @@ -1145869,7 +1145869,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5677), 1, anon_sym_RPAREN, - ACTIONS(34832), 1, + ACTIONS(34838), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1145878,16 +1145878,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12090), 1, anon_sym_RBRACK, - ACTIONS(34834), 1, + ACTIONS(34840), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [882257] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34836), 1, + ACTIONS(34842), 1, anon_sym_COMMA, - ACTIONS(34838), 1, + ACTIONS(34844), 1, anon_sym_RPAREN, STATE(26868), 1, aux_sym_tuple_type_repeat1, @@ -1145896,7 +1145896,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12216), 1, anon_sym_RPAREN, - ACTIONS(34840), 1, + ACTIONS(34846), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1145905,7 +1145905,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12220), 1, anon_sym_RPAREN, - ACTIONS(34842), 1, + ACTIONS(34848), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1145914,25 +1145914,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6467), 1, anon_sym_RPAREN, - ACTIONS(34844), 1, + ACTIONS(34850), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [882309] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34846), 1, + ACTIONS(34852), 1, anon_sym_COMMA, - ACTIONS(34848), 1, + ACTIONS(34854), 1, anon_sym_RBRACK, STATE(27230), 1, aux_sym_tuple_type_repeat1, [882322] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34850), 1, + ACTIONS(34856), 1, anon_sym_COMMA, - ACTIONS(34852), 1, + ACTIONS(34858), 1, anon_sym_RPAREN, STATE(25961), 1, aux_sym_tuple_type_repeat1, @@ -1145941,7 +1145941,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5699), 1, anon_sym_RPAREN, - ACTIONS(34854), 1, + ACTIONS(34860), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1145950,16 +1145950,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12102), 1, anon_sym_RBRACK, - ACTIONS(34856), 1, + ACTIONS(34862), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [882361] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34858), 1, + ACTIONS(34864), 1, anon_sym_COMMA, - ACTIONS(34860), 1, + ACTIONS(34866), 1, anon_sym_RPAREN, STATE(26917), 1, aux_sym_tuple_type_repeat1, @@ -1145968,7 +1145968,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12840), 1, anon_sym_RPAREN, - ACTIONS(34862), 1, + ACTIONS(34868), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1145977,7 +1145977,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12378), 1, anon_sym_RPAREN, - ACTIONS(34864), 1, + ACTIONS(34870), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1145986,7 +1145986,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12810), 1, anon_sym_RBRACK, - ACTIONS(34866), 1, + ACTIONS(34872), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1145995,16 +1145995,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(15269), 1, anon_sym_match, - ACTIONS(23967), 1, + ACTIONS(23973), 1, anon_sym_LBRACK, STATE(16916), 1, sym_type_arguments, [882426] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34868), 1, + ACTIONS(34874), 1, anon_sym_COMMA, - ACTIONS(34870), 1, + ACTIONS(34876), 1, anon_sym_RBRACK, STATE(27241), 1, aux_sym_tuple_type_repeat1, @@ -1146013,7 +1146013,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13607), 1, anon_sym_RPAREN, - ACTIONS(34872), 1, + ACTIONS(34878), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1146022,7 +1146022,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12696), 1, anon_sym_RBRACK, - ACTIONS(34874), 1, + ACTIONS(34880), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1146031,16 +1146031,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5721), 1, anon_sym_RPAREN, - ACTIONS(34876), 1, + ACTIONS(34882), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [882478] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34878), 1, + ACTIONS(34884), 1, anon_sym_COMMA, - ACTIONS(34880), 1, + ACTIONS(34886), 1, anon_sym_RBRACK, STATE(27250), 1, aux_sym_tuple_type_repeat1, @@ -1146049,16 +1146049,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12242), 1, anon_sym_RBRACK, - ACTIONS(34882), 1, + ACTIONS(34888), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [882504] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34884), 1, + ACTIONS(34890), 1, anon_sym_COMMA, - ACTIONS(34886), 1, + ACTIONS(34892), 1, anon_sym_RPAREN, STATE(26946), 1, aux_sym_tuple_type_repeat1, @@ -1146075,7 +1146075,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6509), 1, anon_sym_RPAREN, - ACTIONS(34888), 1, + ACTIONS(34894), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1146084,7 +1146084,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12488), 1, anon_sym_RPAREN, - ACTIONS(34890), 1, + ACTIONS(34896), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1146093,7 +1146093,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5187), 1, anon_sym_RPAREN, - ACTIONS(34892), 1, + ACTIONS(34898), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1146102,25 +1146102,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5183), 1, anon_sym_RPAREN, - ACTIONS(34894), 1, + ACTIONS(34900), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [882580] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(23878), 1, + ACTIONS(23884), 1, anon_sym_RBRACE, - ACTIONS(34896), 1, + ACTIONS(34902), 1, anon_sym_COMMA, STATE(26074), 1, aux_sym_namespace_selectors_repeat1, [882593] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34898), 1, + ACTIONS(34904), 1, anon_sym_COMMA, - ACTIONS(34900), 1, + ACTIONS(34906), 1, anon_sym_RBRACK, STATE(27299), 1, aux_sym_type_parameters_repeat1, @@ -1146129,7 +1146129,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12834), 1, anon_sym_RBRACK, - ACTIONS(34902), 1, + ACTIONS(34908), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1146138,7 +1146138,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17539), 1, anon_sym_RPAREN, - ACTIONS(34904), 1, + ACTIONS(34910), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, @@ -1146147,7 +1146147,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11312), 1, anon_sym_LBRACE, - ACTIONS(24836), 1, + ACTIONS(24842), 1, anon_sym_EQ, STATE(6630), 1, sym_block, @@ -1146156,16 +1146156,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17501), 1, anon_sym_RPAREN, - ACTIONS(34754), 1, + ACTIONS(34760), 1, anon_sym_COMMA, STATE(27213), 1, aux_sym_class_parameters_repeat1, [882658] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24456), 1, + ACTIONS(24462), 1, anon_sym_RPAREN, - ACTIONS(34906), 1, + ACTIONS(34912), 1, anon_sym_COMMA, STATE(26391), 1, aux_sym_parameters_repeat1, @@ -1146174,16 +1146174,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12762), 1, anon_sym_RBRACK, - ACTIONS(34908), 1, + ACTIONS(34914), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [882684] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34910), 1, + ACTIONS(34916), 1, anon_sym_COMMA, - ACTIONS(34912), 1, + ACTIONS(34918), 1, anon_sym_RBRACK, STATE(27259), 1, aux_sym_tuple_type_repeat1, @@ -1146192,7 +1146192,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11312), 1, anon_sym_LBRACE, - ACTIONS(24853), 1, + ACTIONS(24859), 1, anon_sym_EQ, STATE(6580), 1, sym_block, @@ -1146201,7 +1146201,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12110), 1, anon_sym_RBRACK, - ACTIONS(34914), 1, + ACTIONS(34920), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1146210,43 +1146210,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12305), 1, anon_sym_RBRACK, - ACTIONS(34916), 1, + ACTIONS(34922), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [882736] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34918), 1, + ACTIONS(34924), 1, anon_sym_COMMA, - ACTIONS(34920), 1, + ACTIONS(34926), 1, anon_sym_RPAREN, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [882749] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34922), 1, + ACTIONS(34928), 1, anon_sym_COMMA, - ACTIONS(34924), 1, + ACTIONS(34930), 1, anon_sym_RPAREN, STATE(26380), 1, aux_sym_tuple_type_repeat1, [882762] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24538), 1, + ACTIONS(24544), 1, anon_sym_RPAREN, - ACTIONS(34926), 1, + ACTIONS(34932), 1, anon_sym_COMMA, STATE(27217), 1, aux_sym_parameters_repeat1, [882775] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34928), 1, + ACTIONS(34934), 1, anon_sym_COMMA, - ACTIONS(34930), 1, + ACTIONS(34936), 1, anon_sym_RBRACK, STATE(27295), 1, aux_sym_tuple_type_repeat1, @@ -1146255,7 +1146255,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13784), 1, anon_sym_RPAREN, - ACTIONS(34932), 1, + ACTIONS(34938), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1146264,25 +1146264,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(6449), 1, anon_sym_RPAREN, - ACTIONS(34934), 1, + ACTIONS(34940), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [882814] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34936), 1, + ACTIONS(34942), 1, anon_sym_COMMA, - ACTIONS(34938), 1, + ACTIONS(34944), 1, anon_sym_RBRACK, STATE(27060), 1, aux_sym_tuple_type_repeat1, [882827] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34940), 1, + ACTIONS(34946), 1, anon_sym_COMMA, - ACTIONS(34942), 1, + ACTIONS(34948), 1, anon_sym_RBRACK, STATE(27269), 1, aux_sym_tuple_type_repeat1, @@ -1146291,7 +1146291,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5759), 1, anon_sym_RPAREN, - ACTIONS(34944), 1, + ACTIONS(34950), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1146300,7 +1146300,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12530), 1, anon_sym_RBRACK, - ACTIONS(34946), 1, + ACTIONS(34952), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1146309,7 +1146309,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12398), 1, anon_sym_RBRACK, - ACTIONS(34948), 1, + ACTIONS(34954), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1146318,25 +1146318,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5755), 1, anon_sym_RPAREN, - ACTIONS(34950), 1, + ACTIONS(34956), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [882892] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34952), 1, + ACTIONS(34958), 1, anon_sym_COMMA, - ACTIONS(34954), 1, + ACTIONS(34960), 1, anon_sym_RPAREN, STATE(26282), 1, aux_sym_tuple_type_repeat1, [882905] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34956), 1, + ACTIONS(34962), 1, anon_sym_COMMA, - ACTIONS(34958), 1, + ACTIONS(34964), 1, anon_sym_RPAREN, STATE(27039), 1, aux_sym_tuple_type_repeat1, @@ -1146353,7 +1146353,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13287), 1, anon_sym_RPAREN, - ACTIONS(34960), 1, + ACTIONS(34966), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1146362,43 +1146362,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12904), 1, anon_sym_RPAREN, - ACTIONS(34962), 1, + ACTIONS(34968), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [882955] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34964), 1, + ACTIONS(34970), 1, anon_sym_COMMA, - ACTIONS(34966), 1, + ACTIONS(34972), 1, anon_sym_RBRACK, STATE(27255), 1, aux_sym_tuple_type_repeat1, [882968] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34968), 1, + ACTIONS(34974), 1, anon_sym_COMMA, - ACTIONS(34970), 1, + ACTIONS(34976), 1, anon_sym_RBRACK, STATE(27293), 1, aux_sym_tuple_type_repeat1, [882981] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(28457), 1, + ACTIONS(28463), 1, anon_sym_RBRACE, - ACTIONS(28459), 1, + ACTIONS(28465), 1, anon_sym_COMMA, STATE(27248), 1, aux_sym_namespace_selectors_repeat1, [882994] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34972), 1, + ACTIONS(34978), 1, anon_sym_COMMA, - ACTIONS(34974), 1, + ACTIONS(34980), 1, anon_sym_RBRACK, STATE(26816), 1, aux_sym_tuple_type_repeat1, @@ -1146407,25 +1146407,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12128), 1, anon_sym_RPAREN, - ACTIONS(34976), 1, + ACTIONS(34982), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [883020] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(34978), 1, + ACTIONS(34984), 1, sym__interpolated_string_end, STATE(27289), 1, aux_sym_interpolated_string_repeat1, [883033] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25913), 1, + ACTIONS(25919), 1, anon_sym_COLON, - ACTIONS(25915), 1, + ACTIONS(25921), 1, anon_sym_LBRACE, STATE(20809), 1, sym_enum_body, @@ -1146434,7 +1146434,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5793), 1, anon_sym_RPAREN, - ACTIONS(34980), 1, + ACTIONS(34986), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, @@ -1146443,7 +1146443,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17340), 1, anon_sym_RPAREN, - ACTIONS(34982), 1, + ACTIONS(34988), 1, anon_sym_COMMA, STATE(26297), 1, aux_sym_class_parameters_repeat1, @@ -1146452,43 +1146452,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17340), 1, anon_sym_RPAREN, - ACTIONS(34982), 1, + ACTIONS(34988), 1, anon_sym_COMMA, STATE(27251), 1, aux_sym_class_parameters_repeat1, [883085] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(34984), 1, + ACTIONS(34990), 1, sym__interpolated_multiline_string_end, STATE(26334), 1, aux_sym_interpolated_string_repeat2, [883098] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34986), 1, + ACTIONS(34992), 1, anon_sym_COMMA, - ACTIONS(34988), 1, + ACTIONS(34994), 1, anon_sym_RPAREN, STATE(25882), 1, aux_sym_tuple_type_repeat1, [883111] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(34984), 1, + ACTIONS(34990), 1, sym__interpolated_string_end, STATE(26348), 1, aux_sym_interpolated_string_repeat1, [883124] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34990), 1, + ACTIONS(34996), 1, anon_sym_COMMA, - ACTIONS(34992), 1, + ACTIONS(34998), 1, anon_sym_RPAREN, STATE(26390), 1, aux_sym_tuple_type_repeat1, @@ -1146497,7 +1146497,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13475), 1, anon_sym_RPAREN, - ACTIONS(34994), 1, + ACTIONS(35000), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1146506,7 +1146506,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11312), 1, anon_sym_LBRACE, - ACTIONS(24838), 1, + ACTIONS(24844), 1, anon_sym_EQ, STATE(6544), 1, sym_block, @@ -1146515,16 +1146515,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12754), 1, anon_sym_RBRACK, - ACTIONS(34996), 1, + ACTIONS(35002), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [883176] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(34998), 1, + ACTIONS(35004), 1, anon_sym_COMMA, - ACTIONS(35000), 1, + ACTIONS(35006), 1, anon_sym_RPAREN, STATE(26959), 1, aux_sym_tuple_type_repeat1, @@ -1146533,43 +1146533,43 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12700), 1, anon_sym_RBRACK, - ACTIONS(35002), 1, + ACTIONS(35008), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [883202] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(35004), 1, + ACTIONS(35010), 1, anon_sym_COMMA, - ACTIONS(35006), 1, + ACTIONS(35012), 1, anon_sym_RBRACK, STATE(27190), 1, aux_sym_type_parameters_repeat1, [883215] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24528), 1, + ACTIONS(24534), 1, anon_sym_RPAREN, - ACTIONS(34824), 1, + ACTIONS(34830), 1, anon_sym_COMMA, STATE(27254), 1, aux_sym_parameters_repeat1, [883228] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(34978), 1, + ACTIONS(34984), 1, sym__interpolated_multiline_string_end, STATE(27287), 1, aux_sym_interpolated_string_repeat2, [883241] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(35008), 1, + ACTIONS(35014), 1, anon_sym_COMMA, - ACTIONS(35010), 1, + ACTIONS(35016), 1, anon_sym_RBRACK, STATE(26416), 1, aux_sym_type_parameters_repeat1, @@ -1146578,7 +1146578,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13639), 1, anon_sym_RPAREN, - ACTIONS(35012), 1, + ACTIONS(35018), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1146587,16 +1146587,16 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12592), 1, anon_sym_RPAREN, - ACTIONS(35014), 1, + ACTIONS(35020), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, [883280] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(35016), 1, + ACTIONS(35022), 1, anon_sym_COMMA, - ACTIONS(35018), 1, + ACTIONS(35024), 1, anon_sym_RBRACK, STATE(27315), 1, aux_sym_tuple_type_repeat1, @@ -1146605,7 +1146605,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13003), 1, anon_sym_RPAREN, - ACTIONS(35020), 1, + ACTIONS(35026), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1146621,9 +1146621,9 @@ static const uint16_t ts_small_parse_table[] = { [883319] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(24725), 1, + ACTIONS(24731), 1, anon_sym_RPAREN, - ACTIONS(35022), 1, + ACTIONS(35028), 1, anon_sym_COMMA, STATE(27140), 1, aux_sym_parameters_repeat1, @@ -1146641,34 +1146641,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(5859), 1, anon_sym_RPAREN, - ACTIONS(35024), 1, + ACTIONS(35030), 1, anon_sym_COMMA, STATE(26204), 1, aux_sym_tuple_expression_repeat1, [883358] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31026), 1, + ACTIONS(31032), 1, sym__interpolated_string_middle, - ACTIONS(35026), 1, + ACTIONS(35032), 1, sym__interpolated_string_end, STATE(27096), 1, aux_sym_interpolated_string_repeat1, [883371] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(31014), 1, + ACTIONS(31020), 1, sym__interpolated_multiline_string_middle, - ACTIONS(35026), 1, + ACTIONS(35032), 1, sym__interpolated_multiline_string_end, STATE(27069), 1, aux_sym_interpolated_string_repeat2, [883384] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(35028), 1, + ACTIONS(35034), 1, anon_sym_COMMA, - ACTIONS(35030), 1, + ACTIONS(35036), 1, anon_sym_RBRACK, STATE(27270), 1, aux_sym_tuple_type_repeat1, @@ -1146677,25 +1146677,25 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17373), 1, anon_sym_RPAREN, - ACTIONS(35032), 1, + ACTIONS(35038), 1, anon_sym_COMMA, STATE(27285), 1, aux_sym_class_parameters_repeat1, [883410] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(35034), 1, + ACTIONS(35040), 1, anon_sym_COMMA, - ACTIONS(35036), 1, + ACTIONS(35042), 1, anon_sym_RPAREN, STATE(27232), 1, aux_sym_tuple_type_repeat1, [883423] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(35038), 1, + ACTIONS(35044), 1, anon_sym_COMMA, - ACTIONS(35040), 1, + ACTIONS(35046), 1, anon_sym_RPAREN, STATE(26981), 1, aux_sym_tuple_type_repeat1, @@ -1146704,7 +1146704,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(12260), 1, anon_sym_RPAREN, - ACTIONS(35042), 1, + ACTIONS(35048), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1146713,7 +1146713,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(13433), 1, anon_sym_RBRACK, - ACTIONS(35044), 1, + ACTIONS(35050), 1, anon_sym_COMMA, STATE(25170), 1, aux_sym_tuple_type_repeat1, @@ -1146722,89 +1146722,89 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(17449), 1, anon_sym_RPAREN, - ACTIONS(35046), 1, + ACTIONS(35052), 1, anon_sym_COMMA, STATE(26952), 1, aux_sym_class_parameters_repeat1, [883475] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25836), 1, + ACTIONS(25842), 1, anon_sym_COLON, - ACTIONS(25838), 1, + ACTIONS(25844), 1, anon_sym_LBRACE, STATE(21509), 1, sym_enum_body, [883488] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(25913), 1, + ACTIONS(25919), 1, anon_sym_COLON, - ACTIONS(25915), 1, + ACTIONS(25921), 1, anon_sym_LBRACE, STATE(20720), 1, sym_enum_body, [883501] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35048), 2, + ACTIONS(35054), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883509] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35050), 2, + ACTIONS(35056), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883517] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35052), 2, + ACTIONS(35058), 2, anon_sym_do, anon_sym_yield, [883525] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35054), 1, + ACTIONS(35060), 1, anon_sym_object, - ACTIONS(35056), 1, + ACTIONS(35062), 1, anon_sym_class, [883535] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35058), 2, + ACTIONS(35064), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883543] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35060), 1, + ACTIONS(35066), 1, sym__indent, STATE(20780), 1, sym_with_template_body, [883553] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35062), 2, + ACTIONS(35068), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883561] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24102), 1, + ACTIONS(24108), 1, anon_sym_object, - ACTIONS(24106), 1, + ACTIONS(24112), 1, anon_sym_class, [883571] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35064), 2, + ACTIONS(35070), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883579] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35066), 2, + ACTIONS(35072), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883587] = 3, @@ -1146817,14 +1146817,14 @@ static const uint16_t ts_small_parse_table[] = { [883597] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35068), 1, + ACTIONS(35074), 1, anon_sym_LPAREN, STATE(6338), 1, sym_parenthesized_expression, [883607] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35070), 2, + ACTIONS(35076), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883615] = 3, @@ -1146837,143 +1146837,143 @@ static const uint16_t ts_small_parse_table[] = { [883625] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35072), 2, + ACTIONS(35078), 2, anon_sym_do, anon_sym_yield, [883633] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35074), 2, + ACTIONS(35080), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883641] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24081), 1, + ACTIONS(24087), 1, anon_sym_object, - ACTIONS(24085), 1, + ACTIONS(24091), 1, anon_sym_class, [883651] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35076), 2, + ACTIONS(35082), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883659] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35078), 1, + ACTIONS(35084), 1, sym__indent, STATE(6898), 1, sym_with_template_body, [883669] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35080), 1, + ACTIONS(35086), 1, sym__indent, STATE(21602), 1, sym_with_template_body, [883679] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35082), 1, + ACTIONS(35088), 1, anon_sym_LPAREN, STATE(22073), 1, sym_parenthesized_expression, [883689] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35084), 2, + ACTIONS(35090), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883697] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35086), 1, + ACTIONS(35092), 1, anon_sym_object, - ACTIONS(35088), 1, + ACTIONS(35094), 1, anon_sym_class, [883707] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35090), 2, + ACTIONS(35096), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883715] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35092), 2, + ACTIONS(35098), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883723] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35094), 2, + ACTIONS(35100), 2, anon_sym_do, anon_sym_yield, [883731] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35096), 2, + ACTIONS(35102), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883739] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35098), 2, + ACTIONS(35104), 2, anon_sym_do, anon_sym_yield, [883747] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35100), 2, + ACTIONS(35106), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883755] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24031), 1, + ACTIONS(24037), 1, anon_sym_object, - ACTIONS(24035), 1, + ACTIONS(24041), 1, anon_sym_class, [883765] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35102), 1, + ACTIONS(35108), 1, anon_sym_object, - ACTIONS(35104), 1, + ACTIONS(35110), 1, anon_sym_class, [883775] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35106), 2, + ACTIONS(35112), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883783] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35108), 1, + ACTIONS(35114), 1, sym__indent, STATE(7258), 1, sym_with_template_body, [883793] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(23971), 1, + ACTIONS(23977), 1, anon_sym_object, - ACTIONS(23975), 1, + ACTIONS(23981), 1, anon_sym_class, [883803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35110), 1, + ACTIONS(35116), 1, anon_sym_LPAREN, STATE(7625), 1, sym_parenthesized_expression, [883813] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35112), 2, + ACTIONS(35118), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883821] = 3, @@ -1146986,9 +1146986,9 @@ static const uint16_t ts_small_parse_table[] = { [883831] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24514), 1, + ACTIONS(24520), 1, anon_sym_object, - ACTIONS(24518), 1, + ACTIONS(24524), 1, anon_sym_class, [883841] = 3, ACTIONS(3), 1, @@ -1147000,26 +1147000,26 @@ static const uint16_t ts_small_parse_table[] = { [883851] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35114), 2, + ACTIONS(35120), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883859] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35116), 2, + ACTIONS(35122), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35118), 1, + ACTIONS(35124), 1, anon_sym_object, - ACTIONS(35120), 1, + ACTIONS(35126), 1, anon_sym_class, [883877] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35122), 2, + ACTIONS(35128), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883885] = 3, @@ -1147032,33 +1147032,33 @@ static const uint16_t ts_small_parse_table[] = { [883895] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35124), 2, + ACTIONS(35130), 2, anon_sym_do, anon_sym_yield, [883903] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24620), 1, + ACTIONS(24626), 1, anon_sym_object, - ACTIONS(24624), 1, + ACTIONS(24630), 1, anon_sym_class, [883913] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35126), 2, + ACTIONS(35132), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883921] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35128), 1, + ACTIONS(35134), 1, anon_sym_LPAREN, STATE(9004), 1, sym_parenthesized_expression, [883931] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35130), 1, + ACTIONS(35136), 1, anon_sym_LPAREN, STATE(8873), 1, sym_parenthesized_expression, @@ -1147072,89 +1147072,89 @@ static const uint16_t ts_small_parse_table[] = { [883951] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35132), 2, + ACTIONS(35138), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883959] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24136), 1, + ACTIONS(24142), 1, anon_sym_object, - ACTIONS(24140), 1, + ACTIONS(24146), 1, anon_sym_class, [883969] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35134), 1, + ACTIONS(35140), 1, anon_sym_object, - ACTIONS(35136), 1, + ACTIONS(35142), 1, anon_sym_class, [883979] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35138), 2, + ACTIONS(35144), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883987] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35140), 2, + ACTIONS(35146), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [883995] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35142), 1, + ACTIONS(35148), 1, sym__indent, STATE(12477), 1, sym_with_template_body, [884005] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35144), 2, + ACTIONS(35150), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884013] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35146), 2, + ACTIONS(35152), 2, anon_sym_COMMA, anon_sym_RBRACK, [884021] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35148), 2, + ACTIONS(35154), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884029] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35150), 2, + ACTIONS(35156), 2, anon_sym_do, anon_sym_yield, [884037] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35152), 2, + ACTIONS(35158), 2, anon_sym_do, anon_sym_yield, [884045] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35154), 1, + ACTIONS(35160), 1, anon_sym_LPAREN, STATE(9428), 1, sym_parenthesized_expression, [884055] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35156), 2, + ACTIONS(35162), 2, anon_sym_do, anon_sym_yield, [884063] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35158), 2, + ACTIONS(35164), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884071] = 3, @@ -1147167,47 +1147167,47 @@ static const uint16_t ts_small_parse_table[] = { [884081] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35160), 1, + ACTIONS(35166), 1, anon_sym_object, - ACTIONS(35162), 1, + ACTIONS(35168), 1, anon_sym_class, [884091] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24405), 1, + ACTIONS(24411), 1, anon_sym_object, - ACTIONS(24409), 1, + ACTIONS(24415), 1, anon_sym_class, [884101] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35164), 1, + ACTIONS(35170), 1, anon_sym_object, - ACTIONS(35166), 1, + ACTIONS(35172), 1, anon_sym_class, [884111] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35168), 1, + ACTIONS(35174), 1, anon_sym_LPAREN, STATE(21831), 1, sym_parenthesized_expression, [884121] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35170), 2, + ACTIONS(35176), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884129] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35172), 2, + ACTIONS(35178), 2, anon_sym_do, anon_sym_yield, [884137] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35174), 2, + ACTIONS(35180), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884145] = 3, @@ -1147220,61 +1147220,61 @@ static const uint16_t ts_small_parse_table[] = { [884155] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35176), 1, + ACTIONS(35182), 1, sym__indent, STATE(21951), 1, sym_with_template_body, [884165] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35178), 2, + ACTIONS(35184), 2, anon_sym_do, anon_sym_yield, [884173] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35180), 1, + ACTIONS(35186), 1, anon_sym_LPAREN, STATE(7476), 1, sym_parenthesized_expression, [884183] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24433), 1, + ACTIONS(24439), 1, anon_sym_object, - ACTIONS(24437), 1, + ACTIONS(24443), 1, anon_sym_class, [884193] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35182), 2, + ACTIONS(35188), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884201] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35184), 1, + ACTIONS(35190), 1, anon_sym_object, - ACTIONS(35186), 1, + ACTIONS(35192), 1, anon_sym_class, [884211] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35188), 1, + ACTIONS(35194), 1, anon_sym_LPAREN, STATE(21594), 1, sym_parenthesized_expression, [884221] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24170), 1, + ACTIONS(24176), 1, anon_sym_object, - ACTIONS(24174), 1, + ACTIONS(24180), 1, anon_sym_class, [884231] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35190), 2, + ACTIONS(35196), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884239] = 3, @@ -1147287,40 +1147287,40 @@ static const uint16_t ts_small_parse_table[] = { [884249] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24494), 1, + ACTIONS(24500), 1, anon_sym_object, - ACTIONS(24498), 1, + ACTIONS(24504), 1, anon_sym_class, [884259] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35192), 2, + ACTIONS(35198), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884267] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35194), 1, + ACTIONS(35200), 1, anon_sym_object, - ACTIONS(35196), 1, + ACTIONS(35202), 1, anon_sym_class, [884277] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35198), 2, + ACTIONS(35204), 2, anon_sym_do, anon_sym_yield, [884285] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35200), 1, + ACTIONS(35206), 1, anon_sym_object, - ACTIONS(35202), 1, + ACTIONS(35208), 1, anon_sym_class, [884295] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35204), 2, + ACTIONS(35210), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884303] = 3, @@ -1147333,7 +1147333,7 @@ static const uint16_t ts_small_parse_table[] = { [884313] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35206), 2, + ACTIONS(35212), 2, anon_sym_do, anon_sym_yield, [884321] = 3, @@ -1147346,39 +1147346,39 @@ static const uint16_t ts_small_parse_table[] = { [884331] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35208), 2, + ACTIONS(35214), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884339] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24556), 1, + ACTIONS(24562), 1, anon_sym_object, - ACTIONS(24560), 1, + ACTIONS(24566), 1, anon_sym_class, [884349] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35210), 2, + ACTIONS(35216), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884357] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35212), 2, + ACTIONS(35218), 2, anon_sym_do, anon_sym_yield, [884365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35214), 1, + ACTIONS(35220), 1, anon_sym_object, - ACTIONS(35216), 1, + ACTIONS(35222), 1, anon_sym_class, [884375] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35218), 2, + ACTIONS(35224), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884383] = 3, @@ -1147391,52 +1147391,52 @@ static const uint16_t ts_small_parse_table[] = { [884393] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35220), 2, + ACTIONS(35226), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884401] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35222), 1, + ACTIONS(35228), 1, anon_sym_LPAREN, STATE(6645), 1, sym_parenthesized_expression, [884411] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24602), 1, + ACTIONS(24608), 1, anon_sym_object, - ACTIONS(24606), 1, + ACTIONS(24612), 1, anon_sym_class, [884421] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35224), 2, + ACTIONS(35230), 2, anon_sym_do, anon_sym_yield, [884429] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35226), 2, + ACTIONS(35232), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884437] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35228), 1, + ACTIONS(35234), 1, anon_sym_object, - ACTIONS(35230), 1, + ACTIONS(35236), 1, anon_sym_class, [884447] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35232), 2, + ACTIONS(35238), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884455] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35234), 2, + ACTIONS(35240), 2, anon_sym_do, anon_sym_yield, [884463] = 3, @@ -1147449,13 +1147449,13 @@ static const uint16_t ts_small_parse_table[] = { [884473] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35236), 2, + ACTIONS(35242), 2, anon_sym_do, anon_sym_yield, [884481] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35238), 2, + ACTIONS(35244), 2, anon_sym_COMMA, anon_sym_RBRACK, [884489] = 3, @@ -1147468,188 +1147468,188 @@ static const uint16_t ts_small_parse_table[] = { [884499] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35240), 2, + ACTIONS(35246), 2, anon_sym_do, anon_sym_yield, [884507] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35242), 2, + ACTIONS(35248), 2, anon_sym_COMMA, anon_sym_RBRACK, [884515] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24662), 1, + ACTIONS(24668), 1, anon_sym_object, - ACTIONS(24666), 1, + ACTIONS(24672), 1, anon_sym_class, [884525] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35244), 2, + ACTIONS(35250), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884533] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35246), 2, + ACTIONS(35252), 2, anon_sym_COMMA, anon_sym_RBRACK, [884541] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35248), 2, + ACTIONS(35254), 2, anon_sym_COMMA, anon_sym_RBRACK, [884549] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35250), 2, + ACTIONS(35256), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884557] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35252), 2, + ACTIONS(35258), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884565] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35254), 2, + ACTIONS(35260), 2, anon_sym_do, anon_sym_yield, [884573] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35256), 1, + ACTIONS(35262), 1, anon_sym_LPAREN, STATE(6667), 1, sym_parenthesized_expression, [884583] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35258), 2, + ACTIONS(35264), 2, anon_sym_do, anon_sym_yield, [884591] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35260), 2, + ACTIONS(35266), 2, anon_sym_do, anon_sym_yield, [884599] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35262), 2, + ACTIONS(35268), 2, anon_sym_COLON, anon_sym_COMMA, [884607] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35264), 2, + ACTIONS(35270), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884615] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35266), 1, + ACTIONS(35272), 1, anon_sym_LPAREN, STATE(8982), 1, sym_parenthesized_expression, [884625] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35268), 2, + ACTIONS(35274), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35270), 1, + ACTIONS(35276), 1, anon_sym_DOLLAR, STATE(27496), 1, sym_interpolation, [884643] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35272), 2, + ACTIONS(35278), 2, anon_sym_do, anon_sym_yield, [884651] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35274), 2, + ACTIONS(35280), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884659] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35276), 2, + ACTIONS(35282), 2, anon_sym_do, anon_sym_yield, [884667] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35278), 1, + ACTIONS(35284), 1, anon_sym_object, - ACTIONS(35280), 1, + ACTIONS(35286), 1, anon_sym_class, [884677] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35282), 1, + ACTIONS(35288), 1, anon_sym_object, - ACTIONS(35284), 1, + ACTIONS(35290), 1, anon_sym_class, [884687] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35286), 1, + ACTIONS(35292), 1, anon_sym_DOLLAR, STATE(27497), 1, sym_interpolation, [884697] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35288), 2, + ACTIONS(35294), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884705] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35290), 2, + ACTIONS(35296), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884713] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35292), 2, + ACTIONS(35298), 2, anon_sym_do, anon_sym_yield, [884721] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35294), 2, + ACTIONS(35300), 2, anon_sym_do, anon_sym_yield, [884729] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35296), 2, + ACTIONS(35302), 2, anon_sym_do, anon_sym_yield, [884737] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35298), 2, + ACTIONS(35304), 2, anon_sym_do, anon_sym_yield, [884745] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35300), 2, + ACTIONS(35306), 2, anon_sym_do, anon_sym_yield, [884753] = 3, @@ -1147662,145 +1147662,145 @@ static const uint16_t ts_small_parse_table[] = { [884763] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35302), 2, + ACTIONS(35308), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884771] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35304), 2, + ACTIONS(35310), 2, anon_sym_do, anon_sym_yield, [884779] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35306), 2, + ACTIONS(35312), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884787] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35308), 2, + ACTIONS(35314), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884795] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35310), 1, + ACTIONS(35316), 1, anon_sym_object, - ACTIONS(35312), 1, + ACTIONS(35318), 1, anon_sym_class, [884805] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35314), 1, + ACTIONS(35320), 1, sym__indent, STATE(7501), 1, sym_with_template_body, [884815] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35316), 2, + ACTIONS(35322), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884823] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35318), 2, + ACTIONS(35324), 2, anon_sym_do, anon_sym_yield, [884831] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35320), 2, + ACTIONS(35326), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884839] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35322), 2, + ACTIONS(35328), 2, anon_sym_do, anon_sym_yield, [884847] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35324), 2, + ACTIONS(35330), 2, anon_sym_do, anon_sym_yield, [884855] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35326), 2, + ACTIONS(35332), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884863] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35328), 1, + ACTIONS(35334), 1, sym__indent, STATE(6610), 1, sym_with_template_body, [884873] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35330), 2, + ACTIONS(35336), 2, anon_sym_do, anon_sym_yield, [884881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35332), 1, + ACTIONS(35338), 1, anon_sym_LPAREN, STATE(22447), 1, sym_parenthesized_expression, [884891] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35334), 2, + ACTIONS(35340), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884899] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24216), 1, + ACTIONS(24222), 1, anon_sym_object, - ACTIONS(24220), 1, + ACTIONS(24226), 1, anon_sym_class, [884909] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35336), 2, + ACTIONS(35342), 2, anon_sym_do, anon_sym_yield, [884917] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35338), 2, + ACTIONS(35344), 2, anon_sym_do, anon_sym_yield, [884925] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24190), 1, + ACTIONS(24196), 1, anon_sym_object, - ACTIONS(24194), 1, + ACTIONS(24200), 1, anon_sym_class, [884935] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35340), 2, + ACTIONS(35346), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884943] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35342), 2, + ACTIONS(35348), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884951] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35344), 2, + ACTIONS(35350), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [884959] = 3, @@ -1147813,38 +1147813,38 @@ static const uint16_t ts_small_parse_table[] = { [884969] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35346), 2, + ACTIONS(35352), 2, anon_sym_COMMA, anon_sym_RBRACK, [884977] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35348), 2, + ACTIONS(35354), 2, anon_sym_do, anon_sym_yield, [884985] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35350), 2, + ACTIONS(35356), 2, anon_sym_do, anon_sym_yield, [884993] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35352), 1, + ACTIONS(35358), 1, anon_sym_object, - ACTIONS(35354), 1, + ACTIONS(35360), 1, anon_sym_class, [885003] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35356), 2, + ACTIONS(35362), 2, anon_sym_do, anon_sym_yield, [885011] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(32974), 2, + ACTIONS(32980), 2, anon_sym_COMMA, anon_sym_RPAREN, [885019] = 3, @@ -1147857,309 +1147857,309 @@ static const uint16_t ts_small_parse_table[] = { [885029] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35358), 2, + ACTIONS(35364), 2, anon_sym_do, anon_sym_yield, [885037] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35360), 2, + ACTIONS(35366), 2, anon_sym_do, anon_sym_yield, [885045] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35362), 2, + ACTIONS(35368), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885053] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35364), 2, + ACTIONS(35370), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885061] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(32868), 2, + ACTIONS(32874), 2, sym__interpolated_string_middle, sym__interpolated_string_end, [885069] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(32835), 2, + ACTIONS(32841), 2, sym__interpolated_multiline_string_middle, sym__interpolated_multiline_string_end, [885077] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(23995), 1, + ACTIONS(24001), 1, anon_sym_object, - ACTIONS(23999), 1, + ACTIONS(24005), 1, anon_sym_class, [885087] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35366), 2, + ACTIONS(35372), 2, anon_sym_do, anon_sym_yield, [885095] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35368), 2, + ACTIONS(35374), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885103] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35370), 2, + ACTIONS(35376), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885111] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35372), 2, + ACTIONS(35378), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885119] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35374), 2, + ACTIONS(35380), 2, anon_sym_do, anon_sym_yield, [885127] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35376), 1, + ACTIONS(35382), 1, anon_sym_LPAREN, STATE(21656), 1, sym_parenthesized_expression, [885137] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35378), 2, + ACTIONS(35384), 2, anon_sym_do, anon_sym_yield, [885145] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(32760), 2, + ACTIONS(32766), 2, anon_sym_COMMA, anon_sym_RPAREN, [885153] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35380), 2, + ACTIONS(35386), 2, anon_sym_do, anon_sym_yield, [885161] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35382), 2, + ACTIONS(35388), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885169] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35384), 2, + ACTIONS(35390), 2, anon_sym_do, anon_sym_yield, [885177] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35386), 1, + ACTIONS(35392), 1, anon_sym_LPAREN, STATE(21283), 1, sym_parenthesized_expression, [885187] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35388), 2, + ACTIONS(35394), 2, anon_sym_do, anon_sym_yield, [885195] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35390), 2, + ACTIONS(35396), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885203] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35392), 2, + ACTIONS(35398), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885211] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35394), 1, + ACTIONS(35400), 1, sym__indent, STATE(22212), 1, sym_with_template_body, [885221] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35396), 2, + ACTIONS(35402), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885229] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35398), 2, + ACTIONS(35404), 2, anon_sym_do, anon_sym_yield, [885237] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35400), 2, + ACTIONS(35406), 2, anon_sym_RBRACE, anon_sym_COMMA, [885245] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35402), 2, + ACTIONS(35408), 2, anon_sym_do, anon_sym_yield, [885253] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35404), 2, + ACTIONS(35410), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885261] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35406), 2, + ACTIONS(35412), 2, anon_sym_do, anon_sym_yield, [885269] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(32577), 2, + ACTIONS(32583), 2, anon_sym_COMMA, anon_sym_RPAREN, [885277] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35408), 2, + ACTIONS(35414), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885285] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35410), 2, + ACTIONS(35416), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885293] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35412), 1, + ACTIONS(35418), 1, anon_sym_object, - ACTIONS(35414), 1, + ACTIONS(35420), 1, anon_sym_class, [885303] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35416), 2, + ACTIONS(35422), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885311] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35418), 2, + ACTIONS(35424), 2, anon_sym_RBRACE, anon_sym_case, [885319] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35420), 2, + ACTIONS(35426), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885327] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35422), 2, + ACTIONS(35428), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885335] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35424), 2, + ACTIONS(35430), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885343] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35426), 2, + ACTIONS(35432), 2, anon_sym_do, anon_sym_yield, [885351] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(32502), 2, + ACTIONS(32508), 2, anon_sym_COMMA, anon_sym_RPAREN, [885359] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35428), 2, + ACTIONS(35434), 2, anon_sym_do, anon_sym_yield, [885367] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(32454), 2, + ACTIONS(32460), 2, anon_sym_COMMA, anon_sym_RPAREN, [885375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35430), 1, + ACTIONS(35436), 1, sym__indent, STATE(21701), 1, sym_with_template_body, [885385] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35432), 2, + ACTIONS(35438), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885393] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35434), 2, + ACTIONS(35440), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885401] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24065), 1, + ACTIONS(24071), 1, anon_sym_object, - ACTIONS(24069), 1, + ACTIONS(24075), 1, anon_sym_class, [885411] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35208), 1, + ACTIONS(35214), 1, anon_sym_QMARK_EQ_GT, - ACTIONS(35436), 1, + ACTIONS(35442), 1, anon_sym_EQ_GT, [885421] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35438), 2, + ACTIONS(35444), 2, anon_sym_do, anon_sym_yield, [885429] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35440), 2, + ACTIONS(35446), 2, sym__interpolated_string_middle, sym__interpolated_string_end, [885437] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35442), 2, + ACTIONS(35448), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885445] = 3, @@ -1148172,79 +1148172,79 @@ static const uint16_t ts_small_parse_table[] = { [885455] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35444), 2, + ACTIONS(35450), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885463] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35446), 2, + ACTIONS(35452), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885471] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35448), 2, + ACTIONS(35454), 2, anon_sym_do, anon_sym_yield, [885479] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35450), 2, + ACTIONS(35456), 2, anon_sym_do, anon_sym_yield, [885487] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(30452), 2, + ACTIONS(30458), 2, anon_sym_RBRACE, anon_sym_COMMA, [885495] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35452), 2, + ACTIONS(35458), 2, anon_sym_do, anon_sym_yield, [885503] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35454), 2, + ACTIONS(35460), 2, anon_sym_RBRACE, anon_sym_COMMA, [885511] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35456), 2, + ACTIONS(35462), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885519] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35458), 2, + ACTIONS(35464), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885527] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35460), 2, + ACTIONS(35466), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885535] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35462), 2, + ACTIONS(35468), 2, anon_sym_do, anon_sym_yield, [885543] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35464), 2, + ACTIONS(35470), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885551] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35466), 2, + ACTIONS(35472), 2, anon_sym_do, anon_sym_yield, [885559] = 3, @@ -1148257,141 +1148257,141 @@ static const uint16_t ts_small_parse_table[] = { [885569] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35468), 2, + ACTIONS(35474), 2, anon_sym_do, anon_sym_yield, [885577] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35470), 2, + ACTIONS(35476), 2, anon_sym_do, anon_sym_yield, [885585] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35472), 2, + ACTIONS(35478), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885593] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35474), 2, + ACTIONS(35480), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885601] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35476), 2, + ACTIONS(35482), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885609] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35478), 2, + ACTIONS(35484), 2, anon_sym_do, anon_sym_yield, [885617] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35480), 1, + ACTIONS(35486), 1, anon_sym_LPAREN, STATE(9650), 1, sym_parenthesized_expression, [885627] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35482), 2, + ACTIONS(35488), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885635] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35484), 2, + ACTIONS(35490), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885643] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35486), 2, + ACTIONS(35492), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885651] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35488), 2, + ACTIONS(35494), 2, anon_sym_do, anon_sym_yield, [885659] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35490), 2, + ACTIONS(35496), 2, anon_sym_do, anon_sym_yield, [885667] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35492), 2, + ACTIONS(35498), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885675] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35494), 2, + ACTIONS(35500), 2, anon_sym_do, anon_sym_yield, [885683] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35496), 2, + ACTIONS(35502), 2, anon_sym_do, anon_sym_yield, [885691] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35498), 2, + ACTIONS(35504), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885699] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35500), 2, + ACTIONS(35506), 2, anon_sym_do, anon_sym_yield, [885707] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35502), 2, + ACTIONS(35508), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885715] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35504), 2, + ACTIONS(35510), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885723] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35506), 2, + ACTIONS(35512), 2, anon_sym_do, anon_sym_yield, [885731] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35310), 1, + ACTIONS(35316), 1, anon_sym_object, - ACTIONS(35508), 1, + ACTIONS(35514), 1, anon_sym_class, [885741] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35510), 2, + ACTIONS(35516), 2, anon_sym_do, anon_sym_yield, [885749] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35512), 2, + ACTIONS(35518), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885757] = 3, @@ -1148404,219 +1148404,219 @@ static const uint16_t ts_small_parse_table[] = { [885767] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35514), 1, + ACTIONS(35520), 1, anon_sym_object, - ACTIONS(35516), 1, + ACTIONS(35522), 1, anon_sym_class, [885777] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35518), 2, + ACTIONS(35524), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885785] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35520), 2, + ACTIONS(35526), 2, anon_sym_do, anon_sym_yield, [885793] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35522), 2, + ACTIONS(35528), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885801] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35524), 2, + ACTIONS(35530), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885809] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35526), 1, + ACTIONS(35532), 1, sym__indent, STATE(7913), 1, sym_with_template_body, [885819] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35528), 2, + ACTIONS(35534), 2, anon_sym_do, anon_sym_yield, [885827] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35530), 2, + ACTIONS(35536), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885835] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35418), 2, + ACTIONS(35424), 2, sym__outdent, anon_sym_case, [885843] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35532), 2, + ACTIONS(35538), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885851] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24190), 1, + ACTIONS(24196), 1, anon_sym_object, - ACTIONS(24373), 1, + ACTIONS(24379), 1, anon_sym_class, [885861] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35534), 2, + ACTIONS(35540), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885869] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35536), 2, + ACTIONS(35542), 2, anon_sym_do, anon_sym_yield, [885877] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35538), 2, + ACTIONS(35544), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885885] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35540), 2, + ACTIONS(35546), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885893] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35542), 2, + ACTIONS(35548), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885901] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35544), 2, + ACTIONS(35550), 2, anon_sym_do, anon_sym_yield, [885909] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35440), 2, + ACTIONS(35446), 2, sym__interpolated_multiline_string_middle, sym__interpolated_multiline_string_end, [885917] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35546), 1, + ACTIONS(35552), 1, sym__indent, STATE(6127), 1, sym_with_template_body, [885927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(25532), 1, + ACTIONS(25538), 1, anon_sym_EQ_GT, - ACTIONS(35548), 1, + ACTIONS(35554), 1, anon_sym_COLON, [885937] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35550), 2, + ACTIONS(35556), 2, anon_sym_do, anon_sym_yield, [885945] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35552), 2, + ACTIONS(35558), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885953] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35554), 2, + ACTIONS(35560), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885961] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35556), 2, + ACTIONS(35562), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885969] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35558), 2, + ACTIONS(35564), 2, anon_sym_do, anon_sym_yield, [885977] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35560), 2, + ACTIONS(35566), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [885985] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35562), 2, + ACTIONS(35568), 2, anon_sym_do, anon_sym_yield, [885993] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35564), 2, + ACTIONS(35570), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886001] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35566), 2, + ACTIONS(35572), 2, anon_sym_do, anon_sym_yield, [886009] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24013), 1, + ACTIONS(24019), 1, anon_sym_object, - ACTIONS(24017), 1, + ACTIONS(24023), 1, anon_sym_class, [886019] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35568), 2, + ACTIONS(35574), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886027] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35570), 1, + ACTIONS(35576), 1, anon_sym_LPAREN, STATE(7927), 1, sym_parenthesized_expression, [886037] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35572), 1, + ACTIONS(35578), 1, anon_sym_object, - ACTIONS(35574), 1, + ACTIONS(35580), 1, anon_sym_class, [886047] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35576), 2, + ACTIONS(35582), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886055] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35578), 2, + ACTIONS(35584), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886063] = 2, @@ -1148628,13 +1148628,13 @@ static const uint16_t ts_small_parse_table[] = { [886071] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35580), 2, + ACTIONS(35586), 2, anon_sym_do, anon_sym_yield, [886079] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35582), 2, + ACTIONS(35588), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886087] = 2, @@ -1148646,154 +1148646,154 @@ static const uint16_t ts_small_parse_table[] = { [886095] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35584), 2, + ACTIONS(35590), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886103] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35586), 2, + ACTIONS(35592), 2, anon_sym_do, anon_sym_yield, [886111] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35588), 2, + ACTIONS(35594), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886119] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35590), 2, + ACTIONS(35596), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886127] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35592), 2, + ACTIONS(35598), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886135] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35594), 2, + ACTIONS(35600), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886143] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35596), 2, + ACTIONS(35602), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886151] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35598), 2, + ACTIONS(35604), 2, anon_sym_do, anon_sym_yield, [886159] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35600), 2, + ACTIONS(35606), 2, anon_sym_do, anon_sym_yield, [886167] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35602), 2, + ACTIONS(35608), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886175] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35604), 2, + ACTIONS(35610), 2, anon_sym_do, anon_sym_yield, [886183] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35606), 2, + ACTIONS(35612), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886191] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35608), 2, + ACTIONS(35614), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886199] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35412), 1, + ACTIONS(35418), 1, anon_sym_object, - ACTIONS(35610), 1, + ACTIONS(35616), 1, anon_sym_class, [886209] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35612), 2, + ACTIONS(35618), 2, anon_sym_do, anon_sym_yield, [886217] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35614), 2, + ACTIONS(35620), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886225] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35616), 1, + ACTIONS(35622), 1, sym__indent, STATE(22401), 1, sym_with_template_body, [886235] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35618), 2, + ACTIONS(35624), 2, anon_sym_do, anon_sym_yield, [886243] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35620), 2, + ACTIONS(35626), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886251] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35622), 2, + ACTIONS(35628), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886259] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35624), 2, + ACTIONS(35630), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886267] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(24065), 1, + ACTIONS(24071), 1, anon_sym_object, - ACTIONS(24636), 1, + ACTIONS(24642), 1, anon_sym_class, [886277] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35626), 2, + ACTIONS(35632), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886285] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35628), 2, + ACTIONS(35634), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886293] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35630), 2, + ACTIONS(35636), 2, anon_sym_do, anon_sym_yield, [886301] = 3, @@ -1148818,50 +1148818,50 @@ static const uint16_t ts_small_parse_table[] = { [886327] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35632), 2, + ACTIONS(35638), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886335] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35634), 2, + ACTIONS(35640), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886343] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35636), 2, + ACTIONS(35642), 2, anon_sym_do, anon_sym_yield, [886351] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35638), 2, + ACTIONS(35644), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886359] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35640), 2, + ACTIONS(35646), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886367] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35642), 1, + ACTIONS(35648), 1, anon_sym_LPAREN, STATE(9447), 1, sym_parenthesized_expression, [886377] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35644), 2, + ACTIONS(35650), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886385] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35646), 2, + ACTIONS(35652), 2, anon_sym_do, anon_sym_yield, [886393] = 2, @@ -1148873,7 +1148873,7 @@ static const uint16_t ts_small_parse_table[] = { [886401] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35648), 2, + ACTIONS(35654), 2, anon_sym_EQ_GT, anon_sym_QMARK_EQ_GT, [886409] = 2, @@ -1148885,7 +1148885,7 @@ static const uint16_t ts_small_parse_table[] = { [886417] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35650), 1, + ACTIONS(35656), 1, anon_sym_then, [886424] = 2, ACTIONS(3), 1, @@ -1148900,17 +1148900,17 @@ static const uint16_t ts_small_parse_table[] = { [886438] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35652), 1, + ACTIONS(35658), 1, anon_sym_RPAREN, [886445] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35654), 1, + ACTIONS(35660), 1, anon_sym_RBRACE, [886452] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35652), 1, + ACTIONS(35658), 1, anon_sym_RBRACE, [886459] = 2, ACTIONS(3), 1, @@ -1148925,12 +1148925,12 @@ static const uint16_t ts_small_parse_table[] = { [886473] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35656), 1, + ACTIONS(35662), 1, sym__outdent, [886480] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35654), 1, + ACTIONS(35660), 1, anon_sym_RBRACK, [886487] = 2, ACTIONS(3), 1, @@ -1148950,17 +1148950,17 @@ static const uint16_t ts_small_parse_table[] = { [886508] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35658), 1, + ACTIONS(35664), 1, sym__outdent, [886515] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35660), 1, + ACTIONS(35666), 1, sym__outdent, [886522] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35662), 1, + ACTIONS(35668), 1, sym__outdent, [886529] = 2, ACTIONS(3), 1, @@ -1148985,12 +1148985,12 @@ static const uint16_t ts_small_parse_table[] = { [886557] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35664), 1, + ACTIONS(35670), 1, sym__outdent, [886564] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35666), 1, + ACTIONS(35672), 1, anon_sym_RBRACE, [886571] = 2, ACTIONS(3), 1, @@ -1149000,7 +1149000,7 @@ static const uint16_t ts_small_parse_table[] = { [886578] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35666), 1, + ACTIONS(35672), 1, sym__outdent, [886585] = 2, ACTIONS(3), 1, @@ -1149010,7 +1149010,7 @@ static const uint16_t ts_small_parse_table[] = { [886592] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35668), 1, + ACTIONS(35674), 1, anon_sym_RBRACE, [886599] = 2, ACTIONS(3), 1, @@ -1149030,7 +1149030,7 @@ static const uint16_t ts_small_parse_table[] = { [886620] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24021), 1, + ACTIONS(24027), 1, anon_sym_type, [886627] = 2, ACTIONS(3), 1, @@ -1149050,17 +1149050,17 @@ static const uint16_t ts_small_parse_table[] = { [886648] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35670), 1, + ACTIONS(35676), 1, anon_sym_RBRACK, [886655] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35672), 1, + ACTIONS(35678), 1, sym__outdent, [886662] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35670), 1, + ACTIONS(35676), 1, anon_sym_RBRACE, [886669] = 2, ACTIONS(3), 1, @@ -1149070,17 +1149070,17 @@ static const uint16_t ts_small_parse_table[] = { [886676] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(23781), 1, + ACTIONS(23787), 1, anon_sym_DOT, [886683] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35674), 1, + ACTIONS(35680), 1, anon_sym_EQ_GT, [886690] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35676), 1, + ACTIONS(35682), 1, anon_sym_RBRACE, [886697] = 2, ACTIONS(3), 1, @@ -1149090,7 +1149090,7 @@ static const uint16_t ts_small_parse_table[] = { [886704] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35678), 1, + ACTIONS(35684), 1, anon_sym_RBRACK, [886711] = 2, ACTIONS(3), 1, @@ -1149105,17 +1149105,17 @@ static const uint16_t ts_small_parse_table[] = { [886725] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35680), 1, + ACTIONS(35686), 1, anon_sym_then, [886732] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35682), 1, + ACTIONS(35688), 1, anon_sym_type, [886739] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35684), 1, + ACTIONS(35690), 1, anon_sym_then, [886746] = 2, ACTIONS(3), 1, @@ -1149125,7 +1149125,7 @@ static const uint16_t ts_small_parse_table[] = { [886753] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35686), 1, + ACTIONS(35692), 1, anon_sym_RBRACE, [886760] = 2, ACTIONS(3), 1, @@ -1149135,7 +1149135,7 @@ static const uint16_t ts_small_parse_table[] = { [886767] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35688), 1, + ACTIONS(35694), 1, anon_sym_do, [886774] = 2, ACTIONS(3), 1, @@ -1149150,22 +1149150,22 @@ static const uint16_t ts_small_parse_table[] = { [886788] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35690), 1, + ACTIONS(35696), 1, anon_sym_then, [886795] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35692), 1, + ACTIONS(35698), 1, anon_sym_then, [886802] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35694), 1, + ACTIONS(35700), 1, anon_sym_RBRACE, [886809] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35696), 1, + ACTIONS(35702), 1, anon_sym_RBRACE, [886816] = 2, ACTIONS(3), 1, @@ -1149180,17 +1149180,17 @@ static const uint16_t ts_small_parse_table[] = { [886830] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35698), 1, + ACTIONS(35704), 1, anon_sym_then, [886837] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35700), 1, + ACTIONS(35706), 1, anon_sym_do, [886844] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35702), 1, + ACTIONS(35708), 1, anon_sym_then, [886851] = 2, ACTIONS(3), 1, @@ -1149210,12 +1149210,12 @@ static const uint16_t ts_small_parse_table[] = { [886872] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35704), 1, + ACTIONS(35710), 1, anon_sym_then, [886879] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35706), 1, + ACTIONS(35712), 1, anon_sym_RBRACE, [886886] = 2, ACTIONS(3), 1, @@ -1149225,22 +1149225,22 @@ static const uint16_t ts_small_parse_table[] = { [886893] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35708), 1, + ACTIONS(35714), 1, anon_sym_then, [886900] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35710), 1, + ACTIONS(35716), 1, anon_sym_RBRACE, [886907] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35712), 1, + ACTIONS(35718), 1, anon_sym_type, [886914] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35710), 1, + ACTIONS(35716), 1, anon_sym_RBRACK, [886921] = 2, ACTIONS(3), 1, @@ -1149255,17 +1149255,17 @@ static const uint16_t ts_small_parse_table[] = { [886935] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35714), 1, + ACTIONS(35720), 1, anon_sym_then, [886942] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35716), 1, + ACTIONS(35722), 1, sym__outdent, [886949] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35718), 1, + ACTIONS(35724), 1, anon_sym_RBRACK, [886956] = 2, ACTIONS(3), 1, @@ -1149275,17 +1149275,17 @@ static const uint16_t ts_small_parse_table[] = { [886963] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35720), 1, + ACTIONS(35726), 1, sym__outdent, [886970] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35722), 1, + ACTIONS(35728), 1, anon_sym_then, [886977] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35724), 1, + ACTIONS(35730), 1, sym__outdent, [886984] = 2, ACTIONS(3), 1, @@ -1149300,22 +1149300,22 @@ static const uint16_t ts_small_parse_table[] = { [886998] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35726), 1, + ACTIONS(35732), 1, anon_sym_RBRACE, [887005] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35728), 1, + ACTIONS(35734), 1, anon_sym_then, [887012] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35730), 1, + ACTIONS(35736), 1, anon_sym_EQ_GT, [887019] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35732), 1, + ACTIONS(35738), 1, sym__outdent, [887026] = 2, ACTIONS(3), 1, @@ -1149325,22 +1149325,22 @@ static const uint16_t ts_small_parse_table[] = { [887033] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35734), 1, + ACTIONS(35740), 1, sym__outdent, [887040] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35736), 1, + ACTIONS(35742), 1, anon_sym_then, [887047] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35738), 1, + ACTIONS(35744), 1, anon_sym_RBRACE, [887054] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35668), 1, + ACTIONS(35674), 1, anon_sym_RPAREN, [887061] = 2, ACTIONS(3), 1, @@ -1149350,7 +1149350,7 @@ static const uint16_t ts_small_parse_table[] = { [887068] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35740), 1, + ACTIONS(35746), 1, anon_sym_RBRACE, [887075] = 2, ACTIONS(3), 1, @@ -1149360,12 +1149360,12 @@ static const uint16_t ts_small_parse_table[] = { [887082] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35740), 1, + ACTIONS(35746), 1, anon_sym_RBRACK, [887089] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35742), 1, + ACTIONS(35748), 1, anon_sym_then, [887096] = 2, ACTIONS(3), 1, @@ -1149375,22 +1149375,22 @@ static const uint16_t ts_small_parse_table[] = { [887103] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35744), 1, + ACTIONS(35750), 1, anon_sym_then, [887110] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35746), 1, + ACTIONS(35752), 1, sym__outdent, [887117] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35748), 1, + ACTIONS(35754), 1, sym__outdent, [887124] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24003), 1, + ACTIONS(24009), 1, anon_sym_type, [887131] = 2, ACTIONS(3), 1, @@ -1149400,17 +1149400,17 @@ static const uint16_t ts_small_parse_table[] = { [887138] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(23867), 1, + ACTIONS(23873), 1, anon_sym_DOT, [887145] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35750), 1, + ACTIONS(35756), 1, anon_sym_then, [887152] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35752), 1, + ACTIONS(35758), 1, anon_sym_then, [887159] = 2, ACTIONS(3), 1, @@ -1149430,12 +1149430,12 @@ static const uint16_t ts_small_parse_table[] = { [887180] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35754), 1, + ACTIONS(35760), 1, anon_sym_then, [887187] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35756), 1, + ACTIONS(35762), 1, anon_sym_then, [887194] = 2, ACTIONS(3), 1, @@ -1149450,7 +1149450,7 @@ static const uint16_t ts_small_parse_table[] = { [887208] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24224), 1, + ACTIONS(24230), 1, anon_sym_type, [887215] = 2, ACTIONS(3), 1, @@ -1149460,12 +1149460,12 @@ static const uint16_t ts_small_parse_table[] = { [887222] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35758), 1, + ACTIONS(35764), 1, anon_sym_then, [887229] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35760), 1, + ACTIONS(35766), 1, anon_sym_then, [887236] = 2, ACTIONS(3), 1, @@ -1149475,12 +1149475,12 @@ static const uint16_t ts_small_parse_table[] = { [887243] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35720), 1, + ACTIONS(35726), 1, anon_sym_RBRACE, [887250] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35762), 1, + ACTIONS(35768), 1, sym__outdent, [887257] = 2, ACTIONS(3), 1, @@ -1149490,7 +1149490,7 @@ static const uint16_t ts_small_parse_table[] = { [887264] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35764), 1, + ACTIONS(35770), 1, anon_sym_EQ_GT, [887271] = 2, ACTIONS(3), 1, @@ -1149500,22 +1149500,22 @@ static const uint16_t ts_small_parse_table[] = { [887278] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35766), 1, + ACTIONS(35772), 1, anon_sym_then, [887285] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35768), 1, + ACTIONS(35774), 1, anon_sym_RBRACE, [887292] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35770), 1, + ACTIONS(35776), 1, anon_sym_then, [887299] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35772), 1, + ACTIONS(35778), 1, anon_sym_RBRACK, [887306] = 2, ACTIONS(3), 1, @@ -1149525,7 +1149525,7 @@ static const uint16_t ts_small_parse_table[] = { [887313] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35774), 1, + ACTIONS(35780), 1, anon_sym_type, [887320] = 2, ACTIONS(3), 1, @@ -1149535,12 +1149535,12 @@ static const uint16_t ts_small_parse_table[] = { [887327] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35776), 1, + ACTIONS(35782), 1, anon_sym_RBRACE, [887334] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35778), 1, + ACTIONS(35784), 1, anon_sym_then, [887341] = 2, ACTIONS(3), 1, @@ -1149555,17 +1149555,17 @@ static const uint16_t ts_small_parse_table[] = { [887355] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35780), 1, + ACTIONS(35786), 1, anon_sym_then, [887362] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35782), 1, + ACTIONS(35788), 1, anon_sym_RBRACE, [887369] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35784), 1, + ACTIONS(35790), 1, anon_sym_do, [887376] = 2, ACTIONS(3), 1, @@ -1149580,17 +1149580,17 @@ static const uint16_t ts_small_parse_table[] = { [887390] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35786), 1, + ACTIONS(35792), 1, anon_sym_then, [887397] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35788), 1, + ACTIONS(35794), 1, anon_sym_then, [887404] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35790), 1, + ACTIONS(35796), 1, anon_sym_RBRACE, [887411] = 2, ACTIONS(3), 1, @@ -1149600,7 +1149600,7 @@ static const uint16_t ts_small_parse_table[] = { [887418] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35790), 1, + ACTIONS(35796), 1, anon_sym_RBRACK, [887425] = 2, ACTIONS(3), 1, @@ -1149610,7 +1149610,7 @@ static const uint16_t ts_small_parse_table[] = { [887432] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35792), 1, + ACTIONS(35798), 1, anon_sym_then, [887439] = 2, ACTIONS(3), 1, @@ -1149620,12 +1149620,12 @@ static const uint16_t ts_small_parse_table[] = { [887446] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35794), 1, + ACTIONS(35800), 1, sym__outdent, [887453] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35738), 1, + ACTIONS(35744), 1, sym__outdent, [887460] = 2, ACTIONS(3), 1, @@ -1149635,12 +1149635,12 @@ static const uint16_t ts_small_parse_table[] = { [887467] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35796), 1, + ACTIONS(35802), 1, anon_sym_then, [887474] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35798), 1, + ACTIONS(35804), 1, sym__outdent, [887481] = 2, ACTIONS(3), 1, @@ -1149650,12 +1149650,12 @@ static const uint16_t ts_small_parse_table[] = { [887488] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35800), 1, + ACTIONS(35806), 1, anon_sym_RPAREN, [887495] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35802), 1, + ACTIONS(35808), 1, sym__outdent, [887502] = 2, ACTIONS(3), 1, @@ -1149665,7 +1149665,7 @@ static const uint16_t ts_small_parse_table[] = { [887509] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35804), 1, + ACTIONS(35810), 1, sym__outdent, [887516] = 2, ACTIONS(3), 1, @@ -1149680,12 +1149680,12 @@ static const uint16_t ts_small_parse_table[] = { [887530] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35806), 1, + ACTIONS(35812), 1, anon_sym_then, [887537] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35808), 1, + ACTIONS(35814), 1, sym__outdent, [887544] = 2, ACTIONS(3), 1, @@ -1149695,12 +1149695,12 @@ static const uint16_t ts_small_parse_table[] = { [887551] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35800), 1, + ACTIONS(35806), 1, anon_sym_RBRACE, [887558] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35810), 1, + ACTIONS(35816), 1, anon_sym_RBRACK, [887565] = 2, ACTIONS(3), 1, @@ -1149710,12 +1149710,12 @@ static const uint16_t ts_small_parse_table[] = { [887572] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35810), 1, + ACTIONS(35816), 1, anon_sym_RBRACE, [887579] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35812), 1, + ACTIONS(35818), 1, anon_sym_then, [887586] = 2, ACTIONS(3), 1, @@ -1149730,7 +1149730,7 @@ static const uint16_t ts_small_parse_table[] = { [887600] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35814), 1, + ACTIONS(35820), 1, anon_sym_RPAREN, [887607] = 2, ACTIONS(3), 1, @@ -1149740,12 +1149740,12 @@ static const uint16_t ts_small_parse_table[] = { [887614] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35814), 1, + ACTIONS(35820), 1, anon_sym_RBRACE, [887621] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35816), 1, + ACTIONS(35822), 1, anon_sym_RBRACE, [887628] = 2, ACTIONS(3), 1, @@ -1149755,12 +1149755,12 @@ static const uint16_t ts_small_parse_table[] = { [887635] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35818), 1, + ACTIONS(35824), 1, sym__outdent, [887642] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35816), 1, + ACTIONS(35822), 1, anon_sym_RBRACK, [887649] = 2, ACTIONS(3), 1, @@ -1149775,7 +1149775,7 @@ static const uint16_t ts_small_parse_table[] = { [887663] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35820), 1, + ACTIONS(35826), 1, sym__outdent, [887670] = 2, ACTIONS(3), 1, @@ -1149785,12 +1149785,12 @@ static const uint16_t ts_small_parse_table[] = { [887677] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35822), 1, + ACTIONS(35828), 1, anon_sym_then, [887684] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35824), 1, + ACTIONS(35830), 1, sym__outdent, [887691] = 2, ACTIONS(3), 1, @@ -1149800,12 +1149800,12 @@ static const uint16_t ts_small_parse_table[] = { [887698] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35826), 1, + ACTIONS(35832), 1, anon_sym_then, [887705] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35828), 1, + ACTIONS(35834), 1, sym__outdent, [887712] = 2, ACTIONS(3), 1, @@ -1149815,12 +1149815,12 @@ static const uint16_t ts_small_parse_table[] = { [887719] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35830), 1, + ACTIONS(35836), 1, anon_sym_RBRACE, [887726] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35830), 1, + ACTIONS(35836), 1, sym__outdent, [887733] = 2, ACTIONS(3), 1, @@ -1149830,7 +1149830,7 @@ static const uint16_t ts_small_parse_table[] = { [887740] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35832), 1, + ACTIONS(35838), 1, sym__outdent, [887747] = 2, ACTIONS(3), 1, @@ -1149845,12 +1149845,12 @@ static const uint16_t ts_small_parse_table[] = { [887761] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35834), 1, + ACTIONS(35840), 1, anon_sym_then, [887768] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35836), 1, + ACTIONS(35842), 1, anon_sym_then, [887775] = 2, ACTIONS(3), 1, @@ -1149865,7 +1149865,7 @@ static const uint16_t ts_small_parse_table[] = { [887789] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35838), 1, + ACTIONS(35844), 1, anon_sym_RBRACK, [887796] = 2, ACTIONS(3), 1, @@ -1149875,12 +1149875,12 @@ static const uint16_t ts_small_parse_table[] = { [887803] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35838), 1, + ACTIONS(35844), 1, anon_sym_RBRACE, [887810] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35840), 1, + ACTIONS(35846), 1, anon_sym_then, [887817] = 2, ACTIONS(3), 1, @@ -1149895,7 +1149895,7 @@ static const uint16_t ts_small_parse_table[] = { [887831] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35842), 1, + ACTIONS(35848), 1, anon_sym_then, [887838] = 2, ACTIONS(3), 1, @@ -1149905,7 +1149905,7 @@ static const uint16_t ts_small_parse_table[] = { [887845] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24039), 1, + ACTIONS(24045), 1, anon_sym_type, [887852] = 2, ACTIONS(3), 1, @@ -1149920,12 +1149920,12 @@ static const uint16_t ts_small_parse_table[] = { [887866] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35844), 1, + ACTIONS(35850), 1, anon_sym_then, [887873] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35846), 1, + ACTIONS(35852), 1, sym__outdent, [887880] = 2, ACTIONS(3), 1, @@ -1149935,12 +1149935,12 @@ static const uint16_t ts_small_parse_table[] = { [887887] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35848), 1, + ACTIONS(35854), 1, anon_sym_then, [887894] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35850), 1, + ACTIONS(35856), 1, anon_sym_do, [887901] = 2, ACTIONS(3), 1, @@ -1149950,12 +1149950,12 @@ static const uint16_t ts_small_parse_table[] = { [887908] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35852), 1, + ACTIONS(35858), 1, anon_sym_EQ_GT, [887915] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35854), 1, + ACTIONS(35860), 1, anon_sym_RBRACE, [887922] = 2, ACTIONS(3), 1, @@ -1149965,12 +1149965,12 @@ static const uint16_t ts_small_parse_table[] = { [887929] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35856), 1, + ACTIONS(35862), 1, anon_sym_RBRACE, [887936] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35858), 1, + ACTIONS(35864), 1, anon_sym_RBRACK, [887943] = 2, ACTIONS(3), 1, @@ -1149985,7 +1149985,7 @@ static const uint16_t ts_small_parse_table[] = { [887957] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35860), 1, + ACTIONS(35866), 1, anon_sym_then, [887964] = 2, ACTIONS(3), 1, @@ -1149995,7 +1149995,7 @@ static const uint16_t ts_small_parse_table[] = { [887971] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35862), 1, + ACTIONS(35868), 1, anon_sym_type, [887978] = 2, ACTIONS(3), 1, @@ -1150010,12 +1150010,12 @@ static const uint16_t ts_small_parse_table[] = { [887992] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35864), 1, + ACTIONS(35870), 1, anon_sym_then, [887999] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35866), 1, + ACTIONS(35872), 1, anon_sym_RBRACE, [888006] = 2, ACTIONS(3), 1, @@ -1150025,12 +1150025,12 @@ static const uint16_t ts_small_parse_table[] = { [888013] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35868), 1, + ACTIONS(35874), 1, anon_sym_RBRACE, [888020] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35870), 1, + ACTIONS(35876), 1, anon_sym_type, [888027] = 2, ACTIONS(3), 1, @@ -1150055,12 +1150055,12 @@ static const uint16_t ts_small_parse_table[] = { [888055] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35872), 1, + ACTIONS(35878), 1, anon_sym_then, [888062] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35874), 1, + ACTIONS(35880), 1, anon_sym_RBRACK, [888069] = 2, ACTIONS(3), 1, @@ -1150070,12 +1150070,12 @@ static const uint16_t ts_small_parse_table[] = { [888076] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35876), 1, + ACTIONS(35882), 1, anon_sym_RBRACE, [888083] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35878), 1, + ACTIONS(35884), 1, anon_sym_do, [888090] = 2, ACTIONS(3), 1, @@ -1150085,12 +1150085,12 @@ static const uint16_t ts_small_parse_table[] = { [888097] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35880), 1, + ACTIONS(35886), 1, anon_sym_then, [888104] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35882), 1, + ACTIONS(35888), 1, anon_sym_RBRACE, [888111] = 2, ACTIONS(3), 1, @@ -1150100,12 +1150100,12 @@ static const uint16_t ts_small_parse_table[] = { [888118] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35884), 1, + ACTIONS(35890), 1, anon_sym_EQ_GT, [888125] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35886), 1, + ACTIONS(35892), 1, sym__outdent, [888132] = 2, ACTIONS(3), 1, @@ -1150120,7 +1150120,7 @@ static const uint16_t ts_small_parse_table[] = { [888146] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35888), 1, + ACTIONS(35894), 1, anon_sym_EQ_GT, [888153] = 2, ACTIONS(3), 1, @@ -1150130,12 +1150130,12 @@ static const uint16_t ts_small_parse_table[] = { [888160] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35890), 1, + ACTIONS(35896), 1, anon_sym_then, [888167] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35892), 1, + ACTIONS(35898), 1, anon_sym_RBRACE, [888174] = 2, ACTIONS(3), 1, @@ -1150145,12 +1150145,12 @@ static const uint16_t ts_small_parse_table[] = { [888181] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35892), 1, + ACTIONS(35898), 1, anon_sym_RBRACK, [888188] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35894), 1, + ACTIONS(35900), 1, anon_sym_then, [888195] = 2, ACTIONS(3), 1, @@ -1150160,12 +1150160,12 @@ static const uint16_t ts_small_parse_table[] = { [888202] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35896), 1, + ACTIONS(35902), 1, sym__outdent, [888209] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35898), 1, + ACTIONS(35904), 1, sym__outdent, [888216] = 2, ACTIONS(3), 1, @@ -1150175,12 +1150175,12 @@ static const uint16_t ts_small_parse_table[] = { [888223] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24110), 1, + ACTIONS(24116), 1, anon_sym_type, [888230] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35898), 1, + ACTIONS(35904), 1, anon_sym_RBRACE, [888237] = 2, ACTIONS(3), 1, @@ -1150205,12 +1150205,12 @@ static const uint16_t ts_small_parse_table[] = { [888265] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35900), 1, + ACTIONS(35906), 1, anon_sym_EQ_GT, [888272] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35902), 1, + ACTIONS(35908), 1, anon_sym_then, [888279] = 2, ACTIONS(3), 1, @@ -1150220,12 +1150220,12 @@ static const uint16_t ts_small_parse_table[] = { [888286] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35904), 1, + ACTIONS(35910), 1, sym__outdent, [888293] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35906), 1, + ACTIONS(35912), 1, anon_sym_then, [888300] = 2, ACTIONS(3), 1, @@ -1150235,12 +1150235,12 @@ static const uint16_t ts_small_parse_table[] = { [888307] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35908), 1, + ACTIONS(35914), 1, sym__outdent, [888314] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35910), 1, + ACTIONS(35916), 1, anon_sym_RBRACE, [888321] = 2, ACTIONS(3), 1, @@ -1150250,12 +1150250,12 @@ static const uint16_t ts_small_parse_table[] = { [888328] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35910), 1, + ACTIONS(35916), 1, anon_sym_RPAREN, [888335] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35912), 1, + ACTIONS(35918), 1, anon_sym_then, [888342] = 2, ACTIONS(3), 1, @@ -1150265,12 +1150265,12 @@ static const uint16_t ts_small_parse_table[] = { [888349] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35914), 1, + ACTIONS(35920), 1, anon_sym_EQ_GT, [888356] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35916), 1, + ACTIONS(35922), 1, anon_sym_then, [888363] = 2, ACTIONS(3), 1, @@ -1150280,12 +1150280,12 @@ static const uint16_t ts_small_parse_table[] = { [888370] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35918), 1, + ACTIONS(35924), 1, anon_sym_RBRACE, [888377] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35918), 1, + ACTIONS(35924), 1, anon_sym_RBRACK, [888384] = 2, ACTIONS(3), 1, @@ -1150295,12 +1150295,12 @@ static const uint16_t ts_small_parse_table[] = { [888391] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35920), 1, + ACTIONS(35926), 1, anon_sym_then, [888398] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35922), 1, + ACTIONS(35928), 1, anon_sym_COLON, [888405] = 2, ACTIONS(3), 1, @@ -1150310,7 +1150310,7 @@ static const uint16_t ts_small_parse_table[] = { [888412] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35924), 1, + ACTIONS(35930), 1, sym__outdent, [888419] = 2, ACTIONS(3), 1, @@ -1150325,12 +1150325,12 @@ static const uint16_t ts_small_parse_table[] = { [888433] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35926), 1, + ACTIONS(35932), 1, sym__outdent, [888440] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35928), 1, + ACTIONS(35934), 1, anon_sym_EQ_GT, [888447] = 2, ACTIONS(3), 1, @@ -1150340,12 +1150340,12 @@ static const uint16_t ts_small_parse_table[] = { [888454] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35930), 1, + ACTIONS(35936), 1, anon_sym_then, [888461] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35932), 1, + ACTIONS(35938), 1, anon_sym_then, [888468] = 2, ACTIONS(3), 1, @@ -1150355,7 +1150355,7 @@ static const uint16_t ts_small_parse_table[] = { [888475] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35934), 1, + ACTIONS(35940), 1, anon_sym_COLON, [888482] = 2, ACTIONS(3), 1, @@ -1150370,12 +1150370,12 @@ static const uint16_t ts_small_parse_table[] = { [888496] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35936), 1, + ACTIONS(35942), 1, anon_sym_EQ_GT, [888503] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35938), 1, + ACTIONS(35944), 1, anon_sym_then, [888510] = 2, ACTIONS(3), 1, @@ -1150390,7 +1150390,7 @@ static const uint16_t ts_small_parse_table[] = { [888524] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35940), 1, + ACTIONS(35946), 1, anon_sym_then, [888531] = 2, ACTIONS(3), 1, @@ -1150400,12 +1150400,12 @@ static const uint16_t ts_small_parse_table[] = { [888538] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35942), 1, + ACTIONS(35948), 1, sym__outdent, [888545] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35944), 1, + ACTIONS(35950), 1, anon_sym_COLON, [888552] = 2, ACTIONS(3), 1, @@ -1150415,12 +1150415,12 @@ static const uint16_t ts_small_parse_table[] = { [888559] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35946), 1, + ACTIONS(35952), 1, sym__outdent, [888566] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24089), 1, + ACTIONS(24095), 1, anon_sym_type, [888573] = 2, ACTIONS(3), 1, @@ -1150435,7 +1150435,7 @@ static const uint16_t ts_small_parse_table[] = { [888587] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35948), 1, + ACTIONS(35954), 1, anon_sym_EQ_GT, [888594] = 2, ACTIONS(3), 1, @@ -1150445,12 +1150445,12 @@ static const uint16_t ts_small_parse_table[] = { [888601] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35950), 1, + ACTIONS(35956), 1, anon_sym_then, [888608] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35952), 1, + ACTIONS(35958), 1, anon_sym_then, [888615] = 2, ACTIONS(3), 1, @@ -1150460,12 +1150460,12 @@ static const uint16_t ts_small_parse_table[] = { [888622] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35954), 1, + ACTIONS(35960), 1, anon_sym_RBRACK, [888629] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35954), 1, + ACTIONS(35960), 1, anon_sym_RBRACE, [888636] = 2, ACTIONS(3), 1, @@ -1150475,12 +1150475,12 @@ static const uint16_t ts_small_parse_table[] = { [888643] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35956), 1, + ACTIONS(35962), 1, sym__outdent, [888650] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35958), 1, + ACTIONS(35964), 1, anon_sym_EQ_GT, [888657] = 2, ACTIONS(3), 1, @@ -1150490,12 +1150490,12 @@ static const uint16_t ts_small_parse_table[] = { [888664] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35960), 1, + ACTIONS(35966), 1, anon_sym_RPAREN, [888671] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35960), 1, + ACTIONS(35966), 1, anon_sym_RBRACE, [888678] = 2, ACTIONS(3), 1, @@ -1150505,12 +1150505,12 @@ static const uint16_t ts_small_parse_table[] = { [888685] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35962), 1, + ACTIONS(35968), 1, anon_sym_COLON, [888692] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35964), 1, + ACTIONS(35970), 1, sym__outdent, [888699] = 2, ACTIONS(3), 1, @@ -1150520,7 +1150520,7 @@ static const uint16_t ts_small_parse_table[] = { [888706] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35966), 1, + ACTIONS(35972), 1, anon_sym_RBRACE, [888713] = 2, ACTIONS(3), 1, @@ -1150535,12 +1150535,12 @@ static const uint16_t ts_small_parse_table[] = { [888727] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35968), 1, + ACTIONS(35974), 1, sym__outdent, [888734] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35970), 1, + ACTIONS(35976), 1, anon_sym_RBRACK, [888741] = 2, ACTIONS(3), 1, @@ -1150550,12 +1150550,12 @@ static const uint16_t ts_small_parse_table[] = { [888748] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35972), 1, + ACTIONS(35978), 1, anon_sym_EQ_GT, [888755] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35974), 1, + ACTIONS(35980), 1, anon_sym_then, [888762] = 2, ACTIONS(3), 1, @@ -1150565,12 +1150565,12 @@ static const uint16_t ts_small_parse_table[] = { [888769] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35976), 1, + ACTIONS(35982), 1, anon_sym_type, [888776] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35978), 1, + ACTIONS(35984), 1, anon_sym_RBRACE, [888783] = 2, ACTIONS(3), 1, @@ -1150580,12 +1150580,12 @@ static const uint16_t ts_small_parse_table[] = { [888790] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35978), 1, + ACTIONS(35984), 1, sym__outdent, [888797] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35980), 1, + ACTIONS(35986), 1, sym__outdent, [888804] = 2, ACTIONS(3), 1, @@ -1150595,12 +1150595,12 @@ static const uint16_t ts_small_parse_table[] = { [888811] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35982), 1, + ACTIONS(35988), 1, anon_sym_then, [888818] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35984), 1, + ACTIONS(35990), 1, anon_sym_RBRACE, [888825] = 2, ACTIONS(3), 1, @@ -1150610,7 +1150610,7 @@ static const uint16_t ts_small_parse_table[] = { [888832] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35986), 1, + ACTIONS(35992), 1, anon_sym_COLON, [888839] = 2, ACTIONS(3), 1, @@ -1150625,12 +1150625,12 @@ static const uint16_t ts_small_parse_table[] = { [888853] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35988), 1, + ACTIONS(35994), 1, anon_sym_RBRACK, [888860] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35988), 1, + ACTIONS(35994), 1, anon_sym_RBRACE, [888867] = 2, ACTIONS(3), 1, @@ -1150645,7 +1150645,7 @@ static const uint16_t ts_small_parse_table[] = { [888881] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35990), 1, + ACTIONS(35996), 1, anon_sym_EQ_GT, [888888] = 2, ACTIONS(3), 1, @@ -1150655,12 +1150655,12 @@ static const uint16_t ts_small_parse_table[] = { [888895] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35992), 1, + ACTIONS(35998), 1, anon_sym_then, [888902] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35994), 1, + ACTIONS(36000), 1, anon_sym_RBRACE, [888909] = 2, ACTIONS(3), 1, @@ -1150670,12 +1150670,12 @@ static const uint16_t ts_small_parse_table[] = { [888916] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35996), 1, + ACTIONS(36002), 1, anon_sym_then, [888923] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35998), 1, + ACTIONS(36004), 1, anon_sym_do, [888930] = 2, ACTIONS(3), 1, @@ -1150685,7 +1150685,7 @@ static const uint16_t ts_small_parse_table[] = { [888937] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36000), 1, + ACTIONS(36006), 1, anon_sym_COLON, [888944] = 2, ACTIONS(3), 1, @@ -1150700,12 +1150700,12 @@ static const uint16_t ts_small_parse_table[] = { [888958] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36002), 1, + ACTIONS(36008), 1, anon_sym_do, [888965] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36004), 1, + ACTIONS(36010), 1, anon_sym_EQ_GT, [888972] = 2, ACTIONS(3), 1, @@ -1150715,12 +1150715,12 @@ static const uint16_t ts_small_parse_table[] = { [888979] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36006), 1, + ACTIONS(36012), 1, anon_sym_then, [888986] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36008), 1, + ACTIONS(36014), 1, anon_sym_RBRACE, [888993] = 2, ACTIONS(3), 1, @@ -1150730,22 +1150730,22 @@ static const uint16_t ts_small_parse_table[] = { [889000] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36010), 1, + ACTIONS(36016), 1, anon_sym_RBRACE, [889007] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36010), 1, + ACTIONS(36016), 1, anon_sym_RBRACK, [889014] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36012), 1, + ACTIONS(36018), 1, anon_sym_then, [889021] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36014), 1, + ACTIONS(36020), 1, anon_sym_COLON, [889028] = 2, ACTIONS(3), 1, @@ -1150755,22 +1150755,22 @@ static const uint16_t ts_small_parse_table[] = { [889035] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36016), 1, + ACTIONS(36022), 1, sym__outdent, [889042] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36018), 1, + ACTIONS(36024), 1, anon_sym_RBRACE, [889049] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36020), 1, + ACTIONS(36026), 1, sym__outdent, [889056] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36022), 1, + ACTIONS(36028), 1, anon_sym_type, [889063] = 2, ACTIONS(3), 1, @@ -1150780,62 +1150780,62 @@ static const uint16_t ts_small_parse_table[] = { [889070] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36020), 1, + ACTIONS(36026), 1, anon_sym_RBRACE, [889077] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36024), 1, + ACTIONS(36030), 1, anon_sym_EQ_GT, [889084] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36026), 1, + ACTIONS(36032), 1, anon_sym_RBRACK, [889091] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36028), 1, + ACTIONS(36034), 1, anon_sym_then, [889098] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36030), 1, + ACTIONS(36036), 1, anon_sym_then, [889105] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36032), 1, + ACTIONS(36038), 1, sym__outdent, [889112] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36034), 1, + ACTIONS(36040), 1, anon_sym_RBRACE, [889119] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36036), 1, + ACTIONS(36042), 1, anon_sym_EQ_GT, [889126] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36038), 1, + ACTIONS(36044), 1, sym__outdent, [889133] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36040), 1, + ACTIONS(36046), 1, anon_sym_COLON, [889140] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36042), 1, + ACTIONS(36048), 1, sym__outdent, [889147] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36044), 1, + ACTIONS(36050), 1, anon_sym_RBRACE, [889154] = 2, ACTIONS(3), 1, @@ -1150845,37 +1150845,37 @@ static const uint16_t ts_small_parse_table[] = { [889161] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36044), 1, + ACTIONS(36050), 1, anon_sym_RPAREN, [889168] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36046), 1, + ACTIONS(36052), 1, anon_sym_EQ_GT, [889175] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36048), 1, + ACTIONS(36054), 1, anon_sym_then, [889182] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36050), 1, + ACTIONS(36056), 1, anon_sym_RBRACE, [889189] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(23983), 1, + ACTIONS(23989), 1, anon_sym_type, [889196] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36050), 1, + ACTIONS(36056), 1, anon_sym_RBRACK, [889203] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36052), 1, + ACTIONS(36058), 1, anon_sym_then, [889210] = 2, ACTIONS(3), 1, @@ -1150885,17 +1150885,17 @@ static const uint16_t ts_small_parse_table[] = { [889217] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36054), 1, + ACTIONS(36060), 1, anon_sym_COLON, [889224] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36056), 1, + ACTIONS(36062), 1, sym__outdent, [889231] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36058), 1, + ACTIONS(36064), 1, sym__outdent, [889238] = 2, ACTIONS(3), 1, @@ -1150905,7 +1150905,7 @@ static const uint16_t ts_small_parse_table[] = { [889245] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36060), 1, + ACTIONS(36066), 1, anon_sym_EQ_GT, [889252] = 2, ACTIONS(3), 1, @@ -1150915,12 +1150915,12 @@ static const uint16_t ts_small_parse_table[] = { [889259] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36062), 1, + ACTIONS(36068), 1, anon_sym_then, [889266] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36064), 1, + ACTIONS(36070), 1, sym__indent, [889273] = 2, ACTIONS(3), 1, @@ -1150930,37 +1150930,37 @@ static const uint16_t ts_small_parse_table[] = { [889280] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36066), 1, + ACTIONS(36072), 1, anon_sym_then, [889287] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24522), 1, + ACTIONS(24528), 1, anon_sym_type, [889294] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36068), 1, + ACTIONS(36074), 1, anon_sym_COLON, [889301] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36070), 1, + ACTIONS(36076), 1, anon_sym_def, [889308] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36072), 1, + ACTIONS(36078), 1, anon_sym_EQ_GT, [889315] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36074), 1, + ACTIONS(36080), 1, anon_sym_RBRACK, [889322] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36076), 1, + ACTIONS(36082), 1, sym__indent, [889329] = 2, ACTIONS(3), 1, @@ -1150970,17 +1150970,17 @@ static const uint16_t ts_small_parse_table[] = { [889336] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36078), 1, + ACTIONS(36084), 1, anon_sym_then, [889343] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36080), 1, + ACTIONS(36086), 1, anon_sym_EQ_GT, [889350] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36082), 1, + ACTIONS(36088), 1, anon_sym_then, [889357] = 2, ACTIONS(3), 1, @@ -1150990,32 +1150990,32 @@ static const uint16_t ts_small_parse_table[] = { [889364] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36084), 1, + ACTIONS(36090), 1, anon_sym_then, [889371] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36086), 1, + ACTIONS(36092), 1, anon_sym_then, [889378] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36088), 1, + ACTIONS(36094), 1, anon_sym_RBRACE, [889385] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36090), 1, + ACTIONS(36096), 1, anon_sym_COLON, [889392] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36092), 1, + ACTIONS(36098), 1, anon_sym_do, [889399] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36094), 1, + ACTIONS(36100), 1, anon_sym_RBRACE, [889406] = 2, ACTIONS(3), 1, @@ -1151025,87 +1151025,87 @@ static const uint16_t ts_small_parse_table[] = { [889413] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36094), 1, + ACTIONS(36100), 1, anon_sym_RBRACK, [889420] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36096), 1, + ACTIONS(36102), 1, anon_sym_EQ_GT, [889427] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36098), 1, + ACTIONS(36104), 1, anon_sym_RBRACE, [889434] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36100), 1, + ACTIONS(36106), 1, sym__outdent, [889441] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36100), 1, + ACTIONS(36106), 1, anon_sym_RBRACE, [889448] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36102), 1, + ACTIONS(36108), 1, anon_sym_then, [889455] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36104), 1, + ACTIONS(36110), 1, sym__outdent, [889462] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36106), 1, + ACTIONS(36112), 1, anon_sym_COLON, [889469] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36108), 1, + ACTIONS(36114), 1, sym__outdent, [889476] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36110), 1, + ACTIONS(36116), 1, sym__outdent, [889483] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36112), 1, + ACTIONS(36118), 1, anon_sym_type, [889490] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36114), 1, + ACTIONS(36120), 1, anon_sym_RBRACE, [889497] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36114), 1, + ACTIONS(36120), 1, anon_sym_RPAREN, [889504] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36116), 1, + ACTIONS(36122), 1, anon_sym_RBRACE, [889511] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36118), 1, + ACTIONS(36124), 1, anon_sym_RBRACK, [889518] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36118), 1, + ACTIONS(36124), 1, anon_sym_RBRACE, [889525] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36116), 1, + ACTIONS(36122), 1, anon_sym_RBRACK, [889532] = 2, ACTIONS(3), 1, @@ -1151115,47 +1151115,47 @@ static const uint16_t ts_small_parse_table[] = { [889539] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36120), 1, + ACTIONS(36126), 1, anon_sym_RPAREN, [889546] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36120), 1, + ACTIONS(36126), 1, anon_sym_RBRACE, [889553] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36122), 1, + ACTIONS(36128), 1, sym__outdent, [889560] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36124), 1, + ACTIONS(36130), 1, sym__outdent, [889567] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36126), 1, + ACTIONS(36132), 1, anon_sym_EQ_GT, [889574] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36128), 1, + ACTIONS(36134), 1, anon_sym_then, [889581] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36130), 1, + ACTIONS(36136), 1, sym__outdent, [889588] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36132), 1, + ACTIONS(36138), 1, anon_sym_then, [889595] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36134), 1, + ACTIONS(36140), 1, anon_sym_COLON, [889602] = 2, ACTIONS(3), 1, @@ -1151165,27 +1151165,27 @@ static const uint16_t ts_small_parse_table[] = { [889609] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24144), 1, + ACTIONS(24150), 1, anon_sym_type, [889616] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36136), 1, + ACTIONS(36142), 1, anon_sym_RBRACE, [889623] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36138), 1, + ACTIONS(36144), 1, anon_sym_EQ_GT, [889630] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36136), 1, + ACTIONS(36142), 1, sym__outdent, [889637] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36140), 1, + ACTIONS(36146), 1, sym__outdent, [889644] = 2, ACTIONS(3), 1, @@ -1151195,42 +1151195,42 @@ static const uint16_t ts_small_parse_table[] = { [889651] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36142), 1, + ACTIONS(36148), 1, anon_sym_EQ_GT, [889658] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36144), 1, + ACTIONS(36150), 1, anon_sym_then, [889665] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36146), 1, + ACTIONS(36152), 1, anon_sym_RBRACK, [889672] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36148), 1, + ACTIONS(36154), 1, anon_sym_RBRACK, [889679] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36150), 1, + ACTIONS(36156), 1, anon_sym_then, [889686] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36152), 1, + ACTIONS(36158), 1, anon_sym_type, [889693] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36154), 1, + ACTIONS(36160), 1, anon_sym_COLON, [889700] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36148), 1, + ACTIONS(36154), 1, anon_sym_RBRACE, [889707] = 2, ACTIONS(3), 1, @@ -1151240,12 +1151240,12 @@ static const uint16_t ts_small_parse_table[] = { [889714] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36156), 1, + ACTIONS(36162), 1, anon_sym_RBRACE, [889721] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36158), 1, + ACTIONS(36164), 1, anon_sym_do, [889728] = 2, ACTIONS(3), 1, @@ -1151255,72 +1151255,72 @@ static const uint16_t ts_small_parse_table[] = { [889735] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36160), 1, + ACTIONS(36166), 1, anon_sym_EQ_GT, [889742] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36162), 1, + ACTIONS(36168), 1, anon_sym_then, [889749] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36164), 1, + ACTIONS(36170), 1, anon_sym_RBRACE, [889756] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36164), 1, + ACTIONS(36170), 1, anon_sym_RBRACK, [889763] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36166), 1, + ACTIONS(36172), 1, anon_sym_then, [889770] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36168), 1, + ACTIONS(36174), 1, anon_sym_COLON, [889777] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36098), 1, + ACTIONS(36104), 1, sym__outdent, [889784] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36170), 1, + ACTIONS(36176), 1, anon_sym_then, [889791] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36172), 1, + ACTIONS(36178), 1, sym__outdent, [889798] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36174), 1, + ACTIONS(36180), 1, anon_sym_RBRACE, [889805] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36174), 1, + ACTIONS(36180), 1, anon_sym_RPAREN, [889812] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36176), 1, + ACTIONS(36182), 1, anon_sym_RBRACE, [889819] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36176), 1, + ACTIONS(36182), 1, anon_sym_RBRACK, [889826] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36178), 1, + ACTIONS(36184), 1, anon_sym_do, [889833] = 2, ACTIONS(3), 1, @@ -1151330,32 +1151330,32 @@ static const uint16_t ts_small_parse_table[] = { [889840] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36180), 1, + ACTIONS(36186), 1, anon_sym_EQ_GT, [889847] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36182), 1, + ACTIONS(36188), 1, anon_sym_RBRACE, [889854] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36184), 1, + ACTIONS(36190), 1, anon_sym_then, [889861] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36186), 1, + ACTIONS(36192), 1, sym__outdent, [889868] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36188), 1, + ACTIONS(36194), 1, anon_sym_then, [889875] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35548), 1, + ACTIONS(35554), 1, anon_sym_COLON, [889882] = 2, ACTIONS(3), 1, @@ -1151365,12 +1151365,12 @@ static const uint16_t ts_small_parse_table[] = { [889889] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36190), 1, + ACTIONS(36196), 1, anon_sym_EQ_GT, [889896] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36192), 1, + ACTIONS(36198), 1, anon_sym_RBRACE, [889903] = 2, ACTIONS(3), 1, @@ -1151380,7 +1151380,7 @@ static const uint16_t ts_small_parse_table[] = { [889910] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36194), 1, + ACTIONS(36200), 1, anon_sym_type, [889917] = 2, ACTIONS(3), 1, @@ -1151390,62 +1151390,62 @@ static const uint16_t ts_small_parse_table[] = { [889924] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36196), 1, + ACTIONS(36202), 1, anon_sym_EQ_GT, [889931] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36198), 1, + ACTIONS(36204), 1, anon_sym_then, [889938] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36200), 1, + ACTIONS(36206), 1, anon_sym_RBRACK, [889945] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36202), 1, + ACTIONS(36208), 1, anon_sym_then, [889952] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36204), 1, + ACTIONS(36210), 1, anon_sym_RBRACE, [889959] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36206), 1, + ACTIONS(36212), 1, anon_sym_COLON, [889966] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36208), 1, + ACTIONS(36214), 1, anon_sym_do, [889973] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36210), 1, + ACTIONS(36216), 1, anon_sym_RBRACE, [889980] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36212), 1, + ACTIONS(36218), 1, anon_sym_RBRACE, [889987] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36214), 1, + ACTIONS(36220), 1, anon_sym_EQ_GT, [889994] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36216), 1, + ACTIONS(36222), 1, sym__outdent, [890001] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36212), 1, + ACTIONS(36218), 1, anon_sym_RBRACK, [890008] = 2, ACTIONS(3), 1, @@ -1151455,67 +1151455,67 @@ static const uint16_t ts_small_parse_table[] = { [890015] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36218), 1, + ACTIONS(36224), 1, sym__outdent, [890022] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36220), 1, + ACTIONS(36226), 1, anon_sym_EQ_GT, [890029] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36222), 1, + ACTIONS(36228), 1, anon_sym_then, [890036] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36224), 1, + ACTIONS(36230), 1, sym__outdent, [890043] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36226), 1, + ACTIONS(36232), 1, anon_sym_then, [890050] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36228), 1, + ACTIONS(36234), 1, anon_sym_RBRACE, [890057] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36230), 1, + ACTIONS(36236), 1, anon_sym_COLON, [890064] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36228), 1, + ACTIONS(36234), 1, anon_sym_RPAREN, [890071] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36218), 1, + ACTIONS(36224), 1, anon_sym_RBRACE, [890078] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36232), 1, + ACTIONS(36238), 1, anon_sym_RBRACE, [890085] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24178), 1, + ACTIONS(24184), 1, anon_sym_type, [890092] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36232), 1, + ACTIONS(36238), 1, anon_sym_RBRACK, [890099] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36234), 1, + ACTIONS(36240), 1, sym__outdent, [890106] = 2, ACTIONS(3), 1, @@ -1151530,27 +1151530,27 @@ static const uint16_t ts_small_parse_table[] = { [890120] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36236), 1, + ACTIONS(36242), 1, anon_sym_EQ_GT, [890127] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36238), 1, + ACTIONS(36244), 1, anon_sym_do, [890134] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36240), 1, + ACTIONS(36246), 1, anon_sym_then, [890141] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36242), 1, + ACTIONS(36248), 1, anon_sym_EQ_GT, [890148] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36244), 1, + ACTIONS(36250), 1, anon_sym_COLON, [890155] = 2, ACTIONS(3), 1, @@ -1151560,7 +1151560,7 @@ static const uint16_t ts_small_parse_table[] = { [890162] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36246), 1, + ACTIONS(36252), 1, anon_sym_RBRACE, [890169] = 2, ACTIONS(3), 1, @@ -1151570,62 +1151570,62 @@ static const uint16_t ts_small_parse_table[] = { [890176] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36248), 1, + ACTIONS(36254), 1, anon_sym_do, [890183] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36250), 1, + ACTIONS(36256), 1, anon_sym_EQ_GT, [890190] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36252), 1, + ACTIONS(36258), 1, anon_sym_then, [890197] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36254), 1, + ACTIONS(36260), 1, anon_sym_then, [890204] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36256), 1, + ACTIONS(36262), 1, anon_sym_COLON, [890211] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36258), 1, + ACTIONS(36264), 1, anon_sym_RBRACE, [890218] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36258), 1, + ACTIONS(36264), 1, anon_sym_RBRACK, [890225] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36260), 1, + ACTIONS(36266), 1, sym__outdent, [890232] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36260), 1, + ACTIONS(36266), 1, anon_sym_RBRACE, [890239] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36262), 1, + ACTIONS(36268), 1, sym__outdent, [890246] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36264), 1, + ACTIONS(36270), 1, anon_sym_RBRACE, [890253] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36264), 1, + ACTIONS(36270), 1, anon_sym_RPAREN, [890260] = 2, ACTIONS(3), 1, @@ -1151635,47 +1151635,47 @@ static const uint16_t ts_small_parse_table[] = { [890267] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36266), 1, + ACTIONS(36272), 1, anon_sym_EQ_GT, [890274] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36268), 1, + ACTIONS(36274), 1, anon_sym_then, [890281] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36270), 1, + ACTIONS(36276), 1, anon_sym_RBRACE, [890288] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36270), 1, + ACTIONS(36276), 1, anon_sym_RBRACK, [890295] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36272), 1, + ACTIONS(36278), 1, anon_sym_then, [890302] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36274), 1, + ACTIONS(36280), 1, anon_sym_COLON, [890309] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36276), 1, + ACTIONS(36282), 1, sym__outdent, [890316] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36278), 1, + ACTIONS(36284), 1, sym__outdent, [890323] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36280), 1, + ACTIONS(36286), 1, anon_sym_EQ_GT, [890330] = 2, ACTIONS(3), 1, @@ -1151685,17 +1151685,17 @@ static const uint16_t ts_small_parse_table[] = { [890337] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36282), 1, + ACTIONS(36288), 1, anon_sym_EQ_GT, [890344] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36284), 1, + ACTIONS(36290), 1, sym__outdent, [890351] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36286), 1, + ACTIONS(36292), 1, anon_sym_then, [890358] = 2, ACTIONS(3), 1, @@ -1151705,32 +1151705,32 @@ static const uint16_t ts_small_parse_table[] = { [890365] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36288), 1, + ACTIONS(36294), 1, anon_sym_then, [890372] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36290), 1, + ACTIONS(36296), 1, anon_sym_COLON, [890379] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36292), 1, + ACTIONS(36298), 1, anon_sym_RBRACE, [890386] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36294), 1, + ACTIONS(36300), 1, anon_sym_RBRACK, [890393] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36296), 1, + ACTIONS(36302), 1, anon_sym_RBRACK, [890400] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36298), 1, + ACTIONS(36304), 1, anon_sym_RBRACE, [890407] = 2, ACTIONS(3), 1, @@ -1151740,162 +1151740,162 @@ static const uint16_t ts_small_parse_table[] = { [890414] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36296), 1, + ACTIONS(36302), 1, anon_sym_RBRACE, [890421] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36298), 1, + ACTIONS(36304), 1, anon_sym_RBRACK, [890428] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36300), 1, + ACTIONS(36306), 1, anon_sym_EQ_GT, [890435] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36302), 1, + ACTIONS(36308), 1, anon_sym_RPAREN, [890442] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36302), 1, + ACTIONS(36308), 1, anon_sym_RBRACE, [890449] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36304), 1, + ACTIONS(36310), 1, anon_sym_then, [890456] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36306), 1, + ACTIONS(36312), 1, sym__outdent, [890463] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36308), 1, + ACTIONS(36314), 1, sym__outdent, [890470] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36308), 1, + ACTIONS(36314), 1, anon_sym_RBRACE, [890477] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36310), 1, + ACTIONS(36316), 1, sym__outdent, [890484] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36312), 1, + ACTIONS(36318), 1, anon_sym_then, [890491] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36314), 1, + ACTIONS(36320), 1, anon_sym_COLON, [890498] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36316), 1, + ACTIONS(36322), 1, sym__outdent, [890505] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36318), 1, + ACTIONS(36324), 1, anon_sym_RBRACE, [890512] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36320), 1, + ACTIONS(36326), 1, anon_sym_RBRACE, [890519] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36320), 1, + ACTIONS(36326), 1, sym__outdent, [890526] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36322), 1, + ACTIONS(36328), 1, sym__outdent, [890533] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36318), 1, + ACTIONS(36324), 1, anon_sym_RPAREN, [890540] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36324), 1, + ACTIONS(36330), 1, anon_sym_RBRACE, [890547] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36324), 1, + ACTIONS(36330), 1, anon_sym_RBRACK, [890554] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36326), 1, + ACTIONS(36332), 1, sym__outdent, [890561] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36328), 1, + ACTIONS(36334), 1, anon_sym_RBRACK, [890568] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36328), 1, + ACTIONS(36334), 1, anon_sym_RBRACE, [890575] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36330), 1, + ACTIONS(36336), 1, anon_sym_do, [890582] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24122), 1, + ACTIONS(24128), 1, anon_sym_DOT, [890589] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36332), 1, + ACTIONS(36338), 1, anon_sym_RBRACE, [890596] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36332), 1, + ACTIONS(36338), 1, anon_sym_RPAREN, [890603] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36334), 1, + ACTIONS(36340), 1, anon_sym_EQ_GT, [890610] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36336), 1, + ACTIONS(36342), 1, anon_sym_then, [890617] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36338), 1, + ACTIONS(36344), 1, anon_sym_then, [890624] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36340), 1, + ACTIONS(36346), 1, anon_sym_COLON, [890631] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36342), 1, + ACTIONS(36348), 1, anon_sym_EQ_GT, [890638] = 2, ACTIONS(3), 1, @@ -1151910,62 +1151910,62 @@ static const uint16_t ts_small_parse_table[] = { [890652] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36344), 1, + ACTIONS(36350), 1, anon_sym_RBRACE, [890659] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36346), 1, + ACTIONS(36352), 1, anon_sym_EQ_GT, [890666] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36348), 1, + ACTIONS(36354), 1, anon_sym_then, [890673] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36350), 1, + ACTIONS(36356), 1, anon_sym_then, [890680] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36352), 1, + ACTIONS(36358), 1, anon_sym_COLON, [890687] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36354), 1, + ACTIONS(36360), 1, anon_sym_do, [890694] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36356), 1, + ACTIONS(36362), 1, anon_sym_RBRACE, [890701] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36356), 1, + ACTIONS(36362), 1, anon_sym_RBRACK, [890708] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36358), 1, + ACTIONS(36364), 1, anon_sym_RBRACE, [890715] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36360), 1, + ACTIONS(36366), 1, sym__outdent, [890722] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36360), 1, + ACTIONS(36366), 1, anon_sym_RBRACE, [890729] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36362), 1, + ACTIONS(36368), 1, sym__outdent, [890736] = 2, ACTIONS(3), 1, @@ -1151980,42 +1151980,42 @@ static const uint16_t ts_small_parse_table[] = { [890750] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36364), 1, + ACTIONS(36370), 1, anon_sym_RBRACE, [890757] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36366), 1, + ACTIONS(36372), 1, anon_sym_RBRACE, [890764] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36368), 1, + ACTIONS(36374), 1, anon_sym_EQ_GT, [890771] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36370), 1, + ACTIONS(36376), 1, anon_sym_type, [890778] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36372), 1, + ACTIONS(36378), 1, anon_sym_then, [890785] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36364), 1, + ACTIONS(36370), 1, anon_sym_RPAREN, [890792] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36294), 1, + ACTIONS(36300), 1, anon_sym_RBRACE, [890799] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36374), 1, + ACTIONS(36380), 1, anon_sym_RBRACK, [890806] = 2, ACTIONS(3), 1, @@ -1152025,57 +1152025,57 @@ static const uint16_t ts_small_parse_table[] = { [890813] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36376), 1, + ACTIONS(36382), 1, anon_sym_then, [890820] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36378), 1, + ACTIONS(36384), 1, sym__outdent, [890827] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36380), 1, + ACTIONS(36386), 1, anon_sym_do, [890834] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36382), 1, + ACTIONS(36388), 1, anon_sym_COLON, [890841] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36384), 1, + ACTIONS(36390), 1, anon_sym_RBRACE, [890848] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36386), 1, + ACTIONS(36392), 1, anon_sym_RBRACE, [890855] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36386), 1, + ACTIONS(36392), 1, anon_sym_RPAREN, [890862] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36388), 1, + ACTIONS(36394), 1, anon_sym_EQ_GT, [890869] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36390), 1, + ACTIONS(36396), 1, sym__outdent, [890876] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36392), 1, + ACTIONS(36398), 1, anon_sym_do, [890883] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36394), 1, + ACTIONS(36400), 1, anon_sym_EQ_GT, [890890] = 2, ACTIONS(3), 1, @@ -1152090,42 +1152090,42 @@ static const uint16_t ts_small_parse_table[] = { [890904] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36396), 1, + ACTIONS(36402), 1, anon_sym_EQ_GT, [890911] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36398), 1, + ACTIONS(36404), 1, anon_sym_then, [890918] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36400), 1, + ACTIONS(36406), 1, anon_sym_RBRACE, [890925] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36402), 1, + ACTIONS(36408), 1, anon_sym_then, [890932] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36404), 1, + ACTIONS(36410), 1, anon_sym_do, [890939] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24240), 1, + ACTIONS(24246), 1, anon_sym_type, [890946] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36406), 1, + ACTIONS(36412), 1, anon_sym_COLON, [890953] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36408), 1, + ACTIONS(36414), 1, anon_sym_RBRACE, [890960] = 2, ACTIONS(3), 1, @@ -1152135,22 +1152135,22 @@ static const uint16_t ts_small_parse_table[] = { [890967] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36408), 1, + ACTIONS(36414), 1, anon_sym_RBRACK, [890974] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36410), 1, + ACTIONS(36416), 1, sym__outdent, [890981] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36410), 1, + ACTIONS(36416), 1, anon_sym_RBRACE, [890988] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36412), 1, + ACTIONS(36418), 1, sym__outdent, [890995] = 2, ACTIONS(3), 1, @@ -1152160,47 +1152160,47 @@ static const uint16_t ts_small_parse_table[] = { [891002] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36414), 1, + ACTIONS(36420), 1, anon_sym_RBRACE, [891009] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36416), 1, + ACTIONS(36422), 1, anon_sym_EQ_GT, [891016] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36418), 1, + ACTIONS(36424), 1, anon_sym_then, [891023] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36414), 1, + ACTIONS(36420), 1, anon_sym_RPAREN, [891030] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36420), 1, + ACTIONS(36426), 1, anon_sym_RBRACE, [891037] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36420), 1, + ACTIONS(36426), 1, anon_sym_RBRACK, [891044] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36422), 1, + ACTIONS(36428), 1, anon_sym_then, [891051] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36424), 1, + ACTIONS(36430), 1, sym__outdent, [891058] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36426), 1, + ACTIONS(36432), 1, anon_sym_COLON, [891065] = 2, ACTIONS(3), 1, @@ -1152210,67 +1152210,67 @@ static const uint16_t ts_small_parse_table[] = { [891072] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36428), 1, + ACTIONS(36434), 1, anon_sym_RBRACK, [891079] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36430), 1, + ACTIONS(36436), 1, anon_sym_EQ_GT, [891086] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36432), 1, + ACTIONS(36438), 1, anon_sym_then, [891093] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36434), 1, + ACTIONS(36440), 1, anon_sym_RBRACE, [891100] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36436), 1, + ACTIONS(36442), 1, anon_sym_then, [891107] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36438), 1, + ACTIONS(36444), 1, anon_sym_do, [891114] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36440), 1, + ACTIONS(36446), 1, anon_sym_COLON, [891121] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36442), 1, + ACTIONS(36448), 1, anon_sym_EQ_GT, [891128] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36428), 1, + ACTIONS(36434), 1, anon_sym_RBRACE, [891135] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36444), 1, + ACTIONS(36450), 1, anon_sym_do, [891142] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36446), 1, + ACTIONS(36452), 1, sym__outdent, [891149] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36446), 1, + ACTIONS(36452), 1, anon_sym_RBRACE, [891156] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36448), 1, + ACTIONS(36454), 1, sym__outdent, [891163] = 2, ACTIONS(3), 1, @@ -1152280,62 +1152280,62 @@ static const uint16_t ts_small_parse_table[] = { [891170] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36450), 1, + ACTIONS(36456), 1, anon_sym_RBRACE, [891177] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36452), 1, + ACTIONS(36458), 1, anon_sym_EQ_GT, [891184] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36454), 1, + ACTIONS(36460), 1, anon_sym_then, [891191] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36450), 1, + ACTIONS(36456), 1, anon_sym_RPAREN, [891198] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36456), 1, + ACTIONS(36462), 1, sym__outdent, [891205] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36458), 1, + ACTIONS(36464), 1, anon_sym_RBRACE, [891212] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36460), 1, + ACTIONS(36466), 1, sym__outdent, [891219] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36458), 1, + ACTIONS(36464), 1, anon_sym_RBRACK, [891226] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36462), 1, + ACTIONS(36468), 1, sym__outdent, [891233] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36464), 1, + ACTIONS(36470), 1, anon_sym_then, [891240] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36466), 1, + ACTIONS(36472), 1, anon_sym_COLON, [891247] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36468), 1, + ACTIONS(36474), 1, anon_sym_EQ_GT, [891254] = 2, ACTIONS(3), 1, @@ -1152345,7 +1152345,7 @@ static const uint16_t ts_small_parse_table[] = { [891261] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36470), 1, + ACTIONS(36476), 1, anon_sym_do, [891268] = 2, ACTIONS(3), 1, @@ -1152355,132 +1152355,132 @@ static const uint16_t ts_small_parse_table[] = { [891275] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36472), 1, + ACTIONS(36478), 1, anon_sym_RBRACE, [891282] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36474), 1, + ACTIONS(36480), 1, anon_sym_EQ_GT, [891289] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36476), 1, + ACTIONS(36482), 1, anon_sym_RBRACE, [891296] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36476), 1, + ACTIONS(36482), 1, anon_sym_RPAREN, [891303] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36478), 1, + ACTIONS(36484), 1, anon_sym_do, [891310] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36480), 1, + ACTIONS(36486), 1, anon_sym_RBRACK, [891317] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36480), 1, + ACTIONS(36486), 1, anon_sym_RBRACE, [891324] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36482), 1, + ACTIONS(36488), 1, anon_sym_then, [891331] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36484), 1, + ACTIONS(36490), 1, anon_sym_RBRACE, [891338] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36486), 1, + ACTIONS(36492), 1, anon_sym_then, [891345] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36488), 1, + ACTIONS(36494), 1, anon_sym_RPAREN, [891352] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36488), 1, + ACTIONS(36494), 1, anon_sym_RBRACE, [891359] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36484), 1, + ACTIONS(36490), 1, anon_sym_RBRACK, [891366] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36490), 1, + ACTIONS(36496), 1, sym__outdent, [891373] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36492), 1, + ACTIONS(36498), 1, sym__outdent, [891380] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36494), 1, + ACTIONS(36500), 1, anon_sym_COLON, [891387] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36496), 1, + ACTIONS(36502), 1, sym__outdent, [891394] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36492), 1, + ACTIONS(36498), 1, anon_sym_RBRACE, [891401] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36498), 1, + ACTIONS(36504), 1, sym__outdent, [891408] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36500), 1, + ACTIONS(36506), 1, anon_sym_RBRACE, [891415] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36500), 1, + ACTIONS(36506), 1, anon_sym_RPAREN, [891422] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36502), 1, + ACTIONS(36508), 1, anon_sym_RBRACE, [891429] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36502), 1, + ACTIONS(36508), 1, sym__outdent, [891436] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36504), 1, + ACTIONS(36510), 1, sym__outdent, [891443] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36506), 1, + ACTIONS(36512), 1, anon_sym_RBRACE, [891450] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36506), 1, + ACTIONS(36512), 1, anon_sym_RBRACK, [891457] = 2, ACTIONS(3), 1, @@ -1152490,52 +1152490,52 @@ static const uint16_t ts_small_parse_table[] = { [891464] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36508), 1, + ACTIONS(36514), 1, sym__outdent, [891471] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36510), 1, + ACTIONS(36516), 1, anon_sym_RBRACK, [891478] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36512), 1, + ACTIONS(36518), 1, anon_sym_do, [891485] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36514), 1, + ACTIONS(36520), 1, anon_sym_EQ_GT, [891492] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36510), 1, + ACTIONS(36516), 1, anon_sym_RBRACE, [891499] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36516), 1, + ACTIONS(36522), 1, anon_sym_RBRACE, [891506] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36516), 1, + ACTIONS(36522), 1, anon_sym_RPAREN, [891513] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36518), 1, + ACTIONS(36524), 1, anon_sym_then, [891520] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36520), 1, + ACTIONS(36526), 1, anon_sym_EQ_GT, [891527] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36522), 1, + ACTIONS(36528), 1, anon_sym_then, [891534] = 2, ACTIONS(3), 1, @@ -1152545,22 +1152545,22 @@ static const uint16_t ts_small_parse_table[] = { [891541] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36524), 1, + ACTIONS(36530), 1, anon_sym_COLON, [891548] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36526), 1, + ACTIONS(36532), 1, anon_sym_RBRACE, [891555] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36528), 1, + ACTIONS(36534), 1, anon_sym_RBRACK, [891562] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36530), 1, + ACTIONS(36536), 1, anon_sym_RBRACE, [891569] = 2, ACTIONS(3), 1, @@ -1152570,47 +1152570,47 @@ static const uint16_t ts_small_parse_table[] = { [891576] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36532), 1, + ACTIONS(36538), 1, anon_sym_do, [891583] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36530), 1, + ACTIONS(36536), 1, anon_sym_RBRACK, [891590] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36534), 1, + ACTIONS(36540), 1, anon_sym_EQ_GT, [891597] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36536), 1, + ACTIONS(36542), 1, anon_sym_RBRACE, [891604] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36538), 1, + ACTIONS(36544), 1, sym__outdent, [891611] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36540), 1, + ACTIONS(36546), 1, anon_sym_then, [891618] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36538), 1, + ACTIONS(36544), 1, anon_sym_RBRACE, [891625] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36542), 1, + ACTIONS(36548), 1, sym__outdent, [891632] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36544), 1, + ACTIONS(36550), 1, anon_sym_RBRACE, [891639] = 2, ACTIONS(3), 1, @@ -1152620,52 +1152620,52 @@ static const uint16_t ts_small_parse_table[] = { [891646] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36546), 1, + ACTIONS(36552), 1, anon_sym_then, [891653] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36548), 1, + ACTIONS(36554), 1, anon_sym_RBRACE, [891660] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36544), 1, + ACTIONS(36550), 1, anon_sym_RPAREN, [891667] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36550), 1, + ACTIONS(36556), 1, anon_sym_type, [891674] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36552), 1, + ACTIONS(36558), 1, anon_sym_RBRACE, [891681] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36552), 1, + ACTIONS(36558), 1, anon_sym_RBRACK, [891688] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36554), 1, + ACTIONS(36560), 1, anon_sym_COLON, [891695] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36556), 1, + ACTIONS(36562), 1, sym__outdent, [891702] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36558), 1, + ACTIONS(36564), 1, anon_sym_EQ_GT, [891709] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36560), 1, + ACTIONS(36566), 1, anon_sym_RBRACK, [891716] = 2, ACTIONS(3), 1, @@ -1152680,107 +1152680,107 @@ static const uint16_t ts_small_parse_table[] = { [891730] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36562), 1, + ACTIONS(36568), 1, anon_sym_EQ_GT, [891737] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36564), 1, + ACTIONS(36570), 1, anon_sym_RBRACE, [891744] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36566), 1, + ACTIONS(36572), 1, anon_sym_EQ_GT, [891751] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36568), 1, + ACTIONS(36574), 1, sym__outdent, [891758] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36570), 1, + ACTIONS(36576), 1, anon_sym_then, [891765] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36572), 1, + ACTIONS(36578), 1, anon_sym_RBRACE, [891772] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36574), 1, + ACTIONS(36580), 1, anon_sym_do, [891779] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36576), 1, + ACTIONS(36582), 1, anon_sym_COLON, [891786] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36578), 1, + ACTIONS(36584), 1, anon_sym_RBRACE, [891793] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36578), 1, + ACTIONS(36584), 1, anon_sym_RBRACK, [891800] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36580), 1, + ACTIONS(36586), 1, sym__outdent, [891807] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36580), 1, + ACTIONS(36586), 1, anon_sym_RBRACE, [891814] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36582), 1, + ACTIONS(36588), 1, anon_sym_COLON, [891821] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36584), 1, + ACTIONS(36590), 1, anon_sym_COLON, [891828] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36586), 1, + ACTIONS(36592), 1, anon_sym_COLON, [891835] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36588), 1, + ACTIONS(36594), 1, anon_sym_COLON, [891842] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36590), 1, + ACTIONS(36596), 1, sym__outdent, [891849] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36592), 1, + ACTIONS(36598), 1, anon_sym_COLON, [891856] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24073), 1, + ACTIONS(24079), 1, anon_sym_type, [891863] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36594), 1, + ACTIONS(36600), 1, anon_sym_RBRACE, [891870] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36596), 1, + ACTIONS(36602), 1, anon_sym_COLON, [891877] = 2, ACTIONS(3), 1, @@ -1152795,67 +1152795,67 @@ static const uint16_t ts_small_parse_table[] = { [891891] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36598), 1, + ACTIONS(36604), 1, anon_sym_COLON, [891898] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36600), 1, + ACTIONS(36606), 1, anon_sym_COLON, [891905] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36602), 1, + ACTIONS(36608), 1, anon_sym_COLON, [891912] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36594), 1, + ACTIONS(36600), 1, anon_sym_RPAREN, [891919] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36528), 1, + ACTIONS(36534), 1, anon_sym_RBRACE, [891926] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36604), 1, + ACTIONS(36610), 1, anon_sym_EQ_GT, [891933] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36606), 1, + ACTIONS(36612), 1, anon_sym_COLON, [891940] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36608), 1, + ACTIONS(36614), 1, anon_sym_COLON, [891947] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36610), 1, + ACTIONS(36616), 1, anon_sym_COLON, [891954] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36612), 1, + ACTIONS(36618), 1, anon_sym_COLON, [891961] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36614), 1, + ACTIONS(36620), 1, anon_sym_COLON, [891968] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36616), 1, + ACTIONS(36622), 1, anon_sym_COLON, [891975] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36618), 1, + ACTIONS(36624), 1, anon_sym_COLON, [891982] = 2, ACTIONS(3), 1, @@ -1152865,47 +1152865,47 @@ static const uint16_t ts_small_parse_table[] = { [891989] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36620), 1, + ACTIONS(36626), 1, anon_sym_then, [891996] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36622), 1, + ACTIONS(36628), 1, sym__outdent, [892003] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36624), 1, + ACTIONS(36630), 1, anon_sym_then, [892010] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36626), 1, + ACTIONS(36632), 1, anon_sym_EQ_GT, [892017] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36628), 1, + ACTIONS(36634), 1, anon_sym_COLON, [892024] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36630), 1, + ACTIONS(36636), 1, anon_sym_EQ_GT, [892031] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36632), 1, + ACTIONS(36638), 1, anon_sym_RBRACE, [892038] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36634), 1, + ACTIONS(36640), 1, anon_sym_do, [892045] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36636), 1, + ACTIONS(36642), 1, anon_sym_COLON, [892052] = 2, ACTIONS(3), 1, @@ -1152915,102 +1152915,102 @@ static const uint16_t ts_small_parse_table[] = { [892059] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36638), 1, + ACTIONS(36644), 1, anon_sym_EQ_GT, [892066] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36640), 1, + ACTIONS(36646), 1, anon_sym_then, [892073] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36642), 1, + ACTIONS(36648), 1, anon_sym_RBRACE, [892080] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36642), 1, + ACTIONS(36648), 1, anon_sym_RBRACK, [892087] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36644), 1, + ACTIONS(36650), 1, sym__outdent, [892094] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36646), 1, + ACTIONS(36652), 1, anon_sym_COLON, [892101] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36644), 1, + ACTIONS(36650), 1, anon_sym_RBRACE, [892108] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36648), 1, + ACTIONS(36654), 1, anon_sym_then, [892115] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36650), 1, + ACTIONS(36656), 1, sym__outdent, [892122] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36652), 1, + ACTIONS(36658), 1, anon_sym_COLON, [892129] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36654), 1, + ACTIONS(36660), 1, anon_sym_COLON, [892136] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36656), 1, + ACTIONS(36662), 1, anon_sym_RBRACE, [892143] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36656), 1, + ACTIONS(36662), 1, anon_sym_RPAREN, [892150] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36658), 1, + ACTIONS(36664), 1, anon_sym_COLON, [892157] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36660), 1, + ACTIONS(36666), 1, anon_sym_RBRACE, [892164] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36662), 1, + ACTIONS(36668), 1, anon_sym_COLON, [892171] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36664), 1, + ACTIONS(36670), 1, anon_sym_COLON, [892178] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36660), 1, + ACTIONS(36666), 1, anon_sym_RBRACK, [892185] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36666), 1, + ACTIONS(36672), 1, anon_sym_COLON, [892192] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36668), 1, + ACTIONS(36674), 1, sym__outdent, [892199] = 2, ACTIONS(3), 1, @@ -1153020,62 +1153020,62 @@ static const uint16_t ts_small_parse_table[] = { [892206] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36670), 1, + ACTIONS(36676), 1, anon_sym_COLON, [892213] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36672), 1, + ACTIONS(36678), 1, anon_sym_COLON, [892220] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36674), 1, + ACTIONS(36680), 1, anon_sym_COLON, [892227] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36676), 1, + ACTIONS(36682), 1, anon_sym_COLON, [892234] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36678), 1, + ACTIONS(36684), 1, anon_sym_COLON, [892241] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36680), 1, + ACTIONS(36686), 1, anon_sym_COLON, [892248] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36682), 1, + ACTIONS(36688), 1, anon_sym_COLON, [892255] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36684), 1, + ACTIONS(36690), 1, anon_sym_COLON, [892262] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36686), 1, + ACTIONS(36692), 1, anon_sym_COLON, [892269] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36688), 1, + ACTIONS(36694), 1, anon_sym_COLON, [892276] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36690), 1, + ACTIONS(36696), 1, anon_sym_EQ_GT, [892283] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36692), 1, + ACTIONS(36698), 1, anon_sym_EQ_GT, [892290] = 2, ACTIONS(3), 1, @@ -1153085,12 +1153085,12 @@ static const uint16_t ts_small_parse_table[] = { [892297] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36694), 1, + ACTIONS(36700), 1, anon_sym_then, [892304] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36696), 1, + ACTIONS(36702), 1, sym__indent, [892311] = 2, ACTIONS(3), 1, @@ -1153100,52 +1153100,52 @@ static const uint16_t ts_small_parse_table[] = { [892318] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36698), 1, + ACTIONS(36704), 1, anon_sym_then, [892325] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36700), 1, + ACTIONS(36706), 1, anon_sym_RBRACE, [892332] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36702), 1, + ACTIONS(36708), 1, anon_sym_def, [892339] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36704), 1, + ACTIONS(36710), 1, anon_sym_COLON, [892346] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36706), 1, + ACTIONS(36712), 1, anon_sym_do, [892353] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36708), 1, + ACTIONS(36714), 1, sym__indent, [892360] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36710), 1, + ACTIONS(36716), 1, anon_sym_RBRACE, [892367] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36710), 1, + ACTIONS(36716), 1, anon_sym_RBRACK, [892374] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36712), 1, + ACTIONS(36718), 1, sym__outdent, [892381] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36712), 1, + ACTIONS(36718), 1, anon_sym_RBRACE, [892388] = 2, ACTIONS(3), 1, @@ -1153155,77 +1153155,77 @@ static const uint16_t ts_small_parse_table[] = { [892395] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36714), 1, + ACTIONS(36720), 1, sym__outdent, [892402] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36716), 1, + ACTIONS(36722), 1, anon_sym_EQ_GT, [892409] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36718), 1, + ACTIONS(36724), 1, sym__outdent, [892416] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36720), 1, + ACTIONS(36726), 1, anon_sym_RBRACE, [892423] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36722), 1, + ACTIONS(36728), 1, sym__outdent, [892430] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36724), 1, + ACTIONS(36730), 1, anon_sym_then, [892437] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36720), 1, + ACTIONS(36726), 1, anon_sym_RPAREN, [892444] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36726), 1, + ACTIONS(36732), 1, anon_sym_RBRACE, [892451] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36726), 1, + ACTIONS(36732), 1, anon_sym_RBRACK, [892458] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36728), 1, + ACTIONS(36734), 1, sym__outdent, [892465] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36730), 1, + ACTIONS(36736), 1, anon_sym_then, [892472] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36732), 1, + ACTIONS(36738), 1, anon_sym_COLON, [892479] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36734), 1, + ACTIONS(36740), 1, anon_sym_RBRACK, [892486] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36734), 1, + ACTIONS(36740), 1, anon_sym_RBRACE, [892493] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36736), 1, + ACTIONS(36742), 1, anon_sym_RBRACE, [892500] = 2, ACTIONS(3), 1, @@ -1153235,12 +1153235,12 @@ static const uint16_t ts_small_parse_table[] = { [892507] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36738), 1, + ACTIONS(36744), 1, anon_sym_RPAREN, [892514] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36738), 1, + ACTIONS(36744), 1, anon_sym_RBRACE, [892521] = 2, ACTIONS(3), 1, @@ -1153250,117 +1153250,117 @@ static const uint16_t ts_small_parse_table[] = { [892528] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36740), 1, + ACTIONS(36746), 1, sym__outdent, [892535] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36742), 1, + ACTIONS(36748), 1, anon_sym_RBRACE, [892542] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36744), 1, + ACTIONS(36750), 1, anon_sym_EQ_GT, [892549] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36746), 1, + ACTIONS(36752), 1, sym__outdent, [892556] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36748), 1, + ACTIONS(36754), 1, anon_sym_do, [892563] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36750), 1, + ACTIONS(36756), 1, anon_sym_then, [892570] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36752), 1, + ACTIONS(36758), 1, anon_sym_RBRACE, [892577] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36754), 1, + ACTIONS(36760), 1, anon_sym_then, [892584] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36756), 1, + ACTIONS(36762), 1, anon_sym_RBRACE, [892591] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36756), 1, + ACTIONS(36762), 1, sym__outdent, [892598] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36758), 1, + ACTIONS(36764), 1, sym__outdent, [892605] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36752), 1, + ACTIONS(36758), 1, anon_sym_RBRACK, [892612] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36760), 1, + ACTIONS(36766), 1, sym__outdent, [892619] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36762), 1, + ACTIONS(36768), 1, anon_sym_COLON, [892626] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36760), 1, + ACTIONS(36766), 1, anon_sym_RBRACE, [892633] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36764), 1, + ACTIONS(36770), 1, sym__outdent, [892640] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36766), 1, + ACTIONS(36772), 1, anon_sym_RBRACE, [892647] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36766), 1, + ACTIONS(36772), 1, anon_sym_RPAREN, [892654] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36768), 1, + ACTIONS(36774), 1, anon_sym_RBRACK, [892661] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36768), 1, + ACTIONS(36774), 1, anon_sym_RBRACE, [892668] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36770), 1, + ACTIONS(36776), 1, anon_sym_RBRACE, [892675] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36770), 1, + ACTIONS(36776), 1, anon_sym_RBRACK, [892682] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36772), 1, + ACTIONS(36778), 1, sym__outdent, [892689] = 2, ACTIONS(3), 1, @@ -1153370,17 +1153370,17 @@ static const uint16_t ts_small_parse_table[] = { [892696] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36774), 1, + ACTIONS(36780), 1, anon_sym_EQ_GT, [892703] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36776), 1, + ACTIONS(36782), 1, anon_sym_then, [892710] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36778), 1, + ACTIONS(36784), 1, anon_sym_EQ_GT, [892717] = 2, ACTIONS(3), 1, @@ -1153390,42 +1153390,42 @@ static const uint16_t ts_small_parse_table[] = { [892724] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36780), 1, + ACTIONS(36786), 1, anon_sym_then, [892731] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36782), 1, + ACTIONS(36788), 1, anon_sym_do, [892738] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36784), 1, + ACTIONS(36790), 1, anon_sym_COLON, [892745] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36786), 1, + ACTIONS(36792), 1, anon_sym_RBRACE, [892752] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36788), 1, + ACTIONS(36794), 1, anon_sym_RBRACE, [892759] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36790), 1, + ACTIONS(36796), 1, anon_sym_do, [892766] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36792), 1, + ACTIONS(36798), 1, anon_sym_RBRACE, [892773] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36792), 1, + ACTIONS(36798), 1, anon_sym_RBRACK, [892780] = 2, ACTIONS(3), 1, @@ -1153435,7 +1153435,7 @@ static const uint16_t ts_small_parse_table[] = { [892787] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36794), 1, + ACTIONS(36800), 1, sym__outdent, [892794] = 2, ACTIONS(3), 1, @@ -1153445,137 +1153445,137 @@ static const uint16_t ts_small_parse_table[] = { [892801] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36794), 1, + ACTIONS(36800), 1, anon_sym_RBRACE, [892808] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36796), 1, + ACTIONS(36802), 1, anon_sym_RBRACE, [892815] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36798), 1, + ACTIONS(36804), 1, anon_sym_EQ_GT, [892822] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36800), 1, + ACTIONS(36806), 1, anon_sym_type, [892829] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36802), 1, + ACTIONS(36808), 1, anon_sym_then, [892836] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36804), 1, + ACTIONS(36810), 1, sym__outdent, [892843] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36806), 1, + ACTIONS(36812), 1, anon_sym_RPAREN, [892850] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36808), 1, + ACTIONS(36814), 1, anon_sym_COLON, [892857] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36810), 1, + ACTIONS(36816), 1, anon_sym_COLON, [892864] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36812), 1, + ACTIONS(36818), 1, anon_sym_COLON, [892871] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36814), 1, + ACTIONS(36820), 1, anon_sym_COLON, [892878] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36816), 1, + ACTIONS(36822), 1, anon_sym_COLON, [892885] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36818), 1, + ACTIONS(36824), 1, anon_sym_COLON, [892892] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36820), 1, + ACTIONS(36826), 1, anon_sym_COLON, [892899] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36822), 1, + ACTIONS(36828), 1, anon_sym_COLON, [892906] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36824), 1, + ACTIONS(36830), 1, anon_sym_COLON, [892913] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36826), 1, + ACTIONS(36832), 1, anon_sym_COLON, [892920] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36828), 1, + ACTIONS(36834), 1, anon_sym_COLON, [892927] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36830), 1, + ACTIONS(36836), 1, anon_sym_COLON, [892934] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36832), 1, + ACTIONS(36838), 1, anon_sym_COLON, [892941] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36834), 1, + ACTIONS(36840), 1, anon_sym_COLON, [892948] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36836), 1, + ACTIONS(36842), 1, anon_sym_COLON, [892955] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36838), 1, + ACTIONS(36844), 1, anon_sym_COLON, [892962] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36840), 1, + ACTIONS(36846), 1, anon_sym_COLON, [892969] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36842), 1, + ACTIONS(36848), 1, anon_sym_COLON, [892976] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36844), 1, + ACTIONS(36850), 1, anon_sym_COLON, [892983] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36846), 1, + ACTIONS(36852), 1, anon_sym_then, [892990] = 2, ACTIONS(3), 1, @@ -1153585,57 +1153585,57 @@ static const uint16_t ts_small_parse_table[] = { [892997] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36848), 1, + ACTIONS(36854), 1, anon_sym_RBRACK, [893004] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36850), 1, + ACTIONS(36856), 1, sym__indent, [893011] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36736), 1, + ACTIONS(36742), 1, anon_sym_RBRACK, [893018] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36852), 1, + ACTIONS(36858), 1, sym__outdent, [893025] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36854), 1, + ACTIONS(36860), 1, anon_sym_RBRACE, [893032] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36856), 1, + ACTIONS(36862), 1, anon_sym_def, [893039] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36858), 1, + ACTIONS(36864), 1, anon_sym_EQ_GT, [893046] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36860), 1, + ACTIONS(36866), 1, anon_sym_RBRACE, [893053] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36862), 1, + ACTIONS(36868), 1, sym__indent, [893060] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36864), 1, + ACTIONS(36870), 1, anon_sym_EQ_GT, [893067] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36866), 1, + ACTIONS(36872), 1, sym__outdent, [893074] = 2, ACTIONS(3), 1, @@ -1153650,47 +1153650,47 @@ static const uint16_t ts_small_parse_table[] = { [893088] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36868), 1, + ACTIONS(36874), 1, anon_sym_RBRACE, [893095] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36870), 1, + ACTIONS(36876), 1, anon_sym_EQ_GT, [893102] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36872), 1, + ACTIONS(36878), 1, anon_sym_then, [893109] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36874), 1, + ACTIONS(36880), 1, anon_sym_do, [893116] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36876), 1, + ACTIONS(36882), 1, anon_sym_RBRACE, [893123] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36878), 1, + ACTIONS(36884), 1, anon_sym_then, [893130] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24377), 1, + ACTIONS(24383), 1, anon_sym_type, [893137] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36876), 1, + ACTIONS(36882), 1, anon_sym_RBRACK, [893144] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36880), 1, + ACTIONS(36886), 1, sym__outdent, [893151] = 2, ACTIONS(3), 1, @@ -1153700,42 +1153700,42 @@ static const uint16_t ts_small_parse_table[] = { [893158] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36882), 1, + ACTIONS(36888), 1, anon_sym_COLON, [893165] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36880), 1, + ACTIONS(36886), 1, anon_sym_RBRACE, [893172] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36884), 1, + ACTIONS(36890), 1, sym__outdent, [893179] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36886), 1, + ACTIONS(36892), 1, anon_sym_RBRACE, [893186] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36886), 1, + ACTIONS(36892), 1, anon_sym_RPAREN, [893193] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36888), 1, + ACTIONS(36894), 1, anon_sym_RBRACE, [893200] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36888), 1, + ACTIONS(36894), 1, anon_sym_RBRACK, [893207] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36890), 1, + ACTIONS(36896), 1, sym__outdent, [893214] = 2, ACTIONS(3), 1, @@ -1153745,22 +1153745,22 @@ static const uint16_t ts_small_parse_table[] = { [893221] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36892), 1, + ACTIONS(36898), 1, anon_sym_EQ_GT, [893228] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36894), 1, + ACTIONS(36900), 1, anon_sym_then, [893235] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36896), 1, + ACTIONS(36902), 1, anon_sym_EQ_GT, [893242] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36806), 1, + ACTIONS(36812), 1, anon_sym_RBRACE, [893249] = 2, ACTIONS(3), 1, @@ -1153770,37 +1153770,37 @@ static const uint16_t ts_small_parse_table[] = { [893256] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36898), 1, + ACTIONS(36904), 1, anon_sym_then, [893263] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36900), 1, + ACTIONS(36906), 1, anon_sym_COLON, [893270] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36902), 1, + ACTIONS(36908), 1, anon_sym_RBRACE, [893277] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36904), 1, + ACTIONS(36910), 1, anon_sym_do, [893284] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36906), 1, + ACTIONS(36912), 1, anon_sym_RBRACE, [893291] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36906), 1, + ACTIONS(36912), 1, anon_sym_RBRACK, [893298] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36908), 1, + ACTIONS(36914), 1, sym__outdent, [893305] = 2, ACTIONS(3), 1, @@ -1153810,67 +1153810,67 @@ static const uint16_t ts_small_parse_table[] = { [893312] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36908), 1, + ACTIONS(36914), 1, anon_sym_RBRACE, [893319] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36910), 1, + ACTIONS(36916), 1, sym__outdent, [893326] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36912), 1, + ACTIONS(36918), 1, anon_sym_EQ_GT, [893333] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36914), 1, + ACTIONS(36920), 1, anon_sym_then, [893340] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36916), 1, + ACTIONS(36922), 1, anon_sym_then, [893347] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36854), 1, + ACTIONS(36860), 1, anon_sym_RPAREN, [893354] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36918), 1, + ACTIONS(36924), 1, anon_sym_RBRACE, [893361] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36918), 1, + ACTIONS(36924), 1, anon_sym_RBRACK, [893368] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36920), 1, + ACTIONS(36926), 1, sym__outdent, [893375] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36922), 1, + ACTIONS(36928), 1, anon_sym_then, [893382] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36924), 1, + ACTIONS(36930), 1, sym__outdent, [893389] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36926), 1, + ACTIONS(36932), 1, anon_sym_COLON, [893396] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36928), 1, + ACTIONS(36934), 1, anon_sym_EQ_GT, [893403] = 2, ACTIONS(3), 1, @@ -1153885,177 +1153885,177 @@ static const uint16_t ts_small_parse_table[] = { [893417] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36930), 1, + ACTIONS(36936), 1, anon_sym_RBRACE, [893424] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36932), 1, + ACTIONS(36938), 1, anon_sym_EQ_GT, [893431] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36934), 1, + ACTIONS(36940), 1, sym__outdent, [893438] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36936), 1, + ACTIONS(36942), 1, anon_sym_do, [893445] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36938), 1, + ACTIONS(36944), 1, sym__outdent, [893452] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36940), 1, + ACTIONS(36946), 1, anon_sym_EQ_GT, [893459] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36942), 1, + ACTIONS(36948), 1, anon_sym_then, [893466] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36944), 1, + ACTIONS(36950), 1, anon_sym_RBRACE, [893473] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36944), 1, + ACTIONS(36950), 1, anon_sym_RBRACK, [893480] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36946), 1, + ACTIONS(36952), 1, anon_sym_then, [893487] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36948), 1, + ACTIONS(36954), 1, sym__outdent, [893494] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36948), 1, + ACTIONS(36954), 1, anon_sym_RBRACE, [893501] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36950), 1, + ACTIONS(36956), 1, anon_sym_COLON, [893508] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36952), 1, + ACTIONS(36958), 1, sym__outdent, [893515] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36954), 1, + ACTIONS(36960), 1, anon_sym_RBRACE, [893522] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36956), 1, + ACTIONS(36962), 1, anon_sym_COLON, [893529] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36958), 1, + ACTIONS(36964), 1, anon_sym_COLON, [893536] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36960), 1, + ACTIONS(36966), 1, anon_sym_COLON, [893543] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36962), 1, + ACTIONS(36968), 1, anon_sym_COLON, [893550] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36964), 1, + ACTIONS(36970), 1, anon_sym_COLON, [893557] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36966), 1, + ACTIONS(36972), 1, anon_sym_COLON, [893564] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36968), 1, + ACTIONS(36974), 1, anon_sym_COLON, [893571] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36970), 1, + ACTIONS(36976), 1, anon_sym_COLON, [893578] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36972), 1, + ACTIONS(36978), 1, anon_sym_COLON, [893585] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36974), 1, + ACTIONS(36980), 1, anon_sym_COLON, [893592] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36976), 1, + ACTIONS(36982), 1, anon_sym_COLON, [893599] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36978), 1, + ACTIONS(36984), 1, anon_sym_COLON, [893606] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36980), 1, + ACTIONS(36986), 1, anon_sym_COLON, [893613] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36982), 1, + ACTIONS(36988), 1, anon_sym_COLON, [893620] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36984), 1, + ACTIONS(36990), 1, anon_sym_COLON, [893627] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36986), 1, + ACTIONS(36992), 1, anon_sym_COLON, [893634] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36988), 1, + ACTIONS(36994), 1, anon_sym_COLON, [893641] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36990), 1, + ACTIONS(36996), 1, anon_sym_COLON, [893648] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36992), 1, + ACTIONS(36998), 1, anon_sym_RBRACE, [893655] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36994), 1, + ACTIONS(37000), 1, anon_sym_RBRACK, [893662] = 2, ACTIONS(3), 1, @@ -1154065,22 +1154065,22 @@ static const uint16_t ts_small_parse_table[] = { [893669] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36994), 1, + ACTIONS(37000), 1, anon_sym_RBRACE, [893676] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36996), 1, + ACTIONS(37002), 1, sym__indent, [893683] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36992), 1, + ACTIONS(36998), 1, anon_sym_RBRACK, [893690] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36998), 1, + ACTIONS(37004), 1, sym__outdent, [893697] = 2, ACTIONS(3), 1, @@ -1154090,47 +1154090,47 @@ static const uint16_t ts_small_parse_table[] = { [893704] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37000), 1, + ACTIONS(37006), 1, anon_sym_def, [893711] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37002), 1, + ACTIONS(37008), 1, anon_sym_RPAREN, [893718] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37002), 1, + ACTIONS(37008), 1, anon_sym_RBRACE, [893725] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37004), 1, + ACTIONS(37010), 1, sym__indent, [893732] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(36954), 1, + ACTIONS(36960), 1, anon_sym_RPAREN, [893739] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37006), 1, + ACTIONS(37012), 1, sym__outdent, [893746] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37008), 1, + ACTIONS(37014), 1, anon_sym_EQ_GT, [893753] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37010), 1, + ACTIONS(37016), 1, anon_sym_EQ_GT, [893760] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37012), 1, + ACTIONS(37018), 1, anon_sym_RBRACE, [893767] = 2, ACTIONS(3), 1, @@ -1154140,67 +1154140,67 @@ static const uint16_t ts_small_parse_table[] = { [893774] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37014), 1, + ACTIONS(37020), 1, anon_sym_then, [893781] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37016), 1, + ACTIONS(37022), 1, anon_sym_RBRACE, [893788] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37018), 1, + ACTIONS(37024), 1, anon_sym_do, [893795] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37020), 1, + ACTIONS(37026), 1, anon_sym_RBRACE, [893802] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37022), 1, + ACTIONS(37028), 1, anon_sym_EQ_GT, [893809] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37020), 1, + ACTIONS(37026), 1, sym__outdent, [893816] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37024), 1, + ACTIONS(37030), 1, sym__outdent, [893823] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37026), 1, + ACTIONS(37032), 1, anon_sym_COLON, [893830] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37028), 1, + ACTIONS(37034), 1, anon_sym_COLON, [893837] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37012), 1, + ACTIONS(37018), 1, anon_sym_RBRACK, [893844] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37030), 1, + ACTIONS(37036), 1, sym__outdent, [893851] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37030), 1, + ACTIONS(37036), 1, anon_sym_RBRACE, [893858] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37032), 1, + ACTIONS(37038), 1, sym__outdent, [893865] = 2, ACTIONS(3), 1, @@ -1154210,57 +1154210,57 @@ static const uint16_t ts_small_parse_table[] = { [893872] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37034), 1, + ACTIONS(37040), 1, anon_sym_RBRACK, [893879] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37034), 1, + ACTIONS(37040), 1, anon_sym_RBRACE, [893886] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37036), 1, + ACTIONS(37042), 1, anon_sym_RBRACE, [893893] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37036), 1, + ACTIONS(37042), 1, anon_sym_RPAREN, [893900] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37038), 1, + ACTIONS(37044), 1, sym__outdent, [893907] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37040), 1, + ACTIONS(37046), 1, anon_sym_EQ_GT, [893914] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37042), 1, + ACTIONS(37048), 1, anon_sym_then, [893921] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37044), 1, + ACTIONS(37050), 1, anon_sym_COLON, [893928] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37046), 1, + ACTIONS(37052), 1, anon_sym_EQ_GT, [893935] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37048), 1, + ACTIONS(37054), 1, anon_sym_then, [893942] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37050), 1, + ACTIONS(37056), 1, anon_sym_COLON, [893949] = 2, ACTIONS(3), 1, @@ -1154270,37 +1154270,37 @@ static const uint16_t ts_small_parse_table[] = { [893956] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37052), 1, + ACTIONS(37058), 1, anon_sym_do, [893963] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37054), 1, + ACTIONS(37060), 1, anon_sym_COLON, [893970] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37056), 1, + ACTIONS(37062), 1, anon_sym_RBRACE, [893977] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37058), 1, + ACTIONS(37064), 1, anon_sym_RBRACE, [893984] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37060), 1, + ACTIONS(37066), 1, anon_sym_do, [893991] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37062), 1, + ACTIONS(37068), 1, anon_sym_RBRACE, [893998] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37062), 1, + ACTIONS(37068), 1, anon_sym_RBRACK, [894005] = 2, ACTIONS(3), 1, @@ -1154310,7 +1154310,7 @@ static const uint16_t ts_small_parse_table[] = { [894012] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37064), 1, + ACTIONS(37070), 1, anon_sym_COLON, [894019] = 2, ACTIONS(3), 1, @@ -1154320,97 +1154320,97 @@ static const uint16_t ts_small_parse_table[] = { [894026] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37066), 1, + ACTIONS(37072), 1, sym__outdent, [894033] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37068), 1, + ACTIONS(37074), 1, anon_sym_RBRACE, [894040] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37066), 1, + ACTIONS(37072), 1, anon_sym_RBRACE, [894047] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37070), 1, + ACTIONS(37076), 1, anon_sym_type, [894054] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37072), 1, + ACTIONS(37078), 1, anon_sym_EQ_GT, [894061] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37074), 1, + ACTIONS(37080), 1, sym__outdent, [894068] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37076), 1, + ACTIONS(37082), 1, anon_sym_then, [894075] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37078), 1, + ACTIONS(37084), 1, anon_sym_RBRACE, [894082] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37080), 1, + ACTIONS(37086), 1, anon_sym_COLON, [894089] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37082), 1, + ACTIONS(37088), 1, anon_sym_RBRACK, [894096] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37078), 1, + ACTIONS(37084), 1, anon_sym_RPAREN, [894103] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37084), 1, + ACTIONS(37090), 1, sym__outdent, [894110] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37086), 1, + ACTIONS(37092), 1, anon_sym_then, [894117] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37088), 1, + ACTIONS(37094), 1, anon_sym_RBRACE, [894124] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37090), 1, + ACTIONS(37096), 1, anon_sym_EQ_GT, [894131] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37092), 1, + ACTIONS(37098), 1, sym__outdent, [894138] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37094), 1, + ACTIONS(37100), 1, anon_sym_EQ_GT, [894145] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37096), 1, + ACTIONS(37102), 1, anon_sym_COLON, [894152] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37098), 1, + ACTIONS(37104), 1, anon_sym_COLON, [894159] = 2, ACTIONS(3), 1, @@ -1154420,112 +1154420,112 @@ static const uint16_t ts_small_parse_table[] = { [894166] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37100), 1, + ACTIONS(37106), 1, anon_sym_RBRACE, [894173] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37102), 1, + ACTIONS(37108), 1, anon_sym_do, [894180] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37104), 1, + ACTIONS(37110), 1, anon_sym_RBRACE, [894187] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37104), 1, + ACTIONS(37110), 1, anon_sym_RBRACK, [894194] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37106), 1, + ACTIONS(37112), 1, anon_sym_COLON, [894201] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37108), 1, + ACTIONS(37114), 1, anon_sym_COLON, [894208] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37110), 1, + ACTIONS(37116), 1, anon_sym_COLON, [894215] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37112), 1, + ACTIONS(37118), 1, anon_sym_COLON, [894222] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37114), 1, + ACTIONS(37120), 1, anon_sym_COLON, [894229] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37116), 1, + ACTIONS(37122), 1, anon_sym_COLON, [894236] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37118), 1, + ACTIONS(37124), 1, anon_sym_COLON, [894243] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37120), 1, + ACTIONS(37126), 1, anon_sym_COLON, [894250] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37122), 1, + ACTIONS(37128), 1, anon_sym_COLON, [894257] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37124), 1, + ACTIONS(37130), 1, anon_sym_COLON, [894264] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37126), 1, + ACTIONS(37132), 1, anon_sym_COLON, [894271] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37128), 1, + ACTIONS(37134), 1, anon_sym_COLON, [894278] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37130), 1, + ACTIONS(37136), 1, anon_sym_COLON, [894285] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37132), 1, + ACTIONS(37138), 1, anon_sym_COLON, [894292] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37134), 1, + ACTIONS(37140), 1, anon_sym_COLON, [894299] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37136), 1, + ACTIONS(37142), 1, anon_sym_COLON, [894306] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37138), 1, + ACTIONS(37144), 1, anon_sym_COLON, [894313] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37140), 1, + ACTIONS(37146), 1, anon_sym_COLON, [894320] = 2, ACTIONS(3), 1, @@ -1154535,7 +1154535,7 @@ static const uint16_t ts_small_parse_table[] = { [894327] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37142), 1, + ACTIONS(37148), 1, anon_sym_with, [894334] = 2, ACTIONS(3), 1, @@ -1154545,32 +1154545,32 @@ static const uint16_t ts_small_parse_table[] = { [894341] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24640), 1, + ACTIONS(24646), 1, anon_sym_type, [894348] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37144), 1, + ACTIONS(37150), 1, sym__indent, [894355] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37146), 1, + ACTIONS(37152), 1, sym__outdent, [894362] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37148), 1, + ACTIONS(37154), 1, sym__outdent, [894369] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37148), 1, + ACTIONS(37154), 1, anon_sym_RBRACE, [894376] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37150), 1, + ACTIONS(37156), 1, anon_sym_def, [894383] = 2, ACTIONS(3), 1, @@ -1154585,57 +1154585,57 @@ static const uint16_t ts_small_parse_table[] = { [894397] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37152), 1, + ACTIONS(37158), 1, sym__indent, [894404] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37154), 1, + ACTIONS(37160), 1, anon_sym_EQ_GT, [894411] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37156), 1, + ACTIONS(37162), 1, anon_sym_then, [894418] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37158), 1, + ACTIONS(37164), 1, sym__outdent, [894425] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37160), 1, + ACTIONS(37166), 1, anon_sym_COLON, [894432] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37162), 1, + ACTIONS(37168), 1, anon_sym_RBRACE, [894439] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37162), 1, + ACTIONS(37168), 1, anon_sym_RPAREN, [894446] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37164), 1, + ACTIONS(37170), 1, sym__outdent, [894453] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37166), 1, + ACTIONS(37172), 1, anon_sym_then, [894460] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37168), 1, + ACTIONS(37174), 1, anon_sym_EQ_GT, [894467] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37170), 1, + ACTIONS(37176), 1, anon_sym_COLON, [894474] = 2, ACTIONS(3), 1, @@ -1154670,7 +1154670,7 @@ static const uint16_t ts_small_parse_table[] = { [894516] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37172), 1, + ACTIONS(37178), 1, anon_sym_COLON, [894523] = 2, ACTIONS(3), 1, @@ -1154695,22 +1154695,22 @@ static const uint16_t ts_small_parse_table[] = { [894551] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37174), 1, + ACTIONS(37180), 1, anon_sym_RBRACE, [894558] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37176), 1, + ACTIONS(37182), 1, anon_sym_do, [894565] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37178), 1, + ACTIONS(37184), 1, anon_sym_RBRACE, [894572] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37178), 1, + ACTIONS(37184), 1, anon_sym_RBRACK, [894579] = 2, ACTIONS(3), 1, @@ -1154720,72 +1154720,72 @@ static const uint16_t ts_small_parse_table[] = { [894586] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37180), 1, + ACTIONS(37186), 1, anon_sym_with, [894593] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37182), 1, + ACTIONS(37188), 1, anon_sym_COLON, [894600] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37184), 1, + ACTIONS(37190), 1, sym__outdent, [894607] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37184), 1, + ACTIONS(37190), 1, anon_sym_RBRACE, [894614] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37186), 1, + ACTIONS(37192), 1, anon_sym_EQ_GT, [894621] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37188), 1, + ACTIONS(37194), 1, anon_sym_then, [894628] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37190), 1, + ACTIONS(37196), 1, sym__outdent, [894635] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37192), 1, + ACTIONS(37198), 1, anon_sym_COLON, [894642] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37194), 1, + ACTIONS(37200), 1, anon_sym_RBRACE, [894649] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37194), 1, + ACTIONS(37200), 1, anon_sym_RPAREN, [894656] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37196), 1, + ACTIONS(37202), 1, anon_sym_RPAREN, [894663] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37198), 1, + ACTIONS(37204), 1, anon_sym_then, [894670] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37200), 1, + ACTIONS(37206), 1, anon_sym_EQ_GT, [894677] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37202), 1, + ACTIONS(37208), 1, anon_sym_COLON, [894684] = 2, ACTIONS(3), 1, @@ -1154795,32 +1154795,32 @@ static const uint16_t ts_small_parse_table[] = { [894691] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37204), 1, + ACTIONS(37210), 1, anon_sym_COLON, [894698] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37206), 1, + ACTIONS(37212), 1, anon_sym_RBRACE, [894705] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37208), 1, + ACTIONS(37214), 1, anon_sym_do, [894712] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37210), 1, + ACTIONS(37216), 1, sym__outdent, [894719] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37210), 1, + ACTIONS(37216), 1, anon_sym_RBRACE, [894726] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37212), 1, + ACTIONS(37218), 1, sym__outdent, [894733] = 2, ACTIONS(3), 1, @@ -1154830,182 +1154830,182 @@ static const uint16_t ts_small_parse_table[] = { [894740] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37214), 1, + ACTIONS(37220), 1, anon_sym_with, [894747] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37216), 1, + ACTIONS(37222), 1, anon_sym_COLON, [894754] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37196), 1, + ACTIONS(37202), 1, anon_sym_RBRACE, [894761] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37218), 1, + ACTIONS(37224), 1, anon_sym_then, [894768] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37220), 1, + ACTIONS(37226), 1, anon_sym_EQ_GT, [894775] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37222), 1, + ACTIONS(37228), 1, sym__outdent, [894782] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37224), 1, + ACTIONS(37230), 1, anon_sym_then, [894789] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37226), 1, + ACTIONS(37232), 1, anon_sym_COLON, [894796] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37228), 1, + ACTIONS(37234), 1, anon_sym_EQ_GT, [894803] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37230), 1, + ACTIONS(37236), 1, anon_sym_then, [894810] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37232), 1, + ACTIONS(37238), 1, anon_sym_RBRACE, [894817] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37234), 1, + ACTIONS(37240), 1, anon_sym_COLON, [894824] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37236), 1, + ACTIONS(37242), 1, anon_sym_do, [894831] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37238), 1, + ACTIONS(37244), 1, anon_sym_COLON, [894838] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37240), 1, + ACTIONS(37246), 1, sym__outdent, [894845] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37240), 1, + ACTIONS(37246), 1, anon_sym_RBRACE, [894852] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37242), 1, + ACTIONS(37248), 1, anon_sym_COLON, [894859] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37244), 1, + ACTIONS(37250), 1, anon_sym_COLON, [894866] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37246), 1, + ACTIONS(37252), 1, anon_sym_COLON, [894873] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37248), 1, + ACTIONS(37254), 1, anon_sym_COLON, [894880] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37250), 1, + ACTIONS(37256), 1, anon_sym_COLON, [894887] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37252), 1, + ACTIONS(37258), 1, anon_sym_COLON, [894894] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37254), 1, + ACTIONS(37260), 1, anon_sym_COLON, [894901] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37256), 1, + ACTIONS(37262), 1, anon_sym_COLON, [894908] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37258), 1, + ACTIONS(37264), 1, anon_sym_COLON, [894915] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37260), 1, + ACTIONS(37266), 1, anon_sym_COLON, [894922] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37262), 1, + ACTIONS(37268), 1, anon_sym_COLON, [894929] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37264), 1, + ACTIONS(37270), 1, anon_sym_COLON, [894936] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37266), 1, + ACTIONS(37272), 1, anon_sym_COLON, [894943] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37268), 1, + ACTIONS(37274), 1, anon_sym_COLON, [894950] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37270), 1, + ACTIONS(37276), 1, anon_sym_COLON, [894957] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37272), 1, + ACTIONS(37278), 1, anon_sym_COLON, [894964] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37274), 1, + ACTIONS(37280), 1, anon_sym_COLON, [894971] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37276), 1, + ACTIONS(37282), 1, anon_sym_COLON, [894978] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37278), 1, + ACTIONS(37284), 1, sym__outdent, [894985] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37280), 1, + ACTIONS(37286), 1, anon_sym_RBRACE, [894992] = 2, ACTIONS(3), 1, @@ -1155015,17 +1155015,17 @@ static const uint16_t ts_small_parse_table[] = { [894999] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37280), 1, + ACTIONS(37286), 1, anon_sym_RPAREN, [895006] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37282), 1, + ACTIONS(37288), 1, sym__indent, [895013] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37284), 1, + ACTIONS(37290), 1, sym__outdent, [895020] = 2, ACTIONS(3), 1, @@ -1155035,32 +1155035,32 @@ static const uint16_t ts_small_parse_table[] = { [895027] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37286), 1, + ACTIONS(37292), 1, anon_sym_with, [895034] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37288), 1, + ACTIONS(37294), 1, anon_sym_def, [895041] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37290), 1, + ACTIONS(37296), 1, anon_sym_COLON, [895048] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37292), 1, + ACTIONS(37298), 1, anon_sym_EQ_GT, [895055] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37294), 1, + ACTIONS(37300), 1, sym__indent, [895062] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37296), 1, + ACTIONS(37302), 1, anon_sym_EQ_GT, [895069] = 2, ACTIONS(3), 1, @@ -1155070,37 +1155070,37 @@ static const uint16_t ts_small_parse_table[] = { [895076] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37298), 1, + ACTIONS(37304), 1, anon_sym_then, [895083] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37300), 1, + ACTIONS(37306), 1, anon_sym_COLON, [895090] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37302), 1, + ACTIONS(37308), 1, anon_sym_RBRACE, [895097] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37304), 1, + ACTIONS(37310), 1, anon_sym_do, [895104] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37306), 1, + ACTIONS(37312), 1, anon_sym_then, [895111] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37308), 1, + ACTIONS(37314), 1, sym__outdent, [895118] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37308), 1, + ACTIONS(37314), 1, anon_sym_RBRACE, [895125] = 2, ACTIONS(3), 1, @@ -1155110,37 +1155110,37 @@ static const uint16_t ts_small_parse_table[] = { [895132] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37310), 1, + ACTIONS(37316), 1, anon_sym_COLON, [895139] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37312), 1, + ACTIONS(37318), 1, sym__outdent, [895146] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37314), 1, + ACTIONS(37320), 1, anon_sym_COLON, [895153] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37316), 1, + ACTIONS(37322), 1, anon_sym_RBRACE, [895160] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37316), 1, + ACTIONS(37322), 1, anon_sym_RPAREN, [895167] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37318), 1, + ACTIONS(37324), 1, sym__outdent, [895174] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37320), 1, + ACTIONS(37326), 1, anon_sym_EQ_GT, [895181] = 2, ACTIONS(3), 1, @@ -1155150,87 +1155150,87 @@ static const uint16_t ts_small_parse_table[] = { [895188] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37322), 1, + ACTIONS(37328), 1, anon_sym_with, [895195] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37324), 1, + ACTIONS(37330), 1, anon_sym_COLON, [895202] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37326), 1, + ACTIONS(37332), 1, anon_sym_RBRACE, [895209] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37328), 1, + ACTIONS(37334), 1, anon_sym_EQ_GT, [895216] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37330), 1, + ACTIONS(37336), 1, anon_sym_COLON, [895223] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37332), 1, + ACTIONS(37338), 1, anon_sym_do, [895230] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37334), 1, + ACTIONS(37340), 1, anon_sym_COLON, [895237] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37336), 1, + ACTIONS(37342), 1, sym__outdent, [895244] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37336), 1, + ACTIONS(37342), 1, anon_sym_RBRACE, [895251] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37338), 1, + ACTIONS(37344), 1, anon_sym_then, [895258] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37340), 1, + ACTIONS(37346), 1, sym__outdent, [895265] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37342), 1, + ACTIONS(37348), 1, anon_sym_RBRACE, [895272] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37342), 1, + ACTIONS(37348), 1, anon_sym_RPAREN, [895279] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37344), 1, + ACTIONS(37350), 1, anon_sym_COLON, [895286] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37346), 1, + ACTIONS(37352), 1, sym__outdent, [895293] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37348), 1, + ACTIONS(37354), 1, anon_sym_COLON, [895300] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37350), 1, + ACTIONS(37356), 1, anon_sym_EQ_GT, [895307] = 2, ACTIONS(3), 1, @@ -1155240,62 +1155240,62 @@ static const uint16_t ts_small_parse_table[] = { [895314] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37352), 1, + ACTIONS(37358), 1, anon_sym_RBRACE, [895321] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37354), 1, + ACTIONS(37360), 1, anon_sym_do, [895328] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(23851), 1, + ACTIONS(23857), 1, anon_sym_DOT, [895335] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37356), 1, + ACTIONS(37362), 1, anon_sym_with, [895342] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37358), 1, + ACTIONS(37364), 1, anon_sym_COLON, [895349] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37360), 1, + ACTIONS(37366), 1, sym__outdent, [895356] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37360), 1, + ACTIONS(37366), 1, anon_sym_RBRACE, [895363] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37362), 1, + ACTIONS(37368), 1, sym__outdent, [895370] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37364), 1, + ACTIONS(37370), 1, anon_sym_RBRACE, [895377] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37364), 1, + ACTIONS(37370), 1, anon_sym_RPAREN, [895384] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37366), 1, + ACTIONS(37372), 1, sym__outdent, [895391] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37368), 1, + ACTIONS(37374), 1, anon_sym_EQ_GT, [895398] = 2, ACTIONS(3), 1, @@ -1155305,97 +1155305,97 @@ static const uint16_t ts_small_parse_table[] = { [895405] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37370), 1, + ACTIONS(37376), 1, anon_sym_RBRACE, [895412] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37372), 1, + ACTIONS(37378), 1, anon_sym_do, [895419] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37374), 1, + ACTIONS(37380), 1, anon_sym_COLON, [895426] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37376), 1, + ACTIONS(37382), 1, anon_sym_COLON, [895433] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37378), 1, + ACTIONS(37384), 1, anon_sym_COLON, [895440] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37380), 1, + ACTIONS(37386), 1, anon_sym_COLON, [895447] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37382), 1, + ACTIONS(37388), 1, anon_sym_COLON, [895454] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37384), 1, + ACTIONS(37390), 1, anon_sym_COLON, [895461] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37386), 1, + ACTIONS(37392), 1, anon_sym_COLON, [895468] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37388), 1, + ACTIONS(37394), 1, anon_sym_COLON, [895475] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37390), 1, + ACTIONS(37396), 1, anon_sym_COLON, [895482] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37392), 1, + ACTIONS(37398), 1, anon_sym_COLON, [895489] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37394), 1, + ACTIONS(37400), 1, anon_sym_COLON, [895496] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37396), 1, + ACTIONS(37402), 1, anon_sym_COLON, [895503] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37398), 1, + ACTIONS(37404), 1, anon_sym_COLON, [895510] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37400), 1, + ACTIONS(37406), 1, anon_sym_COLON, [895517] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37402), 1, + ACTIONS(37408), 1, anon_sym_COLON, [895524] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37404), 1, + ACTIONS(37410), 1, anon_sym_EQ_GT, [895531] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37406), 1, + ACTIONS(37412), 1, anon_sym_then, [895538] = 2, ACTIONS(3), 1, @@ -1155410,57 +1155410,57 @@ static const uint16_t ts_small_parse_table[] = { [895552] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37408), 1, + ACTIONS(37414), 1, sym__indent, [895559] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37410), 1, + ACTIONS(37416), 1, anon_sym_do, [895566] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37412), 1, + ACTIONS(37418), 1, anon_sym_RBRACE, [895573] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37414), 1, + ACTIONS(37420), 1, sym__outdent, [895580] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37416), 1, + ACTIONS(37422), 1, anon_sym_def, [895587] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37418), 1, + ACTIONS(37424), 1, anon_sym_then, [895594] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37420), 1, + ACTIONS(37426), 1, anon_sym_RBRACE, [895601] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37422), 1, + ACTIONS(37428), 1, sym__indent, [895608] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37420), 1, + ACTIONS(37426), 1, anon_sym_RPAREN, [895615] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37424), 1, + ACTIONS(37430), 1, sym__outdent, [895622] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37426), 1, + ACTIONS(37432), 1, anon_sym_COLON, [895629] = 2, ACTIONS(3), 1, @@ -1155470,17 +1155470,17 @@ static const uint16_t ts_small_parse_table[] = { [895636] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(25530), 1, + ACTIONS(25536), 1, anon_sym_COLON, [895643] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37428), 1, + ACTIONS(37434), 1, sym__indent, [895650] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37430), 1, + ACTIONS(37436), 1, anon_sym_EQ_GT, [895657] = 2, ACTIONS(3), 1, @@ -1155490,27 +1155490,27 @@ static const uint16_t ts_small_parse_table[] = { [895664] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37432), 1, + ACTIONS(37438), 1, anon_sym_RBRACE, [895671] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37434), 1, + ACTIONS(37440), 1, anon_sym_def, [895678] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37436), 1, + ACTIONS(37442), 1, anon_sym_RBRACE, [895685] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37438), 1, + ACTIONS(37444), 1, sym__outdent, [895692] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37440), 1, + ACTIONS(37446), 1, sym__indent, [895699] = 2, ACTIONS(3), 1, @@ -1155520,12 +1155520,12 @@ static const uint16_t ts_small_parse_table[] = { [895706] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37442), 1, + ACTIONS(37448), 1, anon_sym_with, [895713] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37444), 1, + ACTIONS(37450), 1, anon_sym_COLON, [895720] = 2, ACTIONS(3), 1, @@ -1155535,62 +1155535,62 @@ static const uint16_t ts_small_parse_table[] = { [895727] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37438), 1, + ACTIONS(37444), 1, anon_sym_RBRACE, [895734] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37446), 1, + ACTIONS(37452), 1, sym__indent, [895741] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37448), 1, + ACTIONS(37454), 1, sym__outdent, [895748] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37450), 1, + ACTIONS(37456), 1, anon_sym_RBRACE, [895755] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37450), 1, + ACTIONS(37456), 1, anon_sym_RPAREN, [895762] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37452), 1, + ACTIONS(37458), 1, anon_sym_def, [895769] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37454), 1, + ACTIONS(37460), 1, sym__outdent, [895776] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37456), 1, + ACTIONS(37462), 1, anon_sym_EQ_GT, [895783] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37458), 1, + ACTIONS(37464), 1, sym__indent, [895790] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37412), 1, + ACTIONS(37418), 1, sym__outdent, [895797] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37460), 1, + ACTIONS(37466), 1, anon_sym_RBRACE, [895804] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37462), 1, + ACTIONS(37468), 1, anon_sym_do, [895811] = 2, ACTIONS(3), 1, @@ -1155600,52 +1155600,52 @@ static const uint16_t ts_small_parse_table[] = { [895818] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37464), 1, + ACTIONS(37470), 1, sym__outdent, [895825] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37466), 1, + ACTIONS(37472), 1, sym__indent, [895832] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37464), 1, + ACTIONS(37470), 1, anon_sym_RBRACE, [895839] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37468), 1, + ACTIONS(37474), 1, sym__outdent, [895846] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37470), 1, + ACTIONS(37476), 1, anon_sym_RBRACE, [895853] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37472), 1, + ACTIONS(37478), 1, anon_sym_def, [895860] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37470), 1, + ACTIONS(37476), 1, anon_sym_RPAREN, [895867] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37474), 1, + ACTIONS(37480), 1, sym__outdent, [895874] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37476), 1, + ACTIONS(37482), 1, sym__indent, [895881] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37478), 1, + ACTIONS(37484), 1, anon_sym_EQ_GT, [895888] = 2, ACTIONS(3), 1, @@ -1155655,7 +1155655,7 @@ static const uint16_t ts_small_parse_table[] = { [895895] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37480), 1, + ACTIONS(37486), 1, anon_sym_RBRACE, [895902] = 2, ACTIONS(3), 1, @@ -1155665,52 +1155665,52 @@ static const uint16_t ts_small_parse_table[] = { [895909] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37482), 1, + ACTIONS(37488), 1, anon_sym_do, [895916] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37484), 1, + ACTIONS(37490), 1, sym__indent, [895923] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37486), 1, + ACTIONS(37492), 1, sym__outdent, [895930] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37486), 1, + ACTIONS(37492), 1, anon_sym_RBRACE, [895937] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37488), 1, + ACTIONS(37494), 1, sym__outdent, [895944] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37490), 1, + ACTIONS(37496), 1, anon_sym_def, [895951] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37492), 1, + ACTIONS(37498), 1, anon_sym_EQ_GT, [895958] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37494), 1, + ACTIONS(37500), 1, anon_sym_then, [895965] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37496), 1, + ACTIONS(37502), 1, sym__indent, [895972] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37498), 1, + ACTIONS(37504), 1, anon_sym_RBRACE, [895979] = 2, ACTIONS(3), 1, @@ -1155720,7 +1155720,7 @@ static const uint16_t ts_small_parse_table[] = { [895986] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37500), 1, + ACTIONS(37506), 1, anon_sym_COLON, [895993] = 2, ACTIONS(3), 1, @@ -1155730,62 +1155730,62 @@ static const uint16_t ts_small_parse_table[] = { [896000] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37502), 1, + ACTIONS(37508), 1, sym__outdent, [896007] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37504), 1, + ACTIONS(37510), 1, sym__indent, [896014] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37506), 1, + ACTIONS(37512), 1, anon_sym_then, [896021] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37508), 1, + ACTIONS(37514), 1, anon_sym_EQ_GT, [896028] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37498), 1, + ACTIONS(37504), 1, anon_sym_RPAREN, [896035] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37510), 1, + ACTIONS(37516), 1, anon_sym_def, [896042] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37512), 1, + ACTIONS(37518), 1, anon_sym_COLON, [896049] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37514), 1, + ACTIONS(37520), 1, anon_sym_COLON, [896056] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37516), 1, + ACTIONS(37522), 1, sym__indent, [896063] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37518), 1, + ACTIONS(37524), 1, anon_sym_RBRACE, [896070] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37520), 1, + ACTIONS(37526), 1, anon_sym_do, [896077] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37436), 1, + ACTIONS(37442), 1, sym__outdent, [896084] = 2, ACTIONS(3), 1, @@ -1155795,27 +1155795,27 @@ static const uint16_t ts_small_parse_table[] = { [896091] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37522), 1, + ACTIONS(37528), 1, anon_sym_EQ_GT, [896098] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37524), 1, + ACTIONS(37530), 1, sym__outdent, [896105] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37526), 1, + ACTIONS(37532), 1, anon_sym_RBRACE, [896112] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37526), 1, + ACTIONS(37532), 1, anon_sym_RPAREN, [896119] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37528), 1, + ACTIONS(37534), 1, anon_sym_def, [896126] = 2, ACTIONS(3), 1, @@ -1155825,27 +1155825,27 @@ static const uint16_t ts_small_parse_table[] = { [896133] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37530), 1, + ACTIONS(37536), 1, anon_sym_with, [896140] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37532), 1, + ACTIONS(37538), 1, sym__indent, [896147] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37534), 1, + ACTIONS(37540), 1, anon_sym_COLON, [896154] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37536), 1, + ACTIONS(37542), 1, sym__outdent, [896161] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37538), 1, + ACTIONS(37544), 1, anon_sym_EQ_GT, [896168] = 2, ACTIONS(3), 1, @@ -1155860,52 +1155860,52 @@ static const uint16_t ts_small_parse_table[] = { [896182] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37540), 1, + ACTIONS(37546), 1, anon_sym_RBRACE, [896189] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37542), 1, + ACTIONS(37548), 1, anon_sym_do, [896196] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37544), 1, + ACTIONS(37550), 1, sym__outdent, [896203] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37546), 1, + ACTIONS(37552), 1, anon_sym_def, [896210] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37544), 1, + ACTIONS(37550), 1, anon_sym_RBRACE, [896217] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37548), 1, + ACTIONS(37554), 1, sym__outdent, [896224] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37550), 1, + ACTIONS(37556), 1, sym__indent, [896231] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37552), 1, + ACTIONS(37558), 1, anon_sym_RBRACE, [896238] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37552), 1, + ACTIONS(37558), 1, anon_sym_RPAREN, [896245] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37554), 1, + ACTIONS(37560), 1, sym__outdent, [896252] = 2, ACTIONS(3), 1, @@ -1155915,7 +1155915,7 @@ static const uint16_t ts_small_parse_table[] = { [896259] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37556), 1, + ACTIONS(37562), 1, anon_sym_EQ_GT, [896266] = 2, ACTIONS(3), 1, @@ -1155930,42 +1155930,42 @@ static const uint16_t ts_small_parse_table[] = { [896280] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37558), 1, + ACTIONS(37564), 1, anon_sym_do, [896287] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37560), 1, + ACTIONS(37566), 1, anon_sym_def, [896294] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37562), 1, + ACTIONS(37568), 1, sym__outdent, [896301] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37562), 1, + ACTIONS(37568), 1, anon_sym_RBRACE, [896308] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37564), 1, + ACTIONS(37570), 1, sym__indent, [896315] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37566), 1, + ACTIONS(37572), 1, sym__outdent, [896322] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37568), 1, + ACTIONS(37574), 1, anon_sym_RBRACE, [896329] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37568), 1, + ACTIONS(37574), 1, anon_sym_RPAREN, [896336] = 2, ACTIONS(3), 1, @@ -1155975,12 +1155975,12 @@ static const uint16_t ts_small_parse_table[] = { [896343] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37570), 1, + ACTIONS(37576), 1, sym__outdent, [896350] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37572), 1, + ACTIONS(37578), 1, anon_sym_EQ_GT, [896357] = 2, ACTIONS(3), 1, @@ -1155990,42 +1155990,42 @@ static const uint16_t ts_small_parse_table[] = { [896364] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37574), 1, + ACTIONS(37580), 1, anon_sym_do, [896371] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37576), 1, + ACTIONS(37582), 1, anon_sym_def, [896378] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37578), 1, + ACTIONS(37584), 1, sym__outdent, [896385] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37578), 1, + ACTIONS(37584), 1, anon_sym_RBRACE, [896392] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37580), 1, + ACTIONS(37586), 1, sym__indent, [896399] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37582), 1, + ACTIONS(37588), 1, sym__outdent, [896406] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37584), 1, + ACTIONS(37590), 1, anon_sym_RBRACE, [896413] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37584), 1, + ACTIONS(37590), 1, anon_sym_RPAREN, [896420] = 2, ACTIONS(3), 1, @@ -1156035,12 +1156035,12 @@ static const uint16_t ts_small_parse_table[] = { [896427] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37586), 1, + ACTIONS(37592), 1, sym__outdent, [896434] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37588), 1, + ACTIONS(37594), 1, anon_sym_EQ_GT, [896441] = 2, ACTIONS(3), 1, @@ -1156050,42 +1156050,42 @@ static const uint16_t ts_small_parse_table[] = { [896448] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37590), 1, + ACTIONS(37596), 1, anon_sym_COLON, [896455] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37592), 1, + ACTIONS(37598), 1, anon_sym_def, [896462] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37594), 1, + ACTIONS(37600), 1, anon_sym_then, [896469] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37596), 1, + ACTIONS(37602), 1, anon_sym_RBRACE, [896476] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37598), 1, + ACTIONS(37604), 1, sym__indent, [896483] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37600), 1, + ACTIONS(37606), 1, anon_sym_do, [896490] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37602), 1, + ACTIONS(37608), 1, anon_sym_then, [896497] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37604), 1, + ACTIONS(37610), 1, sym__outdent, [896504] = 2, ACTIONS(3), 1, @@ -1156095,52 +1156095,52 @@ static const uint16_t ts_small_parse_table[] = { [896511] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37604), 1, + ACTIONS(37610), 1, anon_sym_RBRACE, [896518] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37606), 1, + ACTIONS(37612), 1, sym__outdent, [896525] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37608), 1, + ACTIONS(37614), 1, anon_sym_COLON, [896532] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37610), 1, + ACTIONS(37616), 1, anon_sym_def, [896539] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37612), 1, + ACTIONS(37618), 1, anon_sym_RBRACE, [896546] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(30213), 1, + ACTIONS(30219), 1, anon_sym_COLON, [896553] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37614), 1, + ACTIONS(37620), 1, sym__indent, [896560] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37612), 1, + ACTIONS(37618), 1, anon_sym_RPAREN, [896567] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37616), 1, + ACTIONS(37622), 1, sym__outdent, [896574] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37618), 1, + ACTIONS(37624), 1, anon_sym_EQ_GT, [896581] = 2, ACTIONS(3), 1, @@ -1156155,7 +1156155,7 @@ static const uint16_t ts_small_parse_table[] = { [896595] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37620), 1, + ACTIONS(37626), 1, anon_sym_do, [896602] = 2, ACTIONS(3), 1, @@ -1156165,37 +1156165,37 @@ static const uint16_t ts_small_parse_table[] = { [896609] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37622), 1, + ACTIONS(37628), 1, anon_sym_def, [896616] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37624), 1, + ACTIONS(37630), 1, anon_sym_with, [896623] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37626), 1, + ACTIONS(37632), 1, anon_sym_COLON, [896630] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37628), 1, + ACTIONS(37634), 1, sym__indent, [896637] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37630), 1, + ACTIONS(37636), 1, sym__outdent, [896644] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37630), 1, + ACTIONS(37636), 1, anon_sym_RBRACE, [896651] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37632), 1, + ACTIONS(37638), 1, sym__outdent, [896658] = 2, ACTIONS(3), 1, @@ -1156205,27 +1156205,27 @@ static const uint16_t ts_small_parse_table[] = { [896665] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37634), 1, + ACTIONS(37640), 1, anon_sym_RBRACE, [896672] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37634), 1, + ACTIONS(37640), 1, anon_sym_RPAREN, [896679] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37636), 1, + ACTIONS(37642), 1, sym__outdent, [896686] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37638), 1, + ACTIONS(37644), 1, anon_sym_def, [896693] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37640), 1, + ACTIONS(37646), 1, anon_sym_EQ_GT, [896700] = 2, ACTIONS(3), 1, @@ -1156235,22 +1156235,22 @@ static const uint16_t ts_small_parse_table[] = { [896707] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37642), 1, + ACTIONS(37648), 1, sym__indent, [896714] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37644), 1, + ACTIONS(37650), 1, anon_sym_do, [896721] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(35436), 1, + ACTIONS(35442), 1, anon_sym_EQ_GT, [896728] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37646), 1, + ACTIONS(37652), 1, sym__outdent, [896735] = 2, ACTIONS(3), 1, @@ -1156260,47 +1156260,47 @@ static const uint16_t ts_small_parse_table[] = { [896742] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37646), 1, + ACTIONS(37652), 1, anon_sym_RBRACE, [896749] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37648), 1, + ACTIONS(37654), 1, sym__outdent, [896756] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37650), 1, + ACTIONS(37656), 1, anon_sym_EQ_GT, [896763] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37652), 1, + ACTIONS(37658), 1, anon_sym_def, [896770] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37654), 1, + ACTIONS(37660), 1, anon_sym_RBRACE, [896777] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37654), 1, + ACTIONS(37660), 1, anon_sym_RPAREN, [896784] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37656), 1, + ACTIONS(37662), 1, sym__indent, [896791] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37658), 1, + ACTIONS(37664), 1, sym__outdent, [896798] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37660), 1, + ACTIONS(37666), 1, anon_sym_EQ_GT, [896805] = 2, ACTIONS(3), 1, @@ -1156315,52 +1156315,52 @@ static const uint16_t ts_small_parse_table[] = { [896819] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37662), 1, + ACTIONS(37668), 1, anon_sym_do, [896826] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37664), 1, + ACTIONS(37670), 1, sym__outdent, [896833] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37664), 1, + ACTIONS(37670), 1, anon_sym_RBRACE, [896840] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37666), 1, + ACTIONS(37672), 1, anon_sym_def, [896847] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37668), 1, + ACTIONS(37674), 1, sym__outdent, [896854] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37670), 1, + ACTIONS(37676), 1, anon_sym_RBRACE, [896861] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37672), 1, + ACTIONS(37678), 1, sym__indent, [896868] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37670), 1, + ACTIONS(37676), 1, anon_sym_RPAREN, [896875] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37674), 1, + ACTIONS(37680), 1, sym__outdent, [896882] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37676), 1, + ACTIONS(37682), 1, anon_sym_EQ_GT, [896889] = 2, ACTIONS(3), 1, @@ -1156375,47 +1156375,47 @@ static const uint16_t ts_small_parse_table[] = { [896903] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37678), 1, + ACTIONS(37684), 1, anon_sym_do, [896910] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37680), 1, + ACTIONS(37686), 1, sym__outdent, [896917] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37682), 1, + ACTIONS(37688), 1, anon_sym_def, [896924] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37680), 1, + ACTIONS(37686), 1, anon_sym_RBRACE, [896931] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37684), 1, + ACTIONS(37690), 1, sym__outdent, [896938] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37686), 1, + ACTIONS(37692), 1, sym__indent, [896945] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37688), 1, + ACTIONS(37694), 1, anon_sym_RPAREN, [896952] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37596), 1, + ACTIONS(37602), 1, anon_sym_RPAREN, [896959] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37690), 1, + ACTIONS(37696), 1, sym__outdent, [896966] = 2, ACTIONS(3), 1, @@ -1156425,7 +1156425,7 @@ static const uint16_t ts_small_parse_table[] = { [896973] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37692), 1, + ACTIONS(37698), 1, anon_sym_EQ_GT, [896980] = 2, ACTIONS(3), 1, @@ -1156435,42 +1156435,42 @@ static const uint16_t ts_small_parse_table[] = { [896987] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37694), 1, + ACTIONS(37700), 1, anon_sym_do, [896994] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37696), 1, + ACTIONS(37702), 1, anon_sym_def, [897001] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37698), 1, + ACTIONS(37704), 1, sym__outdent, [897008] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37698), 1, + ACTIONS(37704), 1, anon_sym_RBRACE, [897015] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37700), 1, + ACTIONS(37706), 1, sym__indent, [897022] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37702), 1, + ACTIONS(37708), 1, sym__outdent, [897029] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37704), 1, + ACTIONS(37710), 1, anon_sym_RBRACE, [897036] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37704), 1, + ACTIONS(37710), 1, anon_sym_RPAREN, [897043] = 2, ACTIONS(3), 1, @@ -1156480,37 +1156480,37 @@ static const uint16_t ts_small_parse_table[] = { [897050] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37706), 1, + ACTIONS(37712), 1, sym__outdent, [897057] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37708), 1, + ACTIONS(37714), 1, anon_sym_EQ_GT, [897064] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37710), 1, + ACTIONS(37716), 1, anon_sym_then, [897071] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37712), 1, + ACTIONS(37718), 1, anon_sym_def, [897078] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37714), 1, + ACTIONS(37720), 1, anon_sym_COLON, [897085] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37716), 1, + ACTIONS(37722), 1, anon_sym_EQ_GT, [897092] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37718), 1, + ACTIONS(37724), 1, sym__indent, [897099] = 2, ACTIONS(3), 1, @@ -1156525,7 +1156525,7 @@ static const uint16_t ts_small_parse_table[] = { [897113] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37720), 1, + ACTIONS(37726), 1, anon_sym_EQ_GT, [897120] = 2, ACTIONS(3), 1, @@ -1156535,52 +1156535,52 @@ static const uint16_t ts_small_parse_table[] = { [897127] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37722), 1, + ACTIONS(37728), 1, anon_sym_then, [897134] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37724), 1, + ACTIONS(37730), 1, anon_sym_do, [897141] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37726), 1, + ACTIONS(37732), 1, sym__outdent, [897148] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37728), 1, + ACTIONS(37734), 1, anon_sym_def, [897155] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37730), 1, + ACTIONS(37736), 1, anon_sym_COLON, [897162] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37732), 1, + ACTIONS(37738), 1, anon_sym_COLON, [897169] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37734), 1, + ACTIONS(37740), 1, sym__indent, [897176] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37736), 1, + ACTIONS(37742), 1, sym__outdent, [897183] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37738), 1, + ACTIONS(37744), 1, anon_sym_RBRACE, [897190] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37738), 1, + ACTIONS(37744), 1, anon_sym_RPAREN, [897197] = 2, ACTIONS(3), 1, @@ -1156590,37 +1156590,37 @@ static const uint16_t ts_small_parse_table[] = { [897204] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37740), 1, + ACTIONS(37746), 1, anon_sym_EQ_GT, [897211] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37742), 1, + ACTIONS(37748), 1, sym__outdent, [897218] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37744), 1, + ACTIONS(37750), 1, anon_sym_EQ_GT, [897225] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37746), 1, + ACTIONS(37752), 1, anon_sym_def, [897232] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37748), 1, + ACTIONS(37754), 1, anon_sym_LPAREN, [897239] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37750), 1, + ACTIONS(37756), 1, sym__outdent, [897246] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37752), 1, + ACTIONS(37758), 1, sym__indent, [897253] = 2, ACTIONS(3), 1, @@ -1156635,7 +1156635,7 @@ static const uint16_t ts_small_parse_table[] = { [897267] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37754), 1, + ACTIONS(37760), 1, anon_sym_with, [897274] = 2, ACTIONS(3), 1, @@ -1156645,52 +1156645,52 @@ static const uint16_t ts_small_parse_table[] = { [897281] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37756), 1, + ACTIONS(37762), 1, anon_sym_COLON, [897288] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37726), 1, + ACTIONS(37732), 1, anon_sym_RBRACE, [897295] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37758), 1, + ACTIONS(37764), 1, sym__outdent, [897302] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37760), 1, + ACTIONS(37766), 1, anon_sym_def, [897309] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37758), 1, + ACTIONS(37764), 1, anon_sym_RBRACE, [897316] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37762), 1, + ACTIONS(37768), 1, sym__outdent, [897323] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37764), 1, + ACTIONS(37770), 1, sym__indent, [897330] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37688), 1, + ACTIONS(37694), 1, anon_sym_RBRACE, [897337] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37766), 1, + ACTIONS(37772), 1, sym__outdent, [897344] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37768), 1, + ACTIONS(37774), 1, anon_sym_RPAREN, [897351] = 2, ACTIONS(3), 1, @@ -1156700,22 +1156700,22 @@ static const uint16_t ts_small_parse_table[] = { [897358] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37770), 1, + ACTIONS(37776), 1, anon_sym_EQ_GT, [897365] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37772), 1, + ACTIONS(37778), 1, sym__outdent, [897372] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37774), 1, + ACTIONS(37780), 1, anon_sym_EQ_GT, [897379] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37776), 1, + ACTIONS(37782), 1, anon_sym_def, [897386] = 2, ACTIONS(3), 1, @@ -1156725,27 +1156725,27 @@ static const uint16_t ts_small_parse_table[] = { [897393] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37778), 1, + ACTIONS(37784), 1, anon_sym_do, [897400] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37780), 1, + ACTIONS(37786), 1, sym__indent, [897407] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37782), 1, + ACTIONS(37788), 1, sym__outdent, [897414] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37782), 1, + ACTIONS(37788), 1, anon_sym_RBRACE, [897421] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37784), 1, + ACTIONS(37790), 1, sym__outdent, [897428] = 2, ACTIONS(3), 1, @@ -1156755,7 +1156755,7 @@ static const uint16_t ts_small_parse_table[] = { [897435] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37768), 1, + ACTIONS(37774), 1, anon_sym_RBRACE, [897442] = 2, ACTIONS(3), 1, @@ -1156765,17 +1156765,17 @@ static const uint16_t ts_small_parse_table[] = { [897449] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37786), 1, + ACTIONS(37792), 1, sym__outdent, [897456] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37788), 1, + ACTIONS(37794), 1, anon_sym_def, [897463] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37790), 1, + ACTIONS(37796), 1, anon_sym_EQ_GT, [897470] = 2, ACTIONS(3), 1, @@ -1156785,22 +1156785,22 @@ static const uint16_t ts_small_parse_table[] = { [897477] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37792), 1, + ACTIONS(37798), 1, sym__indent, [897484] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37794), 1, + ACTIONS(37800), 1, anon_sym_do, [897491] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37796), 1, + ACTIONS(37802), 1, sym__outdent, [897498] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37796), 1, + ACTIONS(37802), 1, anon_sym_RBRACE, [897505] = 2, ACTIONS(3), 1, @@ -1156810,37 +1156810,37 @@ static const uint16_t ts_small_parse_table[] = { [897512] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37798), 1, + ACTIONS(37804), 1, sym__outdent, [897519] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37800), 1, + ACTIONS(37806), 1, anon_sym_RBRACE, [897526] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37800), 1, + ACTIONS(37806), 1, anon_sym_RPAREN, [897533] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37802), 1, + ACTIONS(37808), 1, anon_sym_def, [897540] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37804), 1, + ACTIONS(37810), 1, sym__outdent, [897547] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37806), 1, + ACTIONS(37812), 1, anon_sym_EQ_GT, [897554] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37808), 1, + ACTIONS(37814), 1, sym__indent, [897561] = 2, ACTIONS(3), 1, @@ -1156850,12 +1156850,12 @@ static const uint16_t ts_small_parse_table[] = { [897568] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37810), 1, + ACTIONS(37816), 1, anon_sym_do, [897575] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37812), 1, + ACTIONS(37818), 1, sym__outdent, [897582] = 2, ACTIONS(3), 1, @@ -1156865,42 +1156865,42 @@ static const uint16_t ts_small_parse_table[] = { [897589] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37812), 1, + ACTIONS(37818), 1, anon_sym_RBRACE, [897596] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37814), 1, + ACTIONS(37820), 1, sym__outdent, [897603] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37816), 1, + ACTIONS(37822), 1, anon_sym_RBRACE, [897610] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37818), 1, + ACTIONS(37824), 1, anon_sym_def, [897617] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37816), 1, + ACTIONS(37822), 1, anon_sym_RPAREN, [897624] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37820), 1, + ACTIONS(37826), 1, sym__outdent, [897631] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37822), 1, + ACTIONS(37828), 1, sym__indent, [897638] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37824), 1, + ACTIONS(37830), 1, anon_sym_EQ_GT, [897645] = 2, ACTIONS(3), 1, @@ -1156910,7 +1156910,7 @@ static const uint16_t ts_small_parse_table[] = { [897652] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37826), 1, + ACTIONS(37832), 1, anon_sym_do, [897659] = 2, ACTIONS(3), 1, @@ -1156920,47 +1156920,47 @@ static const uint16_t ts_small_parse_table[] = { [897666] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37828), 1, + ACTIONS(37834), 1, sym__outdent, [897673] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37828), 1, + ACTIONS(37834), 1, anon_sym_RBRACE, [897680] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37830), 1, + ACTIONS(37836), 1, sym__outdent, [897687] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37832), 1, + ACTIONS(37838), 1, anon_sym_def, [897694] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37834), 1, + ACTIONS(37840), 1, anon_sym_RBRACE, [897701] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37834), 1, + ACTIONS(37840), 1, anon_sym_RPAREN, [897708] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37836), 1, + ACTIONS(37842), 1, sym__indent, [897715] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37838), 1, + ACTIONS(37844), 1, sym__outdent, [897722] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37840), 1, + ACTIONS(37846), 1, anon_sym_EQ_GT, [897729] = 2, ACTIONS(3), 1, @@ -1156975,52 +1156975,52 @@ static const uint16_t ts_small_parse_table[] = { [897743] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37842), 1, + ACTIONS(37848), 1, anon_sym_EQ_GT, [897750] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37844), 1, + ACTIONS(37850), 1, anon_sym_then, [897757] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37846), 1, + ACTIONS(37852), 1, anon_sym_do, [897764] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37848), 1, + ACTIONS(37854), 1, anon_sym_def, [897771] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37850), 1, + ACTIONS(37856), 1, anon_sym_COLON, [897778] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37852), 1, + ACTIONS(37858), 1, sym__outdent, [897785] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37854), 1, + ACTIONS(37860), 1, sym__indent, [897792] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37852), 1, + ACTIONS(37858), 1, anon_sym_RBRACE, [897799] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37856), 1, + ACTIONS(37862), 1, anon_sym_then, [897806] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37858), 1, + ACTIONS(37864), 1, sym__outdent, [897813] = 2, ACTIONS(3), 1, @@ -1157030,52 +1157030,52 @@ static const uint16_t ts_small_parse_table[] = { [897820] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37860), 1, + ACTIONS(37866), 1, anon_sym_RBRACE, [897827] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37862), 1, + ACTIONS(37868), 1, anon_sym_COLON, [897834] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37860), 1, + ACTIONS(37866), 1, anon_sym_RPAREN, [897841] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37864), 1, + ACTIONS(37870), 1, anon_sym_def, [897848] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37866), 1, + ACTIONS(37872), 1, sym__outdent, [897855] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37868), 1, + ACTIONS(37874), 1, anon_sym_COLON, [897862] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37870), 1, + ACTIONS(37876), 1, sym__indent, [897869] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37872), 1, + ACTIONS(37878), 1, anon_sym_EQ_GT, [897876] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37874), 1, + ACTIONS(37880), 1, anon_sym_EQ_GT, [897883] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37876), 1, + ACTIONS(37882), 1, sym__outdent, [897890] = 2, ACTIONS(3), 1, @@ -1157085,52 +1157085,52 @@ static const uint16_t ts_small_parse_table[] = { [897897] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37878), 1, + ACTIONS(37884), 1, anon_sym_do, [897904] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37880), 1, + ACTIONS(37886), 1, sym__outdent, [897911] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37882), 1, + ACTIONS(37888), 1, anon_sym_LPAREN, [897918] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37884), 1, + ACTIONS(37890), 1, anon_sym_def, [897925] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37880), 1, + ACTIONS(37886), 1, anon_sym_RBRACE, [897932] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37886), 1, + ACTIONS(37892), 1, anon_sym_RBRACK, [897939] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37888), 1, + ACTIONS(37894), 1, sym__indent, [897946] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37886), 1, + ACTIONS(37892), 1, anon_sym_RBRACE, [897953] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37890), 1, + ACTIONS(37896), 1, sym__outdent, [897960] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37892), 1, + ACTIONS(37898), 1, anon_sym_EQ_GT, [897967] = 2, ACTIONS(3), 1, @@ -1157145,47 +1157145,47 @@ static const uint16_t ts_small_parse_table[] = { [897981] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37894), 1, + ACTIONS(37900), 1, anon_sym_with, [897988] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37896), 1, + ACTIONS(37902), 1, anon_sym_COLON, [897995] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37898), 1, + ACTIONS(37904), 1, anon_sym_def, [898002] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37900), 1, + ACTIONS(37906), 1, anon_sym_RBRACE, [898009] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37902), 1, + ACTIONS(37908), 1, anon_sym_then, [898016] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37904), 1, + ACTIONS(37910), 1, sym__indent, [898023] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37900), 1, + ACTIONS(37906), 1, anon_sym_RPAREN, [898030] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37906), 1, + ACTIONS(37912), 1, anon_sym_RPAREN, [898037] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37906), 1, + ACTIONS(37912), 1, anon_sym_RBRACE, [898044] = 2, ACTIONS(3), 1, @@ -1157195,52 +1157195,52 @@ static const uint16_t ts_small_parse_table[] = { [898051] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37908), 1, + ACTIONS(37914), 1, sym__outdent, [898058] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37910), 1, + ACTIONS(37916), 1, anon_sym_RPAREN, [898065] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37910), 1, + ACTIONS(37916), 1, anon_sym_RBRACE, [898072] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37912), 1, + ACTIONS(37918), 1, anon_sym_def, [898079] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37914), 1, + ACTIONS(37920), 1, sym__outdent, [898086] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37916), 1, + ACTIONS(37922), 1, anon_sym_do, [898093] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37918), 1, + ACTIONS(37924), 1, sym__indent, [898100] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37920), 1, + ACTIONS(37926), 1, anon_sym_RPAREN, [898107] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37920), 1, + ACTIONS(37926), 1, anon_sym_RBRACE, [898114] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37922), 1, + ACTIONS(37928), 1, sym__outdent, [898121] = 2, ACTIONS(3), 1, @@ -1157250,12 +1157250,12 @@ static const uint16_t ts_small_parse_table[] = { [898128] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37924), 1, + ACTIONS(37930), 1, anon_sym_do, [898135] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37926), 1, + ACTIONS(37932), 1, anon_sym_EQ_GT, [898142] = 2, ACTIONS(3), 1, @@ -1157265,12 +1157265,12 @@ static const uint16_t ts_small_parse_table[] = { [898149] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37928), 1, + ACTIONS(37934), 1, anon_sym_def, [898156] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37930), 1, + ACTIONS(37936), 1, anon_sym_do, [898163] = 2, ACTIONS(3), 1, @@ -1157280,22 +1157280,22 @@ static const uint16_t ts_small_parse_table[] = { [898170] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37932), 1, + ACTIONS(37938), 1, sym__indent, [898177] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37934), 1, + ACTIONS(37940), 1, sym__outdent, [898184] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37934), 1, + ACTIONS(37940), 1, anon_sym_RBRACE, [898191] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37936), 1, + ACTIONS(37942), 1, anon_sym_RPAREN, [898198] = 2, ACTIONS(3), 1, @@ -1157305,52 +1157305,52 @@ static const uint16_t ts_small_parse_table[] = { [898205] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37936), 1, + ACTIONS(37942), 1, anon_sym_RBRACE, [898212] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37938), 1, + ACTIONS(37944), 1, anon_sym_do, [898219] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37940), 1, + ACTIONS(37946), 1, anon_sym_RBRACE, [898226] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37942), 1, + ACTIONS(37948), 1, anon_sym_def, [898233] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37944), 1, + ACTIONS(37950), 1, anon_sym_EQ_GT, [898240] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37946), 1, + ACTIONS(37952), 1, anon_sym_RBRACE, [898247] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37948), 1, + ACTIONS(37954), 1, sym__indent, [898254] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37940), 1, + ACTIONS(37946), 1, sym__outdent, [898261] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37950), 1, + ACTIONS(37956), 1, anon_sym_RPAREN, [898268] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37950), 1, + ACTIONS(37956), 1, anon_sym_RBRACE, [898275] = 2, ACTIONS(3), 1, @@ -1157360,42 +1157360,42 @@ static const uint16_t ts_small_parse_table[] = { [898282] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37952), 1, + ACTIONS(37958), 1, anon_sym_RBRACE, [898289] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37954), 1, + ACTIONS(37960), 1, anon_sym_do, [898296] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37952), 1, + ACTIONS(37958), 1, anon_sym_RPAREN, [898303] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37956), 1, + ACTIONS(37962), 1, anon_sym_def, [898310] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37958), 1, + ACTIONS(37964), 1, sym__outdent, [898317] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37960), 1, + ACTIONS(37966), 1, sym__outdent, [898324] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37962), 1, + ACTIONS(37968), 1, sym__indent, [898331] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37964), 1, + ACTIONS(37970), 1, anon_sym_EQ_GT, [898338] = 2, ACTIONS(3), 1, @@ -1157405,7 +1157405,7 @@ static const uint16_t ts_small_parse_table[] = { [898345] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37966), 1, + ACTIONS(37972), 1, anon_sym_RPAREN, [898352] = 2, ACTIONS(3), 1, @@ -1157415,52 +1157415,52 @@ static const uint16_t ts_small_parse_table[] = { [898359] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37966), 1, + ACTIONS(37972), 1, anon_sym_RBRACE, [898366] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37968), 1, + ACTIONS(37974), 1, anon_sym_do, [898373] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37970), 1, + ACTIONS(37976), 1, anon_sym_do, [898380] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37972), 1, + ACTIONS(37978), 1, anon_sym_def, [898387] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37974), 1, + ACTIONS(37980), 1, anon_sym_RPAREN, [898394] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37974), 1, + ACTIONS(37980), 1, anon_sym_RBRACE, [898401] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37976), 1, + ACTIONS(37982), 1, sym__indent, [898408] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37978), 1, + ACTIONS(37984), 1, anon_sym_do, [898415] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37980), 1, + ACTIONS(37986), 1, anon_sym_COLON, [898422] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37982), 1, + ACTIONS(37988), 1, sym__outdent, [898429] = 2, ACTIONS(3), 1, @@ -1157470,42 +1157470,42 @@ static const uint16_t ts_small_parse_table[] = { [898436] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37982), 1, + ACTIONS(37988), 1, anon_sym_RBRACE, [898443] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37984), 1, + ACTIONS(37990), 1, sym__outdent, [898450] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37986), 1, + ACTIONS(37992), 1, anon_sym_RBRACE, [898457] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37988), 1, + ACTIONS(37994), 1, anon_sym_def, [898464] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37986), 1, + ACTIONS(37992), 1, anon_sym_RPAREN, [898471] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37990), 1, + ACTIONS(37996), 1, anon_sym_do, [898478] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37992), 1, + ACTIONS(37998), 1, sym__indent, [898485] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37994), 1, + ACTIONS(38000), 1, anon_sym_EQ_GT, [898492] = 2, ACTIONS(3), 1, @@ -1157515,7 +1157515,7 @@ static const uint16_t ts_small_parse_table[] = { [898499] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37996), 1, + ACTIONS(38002), 1, anon_sym_do, [898506] = 2, ACTIONS(3), 1, @@ -1157525,52 +1157525,52 @@ static const uint16_t ts_small_parse_table[] = { [898513] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37998), 1, + ACTIONS(38004), 1, sym__outdent, [898520] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37998), 1, + ACTIONS(38004), 1, anon_sym_RBRACE, [898527] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38000), 1, + ACTIONS(38006), 1, sym__outdent, [898534] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38002), 1, + ACTIONS(38008), 1, anon_sym_def, [898541] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38004), 1, + ACTIONS(38010), 1, anon_sym_RBRACE, [898548] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38004), 1, + ACTIONS(38010), 1, anon_sym_RPAREN, [898555] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38006), 1, + ACTIONS(38012), 1, sym__indent, [898562] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38008), 1, + ACTIONS(38014), 1, anon_sym_RBRACK, [898569] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38008), 1, + ACTIONS(38014), 1, anon_sym_RBRACE, [898576] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38010), 1, + ACTIONS(38016), 1, sym__outdent, [898583] = 2, ACTIONS(3), 1, @@ -1157580,7 +1157580,7 @@ static const uint16_t ts_small_parse_table[] = { [898590] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38012), 1, + ACTIONS(38018), 1, anon_sym_EQ_GT, [898597] = 2, ACTIONS(3), 1, @@ -1157590,42 +1157590,42 @@ static const uint16_t ts_small_parse_table[] = { [898604] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38014), 1, + ACTIONS(38020), 1, anon_sym_do, [898611] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38016), 1, + ACTIONS(38022), 1, anon_sym_def, [898618] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(37946), 1, + ACTIONS(37952), 1, anon_sym_RPAREN, [898625] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24047), 1, + ACTIONS(24053), 1, anon_sym_type, [898632] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38018), 1, + ACTIONS(38024), 1, sym__indent, [898639] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38020), 1, + ACTIONS(38026), 1, anon_sym_do, [898646] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38022), 1, + ACTIONS(38028), 1, sym__outdent, [898653] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38022), 1, + ACTIONS(38028), 1, anon_sym_RBRACE, [898660] = 2, ACTIONS(3), 1, @@ -1157635,42 +1157635,42 @@ static const uint16_t ts_small_parse_table[] = { [898667] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38024), 1, + ACTIONS(38030), 1, sym__outdent, [898674] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38026), 1, + ACTIONS(38032), 1, anon_sym_RBRACE, [898681] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38026), 1, + ACTIONS(38032), 1, anon_sym_RPAREN, [898688] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38028), 1, + ACTIONS(38034), 1, anon_sym_def, [898695] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38030), 1, + ACTIONS(38036), 1, sym__outdent, [898702] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38032), 1, + ACTIONS(38038), 1, anon_sym_type, [898709] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38034), 1, + ACTIONS(38040), 1, sym__indent, [898716] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24590), 1, + ACTIONS(24596), 1, anon_sym_type, [898723] = 2, ACTIONS(3), 1, @@ -1157680,7 +1157680,7 @@ static const uint16_t ts_small_parse_table[] = { [898730] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38036), 1, + ACTIONS(38042), 1, anon_sym_EQ_GT, [898737] = 2, ACTIONS(3), 1, @@ -1157690,22 +1157690,22 @@ static const uint16_t ts_small_parse_table[] = { [898744] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38038), 1, + ACTIONS(38044), 1, anon_sym_RPAREN, [898751] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38038), 1, + ACTIONS(38044), 1, anon_sym_RBRACE, [898758] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38040), 1, + ACTIONS(38046), 1, anon_sym_do, [898765] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38042), 1, + ACTIONS(38048), 1, anon_sym_def, [898772] = 2, ACTIONS(3), 1, @@ -1157715,27 +1157715,27 @@ static const uint16_t ts_small_parse_table[] = { [898779] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38044), 1, + ACTIONS(38050), 1, anon_sym_do, [898786] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38046), 1, + ACTIONS(38052), 1, sym__indent, [898793] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38048), 1, + ACTIONS(38054), 1, anon_sym_type, [898800] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38050), 1, + ACTIONS(38056), 1, sym__outdent, [898807] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38052), 1, + ACTIONS(38058), 1, anon_sym_RBRACE, [898814] = 2, ACTIONS(3), 1, @@ -1157745,37 +1157745,37 @@ static const uint16_t ts_small_parse_table[] = { [898821] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38054), 1, + ACTIONS(38060), 1, sym__outdent, [898828] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24345), 1, + ACTIONS(24351), 1, anon_sym_type, [898835] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38056), 1, + ACTIONS(38062), 1, anon_sym_do, [898842] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38058), 1, + ACTIONS(38064), 1, anon_sym_def, [898849] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38060), 1, + ACTIONS(38066), 1, anon_sym_then, [898856] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38062), 1, + ACTIONS(38068), 1, anon_sym_RBRACE, [898863] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38064), 1, + ACTIONS(38070), 1, sym__indent, [898870] = 2, ACTIONS(3), 1, @@ -1157785,12 +1157785,12 @@ static const uint16_t ts_small_parse_table[] = { [898877] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38066), 1, + ACTIONS(38072), 1, anon_sym_RBRACE, [898884] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38062), 1, + ACTIONS(38068), 1, anon_sym_RPAREN, [898891] = 2, ACTIONS(3), 1, @@ -1157800,12 +1157800,12 @@ static const uint16_t ts_small_parse_table[] = { [898898] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38068), 1, + ACTIONS(38074), 1, sym__outdent, [898905] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38070), 1, + ACTIONS(38076), 1, anon_sym_EQ_GT, [898912] = 2, ACTIONS(3), 1, @@ -1157815,37 +1157815,37 @@ static const uint16_t ts_small_parse_table[] = { [898919] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38072), 1, + ACTIONS(38078), 1, anon_sym_def, [898926] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38074), 1, + ACTIONS(38080), 1, anon_sym_type, [898933] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38076), 1, + ACTIONS(38082), 1, anon_sym_do, [898940] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38078), 1, + ACTIONS(38084), 1, sym__indent, [898947] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38080), 1, + ACTIONS(38086), 1, sym__outdent, [898954] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38080), 1, + ACTIONS(38086), 1, anon_sym_RBRACE, [898961] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24286), 1, + ACTIONS(24292), 1, anon_sym_type, [898968] = 2, ACTIONS(3), 1, @@ -1157865,42 +1157865,42 @@ static const uint16_t ts_small_parse_table[] = { [898989] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38082), 1, + ACTIONS(38088), 1, sym__indent, [898996] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38084), 1, + ACTIONS(38090), 1, anon_sym_def, [899003] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38086), 1, + ACTIONS(38092), 1, sym__outdent, [899010] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38052), 1, + ACTIONS(38058), 1, sym__outdent, [899017] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38088), 1, + ACTIONS(38094), 1, sym__indent, [899024] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38090), 1, + ACTIONS(38096), 1, anon_sym_RBRACE, [899031] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38092), 1, + ACTIONS(38098), 1, anon_sym_RBRACE, [899038] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38090), 1, + ACTIONS(38096), 1, anon_sym_RPAREN, [899045] = 2, ACTIONS(3), 1, @@ -1157910,12 +1157910,12 @@ static const uint16_t ts_small_parse_table[] = { [899052] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38094), 1, + ACTIONS(38100), 1, sym__outdent, [899059] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38096), 1, + ACTIONS(38102), 1, anon_sym_EQ_GT, [899066] = 2, ACTIONS(3), 1, @@ -1157925,37 +1157925,37 @@ static const uint16_t ts_small_parse_table[] = { [899073] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38098), 1, + ACTIONS(38104), 1, anon_sym_def, [899080] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38100), 1, + ACTIONS(38106), 1, anon_sym_EQ_GT, [899087] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38102), 1, + ACTIONS(38108), 1, anon_sym_do, [899094] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38104), 1, + ACTIONS(38110), 1, sym__indent, [899101] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38106), 1, + ACTIONS(38112), 1, anon_sym_type, [899108] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38108), 1, + ACTIONS(38114), 1, anon_sym_type, [899115] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38110), 1, + ACTIONS(38116), 1, sym__outdent, [899122] = 2, ACTIONS(3), 1, @@ -1157965,7 +1157965,7 @@ static const uint16_t ts_small_parse_table[] = { [899129] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38110), 1, + ACTIONS(38116), 1, anon_sym_RBRACE, [899136] = 2, ACTIONS(3), 1, @@ -1157975,32 +1157975,32 @@ static const uint16_t ts_small_parse_table[] = { [899143] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38112), 1, + ACTIONS(38118), 1, anon_sym_EQ_GT, [899150] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38114), 1, + ACTIONS(38120), 1, anon_sym_def, [899157] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38116), 1, + ACTIONS(38122), 1, sym__outdent, [899164] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38118), 1, + ACTIONS(38124), 1, anon_sym_COLON, [899171] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38120), 1, + ACTIONS(38126), 1, sym__indent, [899178] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38122), 1, + ACTIONS(38128), 1, anon_sym_RBRACE, [899185] = 2, ACTIONS(3), 1, @@ -1158010,32 +1158010,32 @@ static const uint16_t ts_small_parse_table[] = { [899192] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38122), 1, + ACTIONS(38128), 1, anon_sym_RPAREN, [899199] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38124), 1, + ACTIONS(38130), 1, sym__outdent, [899206] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38126), 1, + ACTIONS(38132), 1, anon_sym_EQ_GT, [899213] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38128), 1, + ACTIONS(38134), 1, anon_sym_def, [899220] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38130), 1, + ACTIONS(38136), 1, sym__indent, [899227] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38132), 1, + ACTIONS(38138), 1, anon_sym_EQ_GT, [899234] = 2, ACTIONS(3), 1, @@ -1158050,32 +1158050,32 @@ static const uint16_t ts_small_parse_table[] = { [899248] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38134), 1, + ACTIONS(38140), 1, anon_sym_type, [899255] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38136), 1, + ACTIONS(38142), 1, anon_sym_def, [899262] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38138), 1, + ACTIONS(38144), 1, sym__indent, [899269] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24126), 1, + ACTIONS(24132), 1, anon_sym_type, [899276] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38140), 1, + ACTIONS(38146), 1, anon_sym_do, [899283] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38142), 1, + ACTIONS(38148), 1, sym__indent, [899290] = 2, ACTIONS(3), 1, @@ -1158085,62 +1158085,62 @@ static const uint16_t ts_small_parse_table[] = { [899297] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38144), 1, + ACTIONS(38150), 1, sym__outdent, [899304] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38146), 1, + ACTIONS(38152), 1, sym__indent, [899311] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38144), 1, + ACTIONS(38150), 1, anon_sym_RBRACE, [899318] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38148), 1, + ACTIONS(38154), 1, sym__outdent, [899325] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38150), 1, + ACTIONS(38156), 1, sym__indent, [899332] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38152), 1, + ACTIONS(38158), 1, anon_sym_RBRACE, [899339] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38152), 1, + ACTIONS(38158), 1, anon_sym_RPAREN, [899346] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38154), 1, + ACTIONS(38160), 1, sym__indent, [899353] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38156), 1, + ACTIONS(38162), 1, sym__outdent, [899360] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38158), 1, + ACTIONS(38164), 1, anon_sym_type, [899367] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38160), 1, + ACTIONS(38166), 1, sym__indent, [899374] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38162), 1, + ACTIONS(38168), 1, anon_sym_EQ_GT, [899381] = 2, ACTIONS(3), 1, @@ -1158150,12 +1158150,12 @@ static const uint16_t ts_small_parse_table[] = { [899388] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38164), 1, + ACTIONS(38170), 1, sym__indent, [899395] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24198), 1, + ACTIONS(24204), 1, anon_sym_type, [899402] = 2, ACTIONS(3), 1, @@ -1158165,82 +1158165,82 @@ static const uint16_t ts_small_parse_table[] = { [899409] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38166), 1, + ACTIONS(38172), 1, sym__indent, [899416] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38168), 1, + ACTIONS(38174), 1, anon_sym_RBRACK, [899423] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38170), 1, + ACTIONS(38176), 1, anon_sym_do, [899430] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38172), 1, + ACTIONS(38178), 1, sym__indent, [899437] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38174), 1, + ACTIONS(38180), 1, anon_sym_def, [899444] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38176), 1, + ACTIONS(38182), 1, sym__outdent, [899451] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38178), 1, + ACTIONS(38184), 1, sym__indent, [899458] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38176), 1, + ACTIONS(38182), 1, anon_sym_RBRACE, [899465] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38180), 1, + ACTIONS(38186), 1, anon_sym_EQ_GT, [899472] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38182), 1, + ACTIONS(38188), 1, sym__indent, [899479] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38184), 1, + ACTIONS(38190), 1, sym__outdent, [899486] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38186), 1, + ACTIONS(38192), 1, anon_sym_RPAREN, [899493] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38188), 1, + ACTIONS(38194), 1, sym__indent, [899500] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38190), 1, + ACTIONS(38196), 1, sym__outdent, [899507] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38192), 1, + ACTIONS(38198), 1, anon_sym_EQ_GT, [899514] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38194), 1, + ACTIONS(38200), 1, sym__indent, [899521] = 2, ACTIONS(3), 1, @@ -1158250,77 +1158250,77 @@ static const uint16_t ts_small_parse_table[] = { [899528] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38196), 1, + ACTIONS(38202), 1, anon_sym_do, [899535] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38198), 1, + ACTIONS(38204), 1, sym__indent, [899542] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38200), 1, + ACTIONS(38206), 1, sym__outdent, [899549] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38200), 1, + ACTIONS(38206), 1, anon_sym_RBRACE, [899556] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38202), 1, + ACTIONS(38208), 1, sym__indent, [899563] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38204), 1, + ACTIONS(38210), 1, sym__outdent, [899570] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38206), 1, + ACTIONS(38212), 1, anon_sym_RBRACE, [899577] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38208), 1, + ACTIONS(38214), 1, sym__indent, [899584] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38206), 1, + ACTIONS(38212), 1, anon_sym_RPAREN, [899591] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38210), 1, + ACTIONS(38216), 1, sym__outdent, [899598] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38212), 1, + ACTIONS(38218), 1, sym__indent, [899605] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38214), 1, + ACTIONS(38220), 1, anon_sym_RBRACE, [899612] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38216), 1, + ACTIONS(38222), 1, sym__outdent, [899619] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38218), 1, + ACTIONS(38224), 1, sym__indent, [899626] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38220), 1, + ACTIONS(38226), 1, anon_sym_COLON, [899633] = 2, ACTIONS(3), 1, @@ -1158330,147 +1158330,147 @@ static const uint16_t ts_small_parse_table[] = { [899640] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38222), 1, + ACTIONS(38228), 1, sym__indent, [899647] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38224), 1, + ACTIONS(38230), 1, anon_sym_EQ_GT, [899654] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38226), 1, + ACTIONS(38232), 1, sym__outdent, [899661] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38228), 1, + ACTIONS(38234), 1, sym__outdent, [899668] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38228), 1, + ACTIONS(38234), 1, anon_sym_RBRACE, [899675] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38230), 1, + ACTIONS(38236), 1, sym__outdent, [899682] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38232), 1, + ACTIONS(38238), 1, sym__outdent, [899689] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38186), 1, + ACTIONS(38192), 1, anon_sym_RBRACE, [899696] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38234), 1, + ACTIONS(38240), 1, anon_sym_EQ_GT, [899703] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38236), 1, + ACTIONS(38242), 1, sym__outdent, [899710] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38238), 1, + ACTIONS(38244), 1, anon_sym_EQ_GT, [899717] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38240), 1, + ACTIONS(38246), 1, anon_sym_EQ_GT, [899724] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38242), 1, + ACTIONS(38248), 1, sym__outdent, [899731] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38244), 1, + ACTIONS(38250), 1, anon_sym_EQ_GT, [899738] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38246), 1, + ACTIONS(38252), 1, sym__outdent, [899745] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38248), 1, + ACTIONS(38254), 1, anon_sym_EQ_GT, [899752] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38250), 1, + ACTIONS(38256), 1, sym__outdent, [899759] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38252), 1, + ACTIONS(38258), 1, anon_sym_EQ_GT, [899766] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38254), 1, + ACTIONS(38260), 1, sym__indent, [899773] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(24628), 1, + ACTIONS(24634), 1, anon_sym_type, [899780] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38256), 1, + ACTIONS(38262), 1, sym__outdent, [899787] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38258), 1, + ACTIONS(38264), 1, anon_sym_EQ_GT, [899794] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38260), 1, + ACTIONS(38266), 1, sym__outdent, [899801] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38262), 1, + ACTIONS(38268), 1, anon_sym_LPAREN, [899808] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38264), 1, + ACTIONS(38270), 1, anon_sym_EQ_GT, [899815] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38266), 1, + ACTIONS(38272), 1, sym__outdent, [899822] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38268), 1, + ACTIONS(38274), 1, sym__outdent, [899829] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38270), 1, + ACTIONS(38276), 1, sym__outdent, [899836] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38272), 1, + ACTIONS(38278), 1, sym__outdent, [899843] = 2, ACTIONS(3), 1, @@ -1158480,7 +1158480,7 @@ static const uint16_t ts_small_parse_table[] = { [899850] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38274), 1, + ACTIONS(38280), 1, sym__outdent, [899857] = 2, ACTIONS(3), 1, @@ -1158490,52 +1158490,52 @@ static const uint16_t ts_small_parse_table[] = { [899864] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38276), 1, + ACTIONS(38282), 1, sym__outdent, [899871] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38278), 1, + ACTIONS(38284), 1, sym__outdent, [899878] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38280), 1, + ACTIONS(38286), 1, sym__outdent, [899885] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38282), 1, + ACTIONS(38288), 1, sym__outdent, [899892] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38284), 1, + ACTIONS(38290), 1, anon_sym_with, [899899] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38286), 1, + ACTIONS(38292), 1, anon_sym_COLON, [899906] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38288), 1, + ACTIONS(38294), 1, sym__outdent, [899913] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38290), 1, + ACTIONS(38296), 1, sym__outdent, [899920] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38292), 1, + ACTIONS(38298), 1, sym__outdent, [899927] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38294), 1, + ACTIONS(38300), 1, ts_builtin_sym_end, [899934] = 2, ACTIONS(3), 1, @@ -1158545,42 +1158545,42 @@ static const uint16_t ts_small_parse_table[] = { [899941] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38296), 1, + ACTIONS(38302), 1, anon_sym_COLON, [899948] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38298), 1, + ACTIONS(38304), 1, anon_sym_EQ_GT, [899955] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38300), 1, + ACTIONS(38306), 1, anon_sym_then, [899962] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38302), 1, + ACTIONS(38308), 1, anon_sym_COLON, [899969] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38304), 1, + ACTIONS(38310), 1, anon_sym_then, [899976] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38306), 1, + ACTIONS(38312), 1, anon_sym_COLON, [899983] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38308), 1, + ACTIONS(38314), 1, anon_sym_COLON, [899990] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38310), 1, + ACTIONS(38316), 1, anon_sym_LPAREN, [899997] = 2, ACTIONS(3), 1, @@ -1158590,22 +1158590,22 @@ static const uint16_t ts_small_parse_table[] = { [900004] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38312), 1, + ACTIONS(38318), 1, anon_sym_COLON, [900011] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38314), 1, + ACTIONS(38320), 1, anon_sym_COLON, [900018] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38316), 1, + ACTIONS(38322), 1, anon_sym_COLON, [900025] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(38318), 1, + ACTIONS(38324), 1, anon_sym_with, }; @@ -1195232,7275 +1195232,7277 @@ static const TSParseActionEntry ts_parse_actions[] = { [23683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), [23685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8259), [23687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 57), SHIFT_REPEAT(17429), - [23690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302), - [23692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), - [23694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25341), - [23696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19379), - [23698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 57), SHIFT_REPEAT(17539), - [23701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2616), - [23703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2692), - [23705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [23707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), - [23709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), - [23711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), - [23713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), - [23715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8244), - [23717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25101), - [23719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_declaration_repeat1, 2, .production_id = 50), SHIFT_REPEAT(25101), - [23722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21490), - [23724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21495), - [23726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), - [23728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 57), SHIFT_REPEAT(17648), - [23731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), - [23733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [23735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [23737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), - [23739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), - [23741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [23743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7251), - [23745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), - [23747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7272), - [23749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), - [23751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), - [23753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(3399), - [23756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), - [23758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), - [23760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21085), - [23762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [23764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20596), - [23766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20576), - [23768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20980), - [23770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(721), - [23773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21270), - [23775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22104), - [23777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21793), - [23779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21814), - [23781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23549), - [23783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22088), - [23785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 4), - [23787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4362), - [23789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [23791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [23793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stable_identifier, 3), - [23795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__namespace_expression_repeat1, 2), SHIFT_REPEAT(25468), - [23798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [23800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23584), - [23802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), - [23804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), - [23806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12278), - [23808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24012), - [23810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__namespace_expression_repeat1, 2), SHIFT_REPEAT(26956), - [23813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), - [23815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), - [23817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), - [23819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6214), - [23821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(740), - [23824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6222), - [23826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), - [23828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), - [23830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), - [23832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(770), - [23835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [23837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), - [23839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [23841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21298), - [23843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [23845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17487), - [23847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19232), - [23849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), - [23851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22795), - [23853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7287), - [23855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7262), - [23857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21239), - [23859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), - [23861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [23863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [23865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), - [23867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23470), - [23869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [23871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20971), - [23873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(3187), - [23876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20947), - [23878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21200), - [23880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_declaration_repeat1, 2, .production_id = 50), SHIFT_REPEAT(25341), - [23883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3), - [23885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [23887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), - [23889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16125), - [23891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), - [23893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), - [23895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), - [23897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [23899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [23901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11404), - [23903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [23905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11247), - [23907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), - [23909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), - [23911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), - [23913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), - [23915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17562), - [23917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16683), - [23919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12267), - [23921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), - [23923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19335), - [23925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), - [23927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), - [23929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10974), - [23931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11206), - [23933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21233), - [23935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [23937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), - [23939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [23941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [23943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), - [23945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), - [23947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6718), - [23949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11052), - [23951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19104), - [23953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), - [23955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6733), - [23957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [23959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), - [23961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [23963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [23965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), - [23967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11645), - [23969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27349), - [23971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24546), - [23973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15269), - [23975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24529), - [23977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24511), - [23979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19375), - [23981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19382), - [23983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22963), - [23985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24520), - [23987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28036), - [23989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), - [23991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), - [23993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27613), - [23995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24310), - [23997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15305), - [23999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24306), - [24001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24292), - [24003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22848), - [24005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24523), - [24007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27729), - [24009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4974), - [24011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27581), - [24013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24101), - [24015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14938), - [24017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24173), - [24019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24140), - [24021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22807), - [24023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23785), - [24025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27704), - [24027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), - [24029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27322), - [24031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23900), - [24033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15341), - [24035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23961), - [24037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23959), - [24039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22739), - [24041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24538), - [24043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27881), - [24045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14992), - [24047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23414), - [24049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23764), - [24051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29472), - [24053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17114), - [24055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [24057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [24059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11988), - [24061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25241), - [24063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27524), - [24065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24896), - [24067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15117), - [24069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25012), - [24071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24772), - [24073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23084), - [24075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25017), - [24077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28409), - [24079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27341), - [24081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23844), - [24083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15318), - [24085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23838), - [24087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23823), - [24089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22758), - [24091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24545), - [24093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27995), - [24095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20541), - [24097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(774), - [24100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27488), - [24102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24314), - [24104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15058), - [24106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24385), - [24108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24379), - [24110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22899), - [24112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23752), - [24114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27888), - [24116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19414), - [24118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), - [24120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), - [24122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23151), - [24124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15083), - [24126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23427), - [24128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23737), - [24130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29492), - [24132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20573), - [24134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27371), - [24136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23643), - [24138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15259), - [24140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23633), - [24142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23621), - [24144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22803), - [24146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24554), - [24148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28126), - [24150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11214), - [24152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25113), - [24154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), - [24156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), - [24158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15009), - [24160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24620), - [24162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), - [24164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), - [24166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 3, .production_id = 64), - [24168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27384), - [24170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24727), - [24172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15105), - [24174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24677), - [24176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24657), - [24178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23026), - [24180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23713), - [24182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28158), - [24184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [24186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19637), - [24188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27465), - [24190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24780), - [24192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15132), - [24194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24889), - [24196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24905), - [24198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23453), - [24200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23693), - [24202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29508), - [24204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [24206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), - [24208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19547), - [24210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11905), - [24212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25367), - [24214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27450), - [24216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24078), - [24218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14915), - [24220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24076), - [24222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24050), - [24224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22773), - [24226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23812), - [24228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27787), - [24230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21117), - [24232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20663), - [24234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20663), - [24236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [24238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14837), - [24240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23077), - [24242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24509), - [24244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28281), - [24246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19530), - [24248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), - [24250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), - [24252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), - [24254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21205), - [24256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20991), - [24258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20991), - [24260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19198), - [24262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [24264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [24266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), - [24268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5604), - [24270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11239), - [24272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19499), - [24274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [24276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20978), - [24278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20523), - [24280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [24282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), - [24284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14892), - [24286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23390), - [24288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23833), - [24290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29446), - [24292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), - [24294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), - [24296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21762), - [24298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), - [24300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14854), - [24302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24361), - [24304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5016), - [24306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [24308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(789), - [24311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 57), SHIFT_REPEAT(17487), - [24314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19444), - [24316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 57), SHIFT_REPEAT(17562), - [24319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11887), - [24321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25236), - [24323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4935), - [24325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5481), - [24327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20783), - [24329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7517), - [24331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7517), - [24333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20850), - [24335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6918), - [24337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6918), - [24339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14944), - [24341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23613), - [24343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14877), - [24345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23382), - [24347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23859), - [24349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29427), - [24351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), - [24353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [24355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [24357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), - [24359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19664), - [24361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20983), - [24363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7856), - [24365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7856), - [24367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11303), - [24369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27577), - [24371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15014), - [24373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24890), - [24375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24834), - [24377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23191), - [24379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24831), - [24381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28574), - [24383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [24385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), - [24387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), - [24389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), - [24391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), - [24393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), - [24395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), - [24397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), - [24399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [24401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), - [24403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27386), - [24405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23654), - [24407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15245), - [24409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24063), - [24411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24065), - [24413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24055), - [24415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20952), - [24417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6122), - [24419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6122), - [24421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), - [24423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), - [24425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5311), - [24427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5053), - [24429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5451), - [24431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27397), - [24433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23690), - [24435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14816), - [24437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24041), - [24439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24046), - [24441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23867), - [24443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20521), - [24445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19015), - [24447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20711), - [24449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20966), - [24451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20966), - [24453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(3380), - [24456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5315), - [24458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24431), - [24460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20808), - [24462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22297), - [24464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22297), - [24466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21132), - [24468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21345), - [24470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21345), - [24472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25071), - [24474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__namespace_expression_repeat1, 2), SHIFT_REPEAT(25615), - [24477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15234), - [24479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24686), - [24481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5446), - [24483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(784), - [24486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [24488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [24490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4786), - [24492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27406), - [24494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23734), - [24496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15158), - [24498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24080), - [24500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24083), - [24502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24142), - [24504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), - [24506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21535), - [24508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15095), - [24510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24697), - [24512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27360), - [24514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23740), - [24516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14859), - [24518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23717), - [24520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23688), - [24522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22779), - [24524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23876), - [24526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28097), - [24528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5335), - [24530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15067), - [24532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24700), - [24534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [24536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25109), - [24538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5390), - [24540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15011), - [24542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24713), - [24544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14836), - [24546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23714), - [24548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21234), - [24550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7271), - [24552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7271), - [24554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27415), - [24556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23782), - [24558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15093), - [24560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24168), - [24562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24169), - [24564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24254), - [24566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21079), - [24568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), - [24570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14993), - [24572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24720), - [24574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20795), - [24576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6524), - [24578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6524), - [24580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11375), - [24582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15124), - [24584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24277), - [24586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), - [24588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14828), - [24590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23367), - [24592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23896), - [24594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29414), - [24596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4826), - [24598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5039), - [24600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27423), - [24602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23809), - [24604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15055), - [24606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24238), - [24608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24240), - [24610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24294), - [24612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [24614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14963), - [24616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24729), - [24618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27404), - [24620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24182), - [24622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15225), - [24624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24183), - [24626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24197), - [24628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23378), - [24630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24198), - [24632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29471), - [24634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27633), - [24636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24899), - [24638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24949), - [24640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23222), - [24642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24915), - [24644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28749), - [24646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), - [24648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19887), - [24650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19842), - [24652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19809), - [24654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4683), - [24656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19927), - [24658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), - [24660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27451), - [24662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23856), - [24664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15010), - [24666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24284), - [24668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24286), - [24670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24321), - [24672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4718), - [24674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [24676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), - [24678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11974), - [24680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21265), - [24682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), - [24684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [24686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17104), - [24688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [24690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), - [24692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), - [24694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(775), - [24697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(3527), - [24700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5051), - [24702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), - [24704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [24706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [24708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4583), - [24710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15133), - [24712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23591), - [24714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14905), - [24716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23805), - [24718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11393), - [24720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(741), - [24723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), - [24725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5114), - [24727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), - [24729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), - [24731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), - [24733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [24735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), - [24737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15356), - [24739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24132), - [24741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), - [24743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12167), - [24745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(744), - [24748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [24750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15272), - [24752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24908), - [24754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), - [24756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), - [24758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15005), - [24760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24931), - [24762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5329), - [24764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [24766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), - [24768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), - [24770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14956), - [24772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24962), - [24774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15100), - [24776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24991), - [24778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [24780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 2, .production_id = 33), - [24782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [24784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5366), - [24786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [24788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19712), - [24790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [24792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(746), - [24795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15000), - [24797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23594), - [24799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17358), - [24801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15357), - [24803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25002), - [24805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20154), - [24807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15218), - [24809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25016), - [24811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(764), - [24814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5261), - [24816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), - [24818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20071), - [24820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15227), - [24822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24048), - [24824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21056), - [24826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21334), - [24828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21334), - [24830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20081), - [24832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19063), - [24834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19096), - [24836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), - [24838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [24840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [24842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12195), - [24844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12070), - [24846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20104), - [24848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17083), - [24850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(767), - [24853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), - [24855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11630), - [24857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12193), - [24859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19009), - [24861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18969), - [24863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15195), - [24865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24892), - [24867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_declaration_repeat1, 2, .production_id = 50), SHIFT_REPEAT(25236), - [24870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12166), - [24872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15086), - [24874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23914), - [24876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [24878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14955), - [24880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24858), - [24882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [24884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), - [24886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15118), - [24888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24869), - [24890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_declaration_repeat1, 2, .production_id = 50), SHIFT_REPEAT(25367), - [24893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15324), - [24895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24901), - [24897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14957), - [24899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24872), - [24901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), - [24903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15038), - [24905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24885), - [24907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24503), - [24909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18956), - [24911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), - [24913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), - [24915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19728), - [24917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1), - [24919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11100), - [24921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(778), - [24924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [24926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), - [24928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [24930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [24932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [24934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11758), - [24936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25307), - [24938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [24940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [24942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(723), - [24945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [24947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [24949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11127), - [24951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10971), - [24953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(748), - [24956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11894), - [24958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25354), - [24960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [24962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [24964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), - [24966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [24968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(745), - [24971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11391), - [24973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_class_pattern, 6, .production_id = 156), - [24975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_class_pattern, 6, .production_id = 156), - [24977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), - [24979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [24981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), - [24983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_class_pattern, 5, .production_id = 135), - [24985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_class_pattern, 5, .production_id = 135), - [24987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [24989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), - [24991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), - [24993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), - [24995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [24997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), - [24999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [25001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), - [25003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11323), - [25005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [25007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), - [25009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11506), - [25011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_class_pattern, 4, .production_id = 106), - [25013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_class_pattern, 4, .production_id = 106), - [25015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 4), - [25017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 4), - [25019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(731), - [25022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), - [25024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [25026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [25028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11521), - [25030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [25032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), - [25034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), - [25036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), - [25038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), - [25040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), - [25042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), - [25044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19083), - [25046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_class_pattern, 3, .production_id = 73), - [25048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_class_pattern, 3, .production_id = 73), - [25050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [25052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [25054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10984), - [25056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(753), - [25059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [25061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), - [25063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25295), - [25065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [25067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [25069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3), - [25071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 3), - [25073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), - [25075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), - [25077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), - [25079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), - [25081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [25083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), - [25085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [25087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), - [25089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), - [25091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [25093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), - [25095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [25097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), - [25099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(771), - [25102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), - [25104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), - [25106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), - [25108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22006), - [25110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(787), - [25113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_declaration_repeat1, 2, .production_id = 50), SHIFT_REPEAT(25295), - [25116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), - [25118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11438), - [25120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), - [25122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(783), - [25125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), - [25127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), - [25129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(18933), - [25132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), - [25134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), - [25136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [25138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), - [25140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), - [25142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), - [25144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [25146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), - [25148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), - [25150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), - [25152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), - [25154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(754), - [25157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), - [25159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(736), - [25162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19106), - [25164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [25166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), - [25168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), - [25170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), - [25172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), - [25174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), - [25176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), - [25178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), - [25180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [25182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [25184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), - [25186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), - [25188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), - [25190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), - [25192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [25194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [25196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), - [25198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), - [25200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [25202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), - [25204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [25206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [25208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_repeat1, 2), - [25210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_repeat1, 2), SHIFT_REPEAT(4362), - [25213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [25215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11307), - [25217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [25219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [25221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), - [25223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22182), - [25225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(769), - [25228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), - [25230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [25232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), - [25234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(733), - [25237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [25239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), - [25241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11757), - [25243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11826), - [25245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11737), - [25247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11853), - [25249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11688), - [25251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), - [25253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12106), - [25255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11685), - [25257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11633), - [25259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(728), - [25262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), - [25264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), - [25266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11960), - [25268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12010), - [25270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11755), - [25272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12101), - [25274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11616), - [25276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11608), - [25278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12138), - [25280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [25282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [25284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), - [25286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11566), - [25288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25206), - [25290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), - [25292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12137), - [25294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(732), - [25297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11164), - [25299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [25301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11710), - [25303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(737), - [25306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [25308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), - [25310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(763), - [25313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12133), - [25315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), - [25317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), - [25319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), - [25321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), - [25323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11167), - [25325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10996), - [25327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12089), - [25329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11698), - [25331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11679), - [25333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [25335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), - [25337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), - [25339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12120), - [25341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12119), - [25343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [25345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [25347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), - [25349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), - [25351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(762), - [25354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(765), - [25357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20069), - [25359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), - [25361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), - [25363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), - [25365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), - [25367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [25369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10913), - [25371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11749), - [25373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12108), - [25375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12105), - [25377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12085), - [25379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25193), - [25381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25194), - [25383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12082), - [25385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), - [25387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), - [25389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), - [25391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12069), - [25393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12058), - [25395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12018), - [25397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [25399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12040), - [25401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [25403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12037), - [25405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), - [25407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [25409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), - [25411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11387), - [25413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11390), - [25415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [25417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11405), - [25419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), - [25421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), - [25423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [25425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11991), - [25427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), - [25429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [25431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12016), - [25433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19814), - [25435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11994), - [25437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11982), - [25439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), - [25441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [25443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [25445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), - [25447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12032), - [25449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [25451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), - [25453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [25455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [25457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11957), - [25459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), - [25461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), - [25463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [25465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), - [25467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), - [25469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), - [25471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), - [25473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [25475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), - [25477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), - [25479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10988), - [25481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11956), - [25483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10991), - [25485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), - [25487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11929), - [25489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), - [25491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), - [25493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), - [25495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), - [25497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), - [25499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), - [25501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), - [25503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11902), - [25505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11870), - [25507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), - [25509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(758), - [25512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11854), - [25514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11851), - [25516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11834), - [25518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11934), - [25520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11839), - [25522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4202), - [25524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), - [25526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__full_enum_def, 2, .production_id = 145), - [25528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), - [25530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6087), - [25532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 2, .production_id = 92), - [25534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), - [25536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), - [25538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11872), - [25540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11837), - [25542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11319), - [25544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [25546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [25548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11169), - [25550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11175), - [25552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11629), - [25554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11791), - [25556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11182), - [25558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(726), - [25561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11194), - [25563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__full_enum_def, 1, .production_id = 118), - [25565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [25567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [25569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [25571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11358), - [25573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11221), - [25575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11320), - [25577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), - [25579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11224), - [25581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), - [25583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22474), - [25585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 3, .production_id = 65), - [25587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11270), - [25589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11289), - [25591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11792), - [25593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11501), - [25595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11345), - [25597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [25599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11347), - [25601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [25603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11441), - [25605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [25607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11778), - [25609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11763), - [25611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11397), - [25613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11754), - [25615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11750), - [25617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11398), - [25619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [25621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11736), - [25623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11735), - [25625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11338), - [25627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(739), - [25630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 4, .production_id = 103), - [25632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11478), - [25634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11502), - [25636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 4, .production_id = 132), - [25638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [25640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11712), - [25642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), - [25644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), - [25646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), - [25648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(719), - [25651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [25653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [25655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11480), - [25657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [25659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), - [25661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [25663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11711), - [25665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), - [25667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11879), - [25669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11657), - [25671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11877), - [25673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11481), - [25675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11520), - [25677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11704), - [25679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11529), - [25681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 5, .production_id = 151), - [25683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11699), - [25685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11762), - [25687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [25689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11689), - [25691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11681), - [25693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11668), - [25695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [25697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11256), - [25699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11257), - [25701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11186), - [25703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11646), - [25705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11640), - [25707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11603), - [25709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11556), - [25711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11595), - [25713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), - [25715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11557), - [25717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [25719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11583), - [25721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), - [25723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(750), - [25726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11255), - [25728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11761), - [25730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11575), - [25732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(776), - [25735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [25737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(790), - [25740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [25742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [25744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [25746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [25748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_block, 1), - [25750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(760), - [25753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [25755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [25757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28500), - [25759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [25761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23987), - [25763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), - [25765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), - [25767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), - [25769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(785), - [25772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(724), - [25775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), - [25777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [25779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [25781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [25783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28600), - [25785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [25787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), - [25789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), - [25791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), - [25793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), - [25795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [25797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [25799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [25801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), - [25803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), - [25805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), - [25807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [25809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), - [25811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [25813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29029), - [25815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [25817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(766), - [25820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [25822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), - [25824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), - [25826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), - [25828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), - [25830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), - [25832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [25834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [25836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29016), - [25838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [25840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [25842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), - [25844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), - [25846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), - [25848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [25850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29003), - [25852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [25854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [25856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [25858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), - [25860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [25862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), - [25864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [25866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [25868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [25870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [25872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(747), - [25875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28990), - [25877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [25879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [25881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [25883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), - [25885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28696), - [25887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [25889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [25891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [25893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [25895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), - [25897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), - [25899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28977), - [25901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [25903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [25905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [25907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), - [25909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), - [25911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), - [25913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28964), - [25915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [25917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), - [25919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [25921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [25923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [25925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), - [25927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), - [25929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), - [25931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), - [25933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [25935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), - [25937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), - [25939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), - [25941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), - [25943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), - [25945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(756), - [25948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [25950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28886), - [25952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [25954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28066), - [25956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [25958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28792), - [25960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [25962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29566), - [25964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [25966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [25968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5001), - [25970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4610), - [25972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12903), - [25974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12708), - [25976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4465), - [25978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [25980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), - [25982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7646), - [25984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), - [25986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), - [25988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4820), - [25990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4688), - [25992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12617), - [25994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12489), - [25996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), - [25998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18845), - [26000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8677), - [26002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8558), - [26004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), - [26006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6423), - [26008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), - [26010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8044), - [26012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), - [26014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22288), - [26016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), - [26018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13994), - [26020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17355), - [26022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14543), - [26024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14223), - [26026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4943), - [26028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), - [26030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7952), - [26032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19741), - [26034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4776), - [26036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4658), - [26038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5013), - [26040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8622), - [26042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7817), - [26044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5764), - [26046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5210), - [26048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [26050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), - [26052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6429), - [26054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), - [26056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), - [26058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), - [26060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), - [26062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15549), - [26064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13626), - [26066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13555), - [26068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), - [26070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7665), - [26072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17812), - [26074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13556), - [26076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12990), - [26078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19297), - [26080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [26082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), - [26084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5821), - [26086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), - [26088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [26090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [26092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8422), - [26094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8031), - [26096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13950), - [26098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), - [26100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8671), - [26102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), - [26104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16957), - [26106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), - [26108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17168), - [26110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14197), - [26112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13540), - [26114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13013), - [26116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12744), - [26118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12528), - [26120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21302), - [26122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20592), - [26124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [26126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19639), - [26128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), - [26130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6620), - [26132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), - [26134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), - [26136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [26138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4753), - [26140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2916), - [26142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7552), - [26144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12943), - [26146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12783), - [26148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12716), - [26150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12538), - [26152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), - [26154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5820), - [26156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7921), - [26158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7452), - [26160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2934), - [26162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8782), - [26164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), - [26166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7979), - [26168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8590), - [26170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17409), - [26172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), - [26174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18936), - [26176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13700), - [26178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13607), - [26180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4755), - [26182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6450), - [26184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5590), - [26186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4544), - [26188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4425), - [26190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(26717), - [26192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [26194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), - [26196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), - [26198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16032), - [26200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19762), - [26202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18987), - [26204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), - [26206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), - [26208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), - [26210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), - [26212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14152), - [26214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), - [26216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17021), - [26218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), - [26220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7874), - [26222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5240), - [26224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4963), - [26226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4478), - [26228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4458), - [26230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [26232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), - [26234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [26236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), - [26238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16531), - [26240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), - [26242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5079), - [26244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8127), - [26246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8242), - [26248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5252), - [26250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4970), - [26252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15109), - [26254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14505), - [26256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), - [26258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17828), - [26260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), - [26262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17744), - [26264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17736), - [26266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12194), - [26268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), - [26270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5089), - [26272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), - [26274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8880), - [26276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16187), - [26278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16190), - [26280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4889), - [26282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4726), - [26284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15591), - [26286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14914), - [26288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), - [26290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16553), - [26292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), - [26294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14315), - [26296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16217), - [26298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16559), - [26300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16642), - [26302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), - [26304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12845), - [26306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14791), - [26308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14910), - [26310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19080), - [26312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5591), - [26314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5521), - [26316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15413), - [26318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14966), - [26320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), - [26322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17501), - [26324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), - [26326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16561), - [26328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17494), - [26330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [26332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), - [26334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13468), - [26336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16867), - [26338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16252), - [26340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7813), - [26342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7389), - [26344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18207), - [26346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17530), - [26348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), - [26350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20289), - [26352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), - [26354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16590), - [26356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13754), - [26358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12961), - [26360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13023), - [26362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), - [26364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13450), - [26366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), - [26368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8507), - [26370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8510), - [26372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8039), - [26374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18469), - [26376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18115), - [26378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14353), - [26380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10737), - [26382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), - [26384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10958), - [26386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), - [26388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15844), - [26390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [26392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13943), - [26394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13850), - [26396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), - [26398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7820), - [26400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19476), - [26402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19169), - [26404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), - [26406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13773), - [26408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), - [26410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), - [26412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7584), - [26414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7037), - [26416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20686), - [26418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20255), - [26420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7473), - [26422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5129), - [26424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), - [26426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13751), - [26428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), - [26430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18663), - [26432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17947), - [26434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [26436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [26438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), - [26440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17625), - [26442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6490), - [26444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6383), - [26446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5457), - [26448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16182), - [26450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15412), - [26452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), - [26454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), - [26456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), - [26458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), - [26460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13770), - [26462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(722), - [26465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), - [26467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [26469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), - [26471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13396), - [26473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19211), - [26475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18278), - [26477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6365), - [26479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5456), - [26481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14375), - [26483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13971), - [26485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), - [26487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20391), - [26489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), - [26491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13792), - [26493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8452), - [26495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19290), - [26497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18219), - [26499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), - [26501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19730), - [26503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16379), - [26505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), - [26507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4690), - [26509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18627), - [26511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5493), - [26513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5395), - [26515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14748), - [26517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14352), - [26519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), - [26521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14675), - [26523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19347), - [26525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18167), - [26527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), - [26529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13394), - [26531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18076), - [26533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17246), - [26535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16566), - [26537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), - [26539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19633), - [26541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19771), - [26543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), - [26545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), - [26547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4719), - [26549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18376), - [26551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18106), - [26553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16769), - [26555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15384), - [26557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14741), - [26559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14408), - [26561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), - [26563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16339), - [26565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20496), - [26567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), - [26569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), - [26571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6349), - [26573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), - [26575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), - [26577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), - [26579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17675), - [26581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6523), - [26583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6930), - [26585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6323), - [26587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5417), - [26589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16946), - [26591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16180), - [26593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), - [26595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17970), - [26597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [26599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), - [26601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8129), - [26603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(788), - [26606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7396), - [26608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), - [26610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19244), - [26612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8515), - [26614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8064), - [26616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), - [26618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17113), - [26620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17818), - [26622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17273), - [26624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16990), - [26626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16195), - [26628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17242), - [26630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), - [26632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8148), - [26634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15050), - [26636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15192), - [26638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8729), - [26640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), - [26642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19264), - [26644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), - [26646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6430), - [26648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), - [26650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18250), - [26652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17451), - [26654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17238), - [26656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15968), - [26658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14857), - [26660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), - [26662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15883), - [26664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14143), - [26666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), - [26668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7146), - [26670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [26672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19313), - [26674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18458), - [26676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), - [26678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5737), - [26680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16363), - [26682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15666), - [26684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), - [26686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14960), - [26688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6253), - [26690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), - [26692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14781), - [26694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14624), - [26696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7116), - [26698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6361), - [26700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19243), - [26702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18508), - [26704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), - [26706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), - [26708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), - [26710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7137), - [26712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), - [26714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), - [26716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5670), - [26718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8186), - [26720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15362), - [26722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14629), - [26724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5658), - [26726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5163), - [26728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), - [26730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6291), - [26732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15717), - [26734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15524), - [26736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2909), - [26738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13804), - [26740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7655), - [26742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [26744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), - [26746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15857), - [26748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17922), - [26750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17295), - [26752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14524), - [26754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14214), - [26756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6301), - [26758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5708), - [26760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), - [26762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14170), - [26764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17368), - [26766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), - [26768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7187), - [26770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15603), - [26772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15298), - [26774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14771), - [26776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), - [26778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14116), - [26780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), - [26782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16281), - [26784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6876), - [26786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2964), - [26788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8345), - [26790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4625), - [26792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4495), - [26794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6287), - [26796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5691), - [26798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17817), - [26800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17331), - [26802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), - [26804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9308), - [26806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), - [26808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16529), - [26810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9257), - [26812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8806), - [26814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [26816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16557), - [26818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15395), - [26820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), - [26822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19456), - [26824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), - [26826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9269), - [26828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4632), - [26830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4524), - [26832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7215), - [26834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7115), - [26836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), - [26838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15180), - [26840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16578), - [26842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15376), - [26844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), - [26846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9099), - [26848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), - [26850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15789), - [26852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13150), - [26854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12798), - [26856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7244), - [26858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7126), - [26860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15475), - [26862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15368), - [26864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), - [26866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8932), - [26868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [26870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), - [26872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15097), - [26874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21392), - [26876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20941), - [26878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), - [26880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20565), - [26882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5300), - [26884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4985), - [26886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), - [26888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7575), - [26890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), - [26892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18043), - [26894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5167), - [26896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4839), - [26898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13122), - [26900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12814), - [26902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5554), - [26904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5221), - [26906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), - [26908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6721), - [26910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), - [26912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14631), - [26914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13443), - [26916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13444), - [26918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), - [26920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8493), - [26922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), - [26924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18008), - [26926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), - [26928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17983), - [26930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [26932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12763), - [26934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12568), - [26936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13148), - [26938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12689), - [26940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13355), - [26942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12843), - [26944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [26946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), - [26948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18231), - [26950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), - [26952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8318), - [26954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [26956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14237), - [26958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14001), - [26960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), - [26962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17215), - [26964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), - [26966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16647), - [26968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [26970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6772), - [26972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6191), - [26974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13356), - [26976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13297), - [26978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13845), - [26980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13472), - [26982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), - [26984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18293), - [26986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), - [26988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17458), - [26990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [26992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13776), - [26994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13415), - [26996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [26998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), - [27000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17363), - [27002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5495), - [27004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5282), - [27006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13375), - [27008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13233), - [27010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enum_block_repeat1, 2), - [27012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), - [27014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_repeat1, 2), SHIFT_REPEAT(4202), - [27017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), - [27019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17134), - [27021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13586), - [27023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12918), - [27025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), - [27027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20301), - [27029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [27031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6853), - [27033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6000), - [27035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), - [27037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15700), - [27039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [27041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), - [27043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15498), - [27045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5517), - [27047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5248), - [27049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4983), - [27051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4584), - [27053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9747), - [27055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9519), - [27057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7447), - [27059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7273), - [27061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), - [27063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16372), - [27065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [27067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), - [27069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19485), - [27071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7413), - [27073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7103), - [27075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [27077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), - [27079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17944), - [27081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), - [27083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7039), - [27085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [27087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 5), - [27089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5313), - [27091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4874), - [27093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7008), - [27095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7142), - [27097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), - [27099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13370), - [27101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [27103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), - [27105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16365), - [27107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [27109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15554), - [27111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15634), - [27113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), - [27115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5094), - [27117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), - [27119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7331), - [27121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [27123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15566), - [27125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15204), - [27127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13437), - [27129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13100), - [27131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [27133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), - [27135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14300), - [27137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14480), - [27139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14462), - [27141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), - [27143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15876), - [27145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), - [27147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19552), - [27149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [27151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16778), - [27153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15692), - [27155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), - [27157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7365), - [27159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), - [27161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19997), - [27163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [27165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [27167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15214), - [27169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14686), - [27171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), - [27173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12892), - [27175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15633), - [27177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15738), - [27179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29131), - [27181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(26008), - [27183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29136), - [27185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), - [27187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19970), - [27189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [27191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), - [27193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8366), - [27195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), - [27197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12877), - [27199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerators_repeat1, 2), - [27201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16809), - [27203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15729), - [27205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [27207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), - [27209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19920), - [27211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [27213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15518), - [27215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15147), - [27217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20653), - [27219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19789), - [27221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), - [27223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12833), - [27225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [27227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), - [27229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19698), - [27231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [27233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12789), - [27235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12751), - [27237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), - [27239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8338), - [27241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3664), - [27243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7347), - [27245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [27247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), - [27249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4859), - [27251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13734), - [27253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13342), - [27255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15470), - [27257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15166), - [27259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), - [27261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7385), - [27263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [27265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13513), - [27267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13420), - [27269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), - [27271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8883), - [27273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), - [27275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4835), - [27277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), - [27279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6955), - [27281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [27283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13642), - [27285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13477), - [27287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [27289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18731), - [27291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18003), - [27293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), - [27295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13998), - [27297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), - [27299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8831), - [27301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_parameter_repeat1, 2), - [27303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_parameter_repeat1, 2), SHIFT_REPEAT(11461), - [27306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [27308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5783), - [27310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5267), - [27312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), - [27314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15740), - [27316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [27318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), - [27320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8892), - [27322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29187), - [27324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), - [27326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13619), - [27328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [27330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [27332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5888), - [27334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5856), - [27336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18813), - [27338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17869), - [27340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [27342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), - [27344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17105), - [27346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [27348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [27350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), - [27352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13628), - [27354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7961), - [27356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7737), - [27358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25127), - [27360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24555), - [27362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), - [27364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16641), - [27366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), - [27368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6916), - [27370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [27372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6989), - [27374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [27376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15375), - [27378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15257), - [27380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), - [27382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13544), - [27384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5642), - [27386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5496), - [27388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), - [27390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19891), - [27392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [27394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), - [27396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7485), - [27398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), - [27400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6482), - [27402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7694), - [27404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7783), - [27406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), - [27408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19277), - [27410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [27412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [27414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17394), - [27416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16588), - [27418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7873), - [27420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7735), - [27422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), - [27424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5684), - [27426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [27428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), - [27430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16618), - [27432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18777), - [27434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [27436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), - [27438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6826), - [27440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), - [27442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5698), - [27444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15430), - [27446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15328), - [27448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8415), - [27450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7906), - [27452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), - [27454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9839), - [27456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [27458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), - [27460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18718), - [27462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [27464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), - [27466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5168), - [27468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), - [27470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14030), - [27472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7761), - [27474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6701), - [27476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15308), - [27478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15352), - [27480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [27482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), - [27484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6092), - [27486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), - [27488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17317), - [27490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [27492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), - [27494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14234), - [27496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), - [27498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8403), - [27500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14435), - [27502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14422), - [27504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [27506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), - [27508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17292), - [27510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8725), - [27512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8444), - [27514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [27516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [27518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), - [27520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8135), - [27522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), - [27524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), - [27526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), - [27528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), - [27530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5358), - [27532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), - [27534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [27536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8392), - [27538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8243), - [27540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), - [27542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6995), - [27544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [27546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [27548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16514), - [27550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15946), - [27552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [27554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [27556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), - [27558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5352), - [27560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), - [27562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7047), - [27564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), - [27566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16544), - [27568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6202), - [27570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6241), - [27572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [27574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), - [27576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5987), - [27578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [27580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [27582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [27584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [27586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15907), - [27588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15967), - [27590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [27592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), - [27594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13459), - [27596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), - [27598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13898), - [27600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), - [27602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16971), - [27604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), - [27606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), - [27608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [27610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [27612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [27614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5328), - [27616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5017), - [27618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [27620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [27622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), - [27624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7109), - [27626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16461), - [27628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15999), - [27630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [27632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), - [27634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17174), - [27636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [27638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3077), - [27640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13648), - [27642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), - [27644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16071), - [27646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [27648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19319), - [27650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19371), - [27652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), - [27654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5441), - [27656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5550), - [27658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5377), - [27660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14949), - [27662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14454), - [27664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9054), - [27666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8905), - [27668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), - [27670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13803), - [27672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17095), - [27674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16267), - [27676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), - [27678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16092), - [27680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), - [27682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14426), - [27684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [27686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21149), - [27688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20499), - [27690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), - [27692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18122), - [27694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), - [27696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13887), - [27698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16303), - [27700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16061), - [27702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), - [27704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13902), - [27706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13090), - [27708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12791), - [27710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), - [27712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14821), - [27714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), - [27716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13774), - [27718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5574), - [27720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5373), - [27722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13940), - [27724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13678), - [27726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), - [27728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5895), - [27730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5901), - [27732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5557), - [27734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), - [27736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7988), - [27738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), - [27740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13424), - [27742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13595), - [27744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13410), - [27746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), - [27748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19154), - [27750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), - [27752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7998), - [27754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6896), - [27756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5931), - [27758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), - [27760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9049), - [27762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5914), - [27764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5943), - [27766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6535), - [27768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6203), - [27770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), - [27772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13412), - [27774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), - [27776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7465), - [27778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6072), - [27780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5578), - [27782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8368), - [27784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8087), - [27786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), - [27788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8024), - [27790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8927), - [27792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8521), - [27794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), - [27796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7423), - [27798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), - [27800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19166), - [27802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), - [27804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12962), - [27806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5930), - [27808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5633), - [27810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), - [27812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16878), - [27814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8057), - [27816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7171), - [27818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), - [27820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16161), - [27822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8085), - [27824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7175), - [27826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), - [27828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16140), - [27830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6607), - [27832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6170), - [27834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7061), - [27836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5976), - [27838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), - [27840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7493), - [27842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), - [27844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14804), - [27846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7097), - [27848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5985), - [27850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), - [27852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19405), - [27854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5965), - [27856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5793), - [27858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), - [27860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16951), - [27862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14868), - [27864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14527), - [27866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), - [27868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15588), - [27870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), - [27872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18688), - [27874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), - [27876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5884), - [27878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17060), - [27880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16436), - [27882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), - [27884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18602), - [27886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16319), - [27888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15918), - [27890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), - [27892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16288), - [27894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14923), - [27896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14967), - [27898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7904), - [27900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7754), - [27902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), - [27904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20262), - [27906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15959), - [27908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14980), - [27910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), - [27912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5878), - [27914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), - [27916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17088), - [27918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20254), - [27920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19650), - [27922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), - [27924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13026), - [27926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18048), - [27928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17369), - [27930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), - [27932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5004), - [27934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), - [27936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19711), - [27938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17910), - [27940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17252), - [27942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), - [27944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14047), - [27946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), - [27948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5782), - [27950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14979), - [27952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14581), - [27954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), - [27956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4958), - [27958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14995), - [27960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14584), - [27962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7677), - [27964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6484), - [27966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), - [27968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4938), - [27970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14557), - [27972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14148), - [27974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), - [27976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13806), - [27978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17400), - [27980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16757), - [27982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), - [27984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5761), - [27986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21166), - [27988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20410), - [27990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), - [27992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16908), - [27994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3386), - [27996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14093), - [27998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13031), - [28000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13174), - [28002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), - [28004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6969), - [28006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23854), - [28008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10851), - [28010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13447), - [28012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13004), - [28014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), - [28016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8314), - [28018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5177), - [28020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4821), - [28022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), - [28024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8340), - [28026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4768), - [28028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4504), - [28030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6712), - [28032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6528), - [28034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), - [28036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6037), - [28038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4751), - [28040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4527), - [28042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), - [28044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8205), - [28046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13036), - [28048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12714), - [28050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11838), - [28052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), - [28054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16756), - [28056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), - [28058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9228), - [28060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11810), - [28062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11809), - [28064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5258), - [28066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5301), - [28068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14120), - [28070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13858), - [28072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), - [28074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8560), - [28076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), - [28078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15187), - [28080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12808), - [28082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12533), - [28084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), - [28086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16948), - [28088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), - [28090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8094), - [28092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), - [28094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15597), - [28096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21835), - [28098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4593), - [28100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9015), - [28102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6759), - [28104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21664), - [28106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20457), - [28108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24604), - [28110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4777), - [28112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5273), - [28114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14298), - [28116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17866), - [28118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4199), - [28120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4271), - [28122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4931), - [28124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4392), - [28126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14360), - [28128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), - [28130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17354), - [28132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8508), - [28134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7973), - [28136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [28138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11388), - [28140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9088), - [28142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16881), - [28144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8591), - [28146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [28148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11300), - [28150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), - [28152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9065), - [28154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8502), - [28156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14591), - [28158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4327), - [28160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9114), - [28162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6057), - [28164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14087), - [28166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9104), - [28168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14207), - [28170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), - [28172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4230), - [28174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11500), - [28176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9934), - [28178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9142), - [28180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6783), - [28182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9254), - [28184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18046), - [28186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12709), - [28188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9494), - [28190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4326), - [28192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerators_repeat1, 2), SHIFT_REPEAT(11500), - [28195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6195), - [28197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20507), - [28199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4310), - [28201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9281), - [28203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8273), - [28205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6651), - [28207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [28209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11493), - [28211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8964), - [28213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15639), - [28215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8916), - [28217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9162), - [28219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6819), - [28221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13160), - [28223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4233), - [28225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5222), - [28227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9178), - [28229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8209), - [28231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13027), - [28233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10937), - [28235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [28237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11507), - [28239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20336), - [28241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14471), - [28243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15213), - [28245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18729), - [28247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9200), - [28249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8464), - [28251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4712), - [28253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13560), - [28255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [28257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11199), - [28259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4404), - [28261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9221), - [28263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5214), - [28265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4761), - [28267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7719), - [28269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8370), - [28271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13155), - [28273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19592), - [28275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [28277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), - [28279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9263), - [28281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5725), - [28283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8957), - [28285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15625), - [28287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [28289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), - [28291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4842), - [28293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8597), - [28295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9331), - [28297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19141), - [28299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14613), - [28301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9311), - [28303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5734), - [28305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19555), - [28307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13517), - [28309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3950), - [28311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [28313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11773), - [28315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6312), - [28317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8459), - [28319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [28321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11133), - [28323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14396), - [28325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7155), - [28327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9160), - [28329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6987), - [28331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13001), - [28333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), - [28335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7343), - [28337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20566), - [28339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18158), - [28341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19176), - [28343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9188), - [28345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13543), - [28347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14112), - [28349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), - [28351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8952), - [28353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13812), - [28355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17127), - [28357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20627), - [28359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20431), - [28361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13604), - [28363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13546), - [28365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7789), - [28367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), - [28369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8967), - [28371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13869), - [28373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14589), - [28375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4379), - [28377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19904), - [28379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21506), - [28381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [28383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11107), - [28385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9086), - [28387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14050), - [28389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15090), - [28391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7837), - [28393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7945), - [28395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8286), - [28397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [28399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11066), - [28401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18385), - [28403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), - [28405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12589), - [28407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9113), - [28409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19897), - [28411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9194), - [28413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12797), - [28415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15061), - [28417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9030), - [28419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15219), - [28421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9288), - [28423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19626), - [28425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16627), - [28427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12938), - [28429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), - [28431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3984), - [28433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7895), - [28435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9337), - [28437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12923), - [28439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17463), - [28441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [28443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11573), - [28445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14614), - [28447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6518), - [28449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [28451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11687), - [28453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [28455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11592), - [28457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21140), - [28459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20594), - [28461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9334), - [28463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12973), - [28465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17564), - [28467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14953), - [28469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20142), - [28471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19279), - [28473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18235), - [28475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4395), - [28477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9287), - [28479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15983), - [28481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), - [28483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), - [28485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), - [28487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), - [28489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15402), - [28491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9255), - [28493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16329), - [28495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15862), - [28497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9191), - [28499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17298), - [28501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), - [28503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16895), - [28505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9239), - [28507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16272), - [28509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14964), - [28511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6493), - [28513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20044), - [28515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12764), - [28517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6448), - [28519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9201), - [28521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16975), - [28523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16466), - [28525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9107), - [28527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13322), - [28529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), - [28531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [28533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11014), - [28535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19534), - [28537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [28539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10978), - [28541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), - [28543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9175), - [28545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14507), - [28547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17126), - [28549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6831), - [28551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20191), - [28553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [28555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11713), - [28557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7218), - [28559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20392), - [28561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5211), - [28563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9012), - [28565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19434), - [28567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9147), - [28569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14841), - [28571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14939), - [28573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), - [28575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), - [28577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7984), - [28579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9131), - [28581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14825), - [28583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5988), - [28585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9037), - [28587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8645), - [28589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19464), - [28591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4305), - [28593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6786), - [28595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20689), - [28597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9101), - [28599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16406), - [28601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7091), - [28603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [28605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11708), - [28607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21243), - [28609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), - [28611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4341), - [28613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9052), - [28615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7340), - [28617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7112), - [28619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6509), - [28621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4342), - [28623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), - [28625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9020), - [28627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5935), - [28629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8176), - [28631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8936), - [28633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13310), - [28635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4359), - [28637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), - [28639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), - [28641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4363), - [28643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20291), - [28645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [28647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11746), - [28649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7450), - [28651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8994), - [28653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6985), - [28655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8156), - [28657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12736), - [28659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4383), - [28661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4313), - [28663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8941), - [28665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6945), - [28667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5958), - [28669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), - [28671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), - [28673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4295), - [28675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5235), - [28677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9276), - [28679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8020), - [28681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8777), - [28683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19393), - [28685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [28687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10950), - [28689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4276), - [28691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), - [28693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7795), - [28695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8968), - [28697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8007), - [28699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8474), - [28701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [28703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10924), - [28705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4241), - [28707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), - [28709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), - [28711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5535), - [28713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [28715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9022), - [28717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5909), - [28719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5939), - [28721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9278), - [28723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13247), - [28725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerators, 1), - [28727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9906), - [28729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4216), - [28731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9252), - [28733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19647), - [28735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4468), - [28737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), - [28739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), - [28741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9053), - [28743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13527), - [28745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6998), - [28747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), - [28749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), - [28751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22347), - [28753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [28755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11162), - [28757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), - [28759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9285), - [28761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8603), - [28763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5249), - [28765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), - [28767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9076), - [28769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13691), - [28771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13778), - [28773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), - [28775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4171), - [28777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4170), - [28779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4167), - [28781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9149), - [28783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13822), - [28785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16702), - [28787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4131), - [28789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13963), - [28791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4120), - [28793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5376), - [28795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), - [28797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9264), - [28799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13789), - [28801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), - [28803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [28805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11543), - [28807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), - [28809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), - [28811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4068), - [28813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), - [28815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5492), - [28817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4570), - [28819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9284), - [28821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16000), - [28823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13126), - [28825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9383), - [28827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7765), - [28829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9343), - [28831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17320), - [28833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), - [28835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), - [28837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9363), - [28839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16382), - [28841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16223), - [28843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), - [28845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [28847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10952), - [28849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21460), - [28851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20366), - [28853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4885), - [28855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16162), - [28857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9339), - [28859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16410), - [28861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [28863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10964), - [28865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), - [28867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), - [28869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), - [28871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), - [28873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3958), - [28875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), - [28877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9253), - [28879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16433), - [28881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16962), - [28883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), - [28885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16616), - [28887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15319), - [28889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9180), - [28891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19204), - [28893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3938), - [28895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9237), - [28897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18097), - [28899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21770), - [28901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21527), - [28903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14889), - [28905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9267), - [28907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [28909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11399), - [28911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5365), - [28913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), - [28915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4575), - [28917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9169), - [28919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16479), - [28921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9322), - [28923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6142), - [28925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4423), - [28927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3864), - [28929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), - [28931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3847), - [28933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19381), - [28935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), - [28937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), - [28939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), - [28941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), - [28943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6229), - [28945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9249), - [28947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6159), - [28949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), - [28951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), - [28953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9146), - [28955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8814), - [28957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), - [28959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), - [28961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16289), - [28963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), - [28965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), - [28967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), - [28969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15020), - [28971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), - [28973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), - [28975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), - [28977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [28979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10986), - [28981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5596), - [28983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14839), - [28985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [28987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11006), - [28989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9373), - [28991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8870), - [28993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8607), - [28995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8988), - [28997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5510), - [28999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), - [29001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), - [29003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), - [29005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9294), - [29007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8780), - [29009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9096), - [29011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5449), - [29013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), - [29015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), - [29017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16017), - [29019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22043), - [29021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), - [29023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9374), - [29025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17563), - [29027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3809), - [29029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [29031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12044), - [29033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), - [29035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), - [29037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), - [29039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), - [29041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3863), - [29043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4312), - [29045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8669), - [29047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3874), - [29049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3889), - [29051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13872), - [29053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), - [29055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), - [29057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3989), - [29059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15438), - [29061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5195), - [29063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9011), - [29065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5841), - [29067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6314), - [29069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), - [29071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16361), - [29073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), - [29075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), - [29077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9010), - [29079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15416), - [29081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), - [29083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [29085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12064), - [29087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [29089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11035), - [29091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4102), - [29093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15673), - [29095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16956), - [29097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [29099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11069), - [29101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), - [29103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14708), - [29105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), - [29107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11589), - [29109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 1, .production_id = 1), - [29111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26537), - [29113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4040), - [29115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3898), - [29117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9296), - [29119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18876), - [29121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8960), - [29123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5848), - [29125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14431), - [29127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19570), - [29129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15394), - [29131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4225), - [29133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), - [29135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4256), - [29137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), - [29139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8974), - [29141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14110), - [29143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4297), - [29145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4364), - [29147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9370), - [29149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17214), - [29151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3974), - [29153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4157), - [29155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), - [29157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), - [29159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9098), - [29161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7727), - [29163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4250), - [29165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), - [29167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7591), - [29169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), - [29171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15562), - [29173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17343), - [29175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [29177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4159), - [29179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), - [29181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11697), - [29183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9827), - [29185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), - [29187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3998), - [29189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7182), - [29191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [29193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11099), - [29195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8453), - [29197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13200), - [29199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13132), - [29201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7382), - [29203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [29205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11119), - [29207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9358), - [29209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7700), - [29211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4278), - [29213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), - [29215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), - [29217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4163), - [29219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), - [29221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8620), - [29223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9048), - [29225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16143), - [29227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), - [29229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4195), - [29231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17589), - [29233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7799), - [29235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), - [29237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), - [29239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), - [29241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4116), - [29243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15404), - [29245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9302), - [29247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7930), - [29249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4093), - [29251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7932), - [29253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), - [29255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4033), - [29257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), - [29259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7488), - [29261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [29263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11836), - [29265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6637), - [29267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20315), - [29269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4220), - [29271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3933), - [29273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), - [29275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3900), - [29277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), - [29279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3882), - [29281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [29283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11218), - [29285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9172), - [29287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14369), - [29289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3839), - [29291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), - [29293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7691), - [29295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [29297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13986), - [29299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7077), - [29301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [29303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11285), - [29305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [29307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [29309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9150), - [29311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18840), - [29313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18440), - [29315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [29317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), - [29319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18676), - [29321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), - [29323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), - [29325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11832), - [29327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 2, .production_id = 2), - [29329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26331), - [29331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), - [29333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), - [29335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4226), - [29337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12757), - [29339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), - [29341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7671), - [29343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13423), - [29345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9134), - [29347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13260), - [29349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), - [29351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case_definitions, 2), - [29353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24575), - [29355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5419), - [29357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15332), - [29359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), - [29361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9332), - [29363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17567), - [29365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), - [29367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22138), - [29369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20449), - [29371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4078), - [29373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), - [29375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9184), - [29377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8881), - [29379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), - [29381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12254), - [29383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20630), - [29385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), - [29387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), - [29389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), - [29391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3896), - [29393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [29395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11439), - [29397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18389), - [29399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9075), - [29401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13408), - [29403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [29405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12130), - [29407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7808), - [29409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8944), - [29411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16890), - [29413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16770), - [29415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), - [29417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), - [29419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4024), - [29421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18188), - [29423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), - [29425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6390), - [29427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4107), - [29429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9780), - [29431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4085), - [29433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18615), - [29435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), - [29437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4097), - [29439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), - [29441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9199), - [29443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14094), - [29445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(777), - [29448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15677), - [29450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8667), - [29452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [29454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11959), - [29456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4697), - [29458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9047), - [29460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13506), - [29462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4109), - [29464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5844), - [29466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4184), - [29468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4211), - [29470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4221), - [29472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), - [29474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5020), - [29476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), - [29478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [29480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), - [29482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_parameter_repeat2, 2), SHIFT_REPEAT(11455), - [29485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_parameter_repeat2, 2), - [29487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), - [29489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), - [29491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), - [29493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4350), - [29495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), - [29497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4365), - [29499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4139), - [29501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [29503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11487), - [29505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19394), - [29507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [29509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11495), - [29511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13504), - [29513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8535), - [29515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [29517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11456), - [29519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9242), - [29521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16929), - [29523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), - [29525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), - [29527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4183), - [29529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 101), - [29531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4158), - [29533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9008), - [29535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13640), - [29537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4147), - [29539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), - [29541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), - [29543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5677), - [29545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), - [29547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), - [29549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9319), - [29551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17362), - [29553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8249), - [29555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [29557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11976), - [29559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4048), - [29561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), - [29563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6368), - [29565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4227), - [29567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3987), - [29569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), - [29571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9279), - [29573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17439), - [29575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27647), - [29577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [29579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3967), - [29581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13748), - [29583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), - [29585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), - [29587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16206), - [29589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), - [29591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [29593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11522), - [29595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), - [29597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5502), - [29599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3859), - [29601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19404), - [29603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [29605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11530), - [29607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9229), - [29609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16240), - [29611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9327), - [29613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15169), - [29615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), - [29617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13508), - [29619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), - [29621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), - [29623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3759), - [29625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 3, .production_id = 101), - [29627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), - [29629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12029), - [29631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 3, .production_id = 102), - [29633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26101), - [29635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), - [29637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4257), - [29639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5592), - [29641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), - [29643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), - [29645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27646), - [29647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [29649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9364), - [29651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15680), - [29653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6862), - [29655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13608), - [29657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20901), - [29659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20591), - [29661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), - [29663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [29665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11576), - [29667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23257), - [29669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case_definitions, 3), - [29671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), - [29673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), - [29675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), - [29677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19376), - [29679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), - [29681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4269), - [29683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [29685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11620), - [29687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), - [29689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), - [29691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9039), - [29693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13656), - [29695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9251), - [29697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15657), - [29699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12700), - [29701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19367), - [29703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4281), - [29705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), - [29707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), - [29709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3905), - [29711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), - [29713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23203), - [29715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3918), - [29717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16824), - [29719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4302), - [29721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), - [29723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9056), - [29725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9058), - [29727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3936), - [29729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3937), - [29731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9224), - [29733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16798), - [29735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2), - [29737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15171), - [29739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15373), - [29741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [29743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11652), - [29745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18203), - [29747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7728), - [29749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [29751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11665), - [29753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), - [29755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), - [29757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4231), - [29759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21563), - [29761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerators_repeat1, 2), SHIFT_REPEAT(11697), - [29764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), - [29766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9109), - [29768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14697), - [29770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), - [29772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4037), - [29774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4075), - [29776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [29778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11596), - [29780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3866), - [29782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4205), - [29784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19748), - [29786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), - [29788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), - [29790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4143), - [29792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9244), - [29794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17022), - [29796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14404), - [29798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14271), - [29800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4294), - [29802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [29804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11588), - [29806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), - [29808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16776), - [29810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4306), - [29812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4307), - [29814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4315), - [29816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), - [29818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14763), - [29820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), - [29822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9223), - [29824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17206), - [29826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [29828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11724), - [29830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6326), - [29832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 133), - [29834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5462), - [29836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13404), - [29838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6903), - [29840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4324), - [29842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [29844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11730), - [29846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8956), - [29848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17896), - [29850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4328), - [29852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15721), - [29854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), - [29856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9295), - [29858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14007), - [29860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3934), - [29862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9136), - [29864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13419), - [29866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 4, .production_id = 133), - [29868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [29870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [29872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12060), - [29874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [29876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 4, .production_id = 143), - [29878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [29880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4338), - [29882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17689), - [29884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4347), - [29886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4348), - [29888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9158), - [29890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15572), - [29892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12115), - [29894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 4, .production_id = 144), - [29896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26022), - [29898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3951), - [29900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4019), - [29902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16830), - [29904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4010), - [29906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4354), - [29908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3999), - [29910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_case_definitions_repeat1, 2), - [29912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_case_definitions_repeat1, 2), SHIFT_REPEAT(24575), - [29915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4329), - [29917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), - [29919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), - [29921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3973), - [29923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3915), - [29925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6078), - [29927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [29929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12158), - [29931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9260), - [29933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7051), - [29935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14463), - [29937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [29939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11765), - [29941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14753), - [29943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), - [29945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4969), - [29947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8343), - [29949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), - [29951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4193), - [29953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), - [29955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [29957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11897), - [29959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 5, .production_id = 152), - [29961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), - [29963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4965), - [29965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), - [29967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8963), - [29969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7354), - [29971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 5, .production_id = 153), - [29973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15651), - [29975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4219), - [29977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17946), - [29979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 5, .production_id = 155), - [29981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9220), - [29983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14025), - [29985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4268), - [29987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 5, .production_id = 160), - [29989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), - [29991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 5, .production_id = 153), - [29993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), - [29995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16965), - [29997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 5, .production_id = 155), - [29999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14586), - [30001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [30003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9118), - [30005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7409), - [30007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15626), - [30009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), - [30011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), - [30013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4318), - [30015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4317), - [30017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), - [30019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 6, .production_id = 166), - [30021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4286), - [30023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16922), - [30025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), - [30027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4248), - [30029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), - [30031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 6, .production_id = 166), - [30033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [30035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11920), - [30037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4239), - [30039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), - [30041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 6, .production_id = 168), - [30043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 6, .production_id = 169), - [30045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7052), - [30047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15182), - [30049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13757), - [30051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [30053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11939), - [30055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9093), - [30057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13663), - [30059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19810), - [30061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 6, .production_id = 171), - [30063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3920), - [30065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), - [30067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 6, .production_id = 165), - [30069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8949), - [30071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14222), - [30073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9379), - [30075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8424), - [30077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 7, .production_id = 174), - [30079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3966), - [30081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4176), - [30083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), - [30085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), - [30087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 7, .production_id = 173), - [30089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7122), - [30091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), - [30093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8280), - [30095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20319), - [30097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 7, .production_id = 175), - [30099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 8, .production_id = 176), - [30101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13219), - [30103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 8, .production_id = 177), - [30105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), - [30107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4123), - [30109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 9, .production_id = 178), - [30111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), - [30113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4071), - [30115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [30117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12013), - [30119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9338), - [30121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8605), - [30123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), - [30125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), - [30127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19171), - [30129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7231), - [30131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [30133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12043), - [30135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), - [30137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), - [30139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8996), - [30141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7899), - [30143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), - [30145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3845), - [30147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), - [30149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16933), - [30151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), - [30153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5321), - [30155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9299), - [30157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6784), - [30159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13405), - [30161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 7, .production_id = 173), - [30163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7281), - [30165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), - [30167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), - [30169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9835), - [30171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9168), - [30173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20023), - [30175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), - [30177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), - [30179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), - [30181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15336), - [30183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5488), - [30185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), - [30187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20473), - [30189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3800), - [30191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9241), - [30193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8844), - [30195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24608), - [30197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), - [30199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [30201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12054), - [30203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17484), - [30205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19151), - [30207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [30209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [30211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12073), - [30213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6269), - [30215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), - [30217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9161), - [30219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16441), - [30221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(768), - [30224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [30226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11275), - [30228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), - [30230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17221), - [30232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), - [30234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), - [30236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), - [30238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), - [30240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16025), - [30242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5513), - [30244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [30246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), - [30248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3860), - [30250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3908), - [30252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4206), - [30254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9143), - [30256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7642), - [30258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [30260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11254), - [30262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), - [30264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13718), - [30266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13337), - [30268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13323), - [30270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), - [30272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15326), - [30274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4252), - [30276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4181), - [30278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9156), - [30280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14041), - [30282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_case_definitions_repeat1, 2), SHIFT_REPEAT(24608), - [30285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [30287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12135), - [30289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4259), - [30291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4275), - [30293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4298), - [30295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), - [30297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15537), - [30299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [30301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12146), - [30303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4339), - [30305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4253), - [30307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9328), - [30309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17179), - [30311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9413), - [30313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12273), - [30315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27444), - [30317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12264), - [30319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14246), - [30321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27366), - [30323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_indented_cases_repeat1, 2), SHIFT_REPEAT(12264), - [30326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_indented_cases_repeat1, 2), - [30328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerators_repeat1, 2), SHIFT_REPEAT(11821), - [30331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19607), - [30333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7594), - [30335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22064), - [30337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enum_block_repeat1, 2), SHIFT_REPEAT(793), - [30340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17360), - [30342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20527), - [30344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_enum_case, 2, .production_id = 20), - [30346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17188), - [30348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9013), - [30350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [30352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16651), - [30354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18120), - [30356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21521), - [30358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [30360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7600), - [30362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7948), - [30364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8907), - [30366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18130), - [30368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6793), - [30370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9635), - [30372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7729), - [30374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25065), - [30376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25647), - [30378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8903), - [30380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20494), - [30382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6883), - [30384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6454), - [30386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16400), - [30388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7006), - [30390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14193), - [30392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27439), - [30394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9139), - [30396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 6, .production_id = 170), - [30398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25955), - [30400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), - [30402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9653), - [30404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6875), - [30406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerators, 5), - [30408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17086), - [30410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9904), - [30412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14029), - [30414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28285), - [30416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9183), - [30418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 5, .production_id = 154), - [30420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25990), - [30422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3980), - [30424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13833), - [30426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [30428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), - [30430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27419), - [30432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9587), - [30434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), - [30436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), - [30438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 5, .production_id = 154), - [30440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), - [30442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22734), - [30444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16740), - [30446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerators, 4), - [30448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8270), - [30450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8352), - [30452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_namespace_selectors_repeat1, 2), - [30454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9977), - [30456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20080), - [30458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8919), - [30460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17063), - [30462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8412), - [30464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18018), - [30466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 4, .production_id = 68), - [30468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26036), - [30470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3939), - [30472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 68), - [30474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3921), - [30476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20555), - [30478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27504), - [30480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7461), - [30482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8046), - [30484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6848), - [30486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19123), - [30488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7414), - [30490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11821), - [30492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10330), - [30494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28415), - [30496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9485), - [30498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18603), - [30500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19908), - [30502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25133), - [30504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26394), - [30506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20411), - [30508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18647), - [30510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7774), - [30512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_derives_clause_repeat1, 2, .production_id = 119), - [30514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_derives_clause_repeat1, 2, .production_id = 119), SHIFT_REPEAT(24390), - [30517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6577), - [30519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27398), - [30521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6967), - [30523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enum_block_repeat1, 2), SHIFT_REPEAT(792), - [30526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15200), - [30528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27339), - [30530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8775), - [30532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9186), - [30534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24719), - [30536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17711), - [30538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16839), - [30540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6946), - [30542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 3, .production_id = 100), - [30544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26111), - [30546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), - [30548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21655), - [30550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15751), - [30552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8940), - [30554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21434), - [30556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16944), - [30558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16220), - [30560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7872), - [30562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), - [30564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8182), - [30566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7459), - [30568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), - [30570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14329), - [30572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), - [30574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9616), - [30576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 102), - [30578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), - [30580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), - [30582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27563), - [30584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25141), - [30586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26057), - [30588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21790), - [30590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 100), - [30592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), - [30594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8821), - [30596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_view_bound, 2, .production_id = 43), - [30598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17555), - [30600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13929), - [30602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22446), - [30604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27380), - [30606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8385), - [30608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28599), - [30610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9885), - [30612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13864), - [30614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25158), - [30616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26449), - [30618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10261), - [30620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25108), - [30622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9781), - [30624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7313), - [30626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_indented_cases_repeat1, 2), SHIFT_REPEAT(12273), - [30629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), SHIFT_REPEAT(11924), - [30632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), - [30634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6207), - [30636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19225), - [30638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7377), - [30640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derives_clause, 3, .production_id = 83), - [30642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24390), - [30644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16861), - [30646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [30648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6888), - [30650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8528), - [30652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25200), - [30654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26140), - [30656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21710), - [30658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16847), - [30660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19864), - [30662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9123), - [30664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8961), - [30666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25187), - [30668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25732), - [30670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6042), - [30672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22574), - [30674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21926), - [30676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25146), - [30678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9474), - [30680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, .production_id = 2), - [30682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), - [30684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7609), - [30686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27367), - [30688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20052), - [30690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17387), - [30692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6670), - [30694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17475), - [30696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14779), - [30698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18656), - [30700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27394), - [30702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [30704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27475), - [30706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6963), - [30708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25235), - [30710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25629), - [30712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13911), - [30714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6644), - [30716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6864), - [30718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7578), - [30720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18391), - [30722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25215), - [30724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25681), - [30726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20281), - [30728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14403), - [30730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derives_clause, 2, .production_id = 43), - [30732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9469), - [30734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16155), - [30736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7836), - [30738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14768), - [30740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21458), - [30742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21596), - [30744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16914), - [30746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5852), - [30748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8978), - [30750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13847), - [30752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17636), - [30754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27442), - [30756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16595), - [30758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7767), - [30760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9478), - [30762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9425), - [30764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13914), - [30766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9457), - [30768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9602), - [30770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, .production_id = 1), - [30772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), - [30774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25249), - [30776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25578), - [30778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21883), - [30780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25283), - [30782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25969), - [30784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13903), - [30786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17226), - [30788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17732), - [30790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19608), - [30792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6242), - [30794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9890), - [30796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27353), - [30798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21144), - [30800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27653), - [30802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15927), - [30804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8647), - [30806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9465), - [30808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11243), - [30810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8824), - [30812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9195), - [30814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22595), - [30816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19526), - [30818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8884), - [30820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9006), - [30822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25282), - [30824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25523), - [30826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6834), - [30828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9108), - [30830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8756), - [30832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16250), - [30834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7880), - [30836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17262), - [30838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29516), - [30840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21625), - [30842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7633), - [30844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7626), - [30846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25300), - [30848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25462), - [30850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18399), - [30852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8178), - [30854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17975), - [30856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25314), - [30858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25792), - [30860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8185), - [30862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8584), - [30864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14101), - [30866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18521), - [30868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8208), - [30870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22074), - [30872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22157), - [30874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), - [30876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), - [30878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27330), - [30880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6093), - [30882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), - [30884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), - [30886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6339), - [30888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25325), - [30890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25400), - [30892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27510), - [30894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8763), - [30896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8124), - [30898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22305), - [30900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8125), - [30902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16959), - [30904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25349), - [30906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25663), - [30908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16964), - [30910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22132), - [30912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7451), - [30914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25344), - [30916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25441), - [30918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19644), - [30920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7477), - [30922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9477), - [30924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7366), - [30926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [30928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8367), - [30930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), - [30932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [30934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), - [30936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14205), - [30938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20708), - [30940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22207), - [30942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21032), - [30944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21285), - [30946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25368), - [30948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25499), - [30950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28755), - [30952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14567), - [30954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14202), - [30956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22405), - [30958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17988), - [30960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27612), - [30962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25387), - [30964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25559), - [30966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17876), - [30968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27387), - [30970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9515), - [30972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17793), - [30974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9444), - [30976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7875), - [30978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10807), - [30980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10673), - [30982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4775), - [30984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10113), - [30986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17281), - [30988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), - [30990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), - [30992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11161), - [30994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11159), - [30996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25347), - [30998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10312), - [31000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10475), - [31002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12710), - [31004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), - [31006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10471), - [31008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10480), - [31010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15175), - [31012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11165), - [31014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27452), - [31016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7060), - [31018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10213), - [31020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10478), - [31022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11197), - [31024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), - [31026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27446), - [31028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10467), - [31030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8465), - [31032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10178), - [31034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10479), - [31036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), - [31038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17720), - [31040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10173), - [31042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18584), - [31044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10191), - [31046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8909), - [31048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21310), - [31050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10314), - [31052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19145), - [31054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10472), - [31056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15199), - [31058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10346), - [31060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), - [31062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7073), - [31064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13265), - [31066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10115), - [31068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11136), - [31070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11139), - [31072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11145), - [31074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11146), - [31076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10406), - [31078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), - [31080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10463), - [31082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10255), - [31084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20673), - [31086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10070), - [31088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12760), - [31090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10486), - [31092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14623), - [31094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), - [31096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25326), - [31098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10481), - [31100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5310), - [31102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25369), - [31104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10042), - [31106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10470), - [31108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10461), - [31110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13968), - [31112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10494), - [31114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10009), - [31116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8322), - [31118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11619), - [31120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10452), - [31122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15500), - [31124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11621), - [31126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10445), - [31128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11622), - [31130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11638), - [31132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), - [31134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20458), - [31136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), - [31138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17266), - [31140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), - [31142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9940), - [31144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10167), - [31146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9344), - [31148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10189), - [31150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11262), - [31152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10459), - [31154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10002), - [31156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11268), - [31158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10540), - [31160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19165), - [31162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10466), - [31164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15650), - [31166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), - [31168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10593), - [31170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9986), - [31172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13522), - [31174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10496), - [31176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4507), - [31178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10484), - [31180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17257), - [31182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11964), - [31184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11978), - [31186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11985), - [31188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11986), - [31190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9993), - [31192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18044), - [31194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11925), - [31196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), - [31198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), - [31200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10462), - [31202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10631), - [31204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15481), - [31206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21172), - [31208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25301), - [31210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10492), - [31212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13169), - [31214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9996), - [31216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6866), - [31218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25388), - [31220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10454), - [31222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15837), - [31224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10813), - [31226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18735), - [31228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11833), - [31230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11946), - [31232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10712), - [31234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13203), - [31236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11930), - [31238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10458), - [31240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11923), - [31242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), - [31244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10107), - [31246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8572), - [31248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10112), - [31250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10765), - [31252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13521), - [31254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7167), - [31256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10460), - [31258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15239), - [31260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10111), - [31262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8971), - [31264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10029), - [31266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5623), - [31268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10504), - [31270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11278), - [31272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), - [31274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10865), - [31276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15979), - [31278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10729), - [31280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19181), - [31282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10469), - [31284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10759), - [31286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11284), - [31288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10053), - [31290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10495), - [31292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10455), - [31294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12035), - [31296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12026), - [31298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12017), - [31300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12006), - [31302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10062), - [31304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8119), - [31306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7194), - [31308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10692), - [31310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25346), - [31312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), - [31314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25284), - [31316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10448), - [31318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6280), - [31320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10804), - [31322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14616), - [31324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10079), - [31326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), - [31328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), - [31330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11160), - [31332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11153), - [31334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21263), - [31336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11144), - [31338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11112), - [31340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22485), - [31342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10446), - [31344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18912), - [31346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10092), - [31348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14078), - [31350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10164), - [31352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16911), - [31354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10848), - [31356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), - [31358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10425), - [31360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8103), - [31362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13275), - [31364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10033), - [31366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10449), - [31368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10106), - [31370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10129), - [31372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10501), - [31374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5551), - [31376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11558), - [31378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11540), - [31380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11535), - [31382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11532), - [31384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), - [31386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10509), - [31388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10110), - [31390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8440), - [31392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10873), - [31394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10844), - [31396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18359), - [31398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10433), - [31400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17073), - [31402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10098), - [31404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25254), - [31406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17761), - [31408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11795), - [31410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10511), - [31412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), - [31414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), - [31416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10121), - [31418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10447), - [31420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6288), - [31422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10505), - [31424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8076), - [31426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), - [31428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10074), - [31430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), - [31432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10149), - [31434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18850), - [31436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), - [31438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), - [31440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14772), - [31442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10798), - [31444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15718), - [31446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10507), - [31448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13108), - [31450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10152), - [31452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10427), - [31454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13277), - [31456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), - [31458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6983), - [31460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10335), - [31462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10513), - [31464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10073), - [31466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15177), - [31468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10160), - [31470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17525), - [31472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21278), - [31474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10724), - [31476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), - [31478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12256), - [31480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11038), - [31482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11050), - [31484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11009), - [31486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11058), - [31488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10518), - [31490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13123), - [31492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6363), - [31494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), - [31496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13272), - [31498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25213), - [31500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25312), - [31502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10177), - [31504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10049), - [31506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10441), - [31508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10424), - [31510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5238), - [31512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10512), - [31514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5546), - [31516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), - [31518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20463), - [31520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11302), - [31522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11304), - [31524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11306), - [31526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11312), - [31528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10234), - [31530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19016), - [31532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10524), - [31534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10723), - [31536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14082), - [31538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), - [31540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10722), - [31542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), - [31544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6370), - [31546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10528), - [31548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12738), - [31550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10154), - [31552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16648), - [31554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10221), - [31556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10514), - [31558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10415), - [31560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10432), - [31562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18802), - [31564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10218), - [31566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15349), - [31568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10667), - [31570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6928), - [31572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10884), - [31574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4862), - [31576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11318), - [31578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11322), - [31580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11324), - [31582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11328), - [31584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), - [31586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), - [31588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), - [31590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14004), - [31592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10506), - [31594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13151), - [31596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25219), - [31598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), - [31600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17194), - [31602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10413), - [31604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15879), - [31606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), - [31608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10249), - [31610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10533), - [31612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10420), - [31614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16634), - [31616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10266), - [31618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19001), - [31620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10527), - [31622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10280), - [31624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10290), - [31626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18995), - [31628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10536), - [31630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12761), - [31632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10629), - [31634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), - [31636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10397), - [31638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10048), - [31640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6058), - [31642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), - [31644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14077), - [31646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10510), - [31648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10286), - [31650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10532), - [31652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7078), - [31654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10414), - [31656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25149), - [31658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10539), - [31660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10297), - [31662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18984), - [31664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10543), - [31666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12773), - [31668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10498), - [31670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12860), - [31672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10388), - [31674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6478), - [31676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11488), - [31678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11496), - [31680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11505), - [31682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11513), - [31684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14074), - [31686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10534), - [31688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10304), - [31690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), - [31692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10350), - [31694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18977), - [31696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), - [31698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25188), - [31700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), - [31702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), - [31704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10385), - [31706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10537), - [31708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4702), - [31710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10410), - [31712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18950), - [31714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), - [31716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10391), - [31718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10315), - [31720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10383), - [31722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15902), - [31724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__full_enum_def, 3, .production_id = 161), - [31726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10422), - [31728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7532), - [31730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10548), - [31732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__full_enum_def, 2, .production_id = 146), - [31734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10616), - [31736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10542), - [31738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), - [31740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2959), - [31742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7567), - [31744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25281), - [31746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10327), - [31748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18855), - [31750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10386), - [31752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5428), - [31754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21273), - [31756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10246), - [31758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), - [31760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10550), - [31762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6941), - [31764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17666), - [31766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4921), - [31768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17160), - [31770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11647), - [31772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11648), - [31774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11649), - [31776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11650), - [31778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11741), - [31780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11742), - [31782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11744), - [31784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10912), - [31786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10332), - [31788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21258), - [31790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10339), - [31792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16675), - [31794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10377), - [31796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10384), - [31798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10547), - [31800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7074), - [31802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10201), - [31804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9667), - [31806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10375), - [31808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7172), - [31810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7825), - [31812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10205), - [31814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14211), - [31816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), - [31818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10348), - [31820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), - [31822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_enum_case, 2, .production_id = 117), - [31824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10199), - [31826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10553), - [31828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18085), - [31830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9079), - [31832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17157), - [31834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10522), - [31836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4679), - [31838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17618), - [31840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18485), - [31842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9942), - [31844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19465), - [31846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10363), - [31848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6067), - [31850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20729), - [31852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10549), - [31854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10367), - [31856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10365), - [31858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9943), - [31860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14721), - [31862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), - [31864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7928), - [31866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10379), - [31868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20568), - [31870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10366), - [31872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15517), - [31874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), - [31876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10376), - [31878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10551), - [31880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5348), - [31882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10032), - [31884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6056), - [31886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12992), - [31888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13067), - [31890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9939), - [31892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), - [31894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), - [31896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10393), - [31898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10203), - [31900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10559), - [31902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7679), - [31904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10374), - [31906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6305), - [31908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10207), - [31910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16408), - [31912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10399), - [31914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5431), - [31916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20478), - [31918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), - [31920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10555), - [31922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10026), - [31924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10564), - [31926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5494), - [31928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9944), - [31930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17130), - [31932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10340), - [31934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17715), - [31936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9967), - [31938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), - [31940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10347), - [31942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10404), - [31944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7696), - [31946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10558), - [31948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7315), - [31950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10361), - [31952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10337), - [31954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8138), - [31956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10408), - [31958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7511), - [31960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17610), - [31962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9125), - [31964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10568), - [31966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20826), - [31968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10580), - [31970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13664), - [31972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), - [31974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9981), - [31976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7885), - [31978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10561), - [31980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10409), - [31982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), - [31984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), - [31986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), - [31988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6447), - [31990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14716), - [31992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10402), - [31994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17843), - [31996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10331), - [31998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10055), - [32000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9991), - [32002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), - [32004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10400), - [32006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12978), - [32008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), - [32010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20475), - [32012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10578), - [32014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5516), - [32016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), - [32018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10412), - [32020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17962), - [32022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4539), - [32024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 7, .production_id = 170), - [32026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), - [32028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10353), - [32030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16746), - [32032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10338), - [32034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10310), - [32036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14943), - [32038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10416), - [32040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8446), - [32042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10606), - [32044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), - [32046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10216), - [32048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), - [32050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10566), - [32052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13427), - [32054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10450), - [32056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10573), - [32058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10569), - [32060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9997), - [32062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15015), - [32064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10257), - [32066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13368), - [32068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10000), - [32070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10557), - [32072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12626), - [32074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), - [32076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8876), - [32078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17981), - [32080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17993), - [32082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4547), - [32084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10046), - [32086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18864), - [32088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10012), - [32090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6778), - [32092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10451), - [32094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15525), - [32096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25192), - [32098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10476), - [32100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8856), - [32102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10336), - [32104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6324), - [32106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10023), - [32108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8360), - [32110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 6, .production_id = 154), - [32112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3995), - [32114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), - [32116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10497), - [32118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20955), - [32120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12277), - [32122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10589), - [32124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), - [32126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14033), - [32128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11953), - [32130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11955), - [32132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10287), - [32134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11958), - [32136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12960), - [32138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20358), - [32140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11967), - [32142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9419), - [32144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding, 1, .dynamic_precedence = 10, .production_id = 1), - [32146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10571), - [32148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8445), - [32150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10060), - [32152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10411), - [32154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8319), - [32156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), - [32158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10574), - [32160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10311), - [32162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10284), - [32164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7068), - [32166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 5, .production_id = 144), - [32168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), - [32170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18069), - [32172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4822), - [32174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10546), - [32176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), - [32178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), - [32180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10488), - [32182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), - [32184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10279), - [32186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10582), - [32188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10565), - [32190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18052), - [32192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10583), - [32194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5527), - [32196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10005), - [32198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 5, .production_id = 68), - [32200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), - [32202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10086), - [32204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17971), - [32206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10302), - [32208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14310), - [32210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10285), - [32212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10090), - [32214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), - [32216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10575), - [32218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17958), - [32220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), - [32222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10277), - [32224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13347), - [32226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10576), - [32228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12865), - [32230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10581), - [32232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14502), - [32234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3360), - [32236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10612), - [32238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18093), - [32240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4798), - [32242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10283), - [32244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7328), - [32246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10620), - [32248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16737), - [32250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21438), - [32252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), - [32254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10645), - [32256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10650), - [32258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10102), - [32260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8594), - [32262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10274), - [32264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10652), - [32266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15579), - [32268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10591), - [32270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5314), - [32272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9995), - [32274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6788), - [32276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17826), - [32278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4828), - [32280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), - [32282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17065), - [32284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21240), - [32286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10662), - [32288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10663), - [32290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16747), - [32292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_selectors_repeat1, 2), SHIFT_REPEAT(20862), - [32295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10584), - [32297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5454), - [32299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10702), - [32301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10151), - [32303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10668), - [32305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), - [32307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10278), - [32309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10269), - [32311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7027), - [32313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16345), - [32315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), - [32317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10596), - [32319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), - [32321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10265), - [32323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10276), - [32325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14500), - [32327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10675), - [32329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19071), - [32331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10598), - [32333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4941), - [32335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10679), - [32337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18144), - [32339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18414), - [32341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), - [32343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10271), - [32345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10684), - [32347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15582), - [32349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 4, .production_id = 102), - [32351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), - [32353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12919), - [32355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10590), - [32357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20730), - [32359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), - [32361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10687), - [32363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10166), - [32365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16340), - [32367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), - [32369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10187), - [32371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 4, .production_id = 100), - [32373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3942), - [32375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7911), - [32377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16332), - [32379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10691), - [32381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21019), - [32383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18149), - [32385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18437), - [32387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10586), - [32389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13139), - [32391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10600), - [32393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10753), - [32395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10594), - [32397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10704), - [32399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21467), - [32401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20434), - [32403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10185), - [32405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8687), - [32407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), - [32409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10711), - [32411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10267), - [32413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8043), - [32415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10219), - [32417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10260), - [32419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10718), - [32421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17807), - [32423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10603), - [32425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4904), - [32427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), - [32429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7183), - [32431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10599), - [32433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14003), - [32435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), - [32437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13975), - [32439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10601), - [32441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10607), - [32443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10210), - [32445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5711), - [32447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10217), - [32449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), - [32451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_bindings_repeat1, 2), SHIFT_REPEAT(24754), - [32454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_bindings_repeat1, 2), - [32456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10288), - [32458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16511), - [32460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8310), - [32462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), - [32464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10766), - [32466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25128), - [32468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10721), - [32470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18090), - [32472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17825), - [32474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10602), - [32476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17306), - [32478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21269), - [32480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), - [32482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10731), - [32484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), - [32486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10220), - [32488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16799), - [32490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), - [32492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10610), - [32494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13573), - [32496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), - [32498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10230), - [32500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17029), - [32502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding, 3, .dynamic_precedence = 10, .production_id = 100), - [32504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10200), - [32506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10275), - [32508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14450), - [32510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12034), - [32512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17633), - [32514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18980), - [32516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10253), - [32518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12033), - [32520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12030), - [32522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12025), - [32524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20888), - [32526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8545), - [32528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), - [32530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10732), - [32532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10604), - [32534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18061), - [32536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17808), - [32538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22722), - [32540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10215), - [32542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10251), - [32544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6724), - [32546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), - [32548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10736), - [32550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15630), - [32552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), - [32554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(3818), - [32557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17658), - [32559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18171), - [32561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13088), - [32563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10739), - [32565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), - [32567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20415), - [32569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10622), - [32571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10740), - [32573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5200), - [32575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10308), - [32577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_types_repeat1, 2), - [32579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10208), - [32581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13376), - [32583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10292), - [32585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), - [32587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_types_repeat1, 2), SHIFT_REPEAT(9516), - [32590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9979), - [32592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10209), - [32594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4989), - [32596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9982), - [32598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8159), - [32600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10320), - [32602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18600), - [32604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10240), - [32606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10608), - [32608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5041), - [32610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), REDUCE(aux_sym_parameter_types_repeat1, 2), - [32613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), - [32615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6542), - [32617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9978), - [32619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), - [32621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10181), - [32623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20489), - [32625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10244), - [32627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6076), - [32629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18002), - [32631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4572), - [32633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10669), - [32635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17478), - [32637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10195), - [32639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), - [32641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14186), - [32643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10757), - [32645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17642), - [32647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879), - [32649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17806), - [32651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19022), - [32653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10303), - [32655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7811), - [32657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10197), - [32659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20953), - [32661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10627), - [32663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13583), - [32665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10306), - [32667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), - [32669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10763), - [32671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10805), - [32673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6647), - [32675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17973), - [32677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4619), - [32679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22712), - [32681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10764), - [32683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13878), - [32685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_derives_clause_repeat1, 2, .production_id = 43), - [32687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10186), - [32689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5733), - [32691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), - [32693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10570), - [32695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8108), - [32697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10623), - [32699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14668), - [32701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9968), - [32703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6820), - [32705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), - [32707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22705), - [32709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), - [32711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10771), - [32713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10309), - [32715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13501), - [32717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10634), - [32719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13187), - [32721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17824), - [32723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4441), - [32725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), - [32727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17725), - [32729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10772), - [32731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16829), - [32733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10626), - [32735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21235), - [32737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10342), - [32739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), - [32741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), - [32743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10354), - [32745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10775), - [32747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), - [32749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7515), - [32751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10776), - [32753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13326), - [32755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9964), - [32757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_parameters_repeat1, 2), SHIFT_REPEAT(13317), - [32760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_parameters_repeat1, 2), - [32762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), - [32764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18829), - [32766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17913), - [32768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5272), - [32770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), - [32772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10182), - [32774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10778), - [32776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10196), - [32778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17382), - [32780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10190), - [32782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13199), - [32784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10637), - [32786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12861), - [32788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10780), - [32790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16827), - [32792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20509), - [32794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), - [32796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13057), - [32798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10787), - [32800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10352), - [32802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8292), - [32804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10179), - [32806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12986), - [32808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10364), - [32810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10633), - [32812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), - [32814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20988), - [32816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7393), - [32818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17884), - [32820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), - [32822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), - [32824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10791), - [32826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14334), - [32828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 3, .production_id = 2), - [32830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), - [32832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interpolated_string_repeat2, 2), SHIFT_REPEAT(27452), - [32835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interpolated_string_repeat2, 2), - [32837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10389), - [32839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5218), - [32841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), - [32843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10795), - [32845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9959), - [32847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6044), - [32849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12269), - [32851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13228), - [32853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20585), - [32855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), - [32857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16226), - [32859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10643), - [32861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10184), - [32863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5342), - [32865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interpolated_string_repeat1, 2), SHIFT_REPEAT(27446), - [32868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interpolated_string_repeat1, 2), - [32870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10635), - [32872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10797), - [32874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15711), - [32876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10170), - [32878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), - [32880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), - [32882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10799), - [32884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10135), - [32886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8441), - [32888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10641), - [32890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15346), - [32892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10800), - [32894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13480), - [32896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10168), - [32898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5125), - [32900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10417), - [32902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), - [32904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), - [32906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), - [32908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14324), - [32910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10158), - [32912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10516), - [32914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14824), - [32916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10172), - [32918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17406), - [32920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10169), - [32922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10155), - [32924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5787), - [32926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12268), - [32928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10587), - [32930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17628), - [32932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10653), - [32934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6175), - [32936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), - [32938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10892), - [32940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15978), - [32942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), - [32944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10819), - [32946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14344), - [32948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10642), - [32950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_class_pattern_repeat1, 2), SHIFT_REPEAT(12322), - [32953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9137), - [32955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10159), - [32957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5338), - [32959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10812), - [32961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5912), - [32963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10468), - [32965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19613), - [32967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10654), - [32969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10150), - [32971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2), SHIFT_REPEAT(21350), - [32974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2), - [32976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9954), - [32978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10356), - [32980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15943), - [32982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10156), - [32984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10839), - [32986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10500), - [32988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10147), - [32990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6373), - [32992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14331), - [32994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17794), - [32996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4418), - [32998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10648), - [33000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12799), - [33002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10658), - [33004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5215), - [33006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10245), - [33008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8214), - [33010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9941), - [33012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), - [33014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10526), - [33016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), - [33018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), - [33020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10655), - [33022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25060), - [33024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), - [33026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21259), - [33028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 99), SHIFT_REPEAT(18254), - [33031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 99), - [33033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), - [33035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10822), - [33037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9938), - [33039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13710), - [33041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), - [33043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8548), - [33045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), - [33047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10142), - [33049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10153), - [33051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15827), - [33053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11830), - [33055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10247), - [33057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), - [33059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11828), - [33061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11824), - [33063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11815), - [33065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10830), - [33067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13525), - [33069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10659), - [33071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_context_bound, 2, .production_id = 43), - [33073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10423), - [33075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10833), - [33077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10567), - [33079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), - [33081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10148), - [33083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10656), - [33085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15361), - [33087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13868), - [33089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10838), - [33091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13688), - [33093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10784), - [33095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16259), - [33097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10259), - [33099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16991), - [33101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17731), - [33103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4715), - [33105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10010), - [33107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8258), - [33109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), - [33111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10140), - [33113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7478), - [33115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10840), - [33117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10788), - [33119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), - [33121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23274), - [33123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10664), - [33125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5207), - [33127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10477), - [33129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13830), - [33131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), - [33133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18559), - [33135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), - [33137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10146), - [33139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6442), - [33141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10058), - [33143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6031), - [33145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10595), - [33147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7798), - [33149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10380), - [33151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20389), - [33153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10252), - [33155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10141), - [33157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), - [33159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10842), - [33161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14356), - [33163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10597), - [33165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13842), - [33167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17701), - [33169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4603), - [33171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10671), - [33173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10061), - [33175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10093), - [33177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15264), - [33179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10661), - [33181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13222), - [33183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10045), - [33185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10638), - [33187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21686), - [33189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), - [33191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10845), - [33193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10665), - [33195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10808), - [33197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13807), - [33199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21206), - [33201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8894), - [33203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), - [33205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7000), - [33207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10078), - [33209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6029), - [33211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), - [33213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10124), - [33215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10893), - [33217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10119), - [33219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12901), - [33221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), - [33223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23301), - [33225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10517), - [33227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10853), - [33229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3446), - [33231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10139), - [33233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6517), - [33235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10660), - [33237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), - [33239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10521), - [33241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14606), - [33243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17872), - [33245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17048), - [33247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17546), - [33249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), - [33251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10134), - [33253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14138), - [33255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17631), - [33257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19036), - [33259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10136), - [33261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10143), - [33263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10483), - [33265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10856), - [33267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13679), - [33269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10114), - [33271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7487), - [33273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), - [33275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10202), - [33277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8324), - [33279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10857), - [33281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13062), - [33283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18148), - [33285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4569), - [33287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10131), - [33289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13080), - [33291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 2, .production_id = 1), - [33293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), - [33295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10686), - [33297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10859), - [33299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13319), - [33301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17892), - [33303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19719), - [33305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10672), - [33307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20911), - [33309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21091), - [33311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), - [33313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10677), - [33315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8500), - [33317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10860), - [33319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10681), - [33321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10708), - [33323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5671), - [33325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10676), - [33327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13109), - [33329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17537), - [33331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17596), - [33333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19028), - [33335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10224), - [33337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10861), - [33339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13798), - [33341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), - [33343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10100), - [33345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17277), - [33347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10695), - [33349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16108), - [33351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10863), - [33353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10758), - [33355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18960), - [33357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10123), - [33359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10105), - [33361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8794), - [33363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10697), - [33365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10866), - [33367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6762), - [33369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), - [33371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10714), - [33373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12894), - [33375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8787), - [33377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10781), - [33379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13579), - [33381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), - [33383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10706), - [33385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17717), - [33387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12852), - [33389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), - [33391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7437), - [33393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), - [33395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10868), - [33397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10698), - [33399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17449), - [33401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10726), - [33403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7806), - [33405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_declaration_repeat1, 2, .production_id = 72), - [33407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_declaration_repeat1, 2, .production_id = 72), SHIFT_REPEAT(25243), - [33410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10733), - [33412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10228), - [33414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13095), - [33416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), - [33418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), - [33420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10545), - [33422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10869), - [33424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13571), - [33426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16147), - [33428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10710), - [33430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), - [33432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), - [33434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23285), - [33436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), - [33438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), - [33440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17345), - [33442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10875), - [33444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10879), - [33446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7672), - [33448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10728), - [33450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10281), - [33452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10321), - [33454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), - [33456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17520), - [33458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18900), - [33460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20721), - [33462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), - [33464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10881), - [33466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10735), - [33468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10382), - [33470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17275), - [33472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10239), - [33474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20764), - [33476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10742), - [33478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8425), - [33480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10657), - [33482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10108), - [33484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5576), - [33486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10905), - [33488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7736), - [33490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10745), - [33492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12848), - [33494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10882), - [33496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5860), - [33498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10370), - [33500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6973), - [33502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16142), - [33504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10727), - [33506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10085), - [33508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10034), - [33510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6402), - [33512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10387), - [33514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20276), - [33516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10741), - [33518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8389), - [33520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), - [33522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10485), - [33524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14096), - [33526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10572), - [33528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), - [33530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10890), - [33532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17482), - [33534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18911), - [33536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), - [33538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10874), - [33540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7707), - [33542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17982), - [33544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4500), - [33546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23322), - [33548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29308), - [33550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21076), - [33552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10730), - [33554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19766), - [33556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25165), - [33558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), - [33560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10896), - [33562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10585), - [33564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13684), - [33566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10748), - [33568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10802), - [33570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10734), - [33572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17268), - [33574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10075), - [33576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13467), - [33578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10761), - [33580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7739), - [33582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), - [33584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), - [33586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14412), - [33588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10183), - [33590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9367), - [33592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10897), - [33594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8791), - [33596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10743), - [33598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5447), - [33600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10783), - [33602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10749), - [33604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10898), - [33606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), - [33608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17964), - [33610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19725), - [33612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10899), - [33614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6595), - [33616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10806), - [33618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4886), - [33620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10109), - [33622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10774), - [33624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), - [33626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10030), - [33628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9348), - [33630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27467), - [33632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17430), - [33634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12994), - [33636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10037), - [33638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10027), - [33640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15029), - [33642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), - [33644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), - [33646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10903), - [33648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17446), - [33650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17426), - [33652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10888), - [33654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10770), - [33656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15462), - [33658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10693), - [33660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), - [33662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10725), - [33664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13558), - [33666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10024), - [33668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10031), - [33670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6474), - [33672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11643), - [33674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29337), - [33676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), - [33678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10028), - [33680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), - [33682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11567), - [33684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10773), - [33686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10817), - [33688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10786), - [33690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4497), - [33692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13005), - [33694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10827), - [33696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6089), - [33698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10792), - [33700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8774), - [33702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10020), - [33704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6405), - [33706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10793), - [33708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10907), - [33710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10823), - [33712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17505), - [33714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17528), - [33716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17509), - [33718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), - [33720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10908), - [33722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8401), - [33724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), - [33726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10828), - [33728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10824), - [33730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15270), - [33732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10700), - [33734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16629), - [33736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10014), - [33738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9983), - [33740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10025), - [33742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13479), - [33744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10816), - [33746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19044), - [33748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13094), - [33750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9971), - [33752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), - [33754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9956), - [33756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10826), - [33758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10835), - [33760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5714), - [33762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10295), - [33764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7648), - [33766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), - [33768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10911), - [33770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15871), - [33772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10789), - [33774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6104), - [33776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), - [33778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10750), - [33780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15247), - [33782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11563), - [33784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10909), - [33786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10850), - [33788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10705), - [33790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11562), - [33792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21203), - [33794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), - [33796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), - [33798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13851), - [33800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10910), - [33802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7771), - [33804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10831), - [33806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4471), - [33808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10751), - [33810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14080), - [33812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10836), - [33814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10614), - [33816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21268), - [33818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), - [33820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17012), - [33822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), - [33824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10022), - [33826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), - [33828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10862), - [33830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), - [33832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10870), - [33834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16174), - [33836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9992), - [33838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15767), - [33840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), - [33842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), - [33844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8462), - [33846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), - [33848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10855), - [33850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16710), - [33852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), - [33854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10886), - [33856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10854), - [33858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23345), - [33860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10902), - [33862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10901), - [33864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6010), - [33866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8200), - [33868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10872), - [33870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17253), - [33872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), - [33874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17767), - [33876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16920), - [33878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10887), - [33880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11545), - [33882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), - [33884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), - [33886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10843), - [33888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21184), - [33890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17503), - [33892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5797), - [33894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10871), - [33896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10877), - [33898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14974), - [33900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), - [33902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10755), - [33904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20951), - [33906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18467), - [33908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10876), - [33910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14724), - [33912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9951), - [33914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10880), - [33916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10900), - [33918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17223), - [33920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9980), - [33922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6468), - [33924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9969), - [33926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10852), - [33928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17841), - [33930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10846), - [33932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), - [33934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10841), - [33936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10906), - [33938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10043), - [33940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5806), - [33942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), - [33944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21067), - [33946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8083), - [33948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17874), - [33950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16942), - [33952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10777), - [33954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10858), - [33956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18339), - [33958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10834), - [33960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6501), - [33962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10680), - [33964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17772), - [33966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10895), - [33968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14896), - [33970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12887), - [33972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10768), - [33974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), - [33976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10644), - [33978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), - [33980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10810), - [33982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), - [33984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9961), - [33986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13690), - [33988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10646), - [33990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9805), - [33992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), - [33994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10047), - [33996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21103), - [33998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10651), - [34000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10803), - [34002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19966), - [34004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10779), - [34006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16484), - [34008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10701), - [34010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10796), - [34012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10640), - [34014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14909), - [34016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10794), - [34018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16506), - [34020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10180), - [34022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20567), - [34024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), - [34026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17685), - [34028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), - [34030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10632), - [34032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), - [34034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10649), - [34036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18831), - [34038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10891), - [34040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10849), - [34042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4923), - [34044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10767), - [34046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), - [34048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10790), - [34050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10636), - [34052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10621), - [34054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14878), - [34056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8383), - [34058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18098), - [34060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17408), - [34062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17457), - [34064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5823), - [34066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21050), - [34068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10535), - [34070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10051), - [34072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17377), - [34074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10071), - [34076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), - [34078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18099), - [34080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4744), - [34082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), - [34084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10630), - [34086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17176), - [34088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10618), - [34090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10624), - [34092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10762), - [34094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10617), - [34096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14726), - [34098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10883), - [34100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15915), - [34102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), - [34104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), - [34106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10878), - [34108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10747), - [34110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), - [34112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), - [34114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10785), - [34116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21090), - [34118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10067), - [34120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10885), - [34122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17348), - [34124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10707), - [34126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10609), - [34128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10699), - [34130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18117), - [34132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), - [34134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10696), - [34136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10683), - [34138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18152), - [34140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10619), - [34142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14641), - [34144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10613), - [34146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18406), - [34148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8323), - [34150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10647), - [34152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10044), - [34154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7755), - [34156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10050), - [34158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), - [34160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12868), - [34162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10754), - [34164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15934), - [34166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), - [34168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18114), - [34170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4671), - [34172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10628), - [34174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10072), - [34176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6827), - [34178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10125), - [34180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9064), - [34182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10615), - [34184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21171), - [34186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10563), - [34188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4670), - [34190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10541), - [34192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10674), - [34194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6506), - [34196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10611), - [34198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6128), - [34200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10317), - [34202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14539), - [34204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10592), - [34206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20268), - [34208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), - [34210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13254), - [34212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10588), - [34214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10066), - [34216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4655), - [34218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), - [34220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10577), - [34222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16389), - [34224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10552), - [34226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10562), - [34228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10605), - [34230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10639), - [34232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14436), - [34234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), - [34236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), - [34238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10502), - [34240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10544), - [34242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10538), - [34244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13210), - [34246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10083), - [34248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10525), - [34250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10670), - [34252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10520), - [34254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16297), - [34256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), - [34258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10519), - [34260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10508), - [34262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5054), - [34264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10531), - [34266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4645), - [34268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), - [34270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13891), - [34272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10715), - [34274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18096), - [34276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21112), - [34278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10491), - [34280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10443), - [34282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13568), - [34284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10560), - [34286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), - [34288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), - [34290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16260), - [34292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10430), - [34294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15238), - [34296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20998), - [34298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), - [34300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12896), - [34302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20369), - [34304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10487), - [34306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16021), - [34308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), - [34310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10530), - [34312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10473), - [34314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), - [34316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10499), - [34318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10264), - [34320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18826), - [34322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14297), - [34324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10419), - [34326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10065), - [34328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15615), - [34330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), - [34332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10398), - [34334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), - [34336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), - [34338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10161), - [34340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10403), - [34342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16278), - [34344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), - [34346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10076), - [34348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7742), - [34350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10401), - [34352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10122), - [34354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), - [34356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10225), - [34358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15758), - [34360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21051), - [34362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17845), - [34364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5058), - [34366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10035), - [34368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8105), - [34370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10529), - [34372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6553), - [34374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10373), - [34376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), - [34378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10319), - [34380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17054), - [34382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10138), - [34384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4665), - [34386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11477), - [34388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10465), - [34390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12913), - [34392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10368), - [34394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20504), - [34396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), - [34398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10362), - [34400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10357), - [34402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4663), - [34404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), - [34406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10493), - [34408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13633), - [34410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10345), - [34412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10515), - [34414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10489), - [34416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10343), - [34418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12816), - [34420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), - [34422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10227), - [34424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10206), - [34426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10341), - [34428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10464), - [34430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10333), - [34432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5907), - [34434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13107), - [34436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10328), - [34438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10326), - [34440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13592), - [34442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13255), - [34444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), - [34446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10231), - [34448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18833), - [34450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10322), - [34452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10894), - [34454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14285), - [34456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), - [34458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20851), - [34460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17757), - [34462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5084), - [34464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), - [34466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10305), - [34468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13629), - [34470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10294), - [34472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10442), - [34474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12922), - [34476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10233), - [34478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10439), - [34480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19618), - [34482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10666), - [34484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4959), - [34486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10296), - [34488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10482), - [34490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15231), - [34492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10226), - [34494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6592), - [34496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10293), - [34498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13514), - [34500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16997), - [34502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10229), - [34504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), - [34506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10431), - [34508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13746), - [34510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10456), - [34512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10157), - [34514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5322), - [34516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10250), - [34518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14559), - [34520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10435), - [34522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10273), - [34524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10232), - [34526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12585), - [34528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), - [34530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10272), - [34532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13696), - [34534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), - [34536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10270), - [34538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10268), - [34540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6935), - [34542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10444), - [34544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6635), - [34546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10258), - [34548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10428), - [34550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12811), - [34552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10256), - [34554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5558), - [34556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), - [34558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10243), - [34560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10818), - [34562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10223), - [34564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8037), - [34566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20671), - [34568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10440), - [34570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20773), - [34572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10198), - [34574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), - [34576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10194), - [34578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5924), - [34580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), - [34582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10192), - [34584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10523), - [34586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15980), - [34588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), - [34590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10188), - [34592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8045), - [34594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), - [34596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17909), - [34598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10175), - [34600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10127), - [34602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10137), - [34604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10421), - [34606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10171), - [34608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7371), - [34610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), - [34612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10782), - [34614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14429), - [34616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10163), - [34618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10144), - [34620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5941), - [34622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10242), - [34624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10133), - [34626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10426), - [34628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15580), - [34630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10130), - [34632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8066), - [34634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10811), - [34636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14970), - [34638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), - [34640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10126), - [34642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10369), - [34644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17952), - [34646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4846), - [34648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10096), - [34650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8801), - [34652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), - [34654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21069), - [34656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10395), - [34658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6874), - [34660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10059), - [34662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10418), - [34664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21553), - [34666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21190), - [34668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10057), - [34670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5627), - [34672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13213), - [34674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10289), - [34676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10039), - [34678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13284), - [34680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10815), - [34682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9998), - [34684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17959), - [34686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10323), - [34688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12908), - [34690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10820), - [34692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17413), - [34694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), - [34696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10019), - [34698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20792), - [34700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), - [34702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2935), - [34704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17587), - [34706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19385), - [34708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), - [34710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10013), - [34712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7268), - [34714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), - [34716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), - [34718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10825), - [34720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), - [34722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17627), - [34724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4816), - [34726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10003), - [34728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7223), - [34730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10381), - [34732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21073), - [34734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10334), - [34736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14036), - [34738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10299), - [34740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21600), - [34742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10324), - [34744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10474), - [34746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13296), - [34748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), - [34750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10407), - [34752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7924), - [34754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13039), - [34756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13052), - [34758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9988), - [34760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8144), - [34762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17727), - [34764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17755), - [34766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18030), - [34768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), - [34770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), - [34772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10832), - [34774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20821), - [34776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9937), - [34778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17479), - [34780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19402), - [34782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9987), - [34784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9965), - [34786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14855), - [34788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), - [34790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8217), - [34792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10756), - [34794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13083), - [34796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10405), - [34798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9955), - [34800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10378), - [34802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5767), - [34804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10746), - [34806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10254), - [34808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5652), - [34810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21075), - [34812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10204), - [34814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16840), - [34816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12982), - [34818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10001), - [34820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8638), - [34822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), - [34824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20973), - [34826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20408), - [34828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10719), - [34830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17210), - [34832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), - [34834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9950), - [34836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9947), - [34838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16238), - [34840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10004), - [34842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10263), - [34844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), - [34846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10007), - [34848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7179), - [34850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10298), - [34852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12827), - [34854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), - [34856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10018), - [34858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10068), - [34860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16255), - [34862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10453), - [34864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10084), - [34866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10359), - [34868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10091), - [34870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14514), - [34872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10329), - [34874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10300), - [34876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), - [34878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10390), - [34880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15908), - [34882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10094), - [34884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10101), - [34886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14903), - [34888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), - [34890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10116), - [34892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), - [34894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), - [34896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20643), - [34898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17425), - [34900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18263), - [34902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10396), - [34904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13232), - [34906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20946), - [34908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10360), - [34910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10128), - [34912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16346), - [34914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10006), - [34916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10145), - [34918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), - [34920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8096), - [34922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10193), - [34924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18360), - [34926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21014), - [34928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10325), - [34930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5772), - [34932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10222), - [34934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), - [34936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10307), - [34938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5116), - [34940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10241), - [34942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15977), - [34944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), - [34946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10248), - [34948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10036), - [34950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), - [34952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10282), - [34954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18273), - [34956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10556), - [34958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14932), - [34960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10717), - [34962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10318), - [34964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10355), - [34966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7954), - [34968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10351), - [34970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16546), - [34972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10814), - [34974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19667), - [34976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10371), - [34978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22566), - [34980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), - [34982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13274), - [34984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22557), - [34986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10904), - [34988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16832), - [34990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10438), - [34992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14260), - [34994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10713), - [34996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10372), - [34998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10490), - [35000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17136), - [35002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10313), - [35004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17454), - [35006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17612), - [35008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17697), - [35010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18192), - [35012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10625), - [35014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10344), - [35016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10694), - [35018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19328), - [35020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10829), - [35022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21225), - [35024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), - [35026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16927), - [35028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10176), - [35030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16455), - [35032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12898), - [35034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10394), - [35036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12823), - [35038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10709), - [35040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16472), - [35042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10211), - [35044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10703), - [35046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12946), - [35048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11774), - [35050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11844), - [35052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), - [35054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23902), - [35056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23901), - [35058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11173), - [35060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [35062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11205), - [35064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11276), - [35066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11117), - [35068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4034), - [35070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11337), - [35072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), - [35074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11362), - [35076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11396), - [35078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [35080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [35082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), - [35084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11459), - [35086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23763), - [35088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23784), - [35090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11554), - [35092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11093), - [35094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), - [35096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11590), - [35098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [35100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11726), - [35102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24467), - [35104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24456), - [35106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11660), - [35108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [35110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), - [35112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11700), - [35114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11047), - [35116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11818), - [35118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23710), - [35120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23703), - [35122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11971), - [35124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), - [35126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12134), - [35128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4135), - [35130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3771), - [35132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12159), - [35134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23597), - [35136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23598), - [35138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12165), - [35140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10926), - [35142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [35144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11142), - [35146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variant_type_parameter, 1, .production_id = 29), - [35148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12123), - [35150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), - [35152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [35154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), - [35156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), - [35158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12067), - [35160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24598), - [35162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24596), - [35164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23662), - [35166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24066), - [35168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4151), - [35170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10966), - [35172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), - [35174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12027), - [35176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [35178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), - [35180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3821), - [35182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11979), - [35184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23700), - [35186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24067), - [35188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), - [35190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11435), - [35192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10921), - [35194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24362), - [35196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24365), - [35198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), - [35200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23741), - [35202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24087), - [35204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11867), - [35206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), - [35208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_types, 2, .dynamic_precedence = 1), - [35210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11705), - [35212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), - [35214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23789), - [35216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24172), - [35218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11086), - [35220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11077), - [35222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4091), - [35224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [35226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11639), - [35228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23820), - [35230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24242), - [35232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11101), - [35234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), - [35236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), - [35238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_covariant_type_parameter, 2, .production_id = 11), - [35240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), - [35242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_contravariant_type_parameter, 2, .production_id = 11), - [35244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11335), - [35246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variant_type_parameter, 2), - [35248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variant_type_parameter, 2, .production_id = 11), - [35250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11683), - [35252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11568), - [35254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), - [35256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), - [35258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), - [35260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), - [35262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_declaration_repeat1, 2, .production_id = 2), - [35264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11494), - [35266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), - [35268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11769), - [35270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24517), - [35272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), - [35274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11380), - [35276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [35278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24000), - [35280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24018), - [35282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23866), - [35284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24301), - [35286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24564), - [35288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11379), - [35290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10925), - [35292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), - [35294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), - [35296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), - [35298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), - [35300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), - [35302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12001), - [35304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), - [35306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11613), - [35308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11210), - [35310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24803), - [35312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24920), - [35314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [35316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_types, 3, .dynamic_precedence = 1), - [35318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), - [35320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11114), - [35322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), - [35324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), - [35326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12111), - [35328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [35330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), - [35332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), - [35334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11656), - [35336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), - [35338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), - [35340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12145), - [35342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11027), - [35344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11808), - [35346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 11), - [35348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), - [35350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), - [35352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24339), - [35354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24325), - [35356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [35358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), - [35360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), - [35362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12059), - [35364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10954), - [35366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), - [35368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11018), - [35370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11961), - [35372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11845), - [35374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [35376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3952), - [35378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), - [35380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), - [35382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11097), - [35384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), - [35386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4287), - [35388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), - [35390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11911), - [35392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11299), - [35394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [35396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11918), - [35398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [35400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__namespace_given_by_type, 2), - [35402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [35404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11579), - [35406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), - [35408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11611), - [35410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_types, 4, .dynamic_precedence = 1), - [35412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24925), - [35414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24778), - [35416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11486), - [35418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 3, .production_id = 124), - [35420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11552), - [35422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11871), - [35424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12005), - [35426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), - [35428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), - [35430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [35432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11534), - [35434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11518), - [35436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bindings, 2), - [35438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), - [35440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 2), - [35442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12124), - [35444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11653), - [35446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11483), - [35448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), - [35450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), - [35452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), - [35454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_renamed_identifier, 3, .production_id = 120), - [35456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11444), - [35458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11739), - [35460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_types, 5, .dynamic_precedence = 1), - [35462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), - [35464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11995), - [35466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), - [35468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), - [35470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [35472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11431), - [35474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11942), - [35476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12007), - [35478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [35480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), - [35482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12113), - [35484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11361), - [35486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12048), - [35488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [35490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), - [35492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12153), - [35494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), - [35496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), - [35498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11212), - [35500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [35502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12072), - [35504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11933), - [35506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [35508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24790), - [35510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), - [35512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11128), - [35514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24129), - [35516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24106), - [35518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11734), - [35520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [35522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12084), - [35524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11767), - [35526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [35528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), - [35530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11042), - [35532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11977), - [35534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11624), - [35536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), - [35538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10982), - [35540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11464), - [35542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11952), - [35544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [35546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [35548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6141), - [35550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [35552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11848), - [35554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11269), - [35556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11359), - [35558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), - [35560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10939), - [35562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), - [35564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11914), - [35566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), - [35568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11020), - [35570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4222), - [35572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24243), - [35574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24268), - [35576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11690), - [35578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11231), - [35580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [35582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10975), - [35584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11612), - [35586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [35588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11663), - [35590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10993), - [35592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11054), - [35594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10957), - [35596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11546), - [35598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), - [35600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), - [35602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12102), - [35604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), - [35606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11866), - [35608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11728), - [35610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24926), - [35612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), - [35614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11842), - [35616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [35618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [35620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11472), - [35622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11984), - [35624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11707), - [35626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11000), - [35628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11450), - [35630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), - [35632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11327), - [35634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11071), - [35636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [35638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11301), - [35640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11311), - [35642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), - [35644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11207), - [35646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [35648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11130), - [35650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [35652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), - [35654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17718), - [35656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17708), - [35658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22322), - [35660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17319), - [35662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22353), - [35664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22316), - [35666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17284), - [35668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), - [35670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14000), - [35672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6135), - [35674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [35676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6139), - [35678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19024), - [35680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), - [35682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22806), - [35684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), - [35686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6169), - [35688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [35690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), - [35692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), - [35694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17219), - [35696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17519), - [35698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), - [35700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), - [35702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), - [35704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), - [35706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22249), - [35708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), - [35710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7902), - [35712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22847), - [35714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), - [35716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6194), - [35718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5364), - [35720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5682), - [35722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), - [35724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6198), - [35726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22230), - [35728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), - [35730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [35732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22223), - [35734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14079), - [35736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), - [35738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14131), - [35740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14185), - [35742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), - [35744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [35746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5665), - [35748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6216), - [35750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), - [35752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [35754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), - [35756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), - [35758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [35760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [35762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7483), - [35764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [35766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), - [35768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7479), - [35770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), - [35772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19929), - [35774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22772), - [35776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7422), - [35778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), - [35780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), - [35782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22484), - [35784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [35786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), - [35788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [35790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17270), - [35792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), - [35794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7345), - [35796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [35798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20965), - [35800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), - [35802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20597), - [35804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7321), - [35806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), - [35808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12189), - [35810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17013), - [35812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), - [35814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), - [35816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8384), - [35818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17011), - [35820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20886), - [35822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [35824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14128), - [35826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), - [35828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7279), - [35830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20629), - [35832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20871), - [35834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [35836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), - [35838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16996), - [35840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), - [35842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [35844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), - [35846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21574), - [35848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), - [35850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), - [35852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [35854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21569), - [35856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8302), - [35858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4590), - [35860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [35862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22740), - [35864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [35866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20723), - [35868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21519), - [35870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22897), - [35872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), - [35874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19866), - [35876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14195), - [35878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [35880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), - [35882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20765), - [35884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [35886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20766), - [35888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26465), - [35890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [35892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22586), - [35894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), - [35896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21450), - [35898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22593), - [35900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26431), - [35902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), - [35904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21435), - [35906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), - [35908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8518), - [35910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), - [35912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), - [35914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26386), - [35916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [35918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8078), - [35920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), - [35922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6088), - [35924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22594), - [35926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21404), - [35928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26350), - [35930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [35932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [35934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6094), - [35936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26312), - [35938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [35940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), - [35942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7253), - [35944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6100), - [35946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18500), - [35948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26275), - [35950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [35952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [35954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8219), - [35956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6885), - [35958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [35960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), - [35962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6116), - [35964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20961), - [35966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6884), - [35968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7227), - [35970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5191), - [35972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26239), - [35974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [35976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22759), - [35978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18691), - [35980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7216), - [35982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [35984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6843), - [35986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6167), - [35988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21599), - [35990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26198), - [35992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [35994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7976), - [35996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [35998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), - [36000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6199), - [36002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [36004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26134), - [36006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), - [36008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13915), - [36010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17961), - [36012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [36014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6226), - [36016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6790), - [36018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7153), - [36020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28812), - [36022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22961), - [36024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26112), - [36026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), - [36028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), - [36030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), - [36032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6774), - [36034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7200), - [36036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [36038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7204), - [36040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6233), - [36042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21247), - [36044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), - [36046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26090), - [36048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [36050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17904), - [36052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [36054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6236), - [36056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28811), - [36058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6732), - [36060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26063), - [36062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), - [36064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [36066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), - [36068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6256), - [36070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23614), - [36072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [36074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19638), - [36076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [36078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), - [36080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26049), - [36082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), - [36084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), - [36086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), - [36088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8505), - [36090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6265), - [36092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [36094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14295), - [36096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26013), - [36098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17009), - [36100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7970), - [36102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [36104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22021), - [36106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6270), - [36108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8853), - [36110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17007), - [36112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22780), - [36114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), - [36116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16258), - [36118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13894), - [36120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), - [36122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7947), - [36124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20546), - [36126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25957), - [36128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [36130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22007), - [36132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), - [36134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6276), - [36136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8908), - [36138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [36140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21968), - [36142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25916), - [36144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [36146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4868), - [36148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18408), - [36150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [36152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22804), - [36154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6281), - [36156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7812), - [36158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), - [36160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25885), - [36162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [36164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8330), - [36166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), - [36168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6306), - [36170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), - [36172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19841), - [36174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), - [36176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17684), - [36178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), - [36180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25853), - [36182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17046), - [36184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [36186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17004), - [36188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [36190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [36192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21978), - [36194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23024), - [36196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25801), - [36198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), - [36200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19525), - [36202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), - [36204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17638), - [36206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6331), - [36208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [36210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21956), - [36212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8145), - [36214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [36216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21955), - [36218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17688), - [36220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25757), - [36222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), - [36224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21720), - [36226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), - [36228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), - [36230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6341), - [36232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13852), - [36234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17681), - [36236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25730), - [36238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), - [36240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), - [36242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [36244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6366), - [36246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16156), - [36248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), - [36250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25684), - [36252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), - [36254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), - [36256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6406), - [36258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17428), - [36260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21565), - [36262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20736), - [36264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), - [36266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25635), - [36268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), - [36270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14410), - [36272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), - [36274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6419), - [36276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21601), - [36278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6693), - [36280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [36282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25587), - [36284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23164), - [36286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), - [36288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), - [36290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6438), - [36292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17474), - [36294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6994), - [36296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17352), - [36298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16146), - [36300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25536), - [36302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), - [36304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), - [36306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11075), - [36308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19449), - [36310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6650), - [36312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [36314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6472), - [36316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16118), - [36318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), - [36320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23165), - [36322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6631), - [36324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7434), - [36326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19432), - [36328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8796), - [36330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), - [36332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), - [36334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25405), - [36336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [36338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), - [36340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6415), - [36342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [36344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13752), - [36346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25443), - [36348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [36350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [36352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6300), - [36354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [36356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17543), - [36358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18865), - [36360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19442), - [36362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19497), - [36364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), - [36366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6559), - [36368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25396), - [36370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23076), - [36372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), - [36374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5486), - [36376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), - [36378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19468), - [36380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [36382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6238), - [36384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6498), - [36386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), - [36388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [36390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6497), - [36392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), - [36394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [36396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25447), - [36398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), - [36400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14357), - [36402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), - [36404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [36406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6024), - [36408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13745), - [36410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14378), - [36412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16194), - [36414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), - [36416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25509), - [36418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [36420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8447), - [36422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), - [36424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14374), - [36426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5916), - [36428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14325), - [36430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25579), - [36432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), - [36434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27658), - [36436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), - [36438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), - [36440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5897), - [36442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [36444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), - [36446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5019), - [36448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18692), - [36450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), - [36452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25643), - [36454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), - [36456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21630), - [36458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16228), - [36460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9999), - [36462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4980), - [36464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), - [36466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5982), - [36468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [36470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [36472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27656), - [36474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25715), - [36476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), - [36478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), - [36480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18848), - [36482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [36484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7514), - [36486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), - [36488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), - [36490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12236), - [36492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16046), - [36494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6106), - [36496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21676), - [36498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17723), - [36500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), - [36502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9966), - [36504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21690), - [36506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17728), - [36508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16028), - [36510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22710), - [36512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [36514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25791), - [36516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), - [36518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [36520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [36522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), - [36524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6255), - [36526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7775), - [36528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7301), - [36530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6539), - [36532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), - [36534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25858), - [36536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8785), - [36538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8618), - [36540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [36542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13487), - [36544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), - [36546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), - [36548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21772), - [36550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23083), - [36552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20417), - [36554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6359), - [36556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8479), - [36558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [36560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20271), - [36562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25928), - [36564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21801), - [36566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [36568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21811), - [36570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [36572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6847), - [36574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [36576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6470), - [36578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8336), - [36580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8861), - [36582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15716), - [36584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15732), - [36586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15733), - [36588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15369), - [36590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15940), - [36592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15770), - [36594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), - [36596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15772), - [36598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15791), - [36600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15793), - [36602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15796), - [36604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25993), - [36606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15804), - [36608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15807), - [36610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15809), - [36612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15838), - [36614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15860), - [36616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15874), - [36618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15949), - [36620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), - [36622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8799), - [36624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), - [36626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [36628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6443), - [36630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [36632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8414), - [36634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), - [36636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15969), - [36638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26064), - [36640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [36642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16344), - [36644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8285), - [36646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15972), - [36648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [36650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9976), - [36652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15986), - [36654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6411), - [36656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), - [36658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15865), - [36660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17067), - [36662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15996), - [36664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16027), - [36666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16038), - [36668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8223), - [36670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16042), - [36672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16050), - [36674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16052), - [36676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16053), - [36678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16065), - [36680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16070), - [36682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16073), - [36684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16097), - [36686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16099), - [36688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16100), - [36690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [36692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26129), - [36694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [36696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [36698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [36700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16378), - [36702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24480), - [36704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6397), - [36706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), - [36708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [36710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17978), - [36712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17907), - [36714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12172), - [36716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26200), - [36718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8257), - [36720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), - [36722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14709), - [36724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [36726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14034), - [36728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17915), - [36730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [36732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6340), - [36734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8850), - [36736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7929), - [36738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), - [36740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17147), - [36742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18066), - [36744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26178), - [36746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8276), - [36748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), - [36750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), - [36752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20474), - [36754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [36756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14713), - [36758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8282), - [36760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22624), - [36762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6296), - [36764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7733), - [36766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), - [36768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14717), - [36770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6446), - [36772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22622), - [36774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26339), - [36776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [36778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [36780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), - [36782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), - [36784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6268), - [36786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20492), - [36788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12325), - [36790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [36792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7682), - [36794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16401), - [36796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8110), - [36798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26413), - [36800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23184), - [36802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), - [36804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9828), - [36806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), - [36808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15520), - [36810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15550), - [36812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15552), - [36814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15594), - [36816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15628), - [36818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15631), - [36820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15664), - [36822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15720), - [36824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15722), - [36826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15775), - [36828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15785), - [36830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15787), - [36832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15808), - [36834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15811), - [36836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15824), - [36838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15840), - [36840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15846), - [36842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15849), - [36844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6252), - [36846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), - [36848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17101), - [36850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [36852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16402), - [36854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), - [36856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24660), - [36858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [36860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7991), - [36862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [36864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [36866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7987), - [36868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7620), - [36870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26489), - [36872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), - [36874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [36876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17159), - [36878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), - [36880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20164), - [36882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6228), - [36884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9808), - [36886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), - [36888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7566), - [36890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20162), - [36892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26579), - [36894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), - [36896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [36898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), - [36900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6131), - [36902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17184), - [36904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), - [36906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14076), - [36908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18145), - [36910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19857), - [36912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26666), - [36914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), - [36916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), - [36918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17195), - [36920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22514), - [36922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), - [36924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18127), - [36926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6085), - [36928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [36930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21644), - [36932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), - [36934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22533), - [36936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), - [36938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18799), - [36940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26765), - [36942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), - [36944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6364), - [36946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [36948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13740), - [36950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6038), - [36952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20802), - [36954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), - [36956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16107), - [36958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16069), - [36960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16054), - [36962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15784), - [36964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15760), - [36966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15531), - [36968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15480), - [36970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15452), - [36972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15450), - [36974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15400), - [36976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15391), - [36978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15377), - [36980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15429), - [36982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15451), - [36984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15456), - [36986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15513), - [36988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15535), - [36990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15538), - [36992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6984), - [36994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14769), - [36996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [36998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13755), - [37000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24832), - [37002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), - [37004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [37006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20684), - [37008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [37010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26855), - [37012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8102), - [37014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), - [37016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14097), - [37018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), - [37020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18894), - [37022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4376), - [37024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22506), - [37026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5995), - [37028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15870), - [37030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5269), - [37032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15696), - [37034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18917), - [37036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), - [37038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5280), - [37040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26970), - [37042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), - [37044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15670), - [37046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [37048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), - [37050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15695), - [37052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [37054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5960), - [37056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7128), - [37058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14767), - [37060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [37062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7168), - [37064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15753), - [37066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14168), - [37068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22466), - [37070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23217), - [37072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27092), - [37074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19716), - [37076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), - [37078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), - [37080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15795), - [37082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11907), - [37084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14164), - [37086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [37088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22425), - [37090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [37092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22422), - [37094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [37096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15815), - [37098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5921), - [37100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6279), - [37102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [37104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17263), - [37106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15674), - [37108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15687), - [37110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15694), - [37112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15747), - [37114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15761), - [37116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15766), - [37118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15801), - [37120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15806), - [37122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15778), - [37124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15841), - [37126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15847), - [37128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15848), - [37130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15854), - [37132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15864), - [37134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15866), - [37136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15899), - [37138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15904), - [37140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15917), - [37142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27337), - [37144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [37146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9340), - [37148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7164), - [37150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24993), - [37152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [37154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27243), - [37156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), - [37158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16540), - [37160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15725), - [37162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), - [37164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7148), - [37166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [37168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [37170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15741), - [37172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5863), - [37174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8239), - [37176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [37178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7064), - [37180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27338), - [37182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15765), - [37184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9325), - [37186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26885), - [37188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), - [37190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18540), - [37192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15898), - [37194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), - [37196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), - [37198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), - [37200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [37202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15926), - [37204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5870), - [37206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7360), - [37208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), - [37210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7059), - [37212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13715), - [37214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27466), - [37216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15985), - [37218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), - [37220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26333), - [37222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7053), - [37224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), - [37226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16023), - [37228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [37230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), - [37232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17301), - [37234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16043), - [37236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), - [37238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5906), - [37240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8391), - [37242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15994), - [37244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15912), - [37246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15906), - [37248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15389), - [37250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15576), - [37252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15756), - [37254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15990), - [37256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15873), - [37258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15850), - [37260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15832), - [37262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15822), - [37264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15821), - [37266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15370), - [37268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15672), - [37270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15660), - [37272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15493), - [37274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15407), - [37276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15385), - [37278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14576), - [37280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), - [37282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [37284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8382), - [37286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27599), - [37288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24566), - [37290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16110), - [37292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [37294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [37296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25472), - [37298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [37300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16091), - [37302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22228), - [37304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [37306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [37308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16584), - [37310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16048), - [37312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8183), - [37314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5979), - [37316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), - [37318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16586), - [37320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [37322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27514), - [37324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15971), - [37326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7577), - [37328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26723), - [37330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15663), - [37332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [37334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15877), - [37336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17655), - [37338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), - [37340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9112), - [37342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), - [37344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15834), - [37346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17646), - [37348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6015), - [37350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [37352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21318), - [37354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [37356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27324), - [37358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15757), - [37360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20460), - [37362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10720), - [37364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), - [37366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20453), - [37368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [37370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22285), - [37372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), - [37374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15599), - [37376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15618), - [37378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15655), - [37380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15771), - [37382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15812), - [37384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15818), - [37386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15891), - [37388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16008), - [37390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16009), - [37392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15936), - [37394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15764), - [37396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15715), - [37398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15515), - [37400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15497), - [37402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15495), - [37404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27219), - [37406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), - [37408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [37410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), - [37412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19049), - [37414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7734), - [37416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24288), - [37418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), - [37420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), - [37422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [37424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19045), - [37426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15620), - [37428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [37430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [37432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6136), - [37434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24036), - [37436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8586), - [37438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20133), - [37440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [37442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27351), - [37444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15543), - [37446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [37448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16635), - [37450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), - [37452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23780), - [37454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20148), - [37456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [37458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [37460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7730), - [37462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), - [37464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4586), - [37466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [37468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18934), - [37470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), - [37472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24744), - [37474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4581), - [37476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [37478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [37480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6673), - [37482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), - [37484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [37486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5059), - [37488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20332), - [37490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23595), - [37492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26992), - [37494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [37496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [37498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), - [37500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15446), - [37502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5056), - [37504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [37506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), - [37508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [37510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23802), - [37512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15403), - [37514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6248), - [37516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [37518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21571), - [37520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), - [37522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26660), - [37524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15296), - [37526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), - [37528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24053), - [37530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27392), - [37532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [37534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15436), - [37536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8604), - [37538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [37540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6763), - [37542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [37544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7632), - [37546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24315), - [37548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18957), - [37550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [37552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), - [37554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7622), - [37556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [37558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [37560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24444), - [37562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9059), - [37564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [37566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16698), - [37568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), - [37570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9072), - [37572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [37574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), - [37576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24592), - [37578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8702), - [37580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [37582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17261), - [37584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), - [37586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8695), - [37588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [37590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15636), - [37592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24788), - [37594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), - [37596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), - [37598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [37600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), - [37602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), - [37604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17264), - [37606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12871), - [37608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15610), - [37610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25010), - [37612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), - [37614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [37616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17260), - [37618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [37620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), - [37622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24967), - [37624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27473), - [37626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15788), - [37628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [37630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18370), - [37632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15246), - [37634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), - [37636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18356), - [37638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24930), - [37640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [37642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [37644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), - [37646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13983), - [37648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13606), - [37650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bindings, 5), - [37652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24882), - [37654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), - [37656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [37658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13981), - [37660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [37662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), - [37664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14493), - [37666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24850), - [37668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11614), - [37670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), - [37672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [37674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14492), - [37676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [37678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), - [37680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5996), - [37682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24814), - [37684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7089), - [37686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [37688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), - [37690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5993), - [37692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [37694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), - [37696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24776), - [37698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8224), - [37700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [37702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9437), - [37704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), - [37706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8222), - [37708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26344), - [37710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), - [37712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24725), - [37714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15945), - [37716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [37718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [37720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bindings, 4), - [37722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), - [37724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [37726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8197), - [37728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24674), - [37730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16014), - [37732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6353), - [37734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [37736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9459), - [37738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), - [37740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4374), - [37742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8193), - [37744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [37746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24643), - [37748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12253), - [37750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12305), - [37752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [37754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27534), - [37756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16105), - [37758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7149), - [37760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24613), - [37762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5955), - [37764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [37766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6337), - [37768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), - [37770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__self_type_ascription, 2), - [37772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7163), - [37774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [37776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24585), - [37778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), - [37780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [37782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16969), - [37784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8084), - [37786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16963), - [37788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24557), - [37790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [37792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [37794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), - [37796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19702), - [37798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12055), - [37800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), - [37802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24527), - [37804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19705), - [37806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [37808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [37810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), - [37812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19199), - [37814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10262), - [37816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), - [37818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24498), - [37820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19201), - [37822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [37824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [37826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), - [37828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5015), - [37830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8991), - [37832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24463), - [37834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), - [37836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [37838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4987), - [37840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [37842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26006), - [37844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [37846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), - [37848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24424), - [37850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15440), - [37852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15140), - [37854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [37856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [37858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20635), - [37860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), - [37862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15681), - [37864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24402), - [37866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15139), - [37868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6408), - [37870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [37872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [37874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26133), - [37876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19222), - [37878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), - [37880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8826), - [37882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12259), - [37884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24376), - [37886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18501), - [37888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [37890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15122), - [37892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bindings, 3), - [37894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27586), - [37896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16041), - [37898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24346), - [37900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), - [37902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [37904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [37906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), - [37908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8817), - [37910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), - [37912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24328), - [37914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21740), - [37916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), - [37918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [37920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), - [37922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12485), - [37924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), - [37926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [37928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24299), - [37930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), - [37932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [37934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8503), - [37936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), - [37938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [37940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6407), - [37942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24259), - [37944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29186), - [37946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), - [37948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [37950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), - [37952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), - [37954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), - [37956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24228), - [37958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8516), - [37960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12411), - [37962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [37964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [37966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), - [37968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), - [37970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), - [37972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24195), - [37974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3031), - [37976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [37978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), - [37980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15814), - [37982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18053), - [37984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16700), - [37986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), - [37988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24158), - [37990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), - [37992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [37994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [37996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), - [37998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19248), - [38000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19674), - [38002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24128), - [38004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), - [38006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [38008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23306), - [38010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19263), - [38012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [38014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [38016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24099), - [38018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [38020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), - [38022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14371), - [38024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17472), - [38026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), - [38028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24070), - [38030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14373), - [38032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23366), - [38034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [38036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [38038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), - [38040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), - [38042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24027), - [38044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), - [38046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [38048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23381), - [38050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18121), - [38052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15044), - [38054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19281), - [38056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [38058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23997), - [38060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [38062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), - [38064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [38066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18334), - [38068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15042), - [38070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [38072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23966), - [38074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23389), - [38076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), - [38078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [38080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7710), - [38082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [38084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23942), - [38086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14385), - [38088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [38090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), - [38092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12409), - [38094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7714), - [38096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [38098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23919), - [38100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [38102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [38104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [38106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23338), - [38108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23411), - [38110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6591), - [38112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [38114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23883), - [38116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14984), - [38118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15529), - [38120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [38122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), - [38124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6585), - [38126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [38128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23858), - [38130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [38132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [38134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23426), - [38136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23847), - [38138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [38140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), - [38142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [38144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8394), - [38146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [38148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8901), - [38150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [38152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), - [38154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [38156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8387), - [38158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23452), - [38160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [38162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [38164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [38166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [38168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14257), - [38170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [38172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [38174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24320), - [38176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18582), - [38178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [38180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [38182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [38184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6516), - [38186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), - [38188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [38190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18578), - [38192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [38194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [38196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), - [38198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [38200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14418), - [38202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [38204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8509), - [38206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), - [38208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [38210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14424), - [38212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [38214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12456), - [38216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8793), - [38218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [38220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6322), - [38222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [38224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [38226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12449), - [38228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7876), - [38230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9405), - [38232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7886), - [38234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [38236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18138), - [38238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [38240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [38242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19329), - [38244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [38246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21472), - [38248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [38250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15991), - [38252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [38254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [38256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13379), - [38258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [38260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5472), - [38262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12255), - [38264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [38266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7509), - [38268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9869), - [38270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8601), - [38272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6893), - [38274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16077), - [38276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18775), - [38278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14497), - [38280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8040), - [38282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9007), - [38284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27374), - [38286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15563), - [38288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8818), - [38290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18836), - [38292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5957), - [38294] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [38296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15896), - [38298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25685), - [38300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), - [38302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15491), - [38304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), - [38306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15693), - [38308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6254), - [38310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12261), - [38312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16102), - [38314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16116), - [38316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16120), - [38318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27636), + [23690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_identifier, 1, .production_id = 6), SHIFT(18361), + [23693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_identifier, 1, .production_id = 6), SHIFT(19913), + [23696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302), + [23698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), + [23700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25341), + [23702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19379), + [23704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 57), SHIFT_REPEAT(17539), + [23707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2616), + [23709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2692), + [23711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [23713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), + [23715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), + [23717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), + [23719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), + [23721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8244), + [23723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25101), + [23725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_declaration_repeat1, 2, .production_id = 50), SHIFT_REPEAT(25101), + [23728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21490), + [23730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21495), + [23732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [23734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 57), SHIFT_REPEAT(17648), + [23737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), + [23739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), + [23741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [23743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), + [23745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), + [23747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), + [23749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7251), + [23751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [23753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7272), + [23755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), + [23757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), + [23759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(3399), + [23762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [23764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), + [23766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21085), + [23768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), + [23770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20596), + [23772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20576), + [23774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20980), + [23776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(721), + [23779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21270), + [23781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22104), + [23783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21793), + [23785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21814), + [23787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23549), + [23789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22088), + [23791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 4), + [23793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4362), + [23795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [23797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [23799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stable_identifier, 3), + [23801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__namespace_expression_repeat1, 2), SHIFT_REPEAT(25468), + [23804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), + [23806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23584), + [23808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), + [23810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [23812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12278), + [23814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24012), + [23816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__namespace_expression_repeat1, 2), SHIFT_REPEAT(26956), + [23819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [23821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), + [23823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [23825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6214), + [23827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(740), + [23830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6222), + [23832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [23834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [23836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [23838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(770), + [23841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [23843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [23845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), + [23847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21298), + [23849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [23851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17487), + [23853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19232), + [23855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), + [23857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22795), + [23859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7287), + [23861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7262), + [23863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21239), + [23865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [23867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [23869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [23871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), + [23873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23470), + [23875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [23877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20971), + [23879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(3187), + [23882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20947), + [23884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21200), + [23886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_declaration_repeat1, 2, .production_id = 50), SHIFT_REPEAT(25341), + [23889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3), + [23891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), + [23893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), + [23895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16125), + [23897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), + [23899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [23901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [23903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [23905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), + [23907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11404), + [23909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [23911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11247), + [23913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [23915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), + [23917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [23919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), + [23921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17562), + [23923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16683), + [23925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12267), + [23927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [23929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19335), + [23931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), + [23933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), + [23935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10974), + [23937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11206), + [23939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21233), + [23941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [23943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), + [23945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [23947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [23949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [23951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [23953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6718), + [23955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11052), + [23957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19104), + [23959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), + [23961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6733), + [23963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [23965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), + [23967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [23969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [23971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), + [23973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11645), + [23975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27349), + [23977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24546), + [23979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15269), + [23981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24529), + [23983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24511), + [23985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19375), + [23987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19382), + [23989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22963), + [23991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24520), + [23993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28036), + [23995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), + [23997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), + [23999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27613), + [24001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24310), + [24003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15305), + [24005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24306), + [24007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24292), + [24009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22848), + [24011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24523), + [24013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27729), + [24015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4974), + [24017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27581), + [24019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24101), + [24021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14938), + [24023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24173), + [24025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24140), + [24027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22807), + [24029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23785), + [24031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27704), + [24033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [24035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27322), + [24037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23900), + [24039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15341), + [24041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23961), + [24043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23959), + [24045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22739), + [24047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24538), + [24049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27881), + [24051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14992), + [24053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23414), + [24055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23764), + [24057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29472), + [24059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17114), + [24061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [24063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), + [24065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11988), + [24067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25241), + [24069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27524), + [24071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24896), + [24073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15117), + [24075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25012), + [24077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24772), + [24079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23084), + [24081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25017), + [24083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28409), + [24085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27341), + [24087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23844), + [24089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15318), + [24091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23838), + [24093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23823), + [24095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22758), + [24097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24545), + [24099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27995), + [24101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20541), + [24103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(774), + [24106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27488), + [24108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24314), + [24110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15058), + [24112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24385), + [24114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24379), + [24116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22899), + [24118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23752), + [24120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27888), + [24122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19414), + [24124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), + [24126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), + [24128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23151), + [24130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15083), + [24132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23427), + [24134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23737), + [24136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29492), + [24138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20573), + [24140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27371), + [24142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23643), + [24144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15259), + [24146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23633), + [24148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23621), + [24150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22803), + [24152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24554), + [24154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28126), + [24156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11214), + [24158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25113), + [24160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), + [24162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), + [24164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15009), + [24166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24620), + [24168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [24170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), + [24172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 3, .production_id = 64), + [24174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27384), + [24176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24727), + [24178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15105), + [24180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24677), + [24182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24657), + [24184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23026), + [24186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23713), + [24188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28158), + [24190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [24192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19637), + [24194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27465), + [24196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24780), + [24198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15132), + [24200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24889), + [24202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24905), + [24204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23453), + [24206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23693), + [24208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29508), + [24210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [24212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), + [24214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19547), + [24216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11905), + [24218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25367), + [24220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27450), + [24222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24078), + [24224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14915), + [24226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24076), + [24228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24050), + [24230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22773), + [24232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23812), + [24234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27787), + [24236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21117), + [24238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20663), + [24240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20663), + [24242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [24244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14837), + [24246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23077), + [24248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24509), + [24250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28281), + [24252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19530), + [24254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [24256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [24258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), + [24260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21205), + [24262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20991), + [24264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20991), + [24266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19198), + [24268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [24270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), + [24272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [24274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5604), + [24276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11239), + [24278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19499), + [24280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [24282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20978), + [24284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20523), + [24286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), + [24288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), + [24290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14892), + [24292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23390), + [24294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23833), + [24296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29446), + [24298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), + [24300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [24302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21762), + [24304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), + [24306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14854), + [24308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24361), + [24310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5016), + [24312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [24314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(789), + [24317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 57), SHIFT_REPEAT(17487), + [24320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19444), + [24322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 57), SHIFT_REPEAT(17562), + [24325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11887), + [24327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25236), + [24329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4935), + [24331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5481), + [24333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20783), + [24335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7517), + [24337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7517), + [24339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20850), + [24341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6918), + [24343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6918), + [24345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14944), + [24347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23613), + [24349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14877), + [24351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23382), + [24353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23859), + [24355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29427), + [24357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [24359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [24361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), + [24363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), + [24365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19664), + [24367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20983), + [24369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7856), + [24371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7856), + [24373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11303), + [24375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27577), + [24377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15014), + [24379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24890), + [24381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24834), + [24383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23191), + [24385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24831), + [24387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28574), + [24389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [24391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [24393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), + [24395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [24397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [24399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [24401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [24403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), + [24405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [24407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [24409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27386), + [24411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23654), + [24413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15245), + [24415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24063), + [24417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24065), + [24419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24055), + [24421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20952), + [24423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6122), + [24425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6122), + [24427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [24429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), + [24431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5311), + [24433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5053), + [24435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5451), + [24437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27397), + [24439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23690), + [24441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14816), + [24443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24041), + [24445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24046), + [24447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23867), + [24449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20521), + [24451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19015), + [24453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20711), + [24455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20966), + [24457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20966), + [24459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(3380), + [24462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5315), + [24464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24431), + [24466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20808), + [24468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22297), + [24470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22297), + [24472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21132), + [24474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21345), + [24476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21345), + [24478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25071), + [24480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__namespace_expression_repeat1, 2), SHIFT_REPEAT(25615), + [24483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15234), + [24485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24686), + [24487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5446), + [24489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(784), + [24492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [24494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [24496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4786), + [24498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27406), + [24500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23734), + [24502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15158), + [24504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24080), + [24506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24083), + [24508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24142), + [24510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [24512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21535), + [24514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15095), + [24516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24697), + [24518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27360), + [24520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23740), + [24522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14859), + [24524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23717), + [24526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23688), + [24528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22779), + [24530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23876), + [24532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28097), + [24534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5335), + [24536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15067), + [24538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24700), + [24540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [24542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25109), + [24544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5390), + [24546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15011), + [24548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24713), + [24550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14836), + [24552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23714), + [24554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21234), + [24556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7271), + [24558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7271), + [24560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27415), + [24562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23782), + [24564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15093), + [24566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24168), + [24568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24169), + [24570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24254), + [24572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21079), + [24574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), + [24576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14993), + [24578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24720), + [24580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20795), + [24582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6524), + [24584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6524), + [24586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11375), + [24588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15124), + [24590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24277), + [24592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), + [24594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14828), + [24596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23367), + [24598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23896), + [24600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29414), + [24602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4826), + [24604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5039), + [24606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27423), + [24608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23809), + [24610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15055), + [24612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24238), + [24614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24240), + [24616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24294), + [24618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [24620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14963), + [24622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24729), + [24624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27404), + [24626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24182), + [24628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15225), + [24630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24183), + [24632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24197), + [24634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23378), + [24636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24198), + [24638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29471), + [24640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27633), + [24642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24899), + [24644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24949), + [24646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23222), + [24648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24915), + [24650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28749), + [24652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), + [24654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19887), + [24656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19842), + [24658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19809), + [24660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4683), + [24662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19927), + [24664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [24666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27451), + [24668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23856), + [24670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15010), + [24672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24284), + [24674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24286), + [24676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24321), + [24678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4718), + [24680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [24682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), + [24684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11974), + [24686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21265), + [24688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [24690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [24692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17104), + [24694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [24696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), + [24698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [24700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(775), + [24703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(3527), + [24706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5051), + [24708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), + [24710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [24712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [24714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4583), + [24716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15133), + [24718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23591), + [24720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14905), + [24722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23805), + [24724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11393), + [24726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(741), + [24729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), + [24731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5114), + [24733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [24735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), + [24737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [24739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [24741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), + [24743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15356), + [24745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24132), + [24747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), + [24749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12167), + [24751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(744), + [24754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [24756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15272), + [24758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24908), + [24760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), + [24762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), + [24764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15005), + [24766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24931), + [24768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5329), + [24770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [24772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), + [24774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [24776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14956), + [24778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24962), + [24780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15100), + [24782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24991), + [24784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), + [24786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 2, .production_id = 33), + [24788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [24790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5366), + [24792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [24794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19712), + [24796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [24798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(746), + [24801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15000), + [24803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23594), + [24805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17358), + [24807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15357), + [24809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25002), + [24811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20154), + [24813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15218), + [24815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25016), + [24817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(764), + [24820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5261), + [24822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [24824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20071), + [24826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15227), + [24828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24048), + [24830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21056), + [24832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21334), + [24834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21334), + [24836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20081), + [24838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19063), + [24840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19096), + [24842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), + [24844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [24846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), + [24848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12195), + [24850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12070), + [24852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20104), + [24854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17083), + [24856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(767), + [24859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [24861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11630), + [24863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12193), + [24865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19009), + [24867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18969), + [24869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15195), + [24871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24892), + [24873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_declaration_repeat1, 2, .production_id = 50), SHIFT_REPEAT(25236), + [24876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12166), + [24878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15086), + [24880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23914), + [24882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [24884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14955), + [24886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24858), + [24888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [24890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [24892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15118), + [24894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24869), + [24896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_declaration_repeat1, 2, .production_id = 50), SHIFT_REPEAT(25367), + [24899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15324), + [24901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24901), + [24903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14957), + [24905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24872), + [24907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [24909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15038), + [24911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24885), + [24913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24503), + [24915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18956), + [24917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), + [24919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), + [24921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19728), + [24923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1), + [24925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11100), + [24927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(778), + [24930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [24932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), + [24934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [24936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [24938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [24940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11758), + [24942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25307), + [24944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), + [24946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [24948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(723), + [24951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [24953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [24955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11127), + [24957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10971), + [24959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(748), + [24962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11894), + [24964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25354), + [24966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [24968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [24970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [24972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [24974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(745), + [24977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11391), + [24979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_class_pattern, 6, .production_id = 156), + [24981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_class_pattern, 6, .production_id = 156), + [24983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), + [24985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [24987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [24989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_class_pattern, 5, .production_id = 135), + [24991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_class_pattern, 5, .production_id = 135), + [24993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [24995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), + [24997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), + [24999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), + [25001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [25003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [25005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), + [25007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [25009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11323), + [25011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [25013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), + [25015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11506), + [25017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_class_pattern, 4, .production_id = 106), + [25019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_class_pattern, 4, .production_id = 106), + [25021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 4), + [25023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 4), + [25025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(731), + [25028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [25030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [25032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), + [25034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11521), + [25036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [25038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [25040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [25042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [25044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), + [25046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [25048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), + [25050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19083), + [25052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_class_pattern, 3, .production_id = 73), + [25054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_class_pattern, 3, .production_id = 73), + [25056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [25058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [25060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10984), + [25062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(753), + [25065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [25067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), + [25069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25295), + [25071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [25073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), + [25075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3), + [25077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 3), + [25079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [25081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), + [25083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), + [25085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), + [25087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [25089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), + [25091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [25093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), + [25095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [25097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [25099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), + [25101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), + [25103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [25105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(771), + [25108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), + [25110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), + [25112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [25114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22006), + [25116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(787), + [25119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_declaration_repeat1, 2, .production_id = 50), SHIFT_REPEAT(25295), + [25122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), + [25124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11438), + [25126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), + [25128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(783), + [25131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), + [25133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), + [25135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(18933), + [25138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [25140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), + [25142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), + [25144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [25146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), + [25148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), + [25150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), + [25152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), + [25154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), + [25156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [25158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), + [25160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(754), + [25163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), + [25165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(736), + [25168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19106), + [25170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [25172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), + [25174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), + [25176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [25178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), + [25180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [25182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), + [25184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), + [25186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [25188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [25190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), + [25192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [25194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), + [25196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), + [25198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [25200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [25202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), + [25204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), + [25206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [25208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), + [25210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [25212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), + [25214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_repeat1, 2), + [25216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_repeat1, 2), SHIFT_REPEAT(4362), + [25219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [25221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11307), + [25223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [25225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), + [25227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), + [25229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22182), + [25231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(769), + [25234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), + [25236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [25238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), + [25240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(733), + [25243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [25245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), + [25247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11757), + [25249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11826), + [25251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11737), + [25253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11853), + [25255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11688), + [25257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), + [25259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12106), + [25261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11685), + [25263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11633), + [25265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(728), + [25268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), + [25270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), + [25272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11960), + [25274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12010), + [25276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11755), + [25278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12101), + [25280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11616), + [25282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11608), + [25284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12138), + [25286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), + [25288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), + [25290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), + [25292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11566), + [25294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25206), + [25296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), + [25298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12137), + [25300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(732), + [25303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11164), + [25305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [25307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11710), + [25309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(737), + [25312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), + [25314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [25316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(763), + [25319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12133), + [25321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [25323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [25325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), + [25327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), + [25329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11167), + [25331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10996), + [25333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12089), + [25335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11698), + [25337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11679), + [25339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [25341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [25343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [25345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12120), + [25347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12119), + [25349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [25351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [25353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [25355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), + [25357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(762), + [25360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(765), + [25363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20069), + [25365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), + [25367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), + [25369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), + [25371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), + [25373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [25375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10913), + [25377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11749), + [25379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12108), + [25381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12105), + [25383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12085), + [25385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25193), + [25387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25194), + [25389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12082), + [25391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), + [25393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), + [25395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [25397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12069), + [25399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12058), + [25401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12018), + [25403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [25405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12040), + [25407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [25409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12037), + [25411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), + [25413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), + [25415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [25417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11387), + [25419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11390), + [25421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [25423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11405), + [25425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [25427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), + [25429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [25431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11991), + [25433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), + [25435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [25437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12016), + [25439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19814), + [25441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11994), + [25443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11982), + [25445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [25447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), + [25449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), + [25451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), + [25453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12032), + [25455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [25457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [25459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [25461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [25463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11957), + [25465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), + [25467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), + [25469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [25471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), + [25473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), + [25475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), + [25477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), + [25479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [25481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), + [25483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), + [25485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10988), + [25487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11956), + [25489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10991), + [25491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [25493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11929), + [25495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), + [25497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), + [25499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), + [25501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), + [25503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [25505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [25507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [25509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11902), + [25511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11870), + [25513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [25515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(758), + [25518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11854), + [25520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11851), + [25522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11834), + [25524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11934), + [25526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11839), + [25528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4202), + [25530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), + [25532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__full_enum_def, 2, .production_id = 145), + [25534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), + [25536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6087), + [25538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 2, .production_id = 92), + [25540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), + [25542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), + [25544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11872), + [25546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11837), + [25548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11319), + [25550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [25552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [25554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11169), + [25556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11175), + [25558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11629), + [25560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11791), + [25562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11182), + [25564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(726), + [25567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11194), + [25569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__full_enum_def, 1, .production_id = 118), + [25571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [25573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), + [25575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [25577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11358), + [25579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11221), + [25581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11320), + [25583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), + [25585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11224), + [25587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [25589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22474), + [25591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 3, .production_id = 65), + [25593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11270), + [25595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11289), + [25597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11792), + [25599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11501), + [25601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11345), + [25603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [25605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11347), + [25607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [25609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11441), + [25611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [25613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11778), + [25615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11763), + [25617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11397), + [25619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11754), + [25621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11750), + [25623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11398), + [25625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [25627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11736), + [25629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11735), + [25631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11338), + [25633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(739), + [25636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 4, .production_id = 103), + [25638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11478), + [25640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11502), + [25642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 4, .production_id = 132), + [25644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [25646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11712), + [25648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), + [25650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), + [25652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), + [25654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(719), + [25657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [25659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [25661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11480), + [25663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [25665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), + [25667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [25669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11711), + [25671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [25673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11879), + [25675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11657), + [25677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11877), + [25679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11481), + [25681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11520), + [25683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11704), + [25685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11529), + [25687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 5, .production_id = 151), + [25689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11699), + [25691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11762), + [25693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [25695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11689), + [25697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11681), + [25699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11668), + [25701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [25703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11256), + [25705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11257), + [25707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11186), + [25709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11646), + [25711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11640), + [25713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11603), + [25715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11556), + [25717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11595), + [25719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), + [25721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11557), + [25723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), + [25725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11583), + [25727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), + [25729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(750), + [25732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11255), + [25734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11761), + [25736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11575), + [25738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(776), + [25741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [25743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(790), + [25746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [25748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [25750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [25752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [25754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_block, 1), + [25756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(760), + [25759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), + [25761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [25763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28500), + [25765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [25767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23987), + [25769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), + [25771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), + [25773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), + [25775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(785), + [25778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(724), + [25781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), + [25783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), + [25785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [25787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [25789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28600), + [25791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [25793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), + [25795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), + [25797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), + [25799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), + [25801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [25803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [25805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [25807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [25809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), + [25811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), + [25813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [25815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), + [25817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), + [25819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29029), + [25821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [25823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(766), + [25826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [25828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [25830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), + [25832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [25834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), + [25836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), + [25838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [25840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), + [25842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29016), + [25844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [25846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [25848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [25850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [25852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [25854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [25856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29003), + [25858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [25860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), + [25862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), + [25864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), + [25866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [25868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), + [25870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [25872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [25874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [25876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [25878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(747), + [25881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28990), + [25883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [25885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [25887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [25889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), + [25891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28696), + [25893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [25895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), + [25897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), + [25899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), + [25901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [25903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), + [25905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28977), + [25907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [25909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [25911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), + [25913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), + [25915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), + [25917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), + [25919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28964), + [25921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [25923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), + [25925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [25927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [25929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [25931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), + [25933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), + [25935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), + [25937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [25939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [25941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), + [25943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), + [25945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), + [25947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), + [25949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [25951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(756), + [25954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [25956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28886), + [25958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [25960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28066), + [25962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [25964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28792), + [25966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [25968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29566), + [25970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [25972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [25974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5001), + [25976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4610), + [25978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12903), + [25980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12708), + [25982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4465), + [25984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), + [25986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), + [25988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7646), + [25990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [25992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [25994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4820), + [25996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4688), + [25998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12617), + [26000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12489), + [26002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [26004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18845), + [26006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8677), + [26008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8558), + [26010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), + [26012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6423), + [26014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), + [26016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8044), + [26018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), + [26020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22288), + [26022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), + [26024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13994), + [26026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17355), + [26028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14543), + [26030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14223), + [26032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4943), + [26034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), + [26036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7952), + [26038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19741), + [26040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4776), + [26042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4658), + [26044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5013), + [26046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8622), + [26048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7817), + [26050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5764), + [26052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5210), + [26054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), + [26056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), + [26058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6429), + [26060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [26062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [26064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [26066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), + [26068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15549), + [26070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13626), + [26072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13555), + [26074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), + [26076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7665), + [26078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17812), + [26080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13556), + [26082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12990), + [26084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19297), + [26086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), + [26088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), + [26090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5821), + [26092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), + [26094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [26096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [26098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8422), + [26100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8031), + [26102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13950), + [26104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), + [26106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8671), + [26108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), + [26110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16957), + [26112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), + [26114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17168), + [26116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14197), + [26118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13540), + [26120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13013), + [26122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12744), + [26124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12528), + [26126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21302), + [26128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20592), + [26130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [26132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19639), + [26134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), + [26136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6620), + [26138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), + [26140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [26142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [26144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4753), + [26146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2916), + [26148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7552), + [26150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12943), + [26152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12783), + [26154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12716), + [26156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12538), + [26158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), + [26160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5820), + [26162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7921), + [26164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7452), + [26166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2934), + [26168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8782), + [26170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), + [26172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7979), + [26174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8590), + [26176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17409), + [26178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), + [26180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18936), + [26182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13700), + [26184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13607), + [26186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4755), + [26188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6450), + [26190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5590), + [26192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4544), + [26194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4425), + [26196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(26717), + [26198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [26200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), + [26202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), + [26204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16032), + [26206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19762), + [26208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18987), + [26210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), + [26212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [26214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), + [26216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), + [26218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14152), + [26220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), + [26222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17021), + [26224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [26226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7874), + [26228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5240), + [26230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4963), + [26232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4478), + [26234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4458), + [26236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), + [26238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [26240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), + [26242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), + [26244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16531), + [26246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), + [26248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5079), + [26250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8127), + [26252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8242), + [26254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5252), + [26256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4970), + [26258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15109), + [26260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14505), + [26262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), + [26264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17828), + [26266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), + [26268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17744), + [26270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17736), + [26272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12194), + [26274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), + [26276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5089), + [26278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), + [26280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8880), + [26282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16187), + [26284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16190), + [26286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4889), + [26288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4726), + [26290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15591), + [26292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14914), + [26294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), + [26296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16553), + [26298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), + [26300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14315), + [26302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16217), + [26304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16559), + [26306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16642), + [26308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), + [26310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12845), + [26312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14791), + [26314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14910), + [26316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19080), + [26318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5591), + [26320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5521), + [26322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15413), + [26324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14966), + [26326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), + [26328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17501), + [26330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), + [26332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16561), + [26334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17494), + [26336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [26338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), + [26340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13468), + [26342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16867), + [26344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16252), + [26346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7813), + [26348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7389), + [26350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18207), + [26352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17530), + [26354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), + [26356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20289), + [26358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), + [26360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16590), + [26362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13754), + [26364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12961), + [26366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13023), + [26368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), + [26370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13450), + [26372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), + [26374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8507), + [26376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8510), + [26378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8039), + [26380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18469), + [26382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18115), + [26384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14353), + [26386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10737), + [26388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), + [26390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10958), + [26392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), + [26394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15844), + [26396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), + [26398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13943), + [26400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13850), + [26402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), + [26404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7820), + [26406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19476), + [26408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19169), + [26410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), + [26412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13773), + [26414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), + [26416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), + [26418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7584), + [26420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7037), + [26422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20686), + [26424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20255), + [26426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7473), + [26428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5129), + [26430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), + [26432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13751), + [26434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [26436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18663), + [26438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17947), + [26440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [26442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), + [26444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), + [26446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17625), + [26448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6490), + [26450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6383), + [26452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5457), + [26454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16182), + [26456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15412), + [26458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), + [26460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), + [26462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), + [26464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), + [26466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13770), + [26468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(722), + [26471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), + [26473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [26475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), + [26477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13396), + [26479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19211), + [26481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18278), + [26483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6365), + [26485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5456), + [26487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14375), + [26489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13971), + [26491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), + [26493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20391), + [26495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), + [26497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13792), + [26499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8452), + [26501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19290), + [26503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18219), + [26505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [26507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19730), + [26509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16379), + [26511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), + [26513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4690), + [26515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18627), + [26517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5493), + [26519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5395), + [26521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14748), + [26523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14352), + [26525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), + [26527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14675), + [26529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19347), + [26531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18167), + [26533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), + [26535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13394), + [26537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18076), + [26539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17246), + [26541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16566), + [26543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), + [26545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19633), + [26547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19771), + [26549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), + [26551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), + [26553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4719), + [26555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18376), + [26557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18106), + [26559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16769), + [26561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15384), + [26563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14741), + [26565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14408), + [26567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), + [26569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16339), + [26571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20496), + [26573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), + [26575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), + [26577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6349), + [26579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), + [26581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [26583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), + [26585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17675), + [26587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6523), + [26589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6930), + [26591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6323), + [26593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5417), + [26595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16946), + [26597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16180), + [26599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), + [26601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17970), + [26603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [26605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), + [26607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8129), + [26609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(788), + [26612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7396), + [26614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), + [26616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19244), + [26618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8515), + [26620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8064), + [26622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), + [26624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17113), + [26626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17818), + [26628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17273), + [26630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16990), + [26632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16195), + [26634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17242), + [26636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), + [26638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8148), + [26640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15050), + [26642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15192), + [26644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8729), + [26646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), + [26648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19264), + [26650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), + [26652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6430), + [26654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [26656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18250), + [26658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17451), + [26660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17238), + [26662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15968), + [26664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14857), + [26666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), + [26668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15883), + [26670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14143), + [26672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), + [26674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7146), + [26676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [26678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19313), + [26680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18458), + [26682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), + [26684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5737), + [26686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16363), + [26688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15666), + [26690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), + [26692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14960), + [26694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6253), + [26696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [26698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14781), + [26700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14624), + [26702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7116), + [26704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6361), + [26706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19243), + [26708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18508), + [26710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [26712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), + [26714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), + [26716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7137), + [26718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [26720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), + [26722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5670), + [26724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8186), + [26726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15362), + [26728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14629), + [26730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5658), + [26732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5163), + [26734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), + [26736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6291), + [26738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15717), + [26740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15524), + [26742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2909), + [26744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13804), + [26746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7655), + [26748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [26750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), + [26752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15857), + [26754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17922), + [26756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17295), + [26758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14524), + [26760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14214), + [26762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6301), + [26764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5708), + [26766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), + [26768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14170), + [26770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17368), + [26772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), + [26774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7187), + [26776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15603), + [26778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15298), + [26780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14771), + [26782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), + [26784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14116), + [26786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), + [26788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16281), + [26790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6876), + [26792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2964), + [26794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8345), + [26796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4625), + [26798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4495), + [26800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6287), + [26802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5691), + [26804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17817), + [26806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17331), + [26808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), + [26810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9308), + [26812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), + [26814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16529), + [26816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9257), + [26818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8806), + [26820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [26822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16557), + [26824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15395), + [26826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), + [26828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19456), + [26830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), + [26832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9269), + [26834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4632), + [26836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4524), + [26838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7215), + [26840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7115), + [26842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), + [26844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15180), + [26846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16578), + [26848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15376), + [26850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), + [26852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9099), + [26854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), + [26856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15789), + [26858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13150), + [26860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12798), + [26862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7244), + [26864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7126), + [26866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15475), + [26868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15368), + [26870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), + [26872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8932), + [26874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [26876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), + [26878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15097), + [26880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21392), + [26882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20941), + [26884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), + [26886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20565), + [26888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5300), + [26890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4985), + [26892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), + [26894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7575), + [26896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), + [26898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18043), + [26900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5167), + [26902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4839), + [26904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13122), + [26906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12814), + [26908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5554), + [26910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5221), + [26912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), + [26914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6721), + [26916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), + [26918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14631), + [26920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13443), + [26922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13444), + [26924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), + [26926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8493), + [26928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), + [26930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18008), + [26932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), + [26934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17983), + [26936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [26938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12763), + [26940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12568), + [26942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13148), + [26944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12689), + [26946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13355), + [26948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12843), + [26950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [26952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), + [26954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18231), + [26956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), + [26958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8318), + [26960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [26962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14237), + [26964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14001), + [26966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), + [26968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17215), + [26970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [26972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16647), + [26974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [26976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6772), + [26978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6191), + [26980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13356), + [26982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13297), + [26984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13845), + [26986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13472), + [26988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), + [26990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18293), + [26992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), + [26994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17458), + [26996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [26998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13776), + [27000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13415), + [27002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [27004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), + [27006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17363), + [27008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5495), + [27010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5282), + [27012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13375), + [27014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13233), + [27016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enum_block_repeat1, 2), + [27018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [27020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_repeat1, 2), SHIFT_REPEAT(4202), + [27023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), + [27025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17134), + [27027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13586), + [27029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12918), + [27031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), + [27033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20301), + [27035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [27037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6853), + [27039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6000), + [27041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), + [27043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15700), + [27045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [27047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), + [27049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15498), + [27051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5517), + [27053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5248), + [27055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4983), + [27057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4584), + [27059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9747), + [27061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9519), + [27063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7447), + [27065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7273), + [27067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), + [27069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16372), + [27071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [27073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), + [27075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19485), + [27077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7413), + [27079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7103), + [27081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [27083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), + [27085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17944), + [27087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), + [27089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7039), + [27091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [27093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 5), + [27095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5313), + [27097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4874), + [27099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7008), + [27101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7142), + [27103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), + [27105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13370), + [27107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [27109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), + [27111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16365), + [27113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [27115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15554), + [27117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15634), + [27119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), + [27121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5094), + [27123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), + [27125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7331), + [27127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [27129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15566), + [27131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15204), + [27133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13437), + [27135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13100), + [27137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [27139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), + [27141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14300), + [27143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14480), + [27145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14462), + [27147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), + [27149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15876), + [27151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), + [27153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19552), + [27155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [27157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16778), + [27159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15692), + [27161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), + [27163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7365), + [27165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), + [27167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19997), + [27169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [27171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [27173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15214), + [27175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14686), + [27177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), + [27179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12892), + [27181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15633), + [27183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15738), + [27185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29131), + [27187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(26008), + [27189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29136), + [27191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), + [27193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19970), + [27195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [27197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), + [27199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8366), + [27201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), + [27203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12877), + [27205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerators_repeat1, 2), + [27207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16809), + [27209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15729), + [27211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [27213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), + [27215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19920), + [27217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [27219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15518), + [27221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15147), + [27223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20653), + [27225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19789), + [27227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), + [27229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12833), + [27231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [27233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), + [27235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19698), + [27237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [27239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12789), + [27241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12751), + [27243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), + [27245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8338), + [27247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3664), + [27249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7347), + [27251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [27253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), + [27255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4859), + [27257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13734), + [27259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13342), + [27261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15470), + [27263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15166), + [27265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), + [27267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7385), + [27269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [27271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13513), + [27273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13420), + [27275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), + [27277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8883), + [27279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), + [27281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4835), + [27283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), + [27285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6955), + [27287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [27289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13642), + [27291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13477), + [27293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [27295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18731), + [27297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18003), + [27299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), + [27301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13998), + [27303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), + [27305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8831), + [27307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_parameter_repeat1, 2), + [27309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_parameter_repeat1, 2), SHIFT_REPEAT(11461), + [27312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [27314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5783), + [27316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5267), + [27318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), + [27320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15740), + [27322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [27324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), + [27326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8892), + [27328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29187), + [27330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), + [27332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13619), + [27334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [27336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [27338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5888), + [27340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5856), + [27342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18813), + [27344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17869), + [27346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [27348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), + [27350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17105), + [27352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [27354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [27356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), + [27358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13628), + [27360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7961), + [27362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7737), + [27364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25127), + [27366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24555), + [27368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), + [27370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16641), + [27372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), + [27374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6916), + [27376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [27378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6989), + [27380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [27382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15375), + [27384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15257), + [27386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), + [27388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13544), + [27390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5642), + [27392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5496), + [27394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), + [27396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19891), + [27398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [27400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), + [27402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7485), + [27404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), + [27406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6482), + [27408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7694), + [27410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7783), + [27412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), + [27414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19277), + [27416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [27418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [27420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17394), + [27422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16588), + [27424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7873), + [27426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7735), + [27428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), + [27430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5684), + [27432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [27434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), + [27436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16618), + [27438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18777), + [27440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [27442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), + [27444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6826), + [27446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), + [27448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5698), + [27450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15430), + [27452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15328), + [27454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8415), + [27456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7906), + [27458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), + [27460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9839), + [27462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [27464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), + [27466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18718), + [27468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [27470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), + [27472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5168), + [27474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), + [27476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14030), + [27478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7761), + [27480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6701), + [27482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15308), + [27484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15352), + [27486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [27488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), + [27490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6092), + [27492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), + [27494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17317), + [27496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [27498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), + [27500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14234), + [27502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), + [27504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8403), + [27506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14435), + [27508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14422), + [27510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [27512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), + [27514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17292), + [27516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8725), + [27518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8444), + [27520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [27522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [27524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), + [27526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8135), + [27528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), + [27530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), + [27532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), + [27534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), + [27536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5358), + [27538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), + [27540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [27542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8392), + [27544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8243), + [27546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), + [27548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6995), + [27550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [27552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [27554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16514), + [27556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15946), + [27558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [27560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [27562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), + [27564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5352), + [27566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), + [27568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7047), + [27570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), + [27572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16544), + [27574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6202), + [27576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6241), + [27578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [27580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), + [27582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5987), + [27584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [27586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [27588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [27590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [27592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15907), + [27594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15967), + [27596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [27598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), + [27600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13459), + [27602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), + [27604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13898), + [27606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), + [27608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16971), + [27610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), + [27612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), + [27614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), + [27616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [27618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [27620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5328), + [27622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5017), + [27624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [27626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [27628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), + [27630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7109), + [27632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16461), + [27634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15999), + [27636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [27638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), + [27640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17174), + [27642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [27644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3077), + [27646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13648), + [27648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), + [27650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16071), + [27652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [27654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19319), + [27656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19371), + [27658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), + [27660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5441), + [27662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5550), + [27664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5377), + [27666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14949), + [27668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14454), + [27670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9054), + [27672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8905), + [27674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), + [27676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13803), + [27678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17095), + [27680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16267), + [27682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), + [27684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16092), + [27686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), + [27688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14426), + [27690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [27692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21149), + [27694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20499), + [27696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), + [27698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18122), + [27700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), + [27702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13887), + [27704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16303), + [27706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16061), + [27708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), + [27710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13902), + [27712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13090), + [27714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12791), + [27716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), + [27718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14821), + [27720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), + [27722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13774), + [27724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5574), + [27726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5373), + [27728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13940), + [27730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13678), + [27732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), + [27734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5895), + [27736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5901), + [27738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5557), + [27740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), + [27742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7988), + [27744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), + [27746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13424), + [27748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13595), + [27750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13410), + [27752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), + [27754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19154), + [27756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), + [27758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7998), + [27760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6896), + [27762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5931), + [27764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), + [27766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9049), + [27768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5914), + [27770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5943), + [27772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6535), + [27774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6203), + [27776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), + [27778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13412), + [27780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), + [27782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7465), + [27784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6072), + [27786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5578), + [27788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8368), + [27790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8087), + [27792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), + [27794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8024), + [27796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8927), + [27798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8521), + [27800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), + [27802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7423), + [27804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), + [27806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19166), + [27808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), + [27810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12962), + [27812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5930), + [27814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5633), + [27816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), + [27818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16878), + [27820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8057), + [27822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7171), + [27824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), + [27826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16161), + [27828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8085), + [27830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7175), + [27832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), + [27834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16140), + [27836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6607), + [27838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6170), + [27840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7061), + [27842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5976), + [27844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), + [27846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7493), + [27848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), + [27850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14804), + [27852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7097), + [27854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5985), + [27856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), + [27858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19405), + [27860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5965), + [27862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5793), + [27864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), + [27866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16951), + [27868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14868), + [27870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14527), + [27872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), + [27874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15588), + [27876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), + [27878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18688), + [27880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), + [27882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5884), + [27884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17060), + [27886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16436), + [27888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), + [27890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18602), + [27892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16319), + [27894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15918), + [27896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), + [27898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16288), + [27900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14923), + [27902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14967), + [27904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7904), + [27906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7754), + [27908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), + [27910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20262), + [27912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15959), + [27914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14980), + [27916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), + [27918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5878), + [27920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), + [27922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17088), + [27924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20254), + [27926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19650), + [27928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), + [27930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13026), + [27932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18048), + [27934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17369), + [27936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), + [27938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5004), + [27940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), + [27942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19711), + [27944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17910), + [27946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17252), + [27948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), + [27950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14047), + [27952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), + [27954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5782), + [27956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14979), + [27958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14581), + [27960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), + [27962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4958), + [27964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14995), + [27966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14584), + [27968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7677), + [27970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6484), + [27972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), + [27974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4938), + [27976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14557), + [27978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14148), + [27980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), + [27982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13806), + [27984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17400), + [27986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16757), + [27988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), + [27990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5761), + [27992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21166), + [27994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20410), + [27996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), + [27998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16908), + [28000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3386), + [28002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14093), + [28004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13031), + [28006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13174), + [28008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), + [28010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6969), + [28012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23854), + [28014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10851), + [28016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13447), + [28018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13004), + [28020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), + [28022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8314), + [28024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5177), + [28026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4821), + [28028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), + [28030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8340), + [28032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4768), + [28034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4504), + [28036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6712), + [28038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6528), + [28040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), + [28042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6037), + [28044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4751), + [28046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4527), + [28048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), + [28050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8205), + [28052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13036), + [28054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12714), + [28056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11838), + [28058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), + [28060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16756), + [28062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), + [28064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9228), + [28066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11810), + [28068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11809), + [28070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5258), + [28072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5301), + [28074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14120), + [28076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13858), + [28078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), + [28080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8560), + [28082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), + [28084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15187), + [28086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12808), + [28088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12533), + [28090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), + [28092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16948), + [28094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), + [28096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8094), + [28098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), + [28100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15597), + [28102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21835), + [28104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4593), + [28106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9015), + [28108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6759), + [28110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21664), + [28112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20457), + [28114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24604), + [28116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4777), + [28118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5273), + [28120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14298), + [28122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17866), + [28124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4199), + [28126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4271), + [28128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4931), + [28130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4392), + [28132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14360), + [28134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), + [28136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17354), + [28138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8508), + [28140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7973), + [28142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [28144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11388), + [28146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9088), + [28148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16881), + [28150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8591), + [28152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [28154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11300), + [28156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), + [28158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9065), + [28160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8502), + [28162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14591), + [28164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4327), + [28166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9114), + [28168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6057), + [28170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14087), + [28172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9104), + [28174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14207), + [28176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), + [28178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4230), + [28180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11500), + [28182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9934), + [28184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9142), + [28186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6783), + [28188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9254), + [28190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18046), + [28192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12709), + [28194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9494), + [28196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4326), + [28198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerators_repeat1, 2), SHIFT_REPEAT(11500), + [28201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6195), + [28203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20507), + [28205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4310), + [28207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9281), + [28209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8273), + [28211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6651), + [28213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [28215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11493), + [28217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8964), + [28219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15639), + [28221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8916), + [28223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9162), + [28225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6819), + [28227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13160), + [28229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4233), + [28231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5222), + [28233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9178), + [28235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8209), + [28237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13027), + [28239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10937), + [28241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [28243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11507), + [28245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20336), + [28247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14471), + [28249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15213), + [28251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18729), + [28253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9200), + [28255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8464), + [28257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4712), + [28259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13560), + [28261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [28263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11199), + [28265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4404), + [28267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9221), + [28269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5214), + [28271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4761), + [28273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7719), + [28275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8370), + [28277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13155), + [28279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19592), + [28281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [28283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), + [28285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9263), + [28287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5725), + [28289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8957), + [28291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15625), + [28293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), + [28295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), + [28297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4842), + [28299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8597), + [28301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9331), + [28303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19141), + [28305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14613), + [28307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9311), + [28309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5734), + [28311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19555), + [28313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13517), + [28315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3950), + [28317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [28319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11773), + [28321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6312), + [28323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8459), + [28325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [28327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11133), + [28329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14396), + [28331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7155), + [28333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9160), + [28335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6987), + [28337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13001), + [28339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), + [28341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7343), + [28343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20566), + [28345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18158), + [28347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19176), + [28349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9188), + [28351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13543), + [28353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14112), + [28355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), + [28357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8952), + [28359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13812), + [28361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17127), + [28363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20627), + [28365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20431), + [28367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13604), + [28369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13546), + [28371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7789), + [28373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), + [28375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8967), + [28377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13869), + [28379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14589), + [28381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4379), + [28383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19904), + [28385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21506), + [28387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [28389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11107), + [28391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9086), + [28393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14050), + [28395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15090), + [28397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7837), + [28399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7945), + [28401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8286), + [28403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [28405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11066), + [28407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18385), + [28409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), + [28411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12589), + [28413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9113), + [28415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19897), + [28417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9194), + [28419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12797), + [28421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15061), + [28423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9030), + [28425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15219), + [28427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9288), + [28429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19626), + [28431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16627), + [28433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12938), + [28435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), + [28437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3984), + [28439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7895), + [28441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9337), + [28443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12923), + [28445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17463), + [28447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [28449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11573), + [28451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14614), + [28453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6518), + [28455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [28457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11687), + [28459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [28461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11592), + [28463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21140), + [28465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20594), + [28467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9334), + [28469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12973), + [28471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17564), + [28473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14953), + [28475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20142), + [28477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19279), + [28479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18235), + [28481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4395), + [28483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9287), + [28485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15983), + [28487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), + [28489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), + [28491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), + [28493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [28495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15402), + [28497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9255), + [28499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16329), + [28501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15862), + [28503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9191), + [28505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17298), + [28507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), + [28509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16895), + [28511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9239), + [28513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16272), + [28515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14964), + [28517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6493), + [28519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20044), + [28521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12764), + [28523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6448), + [28525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9201), + [28527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16975), + [28529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16466), + [28531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9107), + [28533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13322), + [28535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), + [28537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [28539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11014), + [28541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19534), + [28543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [28545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10978), + [28547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), + [28549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9175), + [28551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14507), + [28553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17126), + [28555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6831), + [28557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20191), + [28559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [28561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11713), + [28563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7218), + [28565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20392), + [28567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5211), + [28569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9012), + [28571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19434), + [28573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9147), + [28575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14841), + [28577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14939), + [28579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), + [28581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), + [28583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7984), + [28585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9131), + [28587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14825), + [28589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5988), + [28591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9037), + [28593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8645), + [28595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19464), + [28597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4305), + [28599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6786), + [28601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20689), + [28603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9101), + [28605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16406), + [28607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7091), + [28609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [28611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11708), + [28613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21243), + [28615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), + [28617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4341), + [28619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9052), + [28621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7340), + [28623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7112), + [28625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6509), + [28627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4342), + [28629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), + [28631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9020), + [28633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5935), + [28635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8176), + [28637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8936), + [28639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13310), + [28641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4359), + [28643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), + [28645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), + [28647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4363), + [28649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20291), + [28651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [28653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11746), + [28655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7450), + [28657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8994), + [28659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6985), + [28661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8156), + [28663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12736), + [28665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4383), + [28667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4313), + [28669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8941), + [28671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6945), + [28673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5958), + [28675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), + [28677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), + [28679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4295), + [28681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5235), + [28683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9276), + [28685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8020), + [28687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8777), + [28689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19393), + [28691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [28693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10950), + [28695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4276), + [28697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), + [28699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7795), + [28701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8968), + [28703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8007), + [28705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8474), + [28707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [28709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10924), + [28711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4241), + [28713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), + [28715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), + [28717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5535), + [28719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), + [28721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9022), + [28723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5909), + [28725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5939), + [28727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9278), + [28729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13247), + [28731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerators, 1), + [28733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9906), + [28735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4216), + [28737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9252), + [28739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19647), + [28741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4468), + [28743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [28745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), + [28747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9053), + [28749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13527), + [28751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6998), + [28753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [28755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), + [28757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22347), + [28759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [28761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11162), + [28763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), + [28765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9285), + [28767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8603), + [28769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5249), + [28771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), + [28773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9076), + [28775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13691), + [28777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13778), + [28779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), + [28781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4171), + [28783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4170), + [28785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4167), + [28787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9149), + [28789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13822), + [28791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16702), + [28793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4131), + [28795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13963), + [28797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4120), + [28799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5376), + [28801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), + [28803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9264), + [28805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13789), + [28807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), + [28809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [28811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11543), + [28813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), + [28815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), + [28817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4068), + [28819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), + [28821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5492), + [28823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4570), + [28825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9284), + [28827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16000), + [28829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13126), + [28831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9383), + [28833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7765), + [28835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9343), + [28837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17320), + [28839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), + [28841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), + [28843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9363), + [28845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16382), + [28847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16223), + [28849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), + [28851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [28853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10952), + [28855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21460), + [28857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20366), + [28859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4885), + [28861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16162), + [28863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9339), + [28865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16410), + [28867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [28869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10964), + [28871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), + [28873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), + [28875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), + [28877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), + [28879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3958), + [28881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), + [28883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9253), + [28885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16433), + [28887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16962), + [28889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), + [28891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16616), + [28893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15319), + [28895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9180), + [28897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19204), + [28899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3938), + [28901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9237), + [28903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18097), + [28905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21770), + [28907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21527), + [28909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14889), + [28911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9267), + [28913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [28915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11399), + [28917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5365), + [28919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), + [28921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4575), + [28923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9169), + [28925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16479), + [28927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9322), + [28929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6142), + [28931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4423), + [28933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3864), + [28935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), + [28937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3847), + [28939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19381), + [28941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), + [28943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), + [28945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), + [28947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), + [28949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6229), + [28951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9249), + [28953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6159), + [28955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), + [28957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), + [28959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9146), + [28961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8814), + [28963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), + [28965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), + [28967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16289), + [28969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), + [28971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), + [28973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), + [28975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15020), + [28977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), + [28979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), + [28981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), + [28983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [28985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10986), + [28987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5596), + [28989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14839), + [28991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [28993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11006), + [28995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9373), + [28997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8870), + [28999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8607), + [29001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8988), + [29003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5510), + [29005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), + [29007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), + [29009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), + [29011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9294), + [29013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8780), + [29015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9096), + [29017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5449), + [29019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), + [29021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), + [29023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16017), + [29025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22043), + [29027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), + [29029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9374), + [29031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17563), + [29033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3809), + [29035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [29037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12044), + [29039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [29041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), + [29043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), + [29045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), + [29047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3863), + [29049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4312), + [29051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8669), + [29053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3874), + [29055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3889), + [29057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13872), + [29059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), + [29061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), + [29063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3989), + [29065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15438), + [29067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5195), + [29069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9011), + [29071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5841), + [29073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6314), + [29075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), + [29077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16361), + [29079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), + [29081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), + [29083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9010), + [29085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15416), + [29087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), + [29089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [29091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12064), + [29093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [29095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11035), + [29097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4102), + [29099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15673), + [29101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16956), + [29103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [29105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11069), + [29107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), + [29109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14708), + [29111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), + [29113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11589), + [29115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 1, .production_id = 1), + [29117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26537), + [29119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4040), + [29121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3898), + [29123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9296), + [29125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18876), + [29127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8960), + [29129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5848), + [29131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14431), + [29133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19570), + [29135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15394), + [29137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4225), + [29139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), + [29141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4256), + [29143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), + [29145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8974), + [29147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14110), + [29149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4297), + [29151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4364), + [29153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9370), + [29155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17214), + [29157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3974), + [29159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4157), + [29161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), + [29163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), + [29165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9098), + [29167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7727), + [29169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4250), + [29171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), + [29173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7591), + [29175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), + [29177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15562), + [29179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17343), + [29181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [29183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4159), + [29185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), + [29187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11697), + [29189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9827), + [29191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), + [29193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3998), + [29195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7182), + [29197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [29199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11099), + [29201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8453), + [29203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13200), + [29205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13132), + [29207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7382), + [29209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [29211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11119), + [29213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9358), + [29215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7700), + [29217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4278), + [29219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), + [29221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), + [29223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4163), + [29225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), + [29227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8620), + [29229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9048), + [29231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16143), + [29233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), + [29235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4195), + [29237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17589), + [29239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7799), + [29241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), + [29243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), + [29245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), + [29247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4116), + [29249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15404), + [29251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9302), + [29253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7930), + [29255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4093), + [29257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7932), + [29259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), + [29261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4033), + [29263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), + [29265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7488), + [29267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [29269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11836), + [29271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6637), + [29273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20315), + [29275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4220), + [29277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3933), + [29279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), + [29281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3900), + [29283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), + [29285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3882), + [29287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [29289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11218), + [29291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9172), + [29293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14369), + [29295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3839), + [29297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), + [29299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7691), + [29301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [29303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13986), + [29305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7077), + [29307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [29309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11285), + [29311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [29313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [29315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9150), + [29317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18840), + [29319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18440), + [29321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [29323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), + [29325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18676), + [29327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), + [29329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), + [29331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11832), + [29333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 2, .production_id = 2), + [29335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26331), + [29337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), + [29339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), + [29341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4226), + [29343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12757), + [29345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), + [29347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7671), + [29349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13423), + [29351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9134), + [29353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13260), + [29355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), + [29357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case_definitions, 2), + [29359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24575), + [29361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5419), + [29363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15332), + [29365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), + [29367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9332), + [29369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17567), + [29371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), + [29373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22138), + [29375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20449), + [29377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4078), + [29379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), + [29381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9184), + [29383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8881), + [29385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), + [29387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12254), + [29389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20630), + [29391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), + [29393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), + [29395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), + [29397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3896), + [29399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [29401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11439), + [29403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18389), + [29405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9075), + [29407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13408), + [29409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [29411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12130), + [29413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7808), + [29415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8944), + [29417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16890), + [29419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16770), + [29421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), + [29423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), + [29425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4024), + [29427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18188), + [29429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), + [29431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6390), + [29433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4107), + [29435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9780), + [29437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4085), + [29439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18615), + [29441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), + [29443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4097), + [29445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), + [29447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9199), + [29449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14094), + [29451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(777), + [29454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15677), + [29456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8667), + [29458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [29460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11959), + [29462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4697), + [29464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9047), + [29466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13506), + [29468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4109), + [29470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5844), + [29472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4184), + [29474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4211), + [29476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4221), + [29478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), + [29480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5020), + [29482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), + [29484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), + [29486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), + [29488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_parameter_repeat2, 2), SHIFT_REPEAT(11455), + [29491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_parameter_repeat2, 2), + [29493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), + [29495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), + [29497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), + [29499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4350), + [29501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), + [29503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4365), + [29505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4139), + [29507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [29509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11487), + [29511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19394), + [29513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [29515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11495), + [29517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13504), + [29519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8535), + [29521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [29523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11456), + [29525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9242), + [29527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16929), + [29529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), + [29531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), + [29533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4183), + [29535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 101), + [29537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4158), + [29539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9008), + [29541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13640), + [29543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4147), + [29545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), + [29547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), + [29549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5677), + [29551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), + [29553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), + [29555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9319), + [29557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17362), + [29559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8249), + [29561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [29563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11976), + [29565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4048), + [29567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), + [29569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6368), + [29571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4227), + [29573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3987), + [29575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), + [29577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9279), + [29579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17439), + [29581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27647), + [29583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [29585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3967), + [29587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13748), + [29589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), + [29591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), + [29593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16206), + [29595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), + [29597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [29599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11522), + [29601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), + [29603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5502), + [29605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3859), + [29607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19404), + [29609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [29611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11530), + [29613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9229), + [29615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16240), + [29617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9327), + [29619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15169), + [29621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), + [29623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13508), + [29625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), + [29627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), + [29629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3759), + [29631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 3, .production_id = 101), + [29633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), + [29635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12029), + [29637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 3, .production_id = 102), + [29639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26101), + [29641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), + [29643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4257), + [29645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5592), + [29647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), + [29649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), + [29651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27646), + [29653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [29655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9364), + [29657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15680), + [29659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6862), + [29661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13608), + [29663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20901), + [29665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20591), + [29667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), + [29669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [29671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11576), + [29673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23257), + [29675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case_definitions, 3), + [29677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), + [29679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), + [29681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), + [29683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19376), + [29685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), + [29687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4269), + [29689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [29691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11620), + [29693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), + [29695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), + [29697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9039), + [29699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13656), + [29701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9251), + [29703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15657), + [29705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12700), + [29707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19367), + [29709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4281), + [29711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), + [29713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), + [29715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3905), + [29717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), + [29719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23203), + [29721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3918), + [29723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16824), + [29725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4302), + [29727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), + [29729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9056), + [29731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9058), + [29733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3936), + [29735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3937), + [29737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9224), + [29739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16798), + [29741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2), + [29743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15171), + [29745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15373), + [29747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [29749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11652), + [29751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18203), + [29753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7728), + [29755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [29757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11665), + [29759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), + [29761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), + [29763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4231), + [29765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21563), + [29767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerators_repeat1, 2), SHIFT_REPEAT(11697), + [29770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), + [29772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9109), + [29774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14697), + [29776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), + [29778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4037), + [29780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4075), + [29782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [29784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11596), + [29786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3866), + [29788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4205), + [29790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19748), + [29792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), + [29794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), + [29796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4143), + [29798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9244), + [29800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17022), + [29802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14404), + [29804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14271), + [29806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4294), + [29808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [29810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11588), + [29812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), + [29814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16776), + [29816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4306), + [29818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4307), + [29820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4315), + [29822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), + [29824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14763), + [29826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), + [29828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9223), + [29830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17206), + [29832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [29834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11724), + [29836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6326), + [29838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 133), + [29840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5462), + [29842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13404), + [29844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6903), + [29846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4324), + [29848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [29850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11730), + [29852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8956), + [29854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17896), + [29856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4328), + [29858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15721), + [29860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [29862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9295), + [29864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14007), + [29866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3934), + [29868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9136), + [29870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13419), + [29872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 4, .production_id = 133), + [29874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), + [29876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [29878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12060), + [29880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [29882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 4, .production_id = 143), + [29884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [29886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4338), + [29888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17689), + [29890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4347), + [29892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4348), + [29894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9158), + [29896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15572), + [29898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12115), + [29900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 4, .production_id = 144), + [29902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26022), + [29904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3951), + [29906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4019), + [29908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16830), + [29910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4010), + [29912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4354), + [29914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3999), + [29916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_case_definitions_repeat1, 2), + [29918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_case_definitions_repeat1, 2), SHIFT_REPEAT(24575), + [29921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4329), + [29923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), + [29925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), + [29927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3973), + [29929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3915), + [29931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6078), + [29933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [29935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12158), + [29937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9260), + [29939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7051), + [29941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14463), + [29943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [29945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11765), + [29947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14753), + [29949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), + [29951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4969), + [29953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8343), + [29955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), + [29957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4193), + [29959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), + [29961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [29963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11897), + [29965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 5, .production_id = 152), + [29967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), + [29969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4965), + [29971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), + [29973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8963), + [29975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7354), + [29977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 5, .production_id = 153), + [29979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15651), + [29981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4219), + [29983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17946), + [29985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 5, .production_id = 155), + [29987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9220), + [29989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14025), + [29991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4268), + [29993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 5, .production_id = 160), + [29995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), + [29997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 5, .production_id = 153), + [29999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), + [30001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16965), + [30003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 5, .production_id = 155), + [30005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14586), + [30007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [30009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9118), + [30011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7409), + [30013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15626), + [30015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), + [30017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), + [30019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4318), + [30021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4317), + [30023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), + [30025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 6, .production_id = 166), + [30027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4286), + [30029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16922), + [30031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), + [30033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4248), + [30035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), + [30037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 6, .production_id = 166), + [30039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [30041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11920), + [30043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4239), + [30045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), + [30047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 6, .production_id = 168), + [30049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 6, .production_id = 169), + [30051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7052), + [30053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15182), + [30055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13757), + [30057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [30059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11939), + [30061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9093), + [30063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13663), + [30065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19810), + [30067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 6, .production_id = 171), + [30069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3920), + [30071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), + [30073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 6, .production_id = 165), + [30075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8949), + [30077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14222), + [30079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9379), + [30081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8424), + [30083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 7, .production_id = 174), + [30085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3966), + [30087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4176), + [30089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), + [30091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), + [30093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 7, .production_id = 173), + [30095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7122), + [30097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), + [30099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8280), + [30101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20319), + [30103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 7, .production_id = 175), + [30105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 8, .production_id = 176), + [30107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13219), + [30109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 8, .production_id = 177), + [30111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), + [30113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4123), + [30115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 9, .production_id = 178), + [30117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), + [30119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4071), + [30121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [30123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12013), + [30125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9338), + [30127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8605), + [30129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), + [30131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), + [30133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19171), + [30135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7231), + [30137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [30139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12043), + [30141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), + [30143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), + [30145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8996), + [30147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7899), + [30149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), + [30151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3845), + [30153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), + [30155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16933), + [30157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), + [30159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5321), + [30161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9299), + [30163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6784), + [30165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13405), + [30167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 7, .production_id = 173), + [30169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7281), + [30171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), + [30173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), + [30175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9835), + [30177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9168), + [30179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20023), + [30181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), + [30183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), + [30185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), + [30187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15336), + [30189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5488), + [30191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), + [30193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20473), + [30195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3800), + [30197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9241), + [30199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8844), + [30201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24608), + [30203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), + [30205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [30207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12054), + [30209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17484), + [30211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19151), + [30213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [30215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [30217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12073), + [30219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6269), + [30221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), + [30223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9161), + [30225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16441), + [30227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(768), + [30230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [30232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11275), + [30234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), + [30236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17221), + [30238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), + [30240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), + [30242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), + [30244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), + [30246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16025), + [30248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5513), + [30250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [30252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [30254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3860), + [30256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3908), + [30258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4206), + [30260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9143), + [30262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7642), + [30264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [30266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11254), + [30268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), + [30270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13718), + [30272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13337), + [30274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13323), + [30276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), + [30278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15326), + [30280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4252), + [30282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4181), + [30284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9156), + [30286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14041), + [30288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_case_definitions_repeat1, 2), SHIFT_REPEAT(24608), + [30291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [30293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12135), + [30295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4259), + [30297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4275), + [30299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4298), + [30301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), + [30303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15537), + [30305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [30307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12146), + [30309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4339), + [30311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4253), + [30313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9328), + [30315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17179), + [30317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9413), + [30319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12273), + [30321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27444), + [30323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12264), + [30325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14246), + [30327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27366), + [30329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_indented_cases_repeat1, 2), SHIFT_REPEAT(12264), + [30332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_indented_cases_repeat1, 2), + [30334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerators_repeat1, 2), SHIFT_REPEAT(11821), + [30337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19607), + [30339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7594), + [30341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22064), + [30343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enum_block_repeat1, 2), SHIFT_REPEAT(793), + [30346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17360), + [30348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20527), + [30350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_enum_case, 2, .production_id = 20), + [30352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17188), + [30354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9013), + [30356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [30358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16651), + [30360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18120), + [30362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21521), + [30364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [30366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7600), + [30368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7948), + [30370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8907), + [30372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18130), + [30374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6793), + [30376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9635), + [30378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7729), + [30380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25065), + [30382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25647), + [30384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8903), + [30386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20494), + [30388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6883), + [30390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6454), + [30392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16400), + [30394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7006), + [30396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14193), + [30398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27439), + [30400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9139), + [30402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 6, .production_id = 170), + [30404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25955), + [30406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), + [30408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9653), + [30410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6875), + [30412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerators, 5), + [30414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17086), + [30416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9904), + [30418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14029), + [30420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28285), + [30422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9183), + [30424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 5, .production_id = 154), + [30426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25990), + [30428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3980), + [30430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13833), + [30432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [30434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), + [30436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27419), + [30438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9587), + [30440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), + [30442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [30444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 5, .production_id = 154), + [30446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), + [30448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22734), + [30450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16740), + [30452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerators, 4), + [30454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8270), + [30456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8352), + [30458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_namespace_selectors_repeat1, 2), + [30460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9977), + [30462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20080), + [30464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8919), + [30466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17063), + [30468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8412), + [30470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18018), + [30472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 4, .production_id = 68), + [30474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26036), + [30476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3939), + [30478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 68), + [30480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3921), + [30482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20555), + [30484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27504), + [30486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7461), + [30488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8046), + [30490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6848), + [30492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19123), + [30494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7414), + [30496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11821), + [30498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10330), + [30500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28415), + [30502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9485), + [30504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18603), + [30506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19908), + [30508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25133), + [30510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26394), + [30512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20411), + [30514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18647), + [30516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7774), + [30518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_derives_clause_repeat1, 2, .production_id = 119), + [30520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_derives_clause_repeat1, 2, .production_id = 119), SHIFT_REPEAT(24390), + [30523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6577), + [30525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27398), + [30527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6967), + [30529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enum_block_repeat1, 2), SHIFT_REPEAT(792), + [30532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15200), + [30534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27339), + [30536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8775), + [30538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9186), + [30540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24719), + [30542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17711), + [30544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16839), + [30546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6946), + [30548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 3, .production_id = 100), + [30550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26111), + [30552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), + [30554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21655), + [30556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15751), + [30558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8940), + [30560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21434), + [30562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16944), + [30564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16220), + [30566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7872), + [30568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), + [30570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8182), + [30572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7459), + [30574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), + [30576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14329), + [30578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), + [30580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9616), + [30582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 102), + [30584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), + [30586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), + [30588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27563), + [30590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25141), + [30592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26057), + [30594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21790), + [30596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 100), + [30598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), + [30600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8821), + [30602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_view_bound, 2, .production_id = 43), + [30604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17555), + [30606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13929), + [30608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22446), + [30610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27380), + [30612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8385), + [30614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28599), + [30616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9885), + [30618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13864), + [30620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25158), + [30622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26449), + [30624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10261), + [30626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25108), + [30628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9781), + [30630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7313), + [30632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_indented_cases_repeat1, 2), SHIFT_REPEAT(12273), + [30635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), SHIFT_REPEAT(11924), + [30638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), + [30640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6207), + [30642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19225), + [30644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7377), + [30646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derives_clause, 3, .production_id = 83), + [30648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24390), + [30650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16861), + [30652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [30654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6888), + [30656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8528), + [30658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25200), + [30660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26140), + [30662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21710), + [30664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16847), + [30666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19864), + [30668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9123), + [30670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8961), + [30672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25187), + [30674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25732), + [30676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6042), + [30678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22574), + [30680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21926), + [30682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25146), + [30684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9474), + [30686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, .production_id = 2), + [30688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), + [30690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7609), + [30692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27367), + [30694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20052), + [30696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17387), + [30698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6670), + [30700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17475), + [30702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14779), + [30704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18656), + [30706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27394), + [30708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [30710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27475), + [30712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6963), + [30714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25235), + [30716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25629), + [30718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13911), + [30720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6644), + [30722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6864), + [30724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7578), + [30726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18391), + [30728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25215), + [30730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25681), + [30732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20281), + [30734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14403), + [30736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derives_clause, 2, .production_id = 43), + [30738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9469), + [30740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16155), + [30742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7836), + [30744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14768), + [30746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21458), + [30748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21596), + [30750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16914), + [30752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5852), + [30754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8978), + [30756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13847), + [30758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17636), + [30760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27442), + [30762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16595), + [30764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7767), + [30766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9478), + [30768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9425), + [30770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13914), + [30772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9457), + [30774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9602), + [30776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, .production_id = 1), + [30778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), + [30780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25249), + [30782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25578), + [30784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21883), + [30786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25283), + [30788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25969), + [30790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13903), + [30792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17226), + [30794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17732), + [30796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19608), + [30798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6242), + [30800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9890), + [30802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27353), + [30804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21144), + [30806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27653), + [30808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15927), + [30810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8647), + [30812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9465), + [30814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11243), + [30816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8824), + [30818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9195), + [30820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22595), + [30822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19526), + [30824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8884), + [30826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9006), + [30828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25282), + [30830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25523), + [30832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6834), + [30834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9108), + [30836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8756), + [30838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16250), + [30840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7880), + [30842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17262), + [30844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29516), + [30846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21625), + [30848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7633), + [30850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7626), + [30852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25300), + [30854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25462), + [30856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18399), + [30858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8178), + [30860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17975), + [30862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25314), + [30864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25792), + [30866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8185), + [30868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8584), + [30870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14101), + [30872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18521), + [30874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8208), + [30876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22074), + [30878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22157), + [30880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), + [30882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), + [30884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27330), + [30886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6093), + [30888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), + [30890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), + [30892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6339), + [30894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25325), + [30896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25400), + [30898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27510), + [30900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8763), + [30902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8124), + [30904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22305), + [30906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8125), + [30908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16959), + [30910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25349), + [30912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25663), + [30914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16964), + [30916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22132), + [30918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7451), + [30920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25344), + [30922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25441), + [30924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19644), + [30926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7477), + [30928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9477), + [30930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7366), + [30932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [30934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8367), + [30936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), + [30938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), + [30940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [30942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14205), + [30944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20708), + [30946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22207), + [30948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21032), + [30950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21285), + [30952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25368), + [30954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25499), + [30956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28755), + [30958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14567), + [30960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14202), + [30962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22405), + [30964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17988), + [30966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27612), + [30968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25387), + [30970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25559), + [30972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17876), + [30974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27387), + [30976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9515), + [30978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17793), + [30980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9444), + [30982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7875), + [30984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10807), + [30986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10673), + [30988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4775), + [30990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10113), + [30992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17281), + [30994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), + [30996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), + [30998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11161), + [31000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11159), + [31002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25347), + [31004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10312), + [31006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10475), + [31008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12710), + [31010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), + [31012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10471), + [31014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10480), + [31016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15175), + [31018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11165), + [31020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27452), + [31022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7060), + [31024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10213), + [31026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10478), + [31028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11197), + [31030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), + [31032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27446), + [31034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10467), + [31036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8465), + [31038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10178), + [31040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10479), + [31042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), + [31044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17720), + [31046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10173), + [31048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18584), + [31050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10191), + [31052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8909), + [31054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21310), + [31056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10314), + [31058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19145), + [31060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10472), + [31062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15199), + [31064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10346), + [31066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), + [31068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7073), + [31070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13265), + [31072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10115), + [31074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11136), + [31076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11139), + [31078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11145), + [31080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11146), + [31082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10406), + [31084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), + [31086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10463), + [31088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10255), + [31090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20673), + [31092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10070), + [31094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12760), + [31096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10486), + [31098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14623), + [31100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), + [31102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25326), + [31104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10481), + [31106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5310), + [31108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25369), + [31110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10042), + [31112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10470), + [31114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10461), + [31116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13968), + [31118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10494), + [31120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10009), + [31122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8322), + [31124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11619), + [31126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10452), + [31128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15500), + [31130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11621), + [31132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10445), + [31134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11622), + [31136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11638), + [31138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), + [31140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20458), + [31142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), + [31144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17266), + [31146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), + [31148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9940), + [31150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10167), + [31152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9344), + [31154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10189), + [31156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11262), + [31158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10459), + [31160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10002), + [31162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11268), + [31164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10540), + [31166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19165), + [31168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10466), + [31170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15650), + [31172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), + [31174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10593), + [31176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9986), + [31178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13522), + [31180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10496), + [31182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4507), + [31184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10484), + [31186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17257), + [31188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11964), + [31190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11978), + [31192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11985), + [31194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11986), + [31196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9993), + [31198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18044), + [31200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11925), + [31202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), + [31204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), + [31206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10462), + [31208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10631), + [31210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15481), + [31212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21172), + [31214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25301), + [31216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10492), + [31218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13169), + [31220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9996), + [31222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6866), + [31224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25388), + [31226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10454), + [31228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15837), + [31230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10813), + [31232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18735), + [31234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11833), + [31236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11946), + [31238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10712), + [31240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13203), + [31242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11930), + [31244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10458), + [31246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11923), + [31248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), + [31250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10107), + [31252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8572), + [31254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10112), + [31256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10765), + [31258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13521), + [31260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7167), + [31262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10460), + [31264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15239), + [31266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10111), + [31268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8971), + [31270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10029), + [31272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5623), + [31274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10504), + [31276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11278), + [31278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), + [31280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10865), + [31282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15979), + [31284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10729), + [31286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19181), + [31288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10469), + [31290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10759), + [31292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11284), + [31294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10053), + [31296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10495), + [31298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10455), + [31300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12035), + [31302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12026), + [31304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12017), + [31306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12006), + [31308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10062), + [31310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8119), + [31312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7194), + [31314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10692), + [31316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25346), + [31318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), + [31320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25284), + [31322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10448), + [31324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6280), + [31326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10804), + [31328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14616), + [31330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10079), + [31332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), + [31334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), + [31336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11160), + [31338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11153), + [31340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21263), + [31342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11144), + [31344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11112), + [31346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22485), + [31348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10446), + [31350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18912), + [31352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10092), + [31354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14078), + [31356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10164), + [31358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16911), + [31360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10848), + [31362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), + [31364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10425), + [31366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8103), + [31368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13275), + [31370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10033), + [31372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10449), + [31374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10106), + [31376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10129), + [31378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10501), + [31380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5551), + [31382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11558), + [31384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11540), + [31386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11535), + [31388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11532), + [31390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), + [31392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10509), + [31394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10110), + [31396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8440), + [31398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10873), + [31400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10844), + [31402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18359), + [31404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10433), + [31406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17073), + [31408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10098), + [31410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25254), + [31412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17761), + [31414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11795), + [31416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10511), + [31418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), + [31420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), + [31422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10121), + [31424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10447), + [31426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6288), + [31428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10505), + [31430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8076), + [31432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), + [31434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10074), + [31436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), + [31438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10149), + [31440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18850), + [31442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), + [31444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), + [31446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14772), + [31448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10798), + [31450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15718), + [31452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10507), + [31454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13108), + [31456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10152), + [31458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10427), + [31460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13277), + [31462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), + [31464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6983), + [31466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10335), + [31468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10513), + [31470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10073), + [31472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15177), + [31474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10160), + [31476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17525), + [31478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21278), + [31480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10724), + [31482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), + [31484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12256), + [31486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11038), + [31488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11050), + [31490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11009), + [31492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11058), + [31494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10518), + [31496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13123), + [31498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6363), + [31500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), + [31502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13272), + [31504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25213), + [31506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25312), + [31508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10177), + [31510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10049), + [31512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10441), + [31514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10424), + [31516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5238), + [31518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10512), + [31520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5546), + [31522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), + [31524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20463), + [31526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11302), + [31528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11304), + [31530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11306), + [31532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11312), + [31534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10234), + [31536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19016), + [31538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10524), + [31540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10723), + [31542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14082), + [31544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), + [31546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10722), + [31548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), + [31550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6370), + [31552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10528), + [31554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12738), + [31556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10154), + [31558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16648), + [31560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10221), + [31562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10514), + [31564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10415), + [31566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10432), + [31568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18802), + [31570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10218), + [31572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15349), + [31574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10667), + [31576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6928), + [31578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10884), + [31580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4862), + [31582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11318), + [31584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11322), + [31586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11324), + [31588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11328), + [31590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [31592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), + [31594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), + [31596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14004), + [31598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10506), + [31600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13151), + [31602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25219), + [31604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), + [31606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17194), + [31608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10413), + [31610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15879), + [31612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), + [31614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10249), + [31616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10533), + [31618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10420), + [31620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16634), + [31622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10266), + [31624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19001), + [31626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10527), + [31628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10280), + [31630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10290), + [31632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18995), + [31634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10536), + [31636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12761), + [31638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10629), + [31640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), + [31642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10397), + [31644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10048), + [31646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6058), + [31648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), + [31650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14077), + [31652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10510), + [31654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10286), + [31656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10532), + [31658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7078), + [31660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10414), + [31662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25149), + [31664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10539), + [31666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10297), + [31668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18984), + [31670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10543), + [31672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12773), + [31674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10498), + [31676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12860), + [31678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10388), + [31680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6478), + [31682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11488), + [31684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11496), + [31686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11505), + [31688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11513), + [31690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14074), + [31692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10534), + [31694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10304), + [31696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), + [31698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10350), + [31700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18977), + [31702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), + [31704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25188), + [31706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), + [31708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), + [31710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10385), + [31712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10537), + [31714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4702), + [31716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10410), + [31718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18950), + [31720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), + [31722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10391), + [31724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10315), + [31726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10383), + [31728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15902), + [31730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__full_enum_def, 3, .production_id = 161), + [31732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10422), + [31734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7532), + [31736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10548), + [31738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__full_enum_def, 2, .production_id = 146), + [31740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10616), + [31742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10542), + [31744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), + [31746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2959), + [31748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7567), + [31750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25281), + [31752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10327), + [31754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18855), + [31756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10386), + [31758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5428), + [31760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21273), + [31762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10246), + [31764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [31766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10550), + [31768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6941), + [31770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17666), + [31772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4921), + [31774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17160), + [31776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11647), + [31778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11648), + [31780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11649), + [31782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11650), + [31784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11741), + [31786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11742), + [31788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11744), + [31790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10912), + [31792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10332), + [31794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21258), + [31796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10339), + [31798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16675), + [31800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10377), + [31802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10384), + [31804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10547), + [31806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7074), + [31808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10201), + [31810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9667), + [31812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10375), + [31814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7172), + [31816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7825), + [31818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10205), + [31820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14211), + [31822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), + [31824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10348), + [31826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), + [31828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_enum_case, 2, .production_id = 117), + [31830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10199), + [31832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10553), + [31834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18085), + [31836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9079), + [31838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17157), + [31840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10522), + [31842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4679), + [31844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17618), + [31846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18485), + [31848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9942), + [31850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19465), + [31852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10363), + [31854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6067), + [31856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20729), + [31858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10549), + [31860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10367), + [31862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10365), + [31864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9943), + [31866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14721), + [31868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), + [31870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7928), + [31872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10379), + [31874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20568), + [31876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10366), + [31878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15517), + [31880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), + [31882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10376), + [31884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10551), + [31886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5348), + [31888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10032), + [31890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6056), + [31892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12992), + [31894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13067), + [31896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9939), + [31898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), + [31900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), + [31902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10393), + [31904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10203), + [31906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10559), + [31908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7679), + [31910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10374), + [31912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6305), + [31914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10207), + [31916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16408), + [31918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10399), + [31920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5431), + [31922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20478), + [31924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), + [31926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10555), + [31928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10026), + [31930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10564), + [31932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5494), + [31934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9944), + [31936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17130), + [31938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10340), + [31940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17715), + [31942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9967), + [31944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), + [31946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10347), + [31948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10404), + [31950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7696), + [31952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10558), + [31954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7315), + [31956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10361), + [31958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10337), + [31960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8138), + [31962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10408), + [31964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7511), + [31966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17610), + [31968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9125), + [31970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10568), + [31972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20826), + [31974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10580), + [31976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13664), + [31978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), + [31980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9981), + [31982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7885), + [31984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10561), + [31986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10409), + [31988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), + [31990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), + [31992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), + [31994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6447), + [31996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14716), + [31998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10402), + [32000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17843), + [32002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10331), + [32004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10055), + [32006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9991), + [32008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), + [32010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10400), + [32012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12978), + [32014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), + [32016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20475), + [32018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10578), + [32020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5516), + [32022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), + [32024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10412), + [32026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17962), + [32028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4539), + [32030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 7, .production_id = 170), + [32032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), + [32034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10353), + [32036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16746), + [32038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10338), + [32040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10310), + [32042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14943), + [32044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10416), + [32046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8446), + [32048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10606), + [32050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), + [32052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10216), + [32054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), + [32056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10566), + [32058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13427), + [32060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10450), + [32062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10573), + [32064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10569), + [32066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9997), + [32068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15015), + [32070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10257), + [32072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13368), + [32074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10000), + [32076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10557), + [32078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12626), + [32080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), + [32082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8876), + [32084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17981), + [32086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17993), + [32088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4547), + [32090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10046), + [32092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18864), + [32094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10012), + [32096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6778), + [32098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10451), + [32100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15525), + [32102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25192), + [32104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10476), + [32106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8856), + [32108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10336), + [32110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6324), + [32112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10023), + [32114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8360), + [32116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 6, .production_id = 154), + [32118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3995), + [32120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), + [32122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10497), + [32124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20955), + [32126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12277), + [32128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10589), + [32130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), + [32132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14033), + [32134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11953), + [32136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11955), + [32138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10287), + [32140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11958), + [32142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12960), + [32144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20358), + [32146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11967), + [32148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9419), + [32150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding, 1, .dynamic_precedence = 10, .production_id = 1), + [32152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10571), + [32154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8445), + [32156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10060), + [32158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10411), + [32160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8319), + [32162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), + [32164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10574), + [32166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10311), + [32168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10284), + [32170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7068), + [32172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 5, .production_id = 144), + [32174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), + [32176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18069), + [32178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4822), + [32180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10546), + [32182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), + [32184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), + [32186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10488), + [32188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), + [32190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10279), + [32192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10582), + [32194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10565), + [32196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18052), + [32198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10583), + [32200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5527), + [32202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10005), + [32204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 5, .production_id = 68), + [32206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), + [32208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10086), + [32210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17971), + [32212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10302), + [32214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14310), + [32216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10285), + [32218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10090), + [32220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), + [32222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10575), + [32224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17958), + [32226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), + [32228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10277), + [32230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13347), + [32232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10576), + [32234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12865), + [32236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10581), + [32238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14502), + [32240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3360), + [32242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10612), + [32244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18093), + [32246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4798), + [32248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10283), + [32250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7328), + [32252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10620), + [32254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16737), + [32256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21438), + [32258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), + [32260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10645), + [32262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10650), + [32264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10102), + [32266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8594), + [32268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10274), + [32270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10652), + [32272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15579), + [32274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10591), + [32276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5314), + [32278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9995), + [32280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6788), + [32282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17826), + [32284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4828), + [32286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), + [32288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17065), + [32290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21240), + [32292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10662), + [32294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10663), + [32296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16747), + [32298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_selectors_repeat1, 2), SHIFT_REPEAT(20862), + [32301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10584), + [32303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5454), + [32305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10702), + [32307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10151), + [32309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10668), + [32311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), + [32313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10278), + [32315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10269), + [32317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7027), + [32319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16345), + [32321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), + [32323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10596), + [32325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [32327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10265), + [32329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10276), + [32331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14500), + [32333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10675), + [32335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19071), + [32337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10598), + [32339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4941), + [32341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10679), + [32343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18144), + [32345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18414), + [32347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), + [32349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10271), + [32351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10684), + [32353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15582), + [32355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 4, .production_id = 102), + [32357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), + [32359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12919), + [32361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10590), + [32363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20730), + [32365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), + [32367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10687), + [32369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10166), + [32371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16340), + [32373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), + [32375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10187), + [32377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 4, .production_id = 100), + [32379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3942), + [32381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7911), + [32383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16332), + [32385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10691), + [32387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21019), + [32389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18149), + [32391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18437), + [32393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10586), + [32395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13139), + [32397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10600), + [32399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10753), + [32401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10594), + [32403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10704), + [32405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21467), + [32407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20434), + [32409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10185), + [32411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8687), + [32413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), + [32415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10711), + [32417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10267), + [32419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8043), + [32421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10219), + [32423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10260), + [32425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10718), + [32427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17807), + [32429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10603), + [32431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4904), + [32433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), + [32435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7183), + [32437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10599), + [32439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14003), + [32441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), + [32443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13975), + [32445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10601), + [32447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10607), + [32449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10210), + [32451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5711), + [32453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10217), + [32455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), + [32457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_bindings_repeat1, 2), SHIFT_REPEAT(24754), + [32460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_bindings_repeat1, 2), + [32462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10288), + [32464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16511), + [32466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8310), + [32468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), + [32470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10766), + [32472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25128), + [32474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10721), + [32476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18090), + [32478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17825), + [32480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10602), + [32482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17306), + [32484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21269), + [32486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), + [32488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10731), + [32490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), + [32492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10220), + [32494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16799), + [32496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), + [32498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10610), + [32500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13573), + [32502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), + [32504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10230), + [32506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17029), + [32508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding, 3, .dynamic_precedence = 10, .production_id = 100), + [32510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10200), + [32512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10275), + [32514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14450), + [32516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12034), + [32518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17633), + [32520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18980), + [32522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10253), + [32524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12033), + [32526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12030), + [32528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12025), + [32530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20888), + [32532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8545), + [32534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), + [32536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10732), + [32538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10604), + [32540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18061), + [32542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17808), + [32544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22722), + [32546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10215), + [32548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10251), + [32550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6724), + [32552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), + [32554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10736), + [32556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15630), + [32558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), + [32560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(3818), + [32563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17658), + [32565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18171), + [32567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13088), + [32569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10739), + [32571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), + [32573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20415), + [32575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10622), + [32577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10740), + [32579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5200), + [32581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10308), + [32583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_types_repeat1, 2), + [32585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10208), + [32587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13376), + [32589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10292), + [32591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), + [32593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_types_repeat1, 2), SHIFT_REPEAT(9516), + [32596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9979), + [32598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10209), + [32600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4989), + [32602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9982), + [32604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8159), + [32606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10320), + [32608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18600), + [32610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10240), + [32612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10608), + [32614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5041), + [32616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), REDUCE(aux_sym_parameter_types_repeat1, 2), + [32619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), + [32621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6542), + [32623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9978), + [32625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), + [32627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10181), + [32629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20489), + [32631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10244), + [32633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6076), + [32635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18002), + [32637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4572), + [32639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10669), + [32641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17478), + [32643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10195), + [32645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), + [32647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14186), + [32649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10757), + [32651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17642), + [32653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879), + [32655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17806), + [32657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19022), + [32659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10303), + [32661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7811), + [32663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10197), + [32665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20953), + [32667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10627), + [32669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13583), + [32671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10306), + [32673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), + [32675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10763), + [32677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10805), + [32679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6647), + [32681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17973), + [32683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4619), + [32685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22712), + [32687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10764), + [32689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13878), + [32691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_derives_clause_repeat1, 2, .production_id = 43), + [32693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10186), + [32695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5733), + [32697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), + [32699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10570), + [32701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8108), + [32703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10623), + [32705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14668), + [32707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9968), + [32709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6820), + [32711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), + [32713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22705), + [32715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), + [32717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10771), + [32719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10309), + [32721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13501), + [32723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10634), + [32725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13187), + [32727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17824), + [32729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4441), + [32731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), + [32733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17725), + [32735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10772), + [32737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16829), + [32739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10626), + [32741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21235), + [32743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10342), + [32745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), + [32747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), + [32749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10354), + [32751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10775), + [32753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), + [32755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7515), + [32757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10776), + [32759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13326), + [32761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9964), + [32763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_parameters_repeat1, 2), SHIFT_REPEAT(13317), + [32766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_parameters_repeat1, 2), + [32768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), + [32770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18829), + [32772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17913), + [32774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5272), + [32776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), + [32778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10182), + [32780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10778), + [32782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10196), + [32784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17382), + [32786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10190), + [32788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13199), + [32790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10637), + [32792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12861), + [32794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10780), + [32796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16827), + [32798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20509), + [32800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), + [32802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13057), + [32804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10787), + [32806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10352), + [32808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8292), + [32810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10179), + [32812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12986), + [32814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10364), + [32816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10633), + [32818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), + [32820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20988), + [32822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7393), + [32824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17884), + [32826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), + [32828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), + [32830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10791), + [32832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14334), + [32834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 3, .production_id = 2), + [32836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), + [32838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interpolated_string_repeat2, 2), SHIFT_REPEAT(27452), + [32841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interpolated_string_repeat2, 2), + [32843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10389), + [32845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5218), + [32847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), + [32849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10795), + [32851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9959), + [32853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6044), + [32855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12269), + [32857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13228), + [32859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20585), + [32861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), + [32863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16226), + [32865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10643), + [32867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10184), + [32869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5342), + [32871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interpolated_string_repeat1, 2), SHIFT_REPEAT(27446), + [32874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interpolated_string_repeat1, 2), + [32876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10635), + [32878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10797), + [32880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15711), + [32882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10170), + [32884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), + [32886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), + [32888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10799), + [32890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10135), + [32892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8441), + [32894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10641), + [32896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15346), + [32898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10800), + [32900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13480), + [32902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10168), + [32904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5125), + [32906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10417), + [32908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), + [32910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), + [32912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), + [32914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14324), + [32916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10158), + [32918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10516), + [32920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14824), + [32922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10172), + [32924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17406), + [32926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10169), + [32928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10155), + [32930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5787), + [32932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12268), + [32934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10587), + [32936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17628), + [32938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10653), + [32940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6175), + [32942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), + [32944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10892), + [32946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15978), + [32948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), + [32950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10819), + [32952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14344), + [32954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10642), + [32956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_class_pattern_repeat1, 2), SHIFT_REPEAT(12322), + [32959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9137), + [32961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10159), + [32963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5338), + [32965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10812), + [32967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5912), + [32969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10468), + [32971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19613), + [32973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10654), + [32975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10150), + [32977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2), SHIFT_REPEAT(21350), + [32980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2), + [32982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9954), + [32984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10356), + [32986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15943), + [32988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10156), + [32990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10839), + [32992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10500), + [32994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10147), + [32996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6373), + [32998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14331), + [33000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17794), + [33002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4418), + [33004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10648), + [33006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12799), + [33008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10658), + [33010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5215), + [33012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10245), + [33014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8214), + [33016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9941), + [33018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), + [33020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10526), + [33022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), + [33024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), + [33026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10655), + [33028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25060), + [33030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), + [33032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21259), + [33034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 99), SHIFT_REPEAT(18254), + [33037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 99), + [33039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), + [33041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10822), + [33043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9938), + [33045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13710), + [33047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), + [33049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8548), + [33051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), + [33053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10142), + [33055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10153), + [33057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15827), + [33059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11830), + [33061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10247), + [33063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), + [33065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11828), + [33067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11824), + [33069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11815), + [33071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10830), + [33073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13525), + [33075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10659), + [33077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_context_bound, 2, .production_id = 43), + [33079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10423), + [33081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10833), + [33083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10567), + [33085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), + [33087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10148), + [33089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10656), + [33091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15361), + [33093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13868), + [33095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10838), + [33097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13688), + [33099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10784), + [33101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16259), + [33103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10259), + [33105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16991), + [33107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17731), + [33109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4715), + [33111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10010), + [33113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8258), + [33115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), + [33117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10140), + [33119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7478), + [33121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10840), + [33123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10788), + [33125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), + [33127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23274), + [33129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10664), + [33131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5207), + [33133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10477), + [33135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13830), + [33137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [33139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18559), + [33141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), + [33143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10146), + [33145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6442), + [33147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10058), + [33149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6031), + [33151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10595), + [33153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7798), + [33155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10380), + [33157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20389), + [33159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10252), + [33161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10141), + [33163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [33165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10842), + [33167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14356), + [33169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10597), + [33171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13842), + [33173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17701), + [33175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4603), + [33177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10671), + [33179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10061), + [33181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10093), + [33183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15264), + [33185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10661), + [33187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13222), + [33189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10045), + [33191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10638), + [33193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21686), + [33195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), + [33197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10845), + [33199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10665), + [33201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10808), + [33203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13807), + [33205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21206), + [33207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8894), + [33209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), + [33211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7000), + [33213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10078), + [33215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6029), + [33217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), + [33219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10124), + [33221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10893), + [33223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10119), + [33225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12901), + [33227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), + [33229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23301), + [33231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10517), + [33233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10853), + [33235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3446), + [33237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10139), + [33239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6517), + [33241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10660), + [33243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), + [33245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10521), + [33247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14606), + [33249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17872), + [33251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17048), + [33253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17546), + [33255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), + [33257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10134), + [33259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14138), + [33261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17631), + [33263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19036), + [33265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10136), + [33267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10143), + [33269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10483), + [33271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10856), + [33273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13679), + [33275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10114), + [33277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7487), + [33279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), + [33281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10202), + [33283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8324), + [33285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10857), + [33287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13062), + [33289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18148), + [33291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4569), + [33293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10131), + [33295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13080), + [33297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 2, .production_id = 1), + [33299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), + [33301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10686), + [33303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10859), + [33305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13319), + [33307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17892), + [33309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19719), + [33311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10672), + [33313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20911), + [33315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21091), + [33317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), + [33319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10677), + [33321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8500), + [33323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10860), + [33325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10681), + [33327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10708), + [33329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5671), + [33331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10676), + [33333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13109), + [33335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17537), + [33337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17596), + [33339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19028), + [33341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10224), + [33343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10861), + [33345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13798), + [33347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), + [33349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10100), + [33351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17277), + [33353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10695), + [33355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16108), + [33357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10863), + [33359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10758), + [33361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18960), + [33363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10123), + [33365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10105), + [33367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8794), + [33369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10697), + [33371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10866), + [33373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6762), + [33375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), + [33377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10714), + [33379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12894), + [33381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8787), + [33383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10781), + [33385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13579), + [33387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), + [33389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10706), + [33391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17717), + [33393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12852), + [33395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), + [33397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7437), + [33399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), + [33401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10868), + [33403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10698), + [33405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17449), + [33407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10726), + [33409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7806), + [33411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_declaration_repeat1, 2, .production_id = 72), + [33413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_declaration_repeat1, 2, .production_id = 72), SHIFT_REPEAT(25243), + [33416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10733), + [33418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10228), + [33420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13095), + [33422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), + [33424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), + [33426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10545), + [33428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10869), + [33430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13571), + [33432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16147), + [33434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10710), + [33436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), + [33438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), + [33440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23285), + [33442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), + [33444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), + [33446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17345), + [33448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10875), + [33450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10879), + [33452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7672), + [33454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10728), + [33456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10281), + [33458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10321), + [33460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), + [33462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17520), + [33464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18900), + [33466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20721), + [33468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), + [33470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10881), + [33472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10735), + [33474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10382), + [33476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17275), + [33478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10239), + [33480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20764), + [33482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10742), + [33484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8425), + [33486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10657), + [33488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10108), + [33490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5576), + [33492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10905), + [33494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7736), + [33496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10745), + [33498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12848), + [33500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10882), + [33502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5860), + [33504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10370), + [33506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6973), + [33508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16142), + [33510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10727), + [33512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10085), + [33514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10034), + [33516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6402), + [33518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10387), + [33520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20276), + [33522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10741), + [33524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8389), + [33526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), + [33528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10485), + [33530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14096), + [33532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10572), + [33534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), + [33536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10890), + [33538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17482), + [33540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18911), + [33542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), + [33544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10874), + [33546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7707), + [33548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17982), + [33550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4500), + [33552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23322), + [33554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29308), + [33556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21076), + [33558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10730), + [33560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19766), + [33562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25165), + [33564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), + [33566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10896), + [33568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10585), + [33570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13684), + [33572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10748), + [33574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10802), + [33576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10734), + [33578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17268), + [33580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10075), + [33582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13467), + [33584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10761), + [33586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7739), + [33588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), + [33590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), + [33592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14412), + [33594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10183), + [33596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9367), + [33598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10897), + [33600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8791), + [33602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10743), + [33604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5447), + [33606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10783), + [33608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10749), + [33610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10898), + [33612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), + [33614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17964), + [33616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19725), + [33618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10899), + [33620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6595), + [33622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10806), + [33624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4886), + [33626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10109), + [33628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10774), + [33630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), + [33632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10030), + [33634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9348), + [33636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27467), + [33638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17430), + [33640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12994), + [33642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10037), + [33644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10027), + [33646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15029), + [33648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), + [33650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), + [33652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10903), + [33654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17446), + [33656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17426), + [33658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10888), + [33660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10770), + [33662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15462), + [33664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10693), + [33666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), + [33668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10725), + [33670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13558), + [33672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10024), + [33674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10031), + [33676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6474), + [33678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11643), + [33680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29337), + [33682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), + [33684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10028), + [33686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), + [33688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11567), + [33690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10773), + [33692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10817), + [33694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10786), + [33696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4497), + [33698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13005), + [33700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10827), + [33702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6089), + [33704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10792), + [33706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8774), + [33708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10020), + [33710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6405), + [33712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10793), + [33714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10907), + [33716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10823), + [33718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17505), + [33720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17528), + [33722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17509), + [33724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), + [33726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10908), + [33728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8401), + [33730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), + [33732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10828), + [33734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10824), + [33736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15270), + [33738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10700), + [33740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16629), + [33742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10014), + [33744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9983), + [33746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10025), + [33748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13479), + [33750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10816), + [33752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19044), + [33754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13094), + [33756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9971), + [33758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), + [33760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9956), + [33762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10826), + [33764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10835), + [33766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5714), + [33768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10295), + [33770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7648), + [33772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), + [33774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10911), + [33776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15871), + [33778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10789), + [33780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6104), + [33782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), + [33784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10750), + [33786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15247), + [33788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11563), + [33790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10909), + [33792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10850), + [33794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10705), + [33796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11562), + [33798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21203), + [33800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), + [33802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), + [33804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13851), + [33806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10910), + [33808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7771), + [33810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10831), + [33812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4471), + [33814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10751), + [33816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14080), + [33818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10836), + [33820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10614), + [33822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21268), + [33824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), + [33826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17012), + [33828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), + [33830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10022), + [33832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), + [33834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10862), + [33836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), + [33838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10870), + [33840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16174), + [33842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9992), + [33844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15767), + [33846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), + [33848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), + [33850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8462), + [33852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), + [33854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10855), + [33856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16710), + [33858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), + [33860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10886), + [33862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10854), + [33864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23345), + [33866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10902), + [33868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10901), + [33870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6010), + [33872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8200), + [33874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10872), + [33876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17253), + [33878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), + [33880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17767), + [33882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16920), + [33884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10887), + [33886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11545), + [33888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), + [33890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), + [33892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10843), + [33894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21184), + [33896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17503), + [33898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5797), + [33900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10871), + [33902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10877), + [33904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14974), + [33906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), + [33908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10755), + [33910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20951), + [33912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18467), + [33914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10876), + [33916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14724), + [33918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9951), + [33920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10880), + [33922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10900), + [33924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17223), + [33926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9980), + [33928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6468), + [33930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9969), + [33932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10852), + [33934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17841), + [33936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10846), + [33938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), + [33940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10841), + [33942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10906), + [33944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10043), + [33946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5806), + [33948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), + [33950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21067), + [33952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8083), + [33954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17874), + [33956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16942), + [33958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10777), + [33960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10858), + [33962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18339), + [33964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10834), + [33966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6501), + [33968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10680), + [33970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17772), + [33972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10895), + [33974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14896), + [33976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12887), + [33978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10768), + [33980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), + [33982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10644), + [33984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), + [33986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10810), + [33988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), + [33990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9961), + [33992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13690), + [33994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10646), + [33996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9805), + [33998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), + [34000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10047), + [34002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21103), + [34004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10651), + [34006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10803), + [34008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19966), + [34010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10779), + [34012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16484), + [34014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10701), + [34016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10796), + [34018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10640), + [34020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14909), + [34022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10794), + [34024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16506), + [34026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10180), + [34028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20567), + [34030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), + [34032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17685), + [34034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), + [34036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10632), + [34038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), + [34040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10649), + [34042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18831), + [34044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10891), + [34046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10849), + [34048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4923), + [34050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10767), + [34052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), + [34054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10790), + [34056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10636), + [34058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10621), + [34060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14878), + [34062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8383), + [34064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18098), + [34066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17408), + [34068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17457), + [34070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5823), + [34072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21050), + [34074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10535), + [34076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10051), + [34078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17377), + [34080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10071), + [34082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), + [34084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18099), + [34086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4744), + [34088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), + [34090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10630), + [34092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17176), + [34094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10618), + [34096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10624), + [34098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10762), + [34100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10617), + [34102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14726), + [34104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10883), + [34106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15915), + [34108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), + [34110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), + [34112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10878), + [34114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10747), + [34116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), + [34118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), + [34120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10785), + [34122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21090), + [34124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10067), + [34126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10885), + [34128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17348), + [34130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10707), + [34132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10609), + [34134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10699), + [34136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18117), + [34138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), + [34140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10696), + [34142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10683), + [34144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18152), + [34146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10619), + [34148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14641), + [34150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10613), + [34152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18406), + [34154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8323), + [34156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10647), + [34158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10044), + [34160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7755), + [34162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10050), + [34164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), + [34166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12868), + [34168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10754), + [34170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15934), + [34172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), + [34174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18114), + [34176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4671), + [34178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10628), + [34180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10072), + [34182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6827), + [34184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10125), + [34186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9064), + [34188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10615), + [34190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21171), + [34192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10563), + [34194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4670), + [34196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10541), + [34198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10674), + [34200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6506), + [34202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10611), + [34204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6128), + [34206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10317), + [34208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14539), + [34210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10592), + [34212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20268), + [34214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), + [34216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13254), + [34218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10588), + [34220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10066), + [34222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4655), + [34224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), + [34226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10577), + [34228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16389), + [34230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10552), + [34232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10562), + [34234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10605), + [34236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10639), + [34238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14436), + [34240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), + [34242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), + [34244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10502), + [34246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10544), + [34248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10538), + [34250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13210), + [34252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10083), + [34254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10525), + [34256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10670), + [34258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10520), + [34260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16297), + [34262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), + [34264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10519), + [34266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10508), + [34268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5054), + [34270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10531), + [34272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4645), + [34274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), + [34276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13891), + [34278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10715), + [34280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18096), + [34282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21112), + [34284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10491), + [34286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10443), + [34288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13568), + [34290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10560), + [34292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), + [34294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), + [34296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16260), + [34298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10430), + [34300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15238), + [34302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20998), + [34304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), + [34306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12896), + [34308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20369), + [34310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10487), + [34312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16021), + [34314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), + [34316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10530), + [34318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10473), + [34320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), + [34322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10499), + [34324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10264), + [34326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18826), + [34328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14297), + [34330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10419), + [34332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10065), + [34334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15615), + [34336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), + [34338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10398), + [34340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), + [34342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), + [34344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10161), + [34346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10403), + [34348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16278), + [34350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), + [34352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10076), + [34354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7742), + [34356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10401), + [34358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10122), + [34360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), + [34362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10225), + [34364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15758), + [34366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21051), + [34368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17845), + [34370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5058), + [34372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10035), + [34374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8105), + [34376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10529), + [34378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6553), + [34380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10373), + [34382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), + [34384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10319), + [34386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17054), + [34388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10138), + [34390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4665), + [34392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11477), + [34394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10465), + [34396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12913), + [34398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10368), + [34400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20504), + [34402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), + [34404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10362), + [34406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10357), + [34408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4663), + [34410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), + [34412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10493), + [34414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13633), + [34416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10345), + [34418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10515), + [34420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10489), + [34422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10343), + [34424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12816), + [34426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), + [34428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10227), + [34430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10206), + [34432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10341), + [34434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10464), + [34436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10333), + [34438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5907), + [34440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13107), + [34442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10328), + [34444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10326), + [34446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13592), + [34448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13255), + [34450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), + [34452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10231), + [34454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18833), + [34456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10322), + [34458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10894), + [34460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14285), + [34462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), + [34464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20851), + [34466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17757), + [34468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5084), + [34470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), + [34472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10305), + [34474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13629), + [34476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10294), + [34478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10442), + [34480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12922), + [34482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10233), + [34484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10439), + [34486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19618), + [34488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10666), + [34490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4959), + [34492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10296), + [34494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10482), + [34496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15231), + [34498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10226), + [34500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6592), + [34502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10293), + [34504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13514), + [34506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16997), + [34508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10229), + [34510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), + [34512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10431), + [34514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13746), + [34516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10456), + [34518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10157), + [34520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5322), + [34522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10250), + [34524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14559), + [34526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10435), + [34528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10273), + [34530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10232), + [34532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12585), + [34534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), + [34536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10272), + [34538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13696), + [34540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), + [34542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10270), + [34544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10268), + [34546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6935), + [34548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10444), + [34550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6635), + [34552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10258), + [34554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10428), + [34556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12811), + [34558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10256), + [34560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5558), + [34562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), + [34564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10243), + [34566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10818), + [34568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10223), + [34570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8037), + [34572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20671), + [34574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10440), + [34576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20773), + [34578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10198), + [34580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), + [34582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10194), + [34584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5924), + [34586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), + [34588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10192), + [34590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10523), + [34592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15980), + [34594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), + [34596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10188), + [34598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8045), + [34600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), + [34602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17909), + [34604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10175), + [34606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10127), + [34608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10137), + [34610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10421), + [34612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10171), + [34614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7371), + [34616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), + [34618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10782), + [34620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14429), + [34622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10163), + [34624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10144), + [34626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5941), + [34628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10242), + [34630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10133), + [34632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10426), + [34634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15580), + [34636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10130), + [34638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8066), + [34640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10811), + [34642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14970), + [34644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), + [34646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10126), + [34648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10369), + [34650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17952), + [34652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4846), + [34654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10096), + [34656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8801), + [34658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), + [34660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21069), + [34662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10395), + [34664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6874), + [34666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10059), + [34668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10418), + [34670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21553), + [34672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21190), + [34674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10057), + [34676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5627), + [34678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13213), + [34680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10289), + [34682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10039), + [34684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13284), + [34686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10815), + [34688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9998), + [34690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17959), + [34692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10323), + [34694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12908), + [34696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10820), + [34698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17413), + [34700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), + [34702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10019), + [34704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20792), + [34706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), + [34708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2935), + [34710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17587), + [34712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19385), + [34714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), + [34716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10013), + [34718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7268), + [34720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), + [34722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), + [34724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10825), + [34726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), + [34728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17627), + [34730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4816), + [34732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10003), + [34734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7223), + [34736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10381), + [34738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21073), + [34740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10334), + [34742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14036), + [34744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10299), + [34746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21600), + [34748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10324), + [34750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10474), + [34752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13296), + [34754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), + [34756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10407), + [34758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7924), + [34760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13039), + [34762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13052), + [34764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9988), + [34766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8144), + [34768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17727), + [34770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17755), + [34772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18030), + [34774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), + [34776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), + [34778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10832), + [34780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20821), + [34782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9937), + [34784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17479), + [34786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19402), + [34788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9987), + [34790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9965), + [34792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14855), + [34794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), + [34796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8217), + [34798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10756), + [34800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13083), + [34802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10405), + [34804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9955), + [34806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10378), + [34808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5767), + [34810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10746), + [34812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10254), + [34814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5652), + [34816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21075), + [34818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10204), + [34820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16840), + [34822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12982), + [34824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10001), + [34826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8638), + [34828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), + [34830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20973), + [34832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20408), + [34834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10719), + [34836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17210), + [34838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), + [34840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9950), + [34842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9947), + [34844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16238), + [34846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10004), + [34848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10263), + [34850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), + [34852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10007), + [34854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7179), + [34856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10298), + [34858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12827), + [34860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), + [34862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10018), + [34864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10068), + [34866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16255), + [34868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10453), + [34870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10084), + [34872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10359), + [34874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10091), + [34876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14514), + [34878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10329), + [34880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10300), + [34882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), + [34884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10390), + [34886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15908), + [34888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10094), + [34890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10101), + [34892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14903), + [34894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), + [34896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10116), + [34898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), + [34900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), + [34902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20643), + [34904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17425), + [34906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18263), + [34908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10396), + [34910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13232), + [34912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20946), + [34914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10360), + [34916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10128), + [34918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16346), + [34920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10006), + [34922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10145), + [34924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), + [34926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8096), + [34928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10193), + [34930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18360), + [34932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21014), + [34934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10325), + [34936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5772), + [34938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10222), + [34940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), + [34942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10307), + [34944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5116), + [34946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10241), + [34948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15977), + [34950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), + [34952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10248), + [34954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10036), + [34956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), + [34958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10282), + [34960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18273), + [34962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10556), + [34964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14932), + [34966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10717), + [34968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10318), + [34970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10355), + [34972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7954), + [34974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10351), + [34976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16546), + [34978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10814), + [34980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19667), + [34982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10371), + [34984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22566), + [34986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), + [34988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13274), + [34990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22557), + [34992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10904), + [34994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16832), + [34996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10438), + [34998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14260), + [35000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10713), + [35002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10372), + [35004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10490), + [35006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17136), + [35008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10313), + [35010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17454), + [35012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17612), + [35014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17697), + [35016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18192), + [35018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10625), + [35020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10344), + [35022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10694), + [35024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19328), + [35026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10829), + [35028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21225), + [35030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), + [35032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16927), + [35034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10176), + [35036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16455), + [35038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12898), + [35040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10394), + [35042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12823), + [35044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10709), + [35046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16472), + [35048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10211), + [35050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10703), + [35052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12946), + [35054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11774), + [35056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11844), + [35058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [35060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23902), + [35062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23901), + [35064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11173), + [35066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [35068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11205), + [35070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11276), + [35072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11117), + [35074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4034), + [35076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11337), + [35078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [35080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11362), + [35082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11396), + [35084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [35086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [35088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), + [35090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11459), + [35092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23763), + [35094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23784), + [35096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11554), + [35098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11093), + [35100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), + [35102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11590), + [35104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [35106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11726), + [35108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24467), + [35110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24456), + [35112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11660), + [35114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [35116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), + [35118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11700), + [35120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11047), + [35122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11818), + [35124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23710), + [35126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23703), + [35128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11971), + [35130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [35132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12134), + [35134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4135), + [35136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3771), + [35138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12159), + [35140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23597), + [35142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23598), + [35144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12165), + [35146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10926), + [35148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [35150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11142), + [35152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variant_type_parameter, 1, .production_id = 29), + [35154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12123), + [35156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), + [35158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), + [35160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), + [35162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), + [35164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12067), + [35166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24598), + [35168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24596), + [35170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23662), + [35172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24066), + [35174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4151), + [35176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10966), + [35178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [35180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12027), + [35182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [35184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [35186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3821), + [35188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11979), + [35190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23700), + [35192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24067), + [35194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), + [35196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11435), + [35198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10921), + [35200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24362), + [35202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24365), + [35204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), + [35206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23741), + [35208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24087), + [35210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11867), + [35212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), + [35214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_types, 2, .dynamic_precedence = 1), + [35216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11705), + [35218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), + [35220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23789), + [35222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24172), + [35224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11086), + [35226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11077), + [35228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4091), + [35230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [35232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11639), + [35234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23820), + [35236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24242), + [35238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11101), + [35240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), + [35242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), + [35244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_covariant_type_parameter, 2, .production_id = 11), + [35246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [35248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_contravariant_type_parameter, 2, .production_id = 11), + [35250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11335), + [35252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variant_type_parameter, 2), + [35254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variant_type_parameter, 2, .production_id = 11), + [35256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11683), + [35258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11568), + [35260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), + [35262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), + [35264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), + [35266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), + [35268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_declaration_repeat1, 2, .production_id = 2), + [35270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11494), + [35272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), + [35274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11769), + [35276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24517), + [35278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [35280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11380), + [35282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [35284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24000), + [35286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24018), + [35288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23866), + [35290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24301), + [35292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24564), + [35294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11379), + [35296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10925), + [35298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), + [35300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), + [35302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), + [35304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), + [35306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), + [35308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12001), + [35310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), + [35312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11613), + [35314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11210), + [35316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24803), + [35318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24920), + [35320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [35322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_types, 3, .dynamic_precedence = 1), + [35324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), + [35326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11114), + [35328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [35330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), + [35332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12111), + [35334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [35336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [35338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), + [35340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11656), + [35342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), + [35344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), + [35346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12145), + [35348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11027), + [35350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11808), + [35352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 11), + [35354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), + [35356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), + [35358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24339), + [35360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24325), + [35362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [35364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), + [35366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [35368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12059), + [35370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10954), + [35372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), + [35374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11018), + [35376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11961), + [35378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11845), + [35380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [35382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3952), + [35384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), + [35386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), + [35388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11097), + [35390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), + [35392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4287), + [35394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), + [35396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11911), + [35398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11299), + [35400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [35402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11918), + [35404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [35406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__namespace_given_by_type, 2), + [35408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), + [35410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11579), + [35412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), + [35414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11611), + [35416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_types, 4, .dynamic_precedence = 1), + [35418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24925), + [35420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24778), + [35422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11486), + [35424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 3, .production_id = 124), + [35426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11552), + [35428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11871), + [35430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12005), + [35432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [35434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [35436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [35438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11534), + [35440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11518), + [35442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bindings, 2), + [35444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), + [35446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 2), + [35448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12124), + [35450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11653), + [35452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11483), + [35454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), + [35456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [35458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [35460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_renamed_identifier, 3, .production_id = 120), + [35462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11444), + [35464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11739), + [35466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_types, 5, .dynamic_precedence = 1), + [35468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), + [35470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11995), + [35472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), + [35474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), + [35476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [35478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11431), + [35480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11942), + [35482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12007), + [35484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), + [35486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), + [35488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12113), + [35490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11361), + [35492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12048), + [35494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [35496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), + [35498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12153), + [35500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), + [35502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), + [35504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11212), + [35506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [35508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12072), + [35510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11933), + [35512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [35514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24790), + [35516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), + [35518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11128), + [35520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24129), + [35522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24106), + [35524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11734), + [35526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [35528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12084), + [35530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11767), + [35532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [35534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), + [35536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11042), + [35538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11977), + [35540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11624), + [35542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [35544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10982), + [35546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11464), + [35548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11952), + [35550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [35552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [35554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6141), + [35556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [35558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11848), + [35560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11269), + [35562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11359), + [35564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), + [35566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10939), + [35568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [35570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11914), + [35572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), + [35574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11020), + [35576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4222), + [35578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24243), + [35580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24268), + [35582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11690), + [35584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11231), + [35586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [35588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10975), + [35590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11612), + [35592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [35594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11663), + [35596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10993), + [35598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11054), + [35600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10957), + [35602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11546), + [35604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), + [35606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [35608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12102), + [35610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), + [35612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11866), + [35614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11728), + [35616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24926), + [35618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [35620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11842), + [35622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [35624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [35626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11472), + [35628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11984), + [35630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11707), + [35632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11000), + [35634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11450), + [35636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [35638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11327), + [35640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11071), + [35642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [35644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11301), + [35646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11311), + [35648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), + [35650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11207), + [35652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [35654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11130), + [35656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [35658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), + [35660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17718), + [35662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17708), + [35664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22322), + [35666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17319), + [35668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22353), + [35670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22316), + [35672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17284), + [35674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), + [35676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14000), + [35678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6135), + [35680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [35682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6139), + [35684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19024), + [35686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), + [35688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22806), + [35690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), + [35692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6169), + [35694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [35696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), + [35698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), + [35700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17219), + [35702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17519), + [35704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), + [35706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), + [35708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), + [35710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), + [35712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22249), + [35714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), + [35716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7902), + [35718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22847), + [35720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), + [35722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6194), + [35724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5364), + [35726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5682), + [35728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [35730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6198), + [35732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22230), + [35734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), + [35736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [35738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22223), + [35740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14079), + [35742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), + [35744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14131), + [35746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14185), + [35748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), + [35750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), + [35752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5665), + [35754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6216), + [35756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [35758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), + [35760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), + [35762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), + [35764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), + [35766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [35768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7483), + [35770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [35772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [35774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7479), + [35776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), + [35778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19929), + [35780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22772), + [35782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7422), + [35784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [35786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), + [35788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22484), + [35790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [35792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [35794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [35796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17270), + [35798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), + [35800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7345), + [35802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [35804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20965), + [35806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), + [35808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20597), + [35810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7321), + [35812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), + [35814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12189), + [35816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17013), + [35818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), + [35820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), + [35822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8384), + [35824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17011), + [35826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20886), + [35828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), + [35830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14128), + [35832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), + [35834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7279), + [35836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20629), + [35838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20871), + [35840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), + [35842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [35844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16996), + [35846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [35848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [35850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), + [35852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21574), + [35854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), + [35856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), + [35858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [35860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21569), + [35862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8302), + [35864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4590), + [35866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), + [35868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22740), + [35870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), + [35872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20723), + [35874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21519), + [35876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22897), + [35878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), + [35880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19866), + [35882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14195), + [35884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [35886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [35888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20765), + [35890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [35892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20766), + [35894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26465), + [35896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [35898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22586), + [35900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [35902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21450), + [35904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22593), + [35906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26431), + [35908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [35910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21435), + [35912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [35914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8518), + [35916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), + [35918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), + [35920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26386), + [35922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [35924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8078), + [35926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [35928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6088), + [35930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22594), + [35932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21404), + [35934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26350), + [35936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [35938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [35940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6094), + [35942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26312), + [35944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [35946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), + [35948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7253), + [35950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6100), + [35952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18500), + [35954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26275), + [35956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [35958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [35960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8219), + [35962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6885), + [35964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [35966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), + [35968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6116), + [35970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20961), + [35972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6884), + [35974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7227), + [35976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5191), + [35978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26239), + [35980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [35982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22759), + [35984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18691), + [35986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7216), + [35988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [35990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6843), + [35992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6167), + [35994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21599), + [35996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26198), + [35998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [36000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7976), + [36002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [36004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [36006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6199), + [36008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [36010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26134), + [36012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), + [36014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13915), + [36016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17961), + [36018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [36020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6226), + [36022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6790), + [36024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7153), + [36026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28812), + [36028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22961), + [36030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26112), + [36032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), + [36034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), + [36036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [36038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6774), + [36040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7200), + [36042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [36044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7204), + [36046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6233), + [36048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21247), + [36050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), + [36052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26090), + [36054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), + [36056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17904), + [36058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [36060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6236), + [36062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28811), + [36064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6732), + [36066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26063), + [36068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), + [36070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [36072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), + [36074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6256), + [36076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23614), + [36078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [36080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19638), + [36082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [36084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [36086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26049), + [36088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), + [36090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), + [36092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), + [36094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8505), + [36096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6265), + [36098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [36100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14295), + [36102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26013), + [36104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17009), + [36106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7970), + [36108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [36110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22021), + [36112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6270), + [36114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8853), + [36116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17007), + [36118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22780), + [36120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), + [36122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16258), + [36124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13894), + [36126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), + [36128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7947), + [36130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20546), + [36132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25957), + [36134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), + [36136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22007), + [36138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [36140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6276), + [36142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8908), + [36144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [36146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21968), + [36148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25916), + [36150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [36152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4868), + [36154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18408), + [36156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [36158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22804), + [36160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6281), + [36162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7812), + [36164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), + [36166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25885), + [36168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [36170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8330), + [36172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), + [36174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6306), + [36176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [36178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19841), + [36180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), + [36182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17684), + [36184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), + [36186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25853), + [36188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17046), + [36190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), + [36192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17004), + [36194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), + [36196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [36198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21978), + [36200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23024), + [36202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25801), + [36204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [36206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19525), + [36208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [36210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17638), + [36212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6331), + [36214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [36216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21956), + [36218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8145), + [36220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [36222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21955), + [36224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17688), + [36226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25757), + [36228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [36230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21720), + [36232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), + [36234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), + [36236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6341), + [36238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13852), + [36240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17681), + [36242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25730), + [36244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), + [36246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [36248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [36250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6366), + [36252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16156), + [36254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), + [36256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25684), + [36258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), + [36260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [36262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6406), + [36264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17428), + [36266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21565), + [36268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20736), + [36270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), + [36272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25635), + [36274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), + [36276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14410), + [36278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [36280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6419), + [36282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21601), + [36284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6693), + [36286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [36288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25587), + [36290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23164), + [36292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), + [36294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [36296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6438), + [36298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17474), + [36300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6994), + [36302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17352), + [36304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16146), + [36306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25536), + [36308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), + [36310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), + [36312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11075), + [36314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19449), + [36316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6650), + [36318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [36320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6472), + [36322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16118), + [36324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), + [36326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23165), + [36328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6631), + [36330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7434), + [36332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19432), + [36334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8796), + [36336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), + [36338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), + [36340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25405), + [36342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [36344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), + [36346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6415), + [36348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [36350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13752), + [36352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25443), + [36354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [36356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), + [36358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6300), + [36360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), + [36362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17543), + [36364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18865), + [36366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19442), + [36368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19497), + [36370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), + [36372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6559), + [36374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25396), + [36376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23076), + [36378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [36380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5486), + [36382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), + [36384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19468), + [36386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [36388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6238), + [36390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6498), + [36392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), + [36394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [36396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6497), + [36398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), + [36400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [36402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25447), + [36404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [36406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14357), + [36408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), + [36410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [36412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6024), + [36414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13745), + [36416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14378), + [36418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16194), + [36420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), + [36422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25509), + [36424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [36426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8447), + [36428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [36430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14374), + [36432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5916), + [36434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14325), + [36436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25579), + [36438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [36440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27658), + [36442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), + [36444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), + [36446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5897), + [36448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [36450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), + [36452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5019), + [36454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18692), + [36456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), + [36458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25643), + [36460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), + [36462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21630), + [36464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16228), + [36466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9999), + [36468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4980), + [36470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), + [36472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5982), + [36474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [36476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [36478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27656), + [36480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25715), + [36482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), + [36484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), + [36486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18848), + [36488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), + [36490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7514), + [36492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [36494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), + [36496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12236), + [36498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16046), + [36500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6106), + [36502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21676), + [36504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17723), + [36506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), + [36508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9966), + [36510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21690), + [36512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17728), + [36514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16028), + [36516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22710), + [36518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [36520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25791), + [36522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), + [36524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), + [36526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [36528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), + [36530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6255), + [36532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7775), + [36534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7301), + [36536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6539), + [36538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [36540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25858), + [36542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8785), + [36544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8618), + [36546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), + [36548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13487), + [36550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), + [36552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), + [36554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21772), + [36556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23083), + [36558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20417), + [36560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6359), + [36562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8479), + [36564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [36566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20271), + [36568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25928), + [36570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21801), + [36572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [36574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21811), + [36576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), + [36578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6847), + [36580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), + [36582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6470), + [36584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8336), + [36586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8861), + [36588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15716), + [36590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15732), + [36592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15733), + [36594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15369), + [36596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15940), + [36598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15770), + [36600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), + [36602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15772), + [36604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15791), + [36606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15793), + [36608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15796), + [36610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25993), + [36612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15804), + [36614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15807), + [36616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15809), + [36618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15838), + [36620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15860), + [36622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15874), + [36624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15949), + [36626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), + [36628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8799), + [36630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), + [36632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [36634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6443), + [36636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [36638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8414), + [36640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [36642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15969), + [36644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26064), + [36646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [36648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16344), + [36650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8285), + [36652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15972), + [36654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [36656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9976), + [36658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15986), + [36660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6411), + [36662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), + [36664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15865), + [36666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17067), + [36668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15996), + [36670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16027), + [36672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16038), + [36674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8223), + [36676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16042), + [36678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16050), + [36680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16052), + [36682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16053), + [36684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16065), + [36686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16070), + [36688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16073), + [36690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16097), + [36692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16099), + [36694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16100), + [36696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [36698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26129), + [36700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [36702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [36704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [36706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16378), + [36708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24480), + [36710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6397), + [36712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), + [36714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [36716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17978), + [36718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17907), + [36720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12172), + [36722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26200), + [36724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8257), + [36726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), + [36728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14709), + [36730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [36732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14034), + [36734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17915), + [36736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [36738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6340), + [36740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8850), + [36742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7929), + [36744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), + [36746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17147), + [36748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18066), + [36750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26178), + [36752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8276), + [36754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [36756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), + [36758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20474), + [36760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [36762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14713), + [36764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8282), + [36766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22624), + [36768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6296), + [36770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7733), + [36772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), + [36774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14717), + [36776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6446), + [36778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22622), + [36780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26339), + [36782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), + [36784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [36786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [36788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [36790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6268), + [36792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20492), + [36794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12325), + [36796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [36798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7682), + [36800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16401), + [36802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8110), + [36804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26413), + [36806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23184), + [36808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), + [36810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9828), + [36812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), + [36814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15520), + [36816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15550), + [36818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15552), + [36820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15594), + [36822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15628), + [36824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15631), + [36826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15664), + [36828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15720), + [36830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15722), + [36832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15775), + [36834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15785), + [36836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15787), + [36838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15808), + [36840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15811), + [36842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15824), + [36844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15840), + [36846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15846), + [36848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15849), + [36850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6252), + [36852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), + [36854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17101), + [36856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [36858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16402), + [36860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), + [36862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24660), + [36864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [36866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7991), + [36868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [36870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [36872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7987), + [36874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7620), + [36876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26489), + [36878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), + [36880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [36882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17159), + [36884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), + [36886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20164), + [36888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6228), + [36890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9808), + [36892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), + [36894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7566), + [36896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20162), + [36898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26579), + [36900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), + [36902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [36904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), + [36906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6131), + [36908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17184), + [36910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), + [36912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14076), + [36914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18145), + [36916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19857), + [36918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26666), + [36920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), + [36922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [36924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17195), + [36926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22514), + [36928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), + [36930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18127), + [36932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6085), + [36934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [36936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21644), + [36938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), + [36940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22533), + [36942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), + [36944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18799), + [36946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26765), + [36948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), + [36950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6364), + [36952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [36954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13740), + [36956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6038), + [36958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20802), + [36960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [36962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16107), + [36964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16069), + [36966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16054), + [36968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15784), + [36970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15760), + [36972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15531), + [36974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15480), + [36976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15452), + [36978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15450), + [36980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15400), + [36982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15391), + [36984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15377), + [36986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15429), + [36988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15451), + [36990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15456), + [36992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15513), + [36994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15535), + [36996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15538), + [36998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6984), + [37000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14769), + [37002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [37004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13755), + [37006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24832), + [37008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), + [37010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [37012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20684), + [37014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [37016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26855), + [37018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8102), + [37020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), + [37022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14097), + [37024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), + [37026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18894), + [37028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4376), + [37030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22506), + [37032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5995), + [37034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15870), + [37036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5269), + [37038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15696), + [37040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18917), + [37042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), + [37044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5280), + [37046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26970), + [37048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), + [37050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15670), + [37052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [37054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), + [37056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15695), + [37058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [37060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5960), + [37062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7128), + [37064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14767), + [37066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [37068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7168), + [37070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15753), + [37072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14168), + [37074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22466), + [37076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23217), + [37078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27092), + [37080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19716), + [37082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), + [37084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), + [37086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15795), + [37088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11907), + [37090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14164), + [37092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [37094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22425), + [37096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [37098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22422), + [37100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [37102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15815), + [37104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5921), + [37106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6279), + [37108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [37110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17263), + [37112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15674), + [37114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15687), + [37116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15694), + [37118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15747), + [37120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15761), + [37122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15766), + [37124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15801), + [37126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15806), + [37128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15778), + [37130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15841), + [37132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15847), + [37134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15848), + [37136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15854), + [37138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15864), + [37140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15866), + [37142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15899), + [37144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15904), + [37146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15917), + [37148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27337), + [37150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [37152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9340), + [37154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7164), + [37156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24993), + [37158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [37160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27243), + [37162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), + [37164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16540), + [37166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15725), + [37168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), + [37170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7148), + [37172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [37174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [37176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15741), + [37178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5863), + [37180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8239), + [37182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [37184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7064), + [37186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27338), + [37188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15765), + [37190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9325), + [37192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26885), + [37194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), + [37196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18540), + [37198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15898), + [37200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), + [37202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), + [37204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [37206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [37208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15926), + [37210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5870), + [37212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7360), + [37214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [37216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7059), + [37218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13715), + [37220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27466), + [37222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15985), + [37224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), + [37226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26333), + [37228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7053), + [37230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), + [37232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16023), + [37234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [37236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), + [37238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17301), + [37240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16043), + [37242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), + [37244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5906), + [37246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8391), + [37248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15994), + [37250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15912), + [37252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15906), + [37254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15389), + [37256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15576), + [37258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15756), + [37260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15990), + [37262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15873), + [37264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15850), + [37266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15832), + [37268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15822), + [37270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15821), + [37272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15370), + [37274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15672), + [37276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15660), + [37278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15493), + [37280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15407), + [37282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15385), + [37284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14576), + [37286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), + [37288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [37290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8382), + [37292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27599), + [37294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24566), + [37296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16110), + [37298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [37300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [37302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25472), + [37304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [37306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16091), + [37308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22228), + [37310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [37312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [37314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16584), + [37316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16048), + [37318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8183), + [37320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5979), + [37322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), + [37324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16586), + [37326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [37328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27514), + [37330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15971), + [37332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7577), + [37334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26723), + [37336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15663), + [37338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), + [37340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15877), + [37342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17655), + [37344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [37346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9112), + [37348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), + [37350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15834), + [37352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17646), + [37354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6015), + [37356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [37358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21318), + [37360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), + [37362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27324), + [37364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15757), + [37366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20460), + [37368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10720), + [37370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), + [37372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20453), + [37374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [37376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22285), + [37378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [37380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15599), + [37382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15618), + [37384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15655), + [37386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15771), + [37388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15812), + [37390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15818), + [37392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15891), + [37394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16008), + [37396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16009), + [37398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15936), + [37400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15764), + [37402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15715), + [37404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15515), + [37406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15497), + [37408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15495), + [37410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27219), + [37412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [37414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [37416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), + [37418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19049), + [37420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7734), + [37422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24288), + [37424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [37426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), + [37428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [37430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19045), + [37432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15620), + [37434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [37436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [37438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6136), + [37440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24036), + [37442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8586), + [37444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20133), + [37446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [37448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27351), + [37450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15543), + [37452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [37454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16635), + [37456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), + [37458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23780), + [37460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20148), + [37462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [37464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [37466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7730), + [37468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [37470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4586), + [37472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [37474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18934), + [37476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), + [37478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24744), + [37480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4581), + [37482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [37484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [37486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6673), + [37488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [37490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [37492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5059), + [37494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20332), + [37496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23595), + [37498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26992), + [37500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), + [37502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [37504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), + [37506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15446), + [37508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5056), + [37510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [37512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), + [37514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [37516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23802), + [37518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15403), + [37520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6248), + [37522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [37524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21571), + [37526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [37528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26660), + [37530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15296), + [37532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), + [37534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24053), + [37536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27392), + [37538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [37540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15436), + [37542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8604), + [37544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [37546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6763), + [37548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [37550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7632), + [37552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24315), + [37554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18957), + [37556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [37558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), + [37560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7622), + [37562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [37564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), + [37566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24444), + [37568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9059), + [37570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [37572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16698), + [37574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), + [37576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9072), + [37578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [37580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), + [37582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24592), + [37584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8702), + [37586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [37588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17261), + [37590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), + [37592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8695), + [37594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [37596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15636), + [37598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24788), + [37600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), + [37602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), + [37604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [37606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), + [37608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), + [37610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17264), + [37612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12871), + [37614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15610), + [37616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25010), + [37618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), + [37620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [37622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17260), + [37624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [37626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), + [37628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24967), + [37630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27473), + [37632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15788), + [37634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [37636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18370), + [37638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15246), + [37640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), + [37642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18356), + [37644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24930), + [37646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [37648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [37650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), + [37652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13983), + [37654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13606), + [37656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bindings, 5), + [37658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24882), + [37660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), + [37662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [37664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13981), + [37666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [37668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), + [37670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14493), + [37672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24850), + [37674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11614), + [37676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), + [37678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [37680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14492), + [37682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [37684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), + [37686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5996), + [37688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24814), + [37690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7089), + [37692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [37694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), + [37696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5993), + [37698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [37700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), + [37702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24776), + [37704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8224), + [37706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [37708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9437), + [37710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), + [37712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8222), + [37714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26344), + [37716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [37718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24725), + [37720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15945), + [37722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [37724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [37726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bindings, 4), + [37728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), + [37730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), + [37732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8197), + [37734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24674), + [37736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16014), + [37738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6353), + [37740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [37742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9459), + [37744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), + [37746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4374), + [37748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8193), + [37750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [37752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24643), + [37754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12253), + [37756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12305), + [37758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [37760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27534), + [37762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16105), + [37764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7149), + [37766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24613), + [37768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5955), + [37770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [37772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6337), + [37774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), + [37776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__self_type_ascription, 2), + [37778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7163), + [37780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [37782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24585), + [37784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), + [37786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [37788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16969), + [37790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8084), + [37792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16963), + [37794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24557), + [37796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [37798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [37800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), + [37802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19702), + [37804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12055), + [37806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), + [37808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24527), + [37810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19705), + [37812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [37814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [37816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), + [37818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19199), + [37820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10262), + [37822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), + [37824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24498), + [37826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19201), + [37828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [37830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [37832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), + [37834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5015), + [37836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8991), + [37838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24463), + [37840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), + [37842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [37844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4987), + [37846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [37848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26006), + [37850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [37852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), + [37854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24424), + [37856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15440), + [37858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15140), + [37860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [37862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [37864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20635), + [37866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), + [37868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15681), + [37870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24402), + [37872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15139), + [37874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6408), + [37876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [37878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [37880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26133), + [37882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19222), + [37884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), + [37886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8826), + [37888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12259), + [37890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24376), + [37892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18501), + [37894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [37896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15122), + [37898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bindings, 3), + [37900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27586), + [37902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16041), + [37904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24346), + [37906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), + [37908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), + [37910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [37912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), + [37914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8817), + [37916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), + [37918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24328), + [37920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21740), + [37922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), + [37924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [37926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), + [37928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12485), + [37930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), + [37932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [37934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24299), + [37936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), + [37938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [37940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8503), + [37942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), + [37944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [37946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6407), + [37948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24259), + [37950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29186), + [37952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), + [37954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [37956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), + [37958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), + [37960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), + [37962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24228), + [37964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8516), + [37966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12411), + [37968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [37970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [37972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), + [37974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), + [37976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), + [37978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24195), + [37980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3031), + [37982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [37984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), + [37986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15814), + [37988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18053), + [37990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16700), + [37992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), + [37994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24158), + [37996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), + [37998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [38000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [38002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), + [38004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19248), + [38006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19674), + [38008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24128), + [38010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), + [38012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [38014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23306), + [38016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19263), + [38018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [38020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), + [38022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24099), + [38024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [38026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), + [38028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14371), + [38030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17472), + [38032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), + [38034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24070), + [38036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14373), + [38038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23366), + [38040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [38042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [38044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), + [38046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), + [38048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24027), + [38050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), + [38052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [38054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23381), + [38056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18121), + [38058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15044), + [38060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19281), + [38062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [38064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23997), + [38066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), + [38068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [38070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [38072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18334), + [38074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15042), + [38076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [38078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23966), + [38080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23389), + [38082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), + [38084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [38086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7710), + [38088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [38090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23942), + [38092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14385), + [38094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [38096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), + [38098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12409), + [38100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7714), + [38102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [38104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23919), + [38106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [38108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [38110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [38112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23338), + [38114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23411), + [38116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6591), + [38118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [38120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23883), + [38122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14984), + [38124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15529), + [38126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [38128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), + [38130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6585), + [38132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [38134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23858), + [38136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [38138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [38140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23426), + [38142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23847), + [38144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [38146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), + [38148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [38150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8394), + [38152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [38154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8901), + [38156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [38158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), + [38160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [38162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8387), + [38164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23452), + [38166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [38168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [38170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [38172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [38174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14257), + [38176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [38178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [38180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24320), + [38182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18582), + [38184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [38186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [38188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [38190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6516), + [38192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), + [38194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [38196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18578), + [38198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [38200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [38202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), + [38204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [38206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14418), + [38208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [38210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8509), + [38212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), + [38214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [38216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14424), + [38218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [38220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12456), + [38222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8793), + [38224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [38226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6322), + [38228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [38230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [38232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12449), + [38234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7876), + [38236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9405), + [38238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7886), + [38240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [38242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18138), + [38244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [38246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [38248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19329), + [38250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [38252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21472), + [38254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [38256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15991), + [38258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [38260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [38262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13379), + [38264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [38266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5472), + [38268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12255), + [38270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [38272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7509), + [38274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9869), + [38276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8601), + [38278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6893), + [38280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16077), + [38282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18775), + [38284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14497), + [38286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8040), + [38288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9007), + [38290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27374), + [38292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15563), + [38294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8818), + [38296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18836), + [38298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5957), + [38300] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [38302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15896), + [38304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25685), + [38306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [38308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15491), + [38310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [38312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15693), + [38314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6254), + [38316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12261), + [38318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16102), + [38320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16116), + [38322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16120), + [38324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27636), }; #ifdef __cplusplus