#include #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #define LANGUAGE_VERSION 13 #define STATE_COUNT 5049 #define LARGE_STATE_COUNT 49 #define SYMBOL_COUNT 203 #define ALIAS_COUNT 1 #define TOKEN_COUNT 79 #define EXTERNAL_TOKEN_COUNT 12 #define FIELD_COUNT 29 #define MAX_ALIAS_SEQUENCE_LENGTH 10 #define PRODUCTION_ID_COUNT 264 enum { sym_identifier = 1, anon_sym_package = 2, anon_sym_DOT = 3, anon_sym_object = 4, anon_sym_import = 5, anon_sym_COMMA = 6, anon_sym_LBRACE = 7, anon_sym_RBRACE = 8, anon_sym_EQ_GT = 9, anon_sym_case = 10, anon_sym_class = 11, anon_sym_trait = 12, anon_sym_LBRACK = 13, anon_sym_RBRACK = 14, anon_sym_PLUS = 15, anon_sym_DASH = 16, anon_sym_LT_COLON = 17, anon_sym_GT_COLON = 18, anon_sym_LT_PERCENT = 19, anon_sym_COLON = 20, anon_sym_AT = 21, anon_sym_val = 22, anon_sym_EQ = 23, anon_sym_var = 24, anon_sym_type = 25, anon_sym_def = 26, anon_sym_abstract = 27, anon_sym_final = 28, anon_sym_sealed = 29, anon_sym_implicit = 30, anon_sym_lazy = 31, anon_sym_override = 32, anon_sym_private = 33, anon_sym_protected = 34, anon_sym_extends = 35, anon_sym_LPAREN = 36, anon_sym_RPAREN = 37, anon_sym_with = 38, anon_sym_POUND = 39, anon_sym_STAR = 40, anon_sym_PIPE = 41, anon_sym_if = 42, anon_sym_else = 43, anon_sym_match = 44, anon_sym_try = 45, anon_sym_catch = 46, anon_sym_finally = 47, anon_sym_new = 48, anon_sym_BANG = 49, anon_sym_TILDE = 50, sym_wildcard = 51, sym_operator_identifier = 52, sym_integer_literal = 53, sym_floating_point_literal = 54, anon_sym_true = 55, anon_sym_false = 56, sym_character_literal = 57, sym_symbol_literal = 58, sym__interpolated_string_start = 59, sym__interpolated_multiline_string_start = 60, anon_sym_DOLLAR = 61, anon_sym_SEMI = 62, sym_null_literal = 63, anon_sym_return = 64, anon_sym_throw = 65, anon_sym_while = 66, anon_sym_do = 67, anon_sym_for = 68, anon_sym_yield = 69, anon_sym_LT_DASH = 70, sym_comment = 71, sym__automatic_semicolon = 72, sym__simple_string = 73, sym__simple_multiline_string = 74, sym__interpolated_string_middle = 75, sym__interpolated_string_end = 76, sym__interpolated_multiline_string_middle = 77, sym__interpolated_multiline_string_end = 78, sym_compilation_unit = 79, sym_package_clause = 80, sym_package_identifier = 81, sym_package_object = 82, sym_import_declaration = 83, sym__import_expression = 84, sym_import_selectors = 85, sym_renamed_identifier = 86, sym_object_definition = 87, sym__object_definition = 88, sym_class_definition = 89, sym_trait_definition = 90, sym_type_parameters = 91, sym__variant_type_parameter = 92, sym_covariant_type_parameter = 93, sym_contravariant_type_parameter = 94, sym__type_parameter = 95, sym_upper_bound = 96, sym_lower_bound = 97, sym_view_bound = 98, sym_context_bound = 99, sym_template_body = 100, sym_annotation = 101, sym_val_definition = 102, sym_val_declaration = 103, sym_var_declaration = 104, sym_var_definition = 105, sym_type_definition = 106, sym_function_definition = 107, sym_function_declaration = 108, sym_modifiers = 109, sym_access_modifier = 110, sym_access_qualifier = 111, sym_extends_clause = 112, sym_class_parameters = 113, sym_parameters = 114, sym_class_parameter = 115, sym_parameter = 116, sym__block = 117, sym_block = 118, sym__type = 119, sym__annotated_type = 120, sym__simple_type = 121, sym_compound_type = 122, sym_infix_type = 123, sym_tuple_type = 124, sym_stable_type_identifier = 125, sym_stable_identifier = 126, sym_generic_type = 127, sym_projected_type = 128, sym_function_type = 129, sym_parameter_types = 130, sym_lazy_parameter_type = 131, sym_repeated_parameter_type = 132, sym_case_class_pattern = 133, sym_infix_pattern = 134, sym_capture_pattern = 135, sym_typed_pattern = 136, sym_alternative_pattern = 137, sym_tuple_pattern = 138, sym_expression = 139, sym_if_expression = 140, sym_match_expression = 141, sym_try_expression = 142, sym_catch_clause = 143, sym_finally_clause = 144, sym_binding = 145, sym_bindings = 146, sym_lambda_expression = 147, sym_case_block = 148, sym_case_clause = 149, sym_guard = 150, sym_assignment_expression = 151, sym_generic_function = 152, sym_call_expression = 153, sym_field_expression = 154, sym_instance_expression = 155, sym_ascription_expression = 156, sym_infix_expression = 157, sym_postfix_expression = 158, sym_prefix_expression = 159, sym_tuple_expression = 160, sym_parenthesized_expression = 161, sym_type_arguments = 162, sym_arguments = 163, sym_boolean_literal = 164, sym_interpolated_string_expression = 165, sym_interpolation = 166, sym_interpolated_string = 167, sym_string = 168, sym_unit = 169, sym_return_expression = 170, sym_throw_expression = 171, sym_while_expression = 172, sym_do_while_expression = 173, sym_for_expression = 174, sym_enumerators = 175, sym_enumerator = 176, aux_sym_compilation_unit_repeat1 = 177, aux_sym_package_identifier_repeat1 = 178, aux_sym_import_declaration_repeat1 = 179, aux_sym_import_selectors_repeat1 = 180, aux_sym_object_definition_repeat1 = 181, aux_sym_class_definition_repeat1 = 182, aux_sym_type_parameters_repeat1 = 183, aux_sym__type_parameter_repeat1 = 184, aux_sym__type_parameter_repeat2 = 185, aux_sym_annotation_repeat1 = 186, aux_sym_val_declaration_repeat1 = 187, aux_sym_function_definition_repeat1 = 188, aux_sym_modifiers_repeat1 = 189, aux_sym_class_parameters_repeat1 = 190, aux_sym_parameters_repeat1 = 191, aux_sym__block_repeat1 = 192, aux_sym_compound_type_repeat1 = 193, aux_sym_tuple_type_repeat1 = 194, aux_sym_parameter_types_repeat1 = 195, aux_sym_case_class_pattern_repeat1 = 196, aux_sym_bindings_repeat1 = 197, aux_sym_case_block_repeat1 = 198, aux_sym_tuple_expression_repeat1 = 199, aux_sym_interpolated_string_repeat1 = 200, aux_sym_interpolated_string_repeat2 = 201, aux_sym_enumerators_repeat1 = 202, alias_sym_type_identifier = 203, }; static const char * const ts_symbol_names[] = { [ts_builtin_sym_end] = "end", [sym_identifier] = "identifier", [anon_sym_package] = "package", [anon_sym_DOT] = ".", [anon_sym_object] = "object", [anon_sym_import] = "import", [anon_sym_COMMA] = ",", [anon_sym_LBRACE] = "{", [anon_sym_RBRACE] = "}", [anon_sym_EQ_GT] = "=>", [anon_sym_case] = "case", [anon_sym_class] = "class", [anon_sym_trait] = "trait", [anon_sym_LBRACK] = "[", [anon_sym_RBRACK] = "]", [anon_sym_PLUS] = "+", [anon_sym_DASH] = "-", [anon_sym_LT_COLON] = "<:", [anon_sym_GT_COLON] = ">:", [anon_sym_LT_PERCENT] = "<%", [anon_sym_COLON] = ":", [anon_sym_AT] = "@", [anon_sym_val] = "val", [anon_sym_EQ] = "=", [anon_sym_var] = "var", [anon_sym_type] = "type", [anon_sym_def] = "def", [anon_sym_abstract] = "abstract", [anon_sym_final] = "final", [anon_sym_sealed] = "sealed", [anon_sym_implicit] = "implicit", [anon_sym_lazy] = "lazy", [anon_sym_override] = "override", [anon_sym_private] = "private", [anon_sym_protected] = "protected", [anon_sym_extends] = "extends", [anon_sym_LPAREN] = "(", [anon_sym_RPAREN] = ")", [anon_sym_with] = "with", [anon_sym_POUND] = "#", [anon_sym_STAR] = "*", [anon_sym_PIPE] = "|", [anon_sym_if] = "if", [anon_sym_else] = "else", [anon_sym_match] = "match", [anon_sym_try] = "try", [anon_sym_catch] = "catch", [anon_sym_finally] = "finally", [anon_sym_new] = "new", [anon_sym_BANG] = "!", [anon_sym_TILDE] = "~", [sym_wildcard] = "wildcard", [sym_operator_identifier] = "operator_identifier", [sym_integer_literal] = "integer_literal", [sym_floating_point_literal] = "floating_point_literal", [anon_sym_true] = "true", [anon_sym_false] = "false", [sym_character_literal] = "character_literal", [sym_symbol_literal] = "symbol_literal", [sym__interpolated_string_start] = "_interpolated_string_start", [sym__interpolated_multiline_string_start] = "_interpolated_multiline_string_start", [anon_sym_DOLLAR] = "$", [anon_sym_SEMI] = ";", [sym_null_literal] = "null_literal", [anon_sym_return] = "return", [anon_sym_throw] = "throw", [anon_sym_while] = "while", [anon_sym_do] = "do", [anon_sym_for] = "for", [anon_sym_yield] = "yield", [anon_sym_LT_DASH] = "<-", [sym_comment] = "comment", [sym__automatic_semicolon] = "_automatic_semicolon", [sym__simple_string] = "_simple_string", [sym__simple_multiline_string] = "_simple_multiline_string", [sym__interpolated_string_middle] = "_interpolated_string_middle", [sym__interpolated_string_end] = "_interpolated_string_end", [sym__interpolated_multiline_string_middle] = "_interpolated_multiline_string_middle", [sym__interpolated_multiline_string_end] = "_interpolated_multiline_string_end", [sym_compilation_unit] = "compilation_unit", [sym_package_clause] = "package_clause", [sym_package_identifier] = "package_identifier", [sym_package_object] = "package_object", [sym_import_declaration] = "import_declaration", [sym__import_expression] = "_import_expression", [sym_import_selectors] = "import_selectors", [sym_renamed_identifier] = "renamed_identifier", [sym_object_definition] = "object_definition", [sym__object_definition] = "_object_definition", [sym_class_definition] = "class_definition", [sym_trait_definition] = "trait_definition", [sym_type_parameters] = "type_parameters", [sym__variant_type_parameter] = "_variant_type_parameter", [sym_covariant_type_parameter] = "covariant_type_parameter", [sym_contravariant_type_parameter] = "contravariant_type_parameter", [sym__type_parameter] = "_type_parameter", [sym_upper_bound] = "upper_bound", [sym_lower_bound] = "lower_bound", [sym_view_bound] = "view_bound", [sym_context_bound] = "context_bound", [sym_template_body] = "template_body", [sym_annotation] = "annotation", [sym_val_definition] = "val_definition", [sym_val_declaration] = "val_declaration", [sym_var_declaration] = "var_declaration", [sym_var_definition] = "var_definition", [sym_type_definition] = "type_definition", [sym_function_definition] = "function_definition", [sym_function_declaration] = "function_declaration", [sym_modifiers] = "modifiers", [sym_access_modifier] = "access_modifier", [sym_access_qualifier] = "access_qualifier", [sym_extends_clause] = "extends_clause", [sym_class_parameters] = "class_parameters", [sym_parameters] = "parameters", [sym_class_parameter] = "class_parameter", [sym_parameter] = "parameter", [sym__block] = "_block", [sym_block] = "block", [sym__type] = "_type", [sym__annotated_type] = "_annotated_type", [sym__simple_type] = "_simple_type", [sym_compound_type] = "compound_type", [sym_infix_type] = "infix_type", [sym_tuple_type] = "tuple_type", [sym_stable_type_identifier] = "stable_type_identifier", [sym_stable_identifier] = "stable_identifier", [sym_generic_type] = "generic_type", [sym_projected_type] = "projected_type", [sym_function_type] = "function_type", [sym_parameter_types] = "parameter_types", [sym_lazy_parameter_type] = "lazy_parameter_type", [sym_repeated_parameter_type] = "repeated_parameter_type", [sym_case_class_pattern] = "case_class_pattern", [sym_infix_pattern] = "infix_pattern", [sym_capture_pattern] = "capture_pattern", [sym_typed_pattern] = "typed_pattern", [sym_alternative_pattern] = "alternative_pattern", [sym_tuple_pattern] = "tuple_pattern", [sym_expression] = "expression", [sym_if_expression] = "if_expression", [sym_match_expression] = "match_expression", [sym_try_expression] = "try_expression", [sym_catch_clause] = "catch_clause", [sym_finally_clause] = "finally_clause", [sym_binding] = "binding", [sym_bindings] = "bindings", [sym_lambda_expression] = "lambda_expression", [sym_case_block] = "case_block", [sym_case_clause] = "case_clause", [sym_guard] = "guard", [sym_assignment_expression] = "assignment_expression", [sym_generic_function] = "generic_function", [sym_call_expression] = "call_expression", [sym_field_expression] = "field_expression", [sym_instance_expression] = "instance_expression", [sym_ascription_expression] = "ascription_expression", [sym_infix_expression] = "infix_expression", [sym_postfix_expression] = "postfix_expression", [sym_prefix_expression] = "prefix_expression", [sym_tuple_expression] = "tuple_expression", [sym_parenthesized_expression] = "parenthesized_expression", [sym_type_arguments] = "type_arguments", [sym_arguments] = "arguments", [sym_boolean_literal] = "boolean_literal", [sym_interpolated_string_expression] = "interpolated_string_expression", [sym_interpolation] = "interpolation", [sym_interpolated_string] = "interpolated_string", [sym_string] = "string", [sym_unit] = "unit", [sym_return_expression] = "return_expression", [sym_throw_expression] = "throw_expression", [sym_while_expression] = "while_expression", [sym_do_while_expression] = "do_while_expression", [sym_for_expression] = "for_expression", [sym_enumerators] = "enumerators", [sym_enumerator] = "enumerator", [aux_sym_compilation_unit_repeat1] = "compilation_unit_repeat1", [aux_sym_package_identifier_repeat1] = "package_identifier_repeat1", [aux_sym_import_declaration_repeat1] = "import_declaration_repeat1", [aux_sym_import_selectors_repeat1] = "import_selectors_repeat1", [aux_sym_object_definition_repeat1] = "object_definition_repeat1", [aux_sym_class_definition_repeat1] = "class_definition_repeat1", [aux_sym_type_parameters_repeat1] = "type_parameters_repeat1", [aux_sym__type_parameter_repeat1] = "_type_parameter_repeat1", [aux_sym__type_parameter_repeat2] = "_type_parameter_repeat2", [aux_sym_annotation_repeat1] = "annotation_repeat1", [aux_sym_val_declaration_repeat1] = "val_declaration_repeat1", [aux_sym_function_definition_repeat1] = "function_definition_repeat1", [aux_sym_modifiers_repeat1] = "modifiers_repeat1", [aux_sym_class_parameters_repeat1] = "class_parameters_repeat1", [aux_sym_parameters_repeat1] = "parameters_repeat1", [aux_sym__block_repeat1] = "_block_repeat1", [aux_sym_compound_type_repeat1] = "compound_type_repeat1", [aux_sym_tuple_type_repeat1] = "tuple_type_repeat1", [aux_sym_parameter_types_repeat1] = "parameter_types_repeat1", [aux_sym_case_class_pattern_repeat1] = "case_class_pattern_repeat1", [aux_sym_bindings_repeat1] = "bindings_repeat1", [aux_sym_case_block_repeat1] = "case_block_repeat1", [aux_sym_tuple_expression_repeat1] = "tuple_expression_repeat1", [aux_sym_interpolated_string_repeat1] = "interpolated_string_repeat1", [aux_sym_interpolated_string_repeat2] = "interpolated_string_repeat2", [aux_sym_enumerators_repeat1] = "enumerators_repeat1", [alias_sym_type_identifier] = "type_identifier", }; static const TSSymbol ts_symbol_map[] = { [ts_builtin_sym_end] = ts_builtin_sym_end, [sym_identifier] = sym_identifier, [anon_sym_package] = anon_sym_package, [anon_sym_DOT] = anon_sym_DOT, [anon_sym_object] = anon_sym_object, [anon_sym_import] = anon_sym_import, [anon_sym_COMMA] = anon_sym_COMMA, [anon_sym_LBRACE] = anon_sym_LBRACE, [anon_sym_RBRACE] = anon_sym_RBRACE, [anon_sym_EQ_GT] = anon_sym_EQ_GT, [anon_sym_case] = anon_sym_case, [anon_sym_class] = anon_sym_class, [anon_sym_trait] = anon_sym_trait, [anon_sym_LBRACK] = anon_sym_LBRACK, [anon_sym_RBRACK] = anon_sym_RBRACK, [anon_sym_PLUS] = anon_sym_PLUS, [anon_sym_DASH] = anon_sym_DASH, [anon_sym_LT_COLON] = anon_sym_LT_COLON, [anon_sym_GT_COLON] = anon_sym_GT_COLON, [anon_sym_LT_PERCENT] = anon_sym_LT_PERCENT, [anon_sym_COLON] = anon_sym_COLON, [anon_sym_AT] = anon_sym_AT, [anon_sym_val] = anon_sym_val, [anon_sym_EQ] = anon_sym_EQ, [anon_sym_var] = anon_sym_var, [anon_sym_type] = anon_sym_type, [anon_sym_def] = anon_sym_def, [anon_sym_abstract] = anon_sym_abstract, [anon_sym_final] = anon_sym_final, [anon_sym_sealed] = anon_sym_sealed, [anon_sym_implicit] = anon_sym_implicit, [anon_sym_lazy] = anon_sym_lazy, [anon_sym_override] = anon_sym_override, [anon_sym_private] = anon_sym_private, [anon_sym_protected] = anon_sym_protected, [anon_sym_extends] = anon_sym_extends, [anon_sym_LPAREN] = anon_sym_LPAREN, [anon_sym_RPAREN] = anon_sym_RPAREN, [anon_sym_with] = anon_sym_with, [anon_sym_POUND] = anon_sym_POUND, [anon_sym_STAR] = anon_sym_STAR, [anon_sym_PIPE] = anon_sym_PIPE, [anon_sym_if] = anon_sym_if, [anon_sym_else] = anon_sym_else, [anon_sym_match] = anon_sym_match, [anon_sym_try] = anon_sym_try, [anon_sym_catch] = anon_sym_catch, [anon_sym_finally] = anon_sym_finally, [anon_sym_new] = anon_sym_new, [anon_sym_BANG] = anon_sym_BANG, [anon_sym_TILDE] = anon_sym_TILDE, [sym_wildcard] = sym_wildcard, [sym_operator_identifier] = sym_operator_identifier, [sym_integer_literal] = sym_integer_literal, [sym_floating_point_literal] = sym_floating_point_literal, [anon_sym_true] = anon_sym_true, [anon_sym_false] = anon_sym_false, [sym_character_literal] = sym_character_literal, [sym_symbol_literal] = sym_symbol_literal, [sym__interpolated_string_start] = sym__interpolated_string_start, [sym__interpolated_multiline_string_start] = sym__interpolated_multiline_string_start, [anon_sym_DOLLAR] = anon_sym_DOLLAR, [anon_sym_SEMI] = anon_sym_SEMI, [sym_null_literal] = sym_null_literal, [anon_sym_return] = anon_sym_return, [anon_sym_throw] = anon_sym_throw, [anon_sym_while] = anon_sym_while, [anon_sym_do] = anon_sym_do, [anon_sym_for] = anon_sym_for, [anon_sym_yield] = anon_sym_yield, [anon_sym_LT_DASH] = anon_sym_LT_DASH, [sym_comment] = sym_comment, [sym__automatic_semicolon] = sym__automatic_semicolon, [sym__simple_string] = sym__simple_string, [sym__simple_multiline_string] = sym__simple_multiline_string, [sym__interpolated_string_middle] = sym__interpolated_string_middle, [sym__interpolated_string_end] = sym__interpolated_string_end, [sym__interpolated_multiline_string_middle] = sym__interpolated_multiline_string_middle, [sym__interpolated_multiline_string_end] = sym__interpolated_multiline_string_end, [sym_compilation_unit] = sym_compilation_unit, [sym_package_clause] = sym_package_clause, [sym_package_identifier] = sym_package_identifier, [sym_package_object] = sym_package_object, [sym_import_declaration] = sym_import_declaration, [sym__import_expression] = sym__import_expression, [sym_import_selectors] = sym_import_selectors, [sym_renamed_identifier] = sym_renamed_identifier, [sym_object_definition] = sym_object_definition, [sym__object_definition] = sym__object_definition, [sym_class_definition] = sym_class_definition, [sym_trait_definition] = sym_trait_definition, [sym_type_parameters] = sym_type_parameters, [sym__variant_type_parameter] = sym__variant_type_parameter, [sym_covariant_type_parameter] = sym_covariant_type_parameter, [sym_contravariant_type_parameter] = sym_contravariant_type_parameter, [sym__type_parameter] = sym__type_parameter, [sym_upper_bound] = sym_upper_bound, [sym_lower_bound] = sym_lower_bound, [sym_view_bound] = sym_view_bound, [sym_context_bound] = sym_context_bound, [sym_template_body] = sym_template_body, [sym_annotation] = sym_annotation, [sym_val_definition] = sym_val_definition, [sym_val_declaration] = sym_val_declaration, [sym_var_declaration] = sym_var_declaration, [sym_var_definition] = sym_var_definition, [sym_type_definition] = sym_type_definition, [sym_function_definition] = sym_function_definition, [sym_function_declaration] = sym_function_declaration, [sym_modifiers] = sym_modifiers, [sym_access_modifier] = sym_access_modifier, [sym_access_qualifier] = sym_access_qualifier, [sym_extends_clause] = sym_extends_clause, [sym_class_parameters] = sym_class_parameters, [sym_parameters] = sym_parameters, [sym_class_parameter] = sym_class_parameter, [sym_parameter] = sym_parameter, [sym__block] = sym__block, [sym_block] = sym_block, [sym__type] = sym__type, [sym__annotated_type] = sym__annotated_type, [sym__simple_type] = sym__simple_type, [sym_compound_type] = sym_compound_type, [sym_infix_type] = sym_infix_type, [sym_tuple_type] = sym_tuple_type, [sym_stable_type_identifier] = sym_stable_type_identifier, [sym_stable_identifier] = sym_stable_identifier, [sym_generic_type] = sym_generic_type, [sym_projected_type] = sym_projected_type, [sym_function_type] = sym_function_type, [sym_parameter_types] = sym_parameter_types, [sym_lazy_parameter_type] = sym_lazy_parameter_type, [sym_repeated_parameter_type] = sym_repeated_parameter_type, [sym_case_class_pattern] = sym_case_class_pattern, [sym_infix_pattern] = sym_infix_pattern, [sym_capture_pattern] = sym_capture_pattern, [sym_typed_pattern] = sym_typed_pattern, [sym_alternative_pattern] = sym_alternative_pattern, [sym_tuple_pattern] = sym_tuple_pattern, [sym_expression] = sym_expression, [sym_if_expression] = sym_if_expression, [sym_match_expression] = sym_match_expression, [sym_try_expression] = sym_try_expression, [sym_catch_clause] = sym_catch_clause, [sym_finally_clause] = sym_finally_clause, [sym_binding] = sym_binding, [sym_bindings] = sym_bindings, [sym_lambda_expression] = sym_lambda_expression, [sym_case_block] = sym_case_block, [sym_case_clause] = sym_case_clause, [sym_guard] = sym_guard, [sym_assignment_expression] = sym_assignment_expression, [sym_generic_function] = sym_generic_function, [sym_call_expression] = sym_call_expression, [sym_field_expression] = sym_field_expression, [sym_instance_expression] = sym_instance_expression, [sym_ascription_expression] = sym_ascription_expression, [sym_infix_expression] = sym_infix_expression, [sym_postfix_expression] = sym_postfix_expression, [sym_prefix_expression] = sym_prefix_expression, [sym_tuple_expression] = sym_tuple_expression, [sym_parenthesized_expression] = sym_parenthesized_expression, [sym_type_arguments] = sym_type_arguments, [sym_arguments] = sym_arguments, [sym_boolean_literal] = sym_boolean_literal, [sym_interpolated_string_expression] = sym_interpolated_string_expression, [sym_interpolation] = sym_interpolation, [sym_interpolated_string] = sym_interpolated_string, [sym_string] = sym_string, [sym_unit] = sym_unit, [sym_return_expression] = sym_return_expression, [sym_throw_expression] = sym_throw_expression, [sym_while_expression] = sym_while_expression, [sym_do_while_expression] = sym_do_while_expression, [sym_for_expression] = sym_for_expression, [sym_enumerators] = sym_enumerators, [sym_enumerator] = sym_enumerator, [aux_sym_compilation_unit_repeat1] = aux_sym_compilation_unit_repeat1, [aux_sym_package_identifier_repeat1] = aux_sym_package_identifier_repeat1, [aux_sym_import_declaration_repeat1] = aux_sym_import_declaration_repeat1, [aux_sym_import_selectors_repeat1] = aux_sym_import_selectors_repeat1, [aux_sym_object_definition_repeat1] = aux_sym_object_definition_repeat1, [aux_sym_class_definition_repeat1] = aux_sym_class_definition_repeat1, [aux_sym_type_parameters_repeat1] = aux_sym_type_parameters_repeat1, [aux_sym__type_parameter_repeat1] = aux_sym__type_parameter_repeat1, [aux_sym__type_parameter_repeat2] = aux_sym__type_parameter_repeat2, [aux_sym_annotation_repeat1] = aux_sym_annotation_repeat1, [aux_sym_val_declaration_repeat1] = aux_sym_val_declaration_repeat1, [aux_sym_function_definition_repeat1] = aux_sym_function_definition_repeat1, [aux_sym_modifiers_repeat1] = aux_sym_modifiers_repeat1, [aux_sym_class_parameters_repeat1] = aux_sym_class_parameters_repeat1, [aux_sym_parameters_repeat1] = aux_sym_parameters_repeat1, [aux_sym__block_repeat1] = aux_sym__block_repeat1, [aux_sym_compound_type_repeat1] = aux_sym_compound_type_repeat1, [aux_sym_tuple_type_repeat1] = aux_sym_tuple_type_repeat1, [aux_sym_parameter_types_repeat1] = aux_sym_parameter_types_repeat1, [aux_sym_case_class_pattern_repeat1] = aux_sym_case_class_pattern_repeat1, [aux_sym_bindings_repeat1] = aux_sym_bindings_repeat1, [aux_sym_case_block_repeat1] = aux_sym_case_block_repeat1, [aux_sym_tuple_expression_repeat1] = aux_sym_tuple_expression_repeat1, [aux_sym_interpolated_string_repeat1] = aux_sym_interpolated_string_repeat1, [aux_sym_interpolated_string_repeat2] = aux_sym_interpolated_string_repeat2, [aux_sym_enumerators_repeat1] = aux_sym_enumerators_repeat1, [alias_sym_type_identifier] = alias_sym_type_identifier, }; static const TSSymbolMetadata ts_symbol_metadata[] = { [ts_builtin_sym_end] = { .visible = false, .named = true, }, [sym_identifier] = { .visible = true, .named = true, }, [anon_sym_package] = { .visible = true, .named = false, }, [anon_sym_DOT] = { .visible = true, .named = false, }, [anon_sym_object] = { .visible = true, .named = false, }, [anon_sym_import] = { .visible = true, .named = false, }, [anon_sym_COMMA] = { .visible = true, .named = false, }, [anon_sym_LBRACE] = { .visible = true, .named = false, }, [anon_sym_RBRACE] = { .visible = true, .named = false, }, [anon_sym_EQ_GT] = { .visible = true, .named = false, }, [anon_sym_case] = { .visible = true, .named = false, }, [anon_sym_class] = { .visible = true, .named = false, }, [anon_sym_trait] = { .visible = true, .named = false, }, [anon_sym_LBRACK] = { .visible = true, .named = false, }, [anon_sym_RBRACK] = { .visible = true, .named = false, }, [anon_sym_PLUS] = { .visible = true, .named = false, }, [anon_sym_DASH] = { .visible = true, .named = false, }, [anon_sym_LT_COLON] = { .visible = true, .named = false, }, [anon_sym_GT_COLON] = { .visible = true, .named = false, }, [anon_sym_LT_PERCENT] = { .visible = true, .named = false, }, [anon_sym_COLON] = { .visible = true, .named = false, }, [anon_sym_AT] = { .visible = true, .named = false, }, [anon_sym_val] = { .visible = true, .named = false, }, [anon_sym_EQ] = { .visible = true, .named = false, }, [anon_sym_var] = { .visible = true, .named = false, }, [anon_sym_type] = { .visible = true, .named = false, }, [anon_sym_def] = { .visible = true, .named = false, }, [anon_sym_abstract] = { .visible = true, .named = false, }, [anon_sym_final] = { .visible = true, .named = false, }, [anon_sym_sealed] = { .visible = true, .named = false, }, [anon_sym_implicit] = { .visible = true, .named = false, }, [anon_sym_lazy] = { .visible = true, .named = false, }, [anon_sym_override] = { .visible = true, .named = false, }, [anon_sym_private] = { .visible = true, .named = false, }, [anon_sym_protected] = { .visible = true, .named = false, }, [anon_sym_extends] = { .visible = true, .named = false, }, [anon_sym_LPAREN] = { .visible = true, .named = false, }, [anon_sym_RPAREN] = { .visible = true, .named = false, }, [anon_sym_with] = { .visible = true, .named = false, }, [anon_sym_POUND] = { .visible = true, .named = false, }, [anon_sym_STAR] = { .visible = true, .named = false, }, [anon_sym_PIPE] = { .visible = true, .named = false, }, [anon_sym_if] = { .visible = true, .named = false, }, [anon_sym_else] = { .visible = true, .named = false, }, [anon_sym_match] = { .visible = true, .named = false, }, [anon_sym_try] = { .visible = true, .named = false, }, [anon_sym_catch] = { .visible = true, .named = false, }, [anon_sym_finally] = { .visible = true, .named = false, }, [anon_sym_new] = { .visible = true, .named = false, }, [anon_sym_BANG] = { .visible = true, .named = false, }, [anon_sym_TILDE] = { .visible = true, .named = false, }, [sym_wildcard] = { .visible = true, .named = true, }, [sym_operator_identifier] = { .visible = true, .named = true, }, [sym_integer_literal] = { .visible = true, .named = true, }, [sym_floating_point_literal] = { .visible = true, .named = true, }, [anon_sym_true] = { .visible = true, .named = false, }, [anon_sym_false] = { .visible = true, .named = false, }, [sym_character_literal] = { .visible = true, .named = true, }, [sym_symbol_literal] = { .visible = true, .named = true, }, [sym__interpolated_string_start] = { .visible = false, .named = true, }, [sym__interpolated_multiline_string_start] = { .visible = false, .named = true, }, [anon_sym_DOLLAR] = { .visible = true, .named = false, }, [anon_sym_SEMI] = { .visible = true, .named = false, }, [sym_null_literal] = { .visible = true, .named = true, }, [anon_sym_return] = { .visible = true, .named = false, }, [anon_sym_throw] = { .visible = true, .named = false, }, [anon_sym_while] = { .visible = true, .named = false, }, [anon_sym_do] = { .visible = true, .named = false, }, [anon_sym_for] = { .visible = true, .named = false, }, [anon_sym_yield] = { .visible = true, .named = false, }, [anon_sym_LT_DASH] = { .visible = true, .named = false, }, [sym_comment] = { .visible = true, .named = true, }, [sym__automatic_semicolon] = { .visible = false, .named = true, }, [sym__simple_string] = { .visible = false, .named = true, }, [sym__simple_multiline_string] = { .visible = false, .named = true, }, [sym__interpolated_string_middle] = { .visible = false, .named = true, }, [sym__interpolated_string_end] = { .visible = false, .named = true, }, [sym__interpolated_multiline_string_middle] = { .visible = false, .named = true, }, [sym__interpolated_multiline_string_end] = { .visible = false, .named = true, }, [sym_compilation_unit] = { .visible = true, .named = true, }, [sym_package_clause] = { .visible = true, .named = true, }, [sym_package_identifier] = { .visible = true, .named = true, }, [sym_package_object] = { .visible = true, .named = true, }, [sym_import_declaration] = { .visible = true, .named = true, }, [sym__import_expression] = { .visible = false, .named = true, }, [sym_import_selectors] = { .visible = true, .named = true, }, [sym_renamed_identifier] = { .visible = true, .named = true, }, [sym_object_definition] = { .visible = true, .named = true, }, [sym__object_definition] = { .visible = false, .named = true, }, [sym_class_definition] = { .visible = true, .named = true, }, [sym_trait_definition] = { .visible = true, .named = true, }, [sym_type_parameters] = { .visible = true, .named = true, }, [sym__variant_type_parameter] = { .visible = false, .named = true, }, [sym_covariant_type_parameter] = { .visible = true, .named = true, }, [sym_contravariant_type_parameter] = { .visible = true, .named = true, }, [sym__type_parameter] = { .visible = false, .named = true, }, [sym_upper_bound] = { .visible = true, .named = true, }, [sym_lower_bound] = { .visible = true, .named = true, }, [sym_view_bound] = { .visible = true, .named = true, }, [sym_context_bound] = { .visible = true, .named = true, }, [sym_template_body] = { .visible = true, .named = true, }, [sym_annotation] = { .visible = true, .named = true, }, [sym_val_definition] = { .visible = true, .named = true, }, [sym_val_declaration] = { .visible = true, .named = true, }, [sym_var_declaration] = { .visible = true, .named = true, }, [sym_var_definition] = { .visible = true, .named = true, }, [sym_type_definition] = { .visible = true, .named = true, }, [sym_function_definition] = { .visible = true, .named = true, }, [sym_function_declaration] = { .visible = true, .named = true, }, [sym_modifiers] = { .visible = true, .named = true, }, [sym_access_modifier] = { .visible = true, .named = true, }, [sym_access_qualifier] = { .visible = true, .named = true, }, [sym_extends_clause] = { .visible = true, .named = true, }, [sym_class_parameters] = { .visible = true, .named = true, }, [sym_parameters] = { .visible = true, .named = true, }, [sym_class_parameter] = { .visible = true, .named = true, }, [sym_parameter] = { .visible = true, .named = true, }, [sym__block] = { .visible = false, .named = true, }, [sym_block] = { .visible = true, .named = true, }, [sym__type] = { .visible = false, .named = true, }, [sym__annotated_type] = { .visible = false, .named = true, }, [sym__simple_type] = { .visible = false, .named = true, }, [sym_compound_type] = { .visible = true, .named = true, }, [sym_infix_type] = { .visible = true, .named = true, }, [sym_tuple_type] = { .visible = true, .named = true, }, [sym_stable_type_identifier] = { .visible = true, .named = true, }, [sym_stable_identifier] = { .visible = true, .named = true, }, [sym_generic_type] = { .visible = true, .named = true, }, [sym_projected_type] = { .visible = true, .named = true, }, [sym_function_type] = { .visible = true, .named = true, }, [sym_parameter_types] = { .visible = true, .named = true, }, [sym_lazy_parameter_type] = { .visible = true, .named = true, }, [sym_repeated_parameter_type] = { .visible = true, .named = true, }, [sym_case_class_pattern] = { .visible = true, .named = true, }, [sym_infix_pattern] = { .visible = true, .named = true, }, [sym_capture_pattern] = { .visible = true, .named = true, }, [sym_typed_pattern] = { .visible = true, .named = true, }, [sym_alternative_pattern] = { .visible = true, .named = true, }, [sym_tuple_pattern] = { .visible = true, .named = true, }, [sym_expression] = { .visible = false, .named = true, .supertype = true, }, [sym_if_expression] = { .visible = true, .named = true, }, [sym_match_expression] = { .visible = true, .named = true, }, [sym_try_expression] = { .visible = true, .named = true, }, [sym_catch_clause] = { .visible = true, .named = true, }, [sym_finally_clause] = { .visible = true, .named = true, }, [sym_binding] = { .visible = true, .named = true, }, [sym_bindings] = { .visible = true, .named = true, }, [sym_lambda_expression] = { .visible = true, .named = true, }, [sym_case_block] = { .visible = true, .named = true, }, [sym_case_clause] = { .visible = true, .named = true, }, [sym_guard] = { .visible = true, .named = true, }, [sym_assignment_expression] = { .visible = true, .named = true, }, [sym_generic_function] = { .visible = true, .named = true, }, [sym_call_expression] = { .visible = true, .named = true, }, [sym_field_expression] = { .visible = true, .named = true, }, [sym_instance_expression] = { .visible = true, .named = true, }, [sym_ascription_expression] = { .visible = true, .named = true, }, [sym_infix_expression] = { .visible = true, .named = true, }, [sym_postfix_expression] = { .visible = true, .named = true, }, [sym_prefix_expression] = { .visible = true, .named = true, }, [sym_tuple_expression] = { .visible = true, .named = true, }, [sym_parenthesized_expression] = { .visible = true, .named = true, }, [sym_type_arguments] = { .visible = true, .named = true, }, [sym_arguments] = { .visible = true, .named = true, }, [sym_boolean_literal] = { .visible = true, .named = true, }, [sym_interpolated_string_expression] = { .visible = true, .named = true, }, [sym_interpolation] = { .visible = true, .named = true, }, [sym_interpolated_string] = { .visible = true, .named = true, }, [sym_string] = { .visible = true, .named = true, }, [sym_unit] = { .visible = true, .named = true, }, [sym_return_expression] = { .visible = true, .named = true, }, [sym_throw_expression] = { .visible = true, .named = true, }, [sym_while_expression] = { .visible = true, .named = true, }, [sym_do_while_expression] = { .visible = true, .named = true, }, [sym_for_expression] = { .visible = true, .named = true, }, [sym_enumerators] = { .visible = true, .named = true, }, [sym_enumerator] = { .visible = true, .named = true, }, [aux_sym_compilation_unit_repeat1] = { .visible = false, .named = false, }, [aux_sym_package_identifier_repeat1] = { .visible = false, .named = false, }, [aux_sym_import_declaration_repeat1] = { .visible = false, .named = false, }, [aux_sym_import_selectors_repeat1] = { .visible = false, .named = false, }, [aux_sym_object_definition_repeat1] = { .visible = false, .named = false, }, [aux_sym_class_definition_repeat1] = { .visible = false, .named = false, }, [aux_sym_type_parameters_repeat1] = { .visible = false, .named = false, }, [aux_sym__type_parameter_repeat1] = { .visible = false, .named = false, }, [aux_sym__type_parameter_repeat2] = { .visible = false, .named = false, }, [aux_sym_annotation_repeat1] = { .visible = false, .named = false, }, [aux_sym_val_declaration_repeat1] = { .visible = false, .named = false, }, [aux_sym_function_definition_repeat1] = { .visible = false, .named = false, }, [aux_sym_modifiers_repeat1] = { .visible = false, .named = false, }, [aux_sym_class_parameters_repeat1] = { .visible = false, .named = false, }, [aux_sym_parameters_repeat1] = { .visible = false, .named = false, }, [aux_sym__block_repeat1] = { .visible = false, .named = false, }, [aux_sym_compound_type_repeat1] = { .visible = false, .named = false, }, [aux_sym_tuple_type_repeat1] = { .visible = false, .named = false, }, [aux_sym_parameter_types_repeat1] = { .visible = false, .named = false, }, [aux_sym_case_class_pattern_repeat1] = { .visible = false, .named = false, }, [aux_sym_bindings_repeat1] = { .visible = false, .named = false, }, [aux_sym_case_block_repeat1] = { .visible = false, .named = false, }, [aux_sym_tuple_expression_repeat1] = { .visible = false, .named = false, }, [aux_sym_interpolated_string_repeat1] = { .visible = false, .named = false, }, [aux_sym_interpolated_string_repeat2] = { .visible = false, .named = false, }, [aux_sym_enumerators_repeat1] = { .visible = false, .named = false, }, [alias_sym_type_identifier] = { .visible = true, .named = true, }, }; enum { field_alias = 1, field_alternative = 2, field_arguments = 3, field_base = 4, field_body = 5, field_bound = 6, field_class_parameters = 7, field_condition = 8, field_consequence = 9, field_default_value = 10, field_enumerators = 11, field_extend = 12, field_extra = 13, field_field = 14, field_function = 15, field_left = 16, field_name = 17, field_operator = 18, field_parameter_types = 19, field_parameters = 20, field_path = 21, field_pattern = 22, field_return_type = 23, field_right = 24, field_selector = 25, field_type = 26, field_type_arguments = 27, field_type_parameters = 28, field_value = 29, }; static const char * const ts_field_names[] = { [0] = NULL, [field_alias] = "alias", [field_alternative] = "alternative", [field_arguments] = "arguments", [field_base] = "base", [field_body] = "body", [field_bound] = "bound", [field_class_parameters] = "class_parameters", [field_condition] = "condition", [field_consequence] = "consequence", [field_default_value] = "default_value", [field_enumerators] = "enumerators", [field_extend] = "extend", [field_extra] = "extra", [field_field] = "field", [field_function] = "function", [field_left] = "left", [field_name] = "name", [field_operator] = "operator", [field_parameter_types] = "parameter_types", [field_parameters] = "parameters", [field_path] = "path", [field_pattern] = "pattern", [field_return_type] = "return_type", [field_right] = "right", [field_selector] = "selector", [field_type] = "type", [field_type_arguments] = "type_arguments", [field_type_parameters] = "type_parameters", [field_value] = "value", }; static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [1] = {.index = 0, .length = 1}, [2] = {.index = 1, .length = 1}, [3] = {.index = 2, .length = 3}, [4] = {.index = 5, .length = 1}, [5] = {.index = 6, .length = 1}, [7] = {.index = 7, .length = 3}, [8] = {.index = 10, .length = 2}, [9] = {.index = 12, .length = 2}, [10] = {.index = 14, .length = 2}, [11] = {.index = 16, .length = 2}, [12] = {.index = 18, .length = 1}, [13] = {.index = 19, .length = 2}, [14] = {.index = 21, .length = 2}, [15] = {.index = 23, .length = 2}, [16] = {.index = 25, .length = 2}, [17] = {.index = 27, .length = 2}, [18] = {.index = 29, .length = 2}, [19] = {.index = 31, .length = 1}, [20] = {.index = 32, .length = 3}, [21] = {.index = 35, .length = 2}, [22] = {.index = 37, .length = 2}, [23] = {.index = 39, .length = 2}, [24] = {.index = 41, .length = 2}, [25] = {.index = 43, .length = 2}, [26] = {.index = 45, .length = 3}, [27] = {.index = 48, .length = 3}, [28] = {.index = 51, .length = 3}, [29] = {.index = 54, .length = 3}, [30] = {.index = 57, .length = 2}, [31] = {.index = 59, .length = 2}, [32] = {.index = 61, .length = 2}, [33] = {.index = 63, .length = 3}, [34] = {.index = 66, .length = 3}, [35] = {.index = 69, .length = 3}, [36] = {.index = 72, .length = 2}, [38] = {.index = 74, .length = 2}, [39] = {.index = 76, .length = 2}, [40] = {.index = 78, .length = 2}, [41] = {.index = 80, .length = 2}, [42] = {.index = 82, .length = 2}, [43] = {.index = 84, .length = 1}, [44] = {.index = 85, .length = 3}, [45] = {.index = 88, .length = 2}, [46] = {.index = 84, .length = 1}, [47] = {.index = 78, .length = 2}, [48] = {.index = 90, .length = 2}, [49] = {.index = 92, .length = 3}, [50] = {.index = 95, .length = 3}, [51] = {.index = 98, .length = 3}, [52] = {.index = 101, .length = 1}, [53] = {.index = 102, .length = 2}, [54] = {.index = 104, .length = 1}, [55] = {.index = 105, .length = 2}, [56] = {.index = 107, .length = 2}, [57] = {.index = 109, .length = 3}, [58] = {.index = 112, .length = 3}, [59] = {.index = 115, .length = 3}, [60] = {.index = 118, .length = 2}, [61] = {.index = 120, .length = 2}, [62] = {.index = 122, .length = 2}, [63] = {.index = 124, .length = 3}, [64] = {.index = 127, .length = 3}, [65] = {.index = 130, .length = 3}, [66] = {.index = 133, .length = 3}, [67] = {.index = 136, .length = 2}, [68] = {.index = 138, .length = 2}, [69] = {.index = 140, .length = 3}, [70] = {.index = 143, .length = 3}, [71] = {.index = 146, .length = 3}, [72] = {.index = 149, .length = 4}, [73] = {.index = 153, .length = 4}, [74] = {.index = 157, .length = 4}, [75] = {.index = 161, .length = 3}, [76] = {.index = 164, .length = 3}, [77] = {.index = 167, .length = 3}, [78] = {.index = 170, .length = 4}, [79] = {.index = 174, .length = 1}, [80] = {.index = 175, .length = 2}, [81] = {.index = 177, .length = 2}, [82] = {.index = 179, .length = 2}, [83] = {.index = 181, .length = 3}, [84] = {.index = 179, .length = 2}, [85] = {.index = 184, .length = 3}, [86] = {.index = 187, .length = 3}, [87] = {.index = 190, .length = 3}, [88] = {.index = 193, .length = 4}, [89] = {.index = 197, .length = 3}, [90] = {.index = 200, .length = 3}, [91] = {.index = 203, .length = 2}, [92] = {.index = 205, .length = 2}, [93] = {.index = 207, .length = 2}, [94] = {.index = 209, .length = 2}, [95] = {.index = 211, .length = 2}, [96] = {.index = 213, .length = 2}, [97] = {.index = 211, .length = 2}, [98] = {.index = 215, .length = 2}, [99] = {.index = 217, .length = 3}, [100] = {.index = 220, .length = 3}, [101] = {.index = 223, .length = 3}, [102] = {.index = 226, .length = 1}, [103] = {.index = 227, .length = 2}, [104] = {.index = 229, .length = 2}, [105] = {.index = 231, .length = 2}, [106] = {.index = 233, .length = 2}, [107] = {.index = 235, .length = 2}, [108] = {.index = 237, .length = 2}, [109] = {.index = 239, .length = 3}, [110] = {.index = 242, .length = 3}, [111] = {.index = 245, .length = 3}, [112] = {.index = 248, .length = 4}, [113] = {.index = 252, .length = 4}, [114] = {.index = 256, .length = 4}, [115] = {.index = 260, .length = 3}, [116] = {.index = 263, .length = 3}, [117] = {.index = 266, .length = 3}, [118] = {.index = 269, .length = 4}, [119] = {.index = 273, .length = 3}, [120] = {.index = 276, .length = 3}, [121] = {.index = 279, .length = 6}, [122] = {.index = 285, .length = 6}, [123] = {.index = 291, .length = 2}, [124] = {.index = 293, .length = 2}, [125] = {.index = 295, .length = 4}, [126] = {.index = 299, .length = 4}, [127] = {.index = 303, .length = 4}, [128] = {.index = 307, .length = 5}, [129] = {.index = 312, .length = 4}, [130] = {.index = 316, .length = 3}, [131] = {.index = 319, .length = 3}, [132] = {.index = 319, .length = 3}, [133] = {.index = 322, .length = 3}, [134] = {.index = 325, .length = 4}, [135] = {.index = 329, .length = 4}, [136] = {.index = 333, .length = 4}, [137] = {.index = 337, .length = 4}, [138] = {.index = 341, .length = 3}, [139] = {.index = 344, .length = 3}, [140] = {.index = 347, .length = 3}, [141] = {.index = 350, .length = 2}, [142] = {.index = 352, .length = 2}, [143] = {.index = 354, .length = 2}, [144] = {.index = 356, .length = 3}, [145] = {.index = 359, .length = 3}, [146] = {.index = 362, .length = 3}, [147] = {.index = 365, .length = 3}, [148] = {.index = 368, .length = 3}, [149] = {.index = 371, .length = 3}, [150] = {.index = 374, .length = 3}, [151] = {.index = 377, .length = 4}, [152] = {.index = 381, .length = 3}, [153] = {.index = 384, .length = 3}, [154] = {.index = 387, .length = 2}, [155] = {.index = 389, .length = 2}, [156] = {.index = 391, .length = 2}, [157] = {.index = 393, .length = 2}, [158] = {.index = 395, .length = 2}, [159] = {.index = 397, .length = 2}, [160] = {.index = 395, .length = 2}, [161] = {.index = 399, .length = 2}, [162] = {.index = 401, .length = 3}, [163] = {.index = 404, .length = 3}, [164] = {.index = 407, .length = 1}, [165] = {.index = 408, .length = 2}, [166] = {.index = 410, .length = 2}, [167] = {.index = 412, .length = 4}, [168] = {.index = 416, .length = 4}, [169] = {.index = 420, .length = 4}, [170] = {.index = 424, .length = 5}, [171] = {.index = 429, .length = 4}, [172] = {.index = 433, .length = 4}, [173] = {.index = 437, .length = 4}, [174] = {.index = 441, .length = 2}, [175] = {.index = 443, .length = 5}, [176] = {.index = 448, .length = 4}, [177] = {.index = 452, .length = 5}, [178] = {.index = 457, .length = 4}, [179] = {.index = 461, .length = 3}, [180] = {.index = 464, .length = 3}, [181] = {.index = 467, .length = 3}, [182] = {.index = 470, .length = 4}, [183] = {.index = 474, .length = 4}, [184] = {.index = 478, .length = 4}, [185] = {.index = 482, .length = 3}, [186] = {.index = 485, .length = 3}, [187] = {.index = 488, .length = 3}, [188] = {.index = 491, .length = 4}, [189] = {.index = 495, .length = 3}, [190] = {.index = 498, .length = 3}, [191] = {.index = 501, .length = 4}, [192] = {.index = 505, .length = 4}, [193] = {.index = 509, .length = 4}, [194] = {.index = 513, .length = 4}, [195] = {.index = 517, .length = 3}, [196] = {.index = 520, .length = 3}, [197] = {.index = 523, .length = 3}, [198] = {.index = 526, .length = 2}, [199] = {.index = 528, .length = 2}, [200] = {.index = 530, .length = 2}, [201] = {.index = 532, .length = 3}, [202] = {.index = 535, .length = 3}, [203] = {.index = 538, .length = 3}, [204] = {.index = 541, .length = 3}, [205] = {.index = 544, .length = 3}, [206] = {.index = 547, .length = 3}, [207] = {.index = 550, .length = 3}, [208] = {.index = 553, .length = 4}, [209] = {.index = 557, .length = 3}, [210] = {.index = 560, .length = 3}, [211] = {.index = 563, .length = 2}, [212] = {.index = 565, .length = 1}, [213] = {.index = 566, .length = 3}, [214] = {.index = 569, .length = 4}, [215] = {.index = 573, .length = 5}, [216] = {.index = 578, .length = 5}, [217] = {.index = 583, .length = 5}, [218] = {.index = 588, .length = 3}, [219] = {.index = 591, .length = 2}, [220] = {.index = 593, .length = 5}, [221] = {.index = 598, .length = 4}, [222] = {.index = 602, .length = 4}, [223] = {.index = 606, .length = 4}, [224] = {.index = 610, .length = 5}, [225] = {.index = 615, .length = 4}, [226] = {.index = 619, .length = 4}, [227] = {.index = 623, .length = 5}, [228] = {.index = 628, .length = 4}, [229] = {.index = 632, .length = 3}, [230] = {.index = 635, .length = 3}, [231] = {.index = 638, .length = 3}, [232] = {.index = 641, .length = 4}, [233] = {.index = 645, .length = 4}, [234] = {.index = 649, .length = 4}, [235] = {.index = 653, .length = 3}, [236] = {.index = 656, .length = 3}, [237] = {.index = 659, .length = 3}, [238] = {.index = 662, .length = 4}, [239] = {.index = 666, .length = 3}, [240] = {.index = 669, .length = 3}, [241] = {.index = 672, .length = 4}, [242] = {.index = 676, .length = 4}, [243] = {.index = 680, .length = 4}, [244] = {.index = 684, .length = 4}, [245] = {.index = 688, .length = 2}, [246] = {.index = 690, .length = 4}, [247] = {.index = 694, .length = 6}, [248] = {.index = 700, .length = 3}, [249] = {.index = 703, .length = 2}, [250] = {.index = 705, .length = 5}, [251] = {.index = 710, .length = 5}, [252] = {.index = 715, .length = 4}, [253] = {.index = 719, .length = 4}, [254] = {.index = 723, .length = 4}, [255] = {.index = 727, .length = 5}, [256] = {.index = 732, .length = 4}, [257] = {.index = 736, .length = 4}, [258] = {.index = 740, .length = 5}, [259] = {.index = 745, .length = 4}, [260] = {.index = 749, .length = 3}, [261] = {.index = 752, .length = 5}, [262] = {.index = 757, .length = 5}, [263] = {.index = 762, .length = 3}, }; static const TSFieldMapEntry ts_field_map_entries[] = { [0] = {field_name, 1}, [1] = {field_name, 0}, [2] = {field_body, 1, .inherited = true}, {field_extend, 1, .inherited = true}, {field_name, 1, .inherited = true}, [5] = {field_path, 0}, [6] = {field_path, 1, .inherited = true}, [7] = {field_body, 2, .inherited = true}, {field_extend, 2, .inherited = true}, {field_name, 2, .inherited = true}, [10] = {field_body, 2}, {field_name, 1}, [12] = {field_body, 1}, {field_name, 0}, [14] = {field_extend, 1}, {field_name, 0}, [16] = {field_path, 1, .inherited = true}, {field_path, 2, .inherited = true}, [18] = {field_name, 2}, [19] = {field_name, 1}, {field_type_parameters, 2}, [21] = {field_extend, 2}, {field_name, 1}, [23] = {field_class_parameters, 2}, {field_name, 1}, [25] = {field_type, 0}, {field_type_arguments, 1}, [27] = {field_arguments, 2}, {field_name, 1}, [29] = {field_name, 1}, {field_parameters, 2}, [31] = {field_type, 1}, [32] = {field_body, 2}, {field_extend, 1}, {field_name, 0}, [35] = {field_path, 0, .inherited = true}, {field_path, 1, .inherited = true}, [37] = {field_name, 2}, {field_type_parameters, 3}, [39] = {field_body, 3}, {field_name, 2}, [41] = {field_extend, 3}, {field_name, 2}, [43] = {field_class_parameters, 3}, {field_name, 2}, [45] = {field_bound, 0, .inherited = true}, {field_name, 0, .inherited = true}, {field_type_parameters, 0, .inherited = true}, [48] = {field_body, 3}, {field_name, 1}, {field_type_parameters, 2}, [51] = {field_extend, 3}, {field_name, 1}, {field_type_parameters, 2}, [54] = {field_class_parameters, 3}, {field_name, 1}, {field_type_parameters, 2}, [57] = {field_body, 3}, {field_name, 1}, [59] = {field_extend, 3}, {field_name, 1}, [61] = {field_class_parameters, 3}, {field_name, 1}, [63] = {field_body, 3}, {field_extend, 2}, {field_name, 1}, [66] = {field_body, 3}, {field_class_parameters, 2}, {field_name, 1}, [69] = {field_class_parameters, 2}, {field_extend, 3}, {field_name, 1}, [72] = {field_base, 0}, {field_extra, 1, .inherited = true}, [74] = {field_selector, 2}, {field_type, 0}, [76] = {field_pattern, 0}, {field_type, 2}, [78] = {field_name, 1}, {field_type, 3}, [80] = {field_name, 0}, {field_pattern, 2}, [82] = {field_pattern, 1}, {field_value, 3}, [84] = {field_type, 0}, [85] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, [88] = {field_name, 0, .inherited = true}, {field_name, 1, .inherited = true}, [90] = {field_name, 1}, {field_return_type, 3}, [92] = {field_name, 1}, {field_parameters, 3}, {field_type_parameters, 2}, [95] = {field_body, 3}, {field_name, 1}, {field_parameters, 2}, [98] = {field_body, 3, .inherited = true}, {field_extend, 3, .inherited = true}, {field_name, 3, .inherited = true}, [101] = {field_name, 3}, [102] = {field_name, 2}, {field_parameters, 3}, [104] = {field_body, 1}, [105] = {field_arguments, 1}, {field_function, 0}, [107] = {field_function, 0}, {field_type_arguments, 1}, [109] = {field_body, 4}, {field_name, 2}, {field_type_parameters, 3}, [112] = {field_extend, 4}, {field_name, 2}, {field_type_parameters, 3}, [115] = {field_class_parameters, 4}, {field_name, 2}, {field_type_parameters, 3}, [118] = {field_body, 4}, {field_name, 2}, [120] = {field_extend, 4}, {field_name, 2}, [122] = {field_class_parameters, 4}, {field_name, 2}, [124] = {field_body, 4}, {field_extend, 3}, {field_name, 2}, [127] = {field_body, 4}, {field_class_parameters, 3}, {field_name, 2}, [130] = {field_class_parameters, 3}, {field_extend, 4}, {field_name, 2}, [133] = {field_bound, 1, .inherited = true}, {field_name, 1, .inherited = true}, {field_type_parameters, 1, .inherited = true}, [136] = {field_name, 0}, {field_type_parameters, 1}, [138] = {field_bound, 1}, {field_name, 0}, [140] = {field_body, 4}, {field_name, 1}, {field_type_parameters, 2}, [143] = {field_extend, 4}, {field_name, 1}, {field_type_parameters, 2}, [146] = {field_class_parameters, 4}, {field_name, 1}, {field_type_parameters, 2}, [149] = {field_body, 4}, {field_extend, 3}, {field_name, 1}, {field_type_parameters, 2}, [153] = {field_body, 4}, {field_class_parameters, 3}, {field_name, 1}, {field_type_parameters, 2}, [157] = {field_class_parameters, 3}, {field_extend, 4}, {field_name, 1}, {field_type_parameters, 2}, [161] = {field_body, 4}, {field_extend, 3}, {field_name, 1}, [164] = {field_body, 4}, {field_class_parameters, 3}, {field_name, 1}, [167] = {field_class_parameters, 3}, {field_extend, 4}, {field_name, 1}, [170] = {field_body, 4}, {field_class_parameters, 2}, {field_extend, 3}, {field_name, 1}, [174] = {field_extra, 1}, [175] = {field_extra, 0, .inherited = true}, {field_extra, 1, .inherited = true}, [177] = {field_parameter_types, 0}, {field_return_type, 2}, [179] = {field_pattern, 2}, {field_type, 0}, [181] = {field_name, 1}, {field_name, 2, .inherited = true}, {field_type, 4}, [184] = {field_name, 1}, {field_type, 4}, {field_type_parameters, 2}, [187] = {field_body, 4}, {field_name, 1}, {field_return_type, 3}, [190] = {field_name, 1}, {field_return_type, 4}, {field_type_parameters, 2}, [193] = {field_body, 4}, {field_name, 1}, {field_parameters, 3}, {field_type_parameters, 2}, [197] = {field_name, 1}, {field_parameters, 2}, {field_return_type, 4}, [200] = {field_body, 4}, {field_name, 1}, {field_parameters, 2}, [203] = {field_name, 3}, {field_type_parameters, 4}, [205] = {field_body, 4}, {field_name, 3}, [207] = {field_extend, 4}, {field_name, 3}, [209] = {field_class_parameters, 4}, {field_name, 3}, [211] = {field_name, 2}, {field_type, 4}, [213] = {field_pattern, 2}, {field_value, 4}, [215] = {field_name, 2}, {field_return_type, 4}, [217] = {field_name, 2}, {field_parameters, 4}, {field_type_parameters, 3}, [220] = {field_body, 4}, {field_name, 2}, {field_parameters, 3}, [223] = {field_body, 4, .inherited = true}, {field_extend, 4, .inherited = true}, {field_name, 4, .inherited = true}, [226] = {field_name, 4}, [227] = {field_name, 3}, {field_parameters, 4}, [229] = {field_condition, 1}, {field_consequence, 2}, [231] = {field_body, 2}, {field_condition, 1}, [233] = {field_field, 2}, {field_value, 0}, [235] = {field_left, 0}, {field_right, 2}, [237] = {field_body, 2}, {field_value, 0}, [239] = {field_body, 5}, {field_name, 2}, {field_type_parameters, 3}, [242] = {field_extend, 5}, {field_name, 2}, {field_type_parameters, 3}, [245] = {field_class_parameters, 5}, {field_name, 2}, {field_type_parameters, 3}, [248] = {field_body, 5}, {field_extend, 4}, {field_name, 2}, {field_type_parameters, 3}, [252] = {field_body, 5}, {field_class_parameters, 4}, {field_name, 2}, {field_type_parameters, 3}, [256] = {field_class_parameters, 4}, {field_extend, 5}, {field_name, 2}, {field_type_parameters, 3}, [260] = {field_body, 5}, {field_extend, 4}, {field_name, 2}, [263] = {field_body, 5}, {field_class_parameters, 4}, {field_name, 2}, [266] = {field_class_parameters, 4}, {field_extend, 5}, {field_name, 2}, [269] = {field_body, 5}, {field_class_parameters, 3}, {field_extend, 4}, {field_name, 2}, [273] = {field_bound, 2}, {field_name, 0}, {field_type_parameters, 1}, [276] = {field_bound, 1}, {field_bound, 2}, {field_name, 0}, [279] = {field_bound, 1, .inherited = true}, {field_bound, 2, .inherited = true}, {field_name, 1, .inherited = true}, {field_name, 2, .inherited = true}, {field_type_parameters, 1, .inherited = true}, {field_type_parameters, 2, .inherited = true}, [285] = {field_bound, 0, .inherited = true}, {field_bound, 1, .inherited = true}, {field_name, 0, .inherited = true}, {field_name, 1, .inherited = true}, {field_type_parameters, 0, .inherited = true}, {field_type_parameters, 1, .inherited = true}, [291] = {field_name, 0}, {field_type, 2}, [293] = {field_default_value, 2}, {field_name, 0}, [295] = {field_body, 5}, {field_extend, 4}, {field_name, 1}, {field_type_parameters, 2}, [299] = {field_body, 5}, {field_class_parameters, 4}, {field_name, 1}, {field_type_parameters, 2}, [303] = {field_class_parameters, 4}, {field_extend, 5}, {field_name, 1}, {field_type_parameters, 2}, [307] = {field_body, 5}, {field_class_parameters, 3}, {field_extend, 4}, {field_name, 1}, {field_type_parameters, 2}, [312] = {field_body, 5}, {field_class_parameters, 3}, {field_extend, 4}, {field_name, 1}, [316] = {field_pattern, 1}, {field_type, 3}, {field_value, 5}, [319] = {field_pattern, 2}, {field_pattern, 3}, {field_type, 0}, [322] = {field_body, 5}, {field_name, 1}, {field_return_type, 3}, [325] = {field_body, 5}, {field_name, 1}, {field_return_type, 4}, {field_type_parameters, 2}, [329] = {field_name, 1}, {field_parameters, 3}, {field_return_type, 5}, {field_type_parameters, 2}, [333] = {field_body, 5}, {field_name, 1}, {field_parameters, 3}, {field_type_parameters, 2}, [337] = {field_body, 5}, {field_name, 1}, {field_parameters, 2}, {field_return_type, 4}, [341] = {field_body, 5}, {field_name, 3}, {field_type_parameters, 4}, [344] = {field_extend, 5}, {field_name, 3}, {field_type_parameters, 4}, [347] = {field_class_parameters, 5}, {field_name, 3}, {field_type_parameters, 4}, [350] = {field_body, 5}, {field_name, 3}, [352] = {field_extend, 5}, {field_name, 3}, [354] = {field_class_parameters, 5}, {field_name, 3}, [356] = {field_body, 5}, {field_extend, 4}, {field_name, 3}, [359] = {field_body, 5}, {field_class_parameters, 4}, {field_name, 3}, [362] = {field_class_parameters, 4}, {field_extend, 5}, {field_name, 3}, [365] = {field_name, 2}, {field_name, 3, .inherited = true}, {field_type, 5}, [368] = {field_name, 2}, {field_type, 5}, {field_type_parameters, 3}, [371] = {field_body, 5}, {field_name, 2}, {field_return_type, 4}, [374] = {field_name, 2}, {field_return_type, 5}, {field_type_parameters, 3}, [377] = {field_body, 5}, {field_name, 2}, {field_parameters, 4}, {field_type_parameters, 3}, [381] = {field_name, 2}, {field_parameters, 3}, {field_return_type, 5}, [384] = {field_body, 5}, {field_name, 2}, {field_parameters, 3}, [387] = {field_name, 4}, {field_type_parameters, 5}, [389] = {field_body, 5}, {field_name, 4}, [391] = {field_extend, 5}, {field_name, 4}, [393] = {field_class_parameters, 5}, {field_name, 4}, [395] = {field_name, 3}, {field_type, 5}, [397] = {field_pattern, 3}, {field_value, 5}, [399] = {field_name, 3}, {field_return_type, 5}, [401] = {field_name, 3}, {field_parameters, 5}, {field_type_parameters, 4}, [404] = {field_body, 5}, {field_name, 3}, {field_parameters, 4}, [407] = {field_pattern, 1}, [408] = {field_body, 1}, {field_condition, 3}, [410] = {field_alias, 2}, {field_name, 0}, [412] = {field_body, 6}, {field_extend, 5}, {field_name, 2}, {field_type_parameters, 3}, [416] = {field_body, 6}, {field_class_parameters, 5}, {field_name, 2}, {field_type_parameters, 3}, [420] = {field_class_parameters, 5}, {field_extend, 6}, {field_name, 2}, {field_type_parameters, 3}, [424] = {field_body, 6}, {field_class_parameters, 4}, {field_extend, 5}, {field_name, 2}, {field_type_parameters, 3}, [429] = {field_body, 6}, {field_class_parameters, 4}, {field_extend, 5}, {field_name, 2}, [433] = {field_bound, 2}, {field_bound, 3}, {field_name, 0}, {field_type_parameters, 1}, [437] = {field_bound, 1}, {field_bound, 2}, {field_bound, 3}, {field_name, 0}, [441] = {field_default_value, 3}, {field_name, 1}, [443] = {field_body, 6}, {field_class_parameters, 4}, {field_extend, 5}, {field_name, 1}, {field_type_parameters, 2}, [448] = {field_body, 6}, {field_name, 1}, {field_return_type, 4}, {field_type_parameters, 2}, [452] = {field_body, 6}, {field_name, 1}, {field_parameters, 3}, {field_return_type, 5}, {field_type_parameters, 2}, [457] = {field_body, 6}, {field_name, 1}, {field_parameters, 2}, {field_return_type, 4}, [461] = {field_body, 6}, {field_name, 3}, {field_type_parameters, 4}, [464] = {field_extend, 6}, {field_name, 3}, {field_type_parameters, 4}, [467] = {field_class_parameters, 6}, {field_name, 3}, {field_type_parameters, 4}, [470] = {field_body, 6}, {field_extend, 5}, {field_name, 3}, {field_type_parameters, 4}, [474] = {field_body, 6}, {field_class_parameters, 5}, {field_name, 3}, {field_type_parameters, 4}, [478] = {field_class_parameters, 5}, {field_extend, 6}, {field_name, 3}, {field_type_parameters, 4}, [482] = {field_body, 6}, {field_extend, 5}, {field_name, 3}, [485] = {field_body, 6}, {field_class_parameters, 5}, {field_name, 3}, [488] = {field_class_parameters, 5}, {field_extend, 6}, {field_name, 3}, [491] = {field_body, 6}, {field_class_parameters, 4}, {field_extend, 5}, {field_name, 3}, [495] = {field_pattern, 2}, {field_type, 4}, {field_value, 6}, [498] = {field_body, 6}, {field_name, 2}, {field_return_type, 4}, [501] = {field_body, 6}, {field_name, 2}, {field_return_type, 5}, {field_type_parameters, 3}, [505] = {field_name, 2}, {field_parameters, 4}, {field_return_type, 6}, {field_type_parameters, 3}, [509] = {field_body, 6}, {field_name, 2}, {field_parameters, 4}, {field_type_parameters, 3}, [513] = {field_body, 6}, {field_name, 2}, {field_parameters, 3}, {field_return_type, 5}, [517] = {field_body, 6}, {field_name, 4}, {field_type_parameters, 5}, [520] = {field_extend, 6}, {field_name, 4}, {field_type_parameters, 5}, [523] = {field_class_parameters, 6}, {field_name, 4}, {field_type_parameters, 5}, [526] = {field_body, 6}, {field_name, 4}, [528] = {field_extend, 6}, {field_name, 4}, [530] = {field_class_parameters, 6}, {field_name, 4}, [532] = {field_body, 6}, {field_extend, 5}, {field_name, 4}, [535] = {field_body, 6}, {field_class_parameters, 5}, {field_name, 4}, [538] = {field_class_parameters, 5}, {field_extend, 6}, {field_name, 4}, [541] = {field_name, 3}, {field_name, 4, .inherited = true}, {field_type, 6}, [544] = {field_name, 3}, {field_type, 6}, {field_type_parameters, 4}, [547] = {field_body, 6}, {field_name, 3}, {field_return_type, 5}, [550] = {field_name, 3}, {field_return_type, 6}, {field_type_parameters, 4}, [553] = {field_body, 6}, {field_name, 3}, {field_parameters, 5}, {field_type_parameters, 4}, [557] = {field_name, 3}, {field_parameters, 4}, {field_return_type, 6}, [560] = {field_body, 6}, {field_name, 3}, {field_parameters, 4}, [563] = {field_body, 3}, {field_pattern, 1}, [565] = {field_condition, 1}, [566] = {field_alternative, 4}, {field_condition, 1}, {field_consequence, 2}, [569] = {field_body, 4}, {field_enumerators, 1}, {field_enumerators, 2}, {field_enumerators, 3}, [573] = {field_body, 7}, {field_class_parameters, 5}, {field_extend, 6}, {field_name, 2}, {field_type_parameters, 3}, [578] = {field_bound, 2}, {field_bound, 3}, {field_bound, 4}, {field_name, 0}, {field_type_parameters, 1}, [583] = {field_bound, 1}, {field_bound, 2}, {field_bound, 3}, {field_bound, 4}, {field_name, 0}, [588] = {field_default_value, 4}, {field_name, 0}, {field_type, 2}, [591] = {field_default_value, 4}, {field_name, 2}, [593] = {field_body, 7}, {field_name, 1}, {field_parameters, 3}, {field_return_type, 5}, {field_type_parameters, 2}, [598] = {field_body, 7}, {field_extend, 6}, {field_name, 3}, {field_type_parameters, 4}, [602] = {field_body, 7}, {field_class_parameters, 6}, {field_name, 3}, {field_type_parameters, 4}, [606] = {field_class_parameters, 6}, {field_extend, 7}, {field_name, 3}, {field_type_parameters, 4}, [610] = {field_body, 7}, {field_class_parameters, 5}, {field_extend, 6}, {field_name, 3}, {field_type_parameters, 4}, [615] = {field_body, 7}, {field_class_parameters, 5}, {field_extend, 6}, {field_name, 3}, [619] = {field_body, 7}, {field_name, 2}, {field_return_type, 5}, {field_type_parameters, 3}, [623] = {field_body, 7}, {field_name, 2}, {field_parameters, 4}, {field_return_type, 6}, {field_type_parameters, 3}, [628] = {field_body, 7}, {field_name, 2}, {field_parameters, 3}, {field_return_type, 5}, [632] = {field_body, 7}, {field_name, 4}, {field_type_parameters, 5}, [635] = {field_extend, 7}, {field_name, 4}, {field_type_parameters, 5}, [638] = {field_class_parameters, 7}, {field_name, 4}, {field_type_parameters, 5}, [641] = {field_body, 7}, {field_extend, 6}, {field_name, 4}, {field_type_parameters, 5}, [645] = {field_body, 7}, {field_class_parameters, 6}, {field_name, 4}, {field_type_parameters, 5}, [649] = {field_class_parameters, 6}, {field_extend, 7}, {field_name, 4}, {field_type_parameters, 5}, [653] = {field_body, 7}, {field_extend, 6}, {field_name, 4}, [656] = {field_body, 7}, {field_class_parameters, 6}, {field_name, 4}, [659] = {field_class_parameters, 6}, {field_extend, 7}, {field_name, 4}, [662] = {field_body, 7}, {field_class_parameters, 5}, {field_extend, 6}, {field_name, 4}, [666] = {field_pattern, 3}, {field_type, 5}, {field_value, 7}, [669] = {field_body, 7}, {field_name, 3}, {field_return_type, 5}, [672] = {field_body, 7}, {field_name, 3}, {field_return_type, 6}, {field_type_parameters, 4}, [676] = {field_name, 3}, {field_parameters, 5}, {field_return_type, 7}, {field_type_parameters, 4}, [680] = {field_body, 7}, {field_name, 3}, {field_parameters, 5}, {field_type_parameters, 4}, [684] = {field_body, 7}, {field_name, 3}, {field_parameters, 4}, {field_return_type, 6}, [688] = {field_body, 4}, {field_pattern, 1}, [690] = {field_body, 5}, {field_enumerators, 1}, {field_enumerators, 2}, {field_enumerators, 3}, [694] = {field_bound, 2}, {field_bound, 3}, {field_bound, 4}, {field_bound, 5}, {field_name, 0}, {field_type_parameters, 1}, [700] = {field_default_value, 5}, {field_name, 1}, {field_type, 3}, [703] = {field_default_value, 5}, {field_name, 3}, [705] = {field_body, 8}, {field_class_parameters, 6}, {field_extend, 7}, {field_name, 3}, {field_type_parameters, 4}, [710] = {field_body, 8}, {field_name, 2}, {field_parameters, 4}, {field_return_type, 6}, {field_type_parameters, 3}, [715] = {field_body, 8}, {field_extend, 7}, {field_name, 4}, {field_type_parameters, 5}, [719] = {field_body, 8}, {field_class_parameters, 7}, {field_name, 4}, {field_type_parameters, 5}, [723] = {field_class_parameters, 7}, {field_extend, 8}, {field_name, 4}, {field_type_parameters, 5}, [727] = {field_body, 8}, {field_class_parameters, 6}, {field_extend, 7}, {field_name, 4}, {field_type_parameters, 5}, [732] = {field_body, 8}, {field_class_parameters, 6}, {field_extend, 7}, {field_name, 4}, [736] = {field_body, 8}, {field_name, 3}, {field_return_type, 6}, {field_type_parameters, 4}, [740] = {field_body, 8}, {field_name, 3}, {field_parameters, 5}, {field_return_type, 7}, {field_type_parameters, 4}, [745] = {field_body, 8}, {field_name, 3}, {field_parameters, 4}, {field_return_type, 6}, [749] = {field_default_value, 6}, {field_name, 2}, {field_type, 4}, [752] = {field_body, 9}, {field_class_parameters, 7}, {field_extend, 8}, {field_name, 4}, {field_type_parameters, 5}, [757] = {field_body, 9}, {field_name, 3}, {field_parameters, 5}, {field_return_type, 7}, {field_type_parameters, 4}, [762] = {field_default_value, 7}, {field_name, 3}, {field_type, 5}, }; static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { [0] = {0}, [6] = { [0] = alias_sym_type_identifier, }, [37] = { [2] = alias_sym_type_identifier, }, [38] = { [2] = alias_sym_type_identifier, }, [43] = { [0] = alias_sym_type_identifier, }, [47] = { [1] = alias_sym_type_identifier, }, [82] = { [0] = alias_sym_type_identifier, }, [85] = { [1] = alias_sym_type_identifier, }, [97] = { [2] = alias_sym_type_identifier, }, [131] = { [0] = alias_sym_type_identifier, }, [148] = { [2] = alias_sym_type_identifier, }, [160] = { [3] = alias_sym_type_identifier, }, [205] = { [3] = alias_sym_type_identifier, }, }; static const uint16_t ts_non_terminal_alias_map[] = { 0, }; static inline bool sym_operator_identifier_character_set_1(int32_t c) { return (c < ';' ? (c < '\'' ? (c < '"' ? c == 0 : c <= '"') : (c <= '\'' || (c >= '.' && c <= '9'))) : (c <= ';' || (c < '`' ? (c < ']' ? c == '[' : c <= ']') : (c <= '{' || c == '}')))); } static inline bool sym_operator_identifier_character_set_2(int32_t c) { return (c < ';' ? (c < '\'' ? (c < '"' ? c == 0 : c <= '"') : (c <= '(' || (c >= '.' && c <= '9'))) : (c <= ';' || (c < '`' ? (c < ']' ? c == '[' : c <= ']') : (c <= '{' || c == '}')))); } static inline bool sym_operator_identifier_character_set_3(int32_t c) { return (c < ';' ? (c < '\'' ? (c < '"' ? c == 0 : c <= '"') : (c <= ')' || (c < '.' ? c == ',' : c <= '9'))) : (c <= ';' || (c < '`' ? (c < ']' ? c == '[' : c <= ']') : (c <= '{' || c == '}')))); } static inline bool sym_operator_identifier_character_set_4(int32_t c) { return (c < '.' ? (c < ' ' ? (c < '\t' ? c == 0 : (c <= '\n' || c == '\r')) : (c <= ' ' || (c < '\'' ? c == '"' : (c <= ')' || c == ',')))) : (c <= '.' || (c < ']' ? (c < ';' ? (c >= '0' && c <= '9') : (c <= ';' || (c >= 'A' && c <= '['))) : (c <= ']' || (c < '}' ? (c >= '_' && c <= '{') : c <= '}'))))); } static inline bool sym_operator_identifier_character_set_5(int32_t c) { return (c < ',' ? (c < ' ' ? (c < '\t' ? c == 0 : (c <= '\n' || c == '\r')) : (c <= ' ' || (c < '\'' ? c == '"' : c <= ')'))) : (c <= ',' || (c < ']' ? (c < 'A' ? c == ';' : c <= '[') : (c <= ']' || (c < '}' ? (c >= '_' && c <= '{') : c <= '}'))))); } static inline bool sym_operator_identifier_character_set_6(int32_t c) { return (c < ',' ? (c < ' ' ? (c < '\t' ? c == 0 : (c <= '\n' || c == '\r')) : (c <= ' ' || (c < '\'' ? c == '"' : c <= ')'))) : (c <= ',' || (c < ']' ? (c < ';' ? (c >= '.' && c <= '9') : (c <= ';' || (c >= 'A' && c <= '['))) : (c <= ']' || (c < '}' ? (c >= '_' && c <= '{') : c <= '}'))))); } static inline bool sym_operator_identifier_character_set_7(int32_t c) { return (c < ',' ? (c < ' ' ? (c < '\t' ? c == 0 : (c <= '\n' || c == '\r')) : (c <= ' ' || (c < '\'' ? c == '"' : c <= ')'))) : (c <= '.' || (c < ']' ? (c < ';' ? (c >= '0' && c <= '9') : (c <= ';' || (c >= 'A' && c <= '['))) : (c <= ']' || (c < '}' ? (c >= '_' && c <= '{') : c <= '}'))))); } static inline bool sym_operator_identifier_character_set_8(int32_t c) { return (c < ',' ? (c < ' ' ? (c < '\t' ? c == 0 : (c <= '\n' || c == '\r')) : (c <= ' ' || (c < '\'' ? c == '"' : c <= ')'))) : (c <= ',' || (c < ']' ? (c < '0' ? c == '.' : (c <= ';' || (c >= 'A' && c <= '['))) : (c <= ']' || (c < '}' ? (c >= '_' && c <= '{') : c <= '}'))))); } static inline bool sym_comment_character_set_1(int32_t c) { return (c < '.' ? (c < '"' ? (c < '\r' ? (c >= '\t' && c <= '\n') : (c <= '\r' || c == ' ')) : (c <= '"' || (c < ',' ? (c >= '\'' && c <= ')') : c <= ','))) : (c <= '9' || (c < ']' ? (c < 'A' ? c == ';' : c <= '[') : (c <= ']' || (c < '}' ? (c >= '_' && c <= '{') : c <= '}'))))); } static inline bool sym_comment_character_set_2(int32_t c) { return (c < '.' ? (c < '"' ? (c < '\r' ? (c >= '\t' && c <= '\n') : (c <= '\r' || c == ' ')) : (c <= '"' || (c < ',' ? (c >= '\'' && c <= ')') : c <= ','))) : (c <= '.' || (c < ']' ? (c < ';' ? (c >= '0' && c <= '9') : (c <= ';' || (c >= 'A' && c <= '['))) : (c <= ']' || (c < '}' ? (c >= '_' && c <= '{') : c <= '}'))))); } static inline bool sym_comment_character_set_3(int32_t c) { return (c < '.' ? (c < '"' ? (c < '\r' ? c == '\t' : (c <= '\r' || c == ' ')) : (c <= '"' || (c < ',' ? (c >= '\'' && c <= ')') : c <= ','))) : (c <= '.' || (c < ']' ? (c < ';' ? (c >= '0' && c <= '9') : (c <= ';' || (c >= 'A' && c <= '['))) : (c <= ']' || (c < '}' ? (c >= '_' && c <= '{') : c <= '}'))))); } static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (eof) ADVANCE(71); if (lookahead == '!') ADVANCE(106); if (lookahead == '"') ADVANCE(130); if (lookahead == '#') ADVANCE(100); if (lookahead == '$') ADVANCE(132); if (lookahead == '\'') ADVANCE(15); if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == '*') ADVANCE(102); if (lookahead == '+') ADVANCE(81); if (lookahead == ',') ADVANCE(74); if (lookahead == '-') ADVANCE(84); if (lookahead == '.') ADVANCE(73); if (lookahead == '/') ADVANCE(36); if (lookahead == '0') ADVANCE(121); if (lookahead == ':') ADVANCE(91); if (lookahead == ';') ADVANCE(133); if (lookahead == '<') ADVANCE(13); if (lookahead == '=') ADVANCE(95); if (lookahead == '>') ADVANCE(45); if (lookahead == '@') ADVANCE(93); if (lookahead == '[') ADVANCE(79); if (lookahead == ']') ADVANCE(80); if (lookahead == '{') ADVANCE(75); if (lookahead == '|') ADVANCE(104); if (lookahead == '}') ADVANCE(76); if (lookahead == '~') ADVANCE(108); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(0) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(122); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); END_STATE(); case 1: if (lookahead == '!') ADVANCE(107); if (lookahead == '\'') ADVANCE(15); if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == '+') ADVANCE(82); if (lookahead == ',') ADVANCE(74); if (lookahead == '-') ADVANCE(85); if (lookahead == '.') ADVANCE(73); if (lookahead == '/') ADVANCE(112); if (lookahead == '0') ADVANCE(121); if (lookahead == ':') ADVANCE(92); if (lookahead == ';') ADVANCE(133); if (lookahead == '=') ADVANCE(97); if (lookahead == '[') ADVANCE(79); if (lookahead == '{') ADVANCE(75); if (lookahead == '}') ADVANCE(76); if (lookahead == '~') ADVANCE(109); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(1) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(122); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != ']' && lookahead != '`') ADVANCE(119); END_STATE(); case 2: if (lookahead == '!') ADVANCE(107); if (lookahead == '\'') ADVANCE(15); if (lookahead == '(') ADVANCE(98); if (lookahead == '+') ADVANCE(82); if (lookahead == '-') ADVANCE(85); if (lookahead == '.') ADVANCE(73); if (lookahead == '/') ADVANCE(112); if (lookahead == '0') ADVANCE(121); if (lookahead == ':') ADVANCE(92); if (lookahead == '=') ADVANCE(96); if (lookahead == '[') ADVANCE(79); if (lookahead == '{') ADVANCE(75); if (lookahead == '~') ADVANCE(109); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(2) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(122); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != ')' && (lookahead < ',' || ';' < lookahead) && lookahead != ']' && lookahead != '`' && lookahead != '}') ADVANCE(119); END_STATE(); case 3: if (lookahead == '"') ADVANCE(130); if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == ';') ADVANCE(133); if (lookahead == '=') ADVANCE(96); if (lookahead == '[') ADVANCE(79); if (lookahead == '{') ADVANCE(75); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(3) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '\'' && (lookahead < '0' || '9' < lookahead) && lookahead != ']' && lookahead != '`') ADVANCE(119); END_STATE(); case 4: if (lookahead == '"') ADVANCE(131); END_STATE(); case 5: if (lookahead == '#') ADVANCE(100); if (lookahead == '(') ADVANCE(98); if (lookahead == '+') ADVANCE(81); if (lookahead == '-') ADVANCE(83); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(36); if (lookahead == '@') ADVANCE(93); if (lookahead == '[') ADVANCE(79); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(5) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); END_STATE(); case 6: if (lookahead == '#') ADVANCE(101); if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == '*') ADVANCE(103); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == '=') ADVANCE(96); if (lookahead == '@') ADVANCE(94); if (lookahead == '[') ADVANCE(79); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(6) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && (lookahead < '0' || '9' < lookahead) && lookahead != ';' && lookahead != ']' && (lookahead < '`' || '{' < lookahead) && lookahead != '}') ADVANCE(119); END_STATE(); case 7: if (lookahead == '#') ADVANCE(101); if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == '*') ADVANCE(103); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == '=') ADVANCE(117); if (lookahead == '@') ADVANCE(94); if (lookahead == '[') ADVANCE(79); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(7) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && (lookahead < '0' || '9' < lookahead) && lookahead != ';' && lookahead != ']' && (lookahead < '`' || '{' < lookahead) && lookahead != '}') ADVANCE(119); END_STATE(); case 8: if (lookahead == '#') ADVANCE(101); if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '=') ADVANCE(117); if (lookahead == '@') ADVANCE(94); if (lookahead == '[') ADVANCE(79); if (lookahead == '|') ADVANCE(105); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(8) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && (lookahead < '0' || ';' < lookahead) && lookahead != ']' && (lookahead < '`' || '}' < lookahead)) ADVANCE(119); END_STATE(); case 9: if (lookahead == '#') ADVANCE(101); if (lookahead == '(') ADVANCE(98); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '<') ADVANCE(111); if (lookahead == '=') ADVANCE(117); if (lookahead == '>') ADVANCE(116); if (lookahead == '@') ADVANCE(94); if (lookahead == '[') ADVANCE(79); if (lookahead == ']') ADVANCE(80); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(9) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && (lookahead < '0' || ';' < lookahead) && (lookahead < '`' || '{' < lookahead) && lookahead != '}') ADVANCE(119); END_STATE(); case 10: if (lookahead == '#') ADVANCE(101); if (lookahead == '(') ADVANCE(98); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '<') ADVANCE(111); if (lookahead == '=') ADVANCE(117); if (lookahead == '@') ADVANCE(94); if (lookahead == '[') ADVANCE(79); if (lookahead == ']') ADVANCE(80); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(10) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && (lookahead < '0' || ';' < lookahead) && (lookahead < '`' || '{' < lookahead) && lookahead != '}') ADVANCE(119); END_STATE(); case 11: if (lookahead == '#') ADVANCE(101); if (lookahead == '(') ADVANCE(98); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '=') ADVANCE(117); if (lookahead == '@') ADVANCE(94); if (lookahead == '[') ADVANCE(79); if (lookahead == ']') ADVANCE(80); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(11) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && (lookahead < '0' || ';' < lookahead) && (lookahead < '`' || '{' < lookahead) && lookahead != '}') ADVANCE(119); END_STATE(); case 12: if (lookahead == '#') ADVANCE(101); if (lookahead == '(') ADVANCE(98); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '<') ADVANCE(115); if (lookahead == '=') ADVANCE(96); if (lookahead == '@') ADVANCE(94); if (lookahead == '[') ADVANCE(79); if (lookahead == '|') ADVANCE(105); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(12) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ',' && (lookahead < '0' || ';' < lookahead) && lookahead != ']' && (lookahead < '`' || '}' < lookahead)) ADVANCE(119); END_STATE(); case 13: if (lookahead == '%') ADVANCE(89); if (lookahead == '-') ADVANCE(134); if (lookahead == ':') ADVANCE(86); END_STATE(); case 14: if (lookahead == '\'') ADVANCE(127); END_STATE(); case 15: if (lookahead == '\'') ADVANCE(127); if (lookahead == '\\') ADVANCE(46); if (lookahead != 0 && lookahead != '\n') ADVANCE(128); END_STATE(); case 16: if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == '*') ADVANCE(103); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == ';') ADVANCE(133); if (lookahead == '=') ADVANCE(97); if (lookahead == '[') ADVANCE(79); if (lookahead == '{') ADVANCE(75); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(16) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && (lookahead < '0' || '9' < lookahead) && lookahead != ']' && lookahead != '`') ADVANCE(119); END_STATE(); case 17: if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == '*') ADVANCE(103); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == ';') ADVANCE(133); if (lookahead == '=') ADVANCE(96); if (lookahead == '[') ADVANCE(79); if (lookahead == '{') ADVANCE(75); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(17) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && (lookahead < '0' || '9' < lookahead) && lookahead != ']' && lookahead != '`') ADVANCE(119); END_STATE(); case 18: if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == '*') ADVANCE(103); if (lookahead == ',') ADVANCE(74); if (lookahead == '/') ADVANCE(112); if (lookahead == '=') ADVANCE(96); if (lookahead == '@') ADVANCE(94); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(18) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (!sym_operator_identifier_character_set_1(lookahead)) ADVANCE(119); END_STATE(); case 19: if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == '*') ADVANCE(103); if (lookahead == ',') ADVANCE(74); if (lookahead == '/') ADVANCE(112); if (lookahead == '=') ADVANCE(117); if (lookahead == '@') ADVANCE(94); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(19) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (!sym_operator_identifier_character_set_1(lookahead)) ADVANCE(119); END_STATE(); case 20: if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == ';') ADVANCE(133); if (lookahead == '=') ADVANCE(97); if (lookahead == '[') ADVANCE(79); if (lookahead == '{') ADVANCE(75); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(20) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && (lookahead < '0' || '9' < lookahead) && lookahead != ']' && lookahead != '`') ADVANCE(119); END_STATE(); case 21: if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '=') ADVANCE(117); if (lookahead == '@') ADVANCE(94); if (lookahead == '|') ADVANCE(105); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(21) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && (lookahead < '0' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && (lookahead < '`' || '}' < lookahead)) ADVANCE(119); END_STATE(); case 22: if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '=') ADVANCE(117); if (lookahead == '|') ADVANCE(105); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(22) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && (lookahead < '0' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && (lookahead < '`' || '}' < lookahead)) ADVANCE(119); END_STATE(); case 23: if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '@') ADVANCE(94); if (lookahead == '|') ADVANCE(105); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(23) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && (lookahead < '0' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && (lookahead < '`' || '}' < lookahead)) ADVANCE(119); END_STATE(); case 24: if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '|') ADVANCE(105); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(24) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && (lookahead < '0' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && (lookahead < '`' || '}' < lookahead)) ADVANCE(119); END_STATE(); case 25: if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == ',') ADVANCE(74); if (lookahead == '/') ADVANCE(112); if (lookahead == ';') ADVANCE(133); if (lookahead == '=') ADVANCE(117); if (lookahead == ']') ADVANCE(80); if (lookahead == '{') ADVANCE(75); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(25) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && (lookahead < '.' || '9' < lookahead) && lookahead != '[' && lookahead != '`') ADVANCE(119); END_STATE(); case 26: if (lookahead == '(') ADVANCE(98); if (lookahead == ',') ADVANCE(74); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '<') ADVANCE(111); if (lookahead == '=') ADVANCE(117); if (lookahead == '>') ADVANCE(116); if (lookahead == '@') ADVANCE(94); if (lookahead == ']') ADVANCE(80); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(26) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && (lookahead < '.' || ';' < lookahead) && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && lookahead != '}') ADVANCE(119); END_STATE(); case 27: if (lookahead == '(') ADVANCE(98); if (lookahead == ',') ADVANCE(74); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '<') ADVANCE(111); if (lookahead == '=') ADVANCE(117); if (lookahead == '@') ADVANCE(94); if (lookahead == ']') ADVANCE(80); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(27) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && (lookahead < '.' || ';' < lookahead) && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && lookahead != '}') ADVANCE(119); END_STATE(); case 28: if (lookahead == '(') ADVANCE(98); if (lookahead == ',') ADVANCE(74); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '=') ADVANCE(117); if (lookahead == '@') ADVANCE(94); if (lookahead == ']') ADVANCE(80); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(28) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && (lookahead < '.' || ';' < lookahead) && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && lookahead != '}') ADVANCE(119); END_STATE(); case 29: if (lookahead == '(') ADVANCE(98); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == ';') ADVANCE(133); if (lookahead == '=') ADVANCE(97); if (lookahead == '|') ADVANCE(105); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(29) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ',' && (lookahead < '0' || '9' < lookahead) && lookahead != '[' && lookahead != ']' && (lookahead < '`' || '{' < lookahead)) ADVANCE(119); END_STATE(); case 30: if (lookahead == '(') ADVANCE(98); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '<') ADVANCE(115); if (lookahead == '=') ADVANCE(97); if (lookahead == '@') ADVANCE(94); if (lookahead == '|') ADVANCE(105); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(30) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ',' && (lookahead < '0' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && (lookahead < '`' || '}' < lookahead)) ADVANCE(119); END_STATE(); case 31: if (lookahead == '(') ADVANCE(98); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '<') ADVANCE(115); if (lookahead == '=') ADVANCE(97); if (lookahead == '|') ADVANCE(105); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(31) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ',' && (lookahead < '0' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && (lookahead < '`' || '}' < lookahead)) ADVANCE(119); END_STATE(); case 32: if (lookahead == '(') ADVANCE(98); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '<') ADVANCE(115); if (lookahead == '=') ADVANCE(96); if (lookahead == '@') ADVANCE(94); if (lookahead == '|') ADVANCE(105); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(32) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ',' && (lookahead < '.' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && (lookahead < '`' || '}' < lookahead)) ADVANCE(119); END_STATE(); case 33: if (lookahead == ')') ADVANCE(99); if (lookahead == '*') ADVANCE(103); if (lookahead == ',') ADVANCE(74); if (lookahead == '/') ADVANCE(112); if (lookahead == '=') ADVANCE(96); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(33) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (!sym_operator_identifier_character_set_2(lookahead)) ADVANCE(119); END_STATE(); case 34: if (lookahead == ')') ADVANCE(99); if (lookahead == '*') ADVANCE(103); if (lookahead == ',') ADVANCE(74); if (lookahead == '/') ADVANCE(112); if (lookahead == '=') ADVANCE(117); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(34) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (!sym_operator_identifier_character_set_2(lookahead)) ADVANCE(119); END_STATE(); case 35: if (lookahead == ')') ADVANCE(99); if (lookahead == ',') ADVANCE(74); if (lookahead == '/') ADVANCE(112); if (lookahead == ';') ADVANCE(133); if (lookahead == '=') ADVANCE(96); if (lookahead == '{') ADVANCE(75); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(35) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && lookahead != '(' && (lookahead < '.' || '9' < lookahead) && lookahead != '[' && lookahead != ']' && lookahead != '`') ADVANCE(119); END_STATE(); case 36: if (lookahead == '*') ADVANCE(38); if (lookahead == '/') ADVANCE(137); END_STATE(); case 37: if (lookahead == '*') ADVANCE(37); if (lookahead == '/') ADVANCE(136); if (lookahead != 0) ADVANCE(38); END_STATE(); case 38: if (lookahead == '*') ADVANCE(37); if (lookahead != 0) ADVANCE(38); END_STATE(); case 39: if (lookahead == ',') ADVANCE(74); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '<') ADVANCE(111); if (lookahead == '=') ADVANCE(117); if (lookahead == '>') ADVANCE(116); if (lookahead == ']') ADVANCE(80); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(39) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && (lookahead < '.' || ';' < lookahead) && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && lookahead != '}') ADVANCE(119); END_STATE(); case 40: if (lookahead == ',') ADVANCE(74); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '<') ADVANCE(111); if (lookahead == '=') ADVANCE(117); if (lookahead == ']') ADVANCE(80); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(40) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && (lookahead < '.' || ';' < lookahead) && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && lookahead != '}') ADVANCE(119); END_STATE(); case 41: if (lookahead == ',') ADVANCE(74); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '=') ADVANCE(117); if (lookahead == ']') ADVANCE(80); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(41) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && (lookahead < '.' || ';' < lookahead) && lookahead != '[' && (lookahead < '`' || '{' < lookahead) && lookahead != '}') ADVANCE(119); END_STATE(); case 42: if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == ';') ADVANCE(133); if (lookahead == '=') ADVANCE(96); if (lookahead == '|') ADVANCE(105); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(42) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ',' && (lookahead < '.' || '9' < lookahead) && lookahead != '[' && lookahead != ']' && (lookahead < '`' || '{' < lookahead)) ADVANCE(119); END_STATE(); case 43: if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '<') ADVANCE(115); if (lookahead == '=') ADVANCE(96); if (lookahead == '|') ADVANCE(105); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(43) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ',' && (lookahead < '.' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && (lookahead < '`' || '}' < lookahead)) ADVANCE(119); END_STATE(); case 44: if (lookahead == '/') ADVANCE(112); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(44) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (!sym_operator_identifier_character_set_3(lookahead)) ADVANCE(119); END_STATE(); case 45: if (lookahead == ':') ADVANCE(87); END_STATE(); case 46: if (lookahead == 'u') ADVANCE(47); if (lookahead == 'x') ADVANCE(56); if (lookahead != 0) ADVANCE(14); END_STATE(); case 47: if (lookahead == '{') ADVANCE(54); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(55); END_STATE(); case 48: if (lookahead == '}') ADVANCE(14); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(48); END_STATE(); case 49: if (lookahead == '+' || lookahead == '-') ADVANCE(51); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(126); END_STATE(); case 50: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(125); END_STATE(); case 51: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(126); END_STATE(); case 52: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(14); END_STATE(); case 53: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(123); END_STATE(); case 54: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(48); END_STATE(); case 55: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(56); END_STATE(); case 56: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(52); END_STATE(); case 57: if (eof) ADVANCE(71); if (lookahead == '!') ADVANCE(107); if (lookahead == '\'') ADVANCE(15); if (lookahead == '(') ADVANCE(98); if (lookahead == '+') ADVANCE(82); if (lookahead == '-') ADVANCE(85); if (lookahead == '.') ADVANCE(73); if (lookahead == '/') ADVANCE(112); if (lookahead == '0') ADVANCE(121); if (lookahead == ':') ADVANCE(92); if (lookahead == '=') ADVANCE(97); if (lookahead == '@') ADVANCE(94); if (lookahead == '[') ADVANCE(79); if (lookahead == '{') ADVANCE(75); if (lookahead == '~') ADVANCE(109); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(57) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(122); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != ')' && (lookahead < ',' || ';' < lookahead) && lookahead != ']' && lookahead != '`' && lookahead != '}') ADVANCE(119); END_STATE(); case 58: if (eof) ADVANCE(71); if (lookahead == '"') ADVANCE(130); if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == ';') ADVANCE(133); if (lookahead == '=') ADVANCE(96); if (lookahead == '@') ADVANCE(94); if (lookahead == '[') ADVANCE(79); if (lookahead == '{') ADVANCE(75); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(58) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '\'' && (lookahead < '0' || '9' < lookahead) && lookahead != ']' && lookahead != '`') ADVANCE(119); END_STATE(); case 59: if (eof) ADVANCE(71); if (lookahead == '#') ADVANCE(101); if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == '*') ADVANCE(103); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == ';') ADVANCE(133); if (lookahead == '=') ADVANCE(96); if (lookahead == '@') ADVANCE(94); if (lookahead == '[') ADVANCE(79); if (lookahead == '{') ADVANCE(75); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(59) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && (lookahead < '0' || '9' < lookahead) && lookahead != ']' && lookahead != '`') ADVANCE(119); END_STATE(); case 60: if (eof) ADVANCE(71); if (lookahead == '#') ADVANCE(101); if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == ';') ADVANCE(133); if (lookahead == '=') ADVANCE(96); if (lookahead == '@') ADVANCE(94); if (lookahead == '[') ADVANCE(79); if (lookahead == '{') ADVANCE(75); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(60) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && (lookahead < '0' || '9' < lookahead) && lookahead != ']' && lookahead != '`') ADVANCE(119); END_STATE(); case 61: if (eof) ADVANCE(71); if (lookahead == '#') ADVANCE(101); if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ';') ADVANCE(133); if (lookahead == '=') ADVANCE(96); if (lookahead == '@') ADVANCE(94); if (lookahead == '[') ADVANCE(79); if (lookahead == '{') ADVANCE(75); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(61) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && (lookahead < '0' || '9' < lookahead) && lookahead != ']' && lookahead != '`') ADVANCE(119); END_STATE(); case 62: if (eof) ADVANCE(71); if (lookahead == '#') ADVANCE(101); if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ';') ADVANCE(133); if (lookahead == '=') ADVANCE(117); if (lookahead == '@') ADVANCE(94); if (lookahead == '[') ADVANCE(79); if (lookahead == ']') ADVANCE(80); if (lookahead == '{') ADVANCE(75); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(62) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && (lookahead < '0' || '9' < lookahead) && lookahead != '`') ADVANCE(119); END_STATE(); case 63: if (eof) ADVANCE(71); if (lookahead == '#') ADVANCE(101); if (lookahead == '(') ADVANCE(98); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == ';') ADVANCE(133); if (lookahead == '=') ADVANCE(96); if (lookahead == '@') ADVANCE(94); if (lookahead == '[') ADVANCE(79); if (lookahead == '|') ADVANCE(105); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(63) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ',' && (lookahead < '0' || '9' < lookahead) && lookahead != ']' && (lookahead < '`' || '{' < lookahead)) ADVANCE(119); END_STATE(); case 64: if (eof) ADVANCE(71); if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == '*') ADVANCE(103); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == ';') ADVANCE(133); if (lookahead == '=') ADVANCE(96); if (lookahead == '@') ADVANCE(94); if (lookahead == '[') ADVANCE(79); if (lookahead == '{') ADVANCE(75); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(64) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && (lookahead < '0' || '9' < lookahead) && lookahead != ']' && lookahead != '`') ADVANCE(119); END_STATE(); case 65: if (eof) ADVANCE(71); if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == ',') ADVANCE(74); if (lookahead == '/') ADVANCE(112); if (lookahead == ';') ADVANCE(133); if (lookahead == '=') ADVANCE(96); if (lookahead == '@') ADVANCE(94); if (lookahead == '{') ADVANCE(75); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(65) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && (lookahead < '.' || '9' < lookahead) && lookahead != '[' && lookahead != ']' && lookahead != '`') ADVANCE(119); END_STATE(); case 66: if (eof) ADVANCE(71); if (lookahead == '(') ADVANCE(98); if (lookahead == ')') ADVANCE(99); if (lookahead == ',') ADVANCE(74); if (lookahead == '/') ADVANCE(112); if (lookahead == ';') ADVANCE(133); if (lookahead == '=') ADVANCE(117); if (lookahead == '@') ADVANCE(94); if (lookahead == ']') ADVANCE(80); if (lookahead == '{') ADVANCE(75); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(66) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && lookahead != '\'' && (lookahead < '.' || '9' < lookahead) && lookahead != '[' && lookahead != '`') ADVANCE(119); END_STATE(); case 67: if (eof) ADVANCE(71); if (lookahead == '(') ADVANCE(98); if (lookahead == '*') ADVANCE(103); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '=') ADVANCE(97); if (lookahead == '@') ADVANCE(94); if (lookahead == '[') ADVANCE(79); if (lookahead == '{') ADVANCE(75); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(67) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ',' && (lookahead < '0' || ';' < lookahead) && lookahead != ']' && lookahead != '`' && lookahead != '}') ADVANCE(119); END_STATE(); case 68: if (eof) ADVANCE(71); if (lookahead == '(') ADVANCE(98); if (lookahead == ',') ADVANCE(74); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '=') ADVANCE(97); if (lookahead == '@') ADVANCE(94); if (lookahead == '|') ADVANCE(105); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(68) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && (lookahead < '0' || ';' < lookahead) && lookahead != '[' && lookahead != ']' && (lookahead < '`' || '}' < lookahead)) ADVANCE(119); END_STATE(); case 69: if (eof) ADVANCE(71); if (lookahead == '(') ADVANCE(98); if (lookahead == '.') ADVANCE(72); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == '=') ADVANCE(97); if (lookahead == '@') ADVANCE(94); if (lookahead == '[') ADVANCE(79); if (lookahead == '{') ADVANCE(75); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(69) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ',' && (lookahead < '0' || ';' < lookahead) && lookahead != ']' && lookahead != '`' && lookahead != '}') ADVANCE(119); END_STATE(); case 70: if (eof) ADVANCE(71); if (lookahead == '(') ADVANCE(98); if (lookahead == '/') ADVANCE(112); if (lookahead == ':') ADVANCE(92); if (lookahead == ';') ADVANCE(133); if (lookahead == '=') ADVANCE(96); if (lookahead == '@') ADVANCE(94); if (lookahead == '|') ADVANCE(105); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(70) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); if (lookahead != 0 && lookahead != '"' && (lookahead < '\'' || ')' < lookahead) && lookahead != ',' && (lookahead < '.' || '9' < lookahead) && lookahead != '[' && lookahead != ']' && (lookahead < '`' || '{' < lookahead)) ADVANCE(119); END_STATE(); case 71: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 72: ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); case 73: ACCEPT_TOKEN(anon_sym_DOT); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(125); END_STATE(); case 74: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 75: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 76: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 77: ACCEPT_TOKEN(anon_sym_EQ_GT); END_STATE(); case 78: ACCEPT_TOKEN(anon_sym_EQ_GT); if (!sym_operator_identifier_character_set_4(lookahead)) ADVANCE(119); END_STATE(); case 79: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 80: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 81: ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 82: ACCEPT_TOKEN(anon_sym_PLUS); if (!sym_operator_identifier_character_set_4(lookahead)) ADVANCE(119); END_STATE(); case 83: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 84: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '.') ADVANCE(50); if (lookahead == '0') ADVANCE(121); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(122); END_STATE(); case 85: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '.') ADVANCE(50); if (lookahead == '0') ADVANCE(121); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(122); if (!sym_operator_identifier_character_set_5(lookahead)) ADVANCE(119); END_STATE(); case 86: ACCEPT_TOKEN(anon_sym_LT_COLON); END_STATE(); case 87: ACCEPT_TOKEN(anon_sym_GT_COLON); END_STATE(); case 88: ACCEPT_TOKEN(anon_sym_GT_COLON); if (!sym_operator_identifier_character_set_4(lookahead)) ADVANCE(119); END_STATE(); case 89: ACCEPT_TOKEN(anon_sym_LT_PERCENT); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_LT_PERCENT); if (!sym_operator_identifier_character_set_4(lookahead)) ADVANCE(119); END_STATE(); case 91: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 92: ACCEPT_TOKEN(anon_sym_COLON); if (!sym_operator_identifier_character_set_4(lookahead)) ADVANCE(119); END_STATE(); case 93: ACCEPT_TOKEN(anon_sym_AT); END_STATE(); case 94: ACCEPT_TOKEN(anon_sym_AT); if (!sym_operator_identifier_character_set_4(lookahead)) ADVANCE(119); END_STATE(); case 95: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '>') ADVANCE(77); END_STATE(); case 96: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '>') ADVANCE(78); if (!sym_operator_identifier_character_set_4(lookahead)) ADVANCE(119); END_STATE(); case 97: ACCEPT_TOKEN(anon_sym_EQ); if (!sym_operator_identifier_character_set_4(lookahead)) ADVANCE(119); END_STATE(); case 98: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 99: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 100: ACCEPT_TOKEN(anon_sym_POUND); END_STATE(); case 101: ACCEPT_TOKEN(anon_sym_POUND); if (!sym_operator_identifier_character_set_4(lookahead)) ADVANCE(119); END_STATE(); case 102: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 103: ACCEPT_TOKEN(anon_sym_STAR); if (!sym_operator_identifier_character_set_4(lookahead)) ADVANCE(119); END_STATE(); case 104: ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 105: ACCEPT_TOKEN(anon_sym_PIPE); if (!sym_operator_identifier_character_set_4(lookahead)) ADVANCE(119); END_STATE(); case 106: ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 107: ACCEPT_TOKEN(anon_sym_BANG); if (!sym_operator_identifier_character_set_4(lookahead)) ADVANCE(119); END_STATE(); case 108: ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); case 109: ACCEPT_TOKEN(anon_sym_TILDE); if (!sym_operator_identifier_character_set_4(lookahead)) ADVANCE(119); END_STATE(); case 110: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(110); END_STATE(); case 111: ACCEPT_TOKEN(sym_operator_identifier); if (lookahead == '%') ADVANCE(90); if (!sym_operator_identifier_character_set_4(lookahead)) ADVANCE(119); END_STATE(); case 112: ACCEPT_TOKEN(sym_operator_identifier); if (lookahead == '*') ADVANCE(114); if (lookahead == '/') ADVANCE(118); if (!sym_operator_identifier_character_set_6(lookahead)) ADVANCE(119); END_STATE(); case 113: ACCEPT_TOKEN(sym_operator_identifier); if (lookahead == '*') ADVANCE(113); if (lookahead == '/') ADVANCE(119); if (sym_comment_character_set_1(lookahead)) ADVANCE(38); if (lookahead != 0) ADVANCE(114); END_STATE(); case 114: ACCEPT_TOKEN(sym_operator_identifier); if (lookahead == '*') ADVANCE(113); if (sym_comment_character_set_2(lookahead)) ADVANCE(38); if (lookahead != 0) ADVANCE(114); END_STATE(); case 115: ACCEPT_TOKEN(sym_operator_identifier); if (lookahead == '-') ADVANCE(135); if (!sym_operator_identifier_character_set_7(lookahead)) ADVANCE(119); END_STATE(); case 116: ACCEPT_TOKEN(sym_operator_identifier); if (lookahead == ':') ADVANCE(88); if (!sym_operator_identifier_character_set_8(lookahead)) ADVANCE(119); END_STATE(); case 117: ACCEPT_TOKEN(sym_operator_identifier); if (lookahead == '>') ADVANCE(78); if (!sym_operator_identifier_character_set_4(lookahead)) ADVANCE(119); END_STATE(); case 118: ACCEPT_TOKEN(sym_operator_identifier); if (sym_comment_character_set_3(lookahead)) ADVANCE(137); if (lookahead != 0 && lookahead != '\n') ADVANCE(118); END_STATE(); case 119: ACCEPT_TOKEN(sym_operator_identifier); if (!sym_operator_identifier_character_set_4(lookahead)) ADVANCE(119); END_STATE(); case 120: ACCEPT_TOKEN(sym_integer_literal); END_STATE(); case 121: ACCEPT_TOKEN(sym_integer_literal); if (lookahead == '.') ADVANCE(50); if (lookahead == 'E' || lookahead == 'e') ADVANCE(49); if (lookahead == 'L' || lookahead == 'l') ADVANCE(120); if (lookahead == 'X' || lookahead == 'x') ADVANCE(53); if (('D' <= lookahead && lookahead <= 'F') || ('d' <= lookahead && lookahead <= 'f')) ADVANCE(124); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(122); END_STATE(); case 122: ACCEPT_TOKEN(sym_integer_literal); if (lookahead == '.') ADVANCE(50); if (lookahead == 'E' || lookahead == 'e') ADVANCE(49); if (lookahead == 'L' || lookahead == 'l') ADVANCE(120); if (('D' <= lookahead && lookahead <= 'F') || ('d' <= lookahead && lookahead <= 'f')) ADVANCE(124); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(122); END_STATE(); case 123: ACCEPT_TOKEN(sym_integer_literal); if (lookahead == 'L' || lookahead == 'l') ADVANCE(120); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(123); END_STATE(); case 124: ACCEPT_TOKEN(sym_floating_point_literal); END_STATE(); case 125: ACCEPT_TOKEN(sym_floating_point_literal); if (lookahead == 'E' || lookahead == 'e') ADVANCE(49); if (('D' <= lookahead && lookahead <= 'F') || ('d' <= lookahead && lookahead <= 'f')) ADVANCE(124); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(125); END_STATE(); case 126: ACCEPT_TOKEN(sym_floating_point_literal); if (lookahead == 'D' || lookahead == 'F' || lookahead == 'd' || lookahead == 'f') ADVANCE(124); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(126); END_STATE(); case 127: ACCEPT_TOKEN(sym_character_literal); END_STATE(); case 128: ACCEPT_TOKEN(sym_symbol_literal); if (lookahead == '\'') ADVANCE(127); if (lookahead != 0 && lookahead != '\n' && lookahead != '\\') ADVANCE(129); END_STATE(); case 129: ACCEPT_TOKEN(sym_symbol_literal); if (lookahead != 0 && lookahead != '\n' && lookahead != '\'' && lookahead != '\\') ADVANCE(129); END_STATE(); case 130: ACCEPT_TOKEN(sym__interpolated_string_start); if (lookahead == '"') ADVANCE(4); END_STATE(); case 131: ACCEPT_TOKEN(sym__interpolated_multiline_string_start); END_STATE(); case 132: ACCEPT_TOKEN(anon_sym_DOLLAR); END_STATE(); case 133: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 134: ACCEPT_TOKEN(anon_sym_LT_DASH); END_STATE(); case 135: ACCEPT_TOKEN(anon_sym_LT_DASH); if (!sym_operator_identifier_character_set_4(lookahead)) ADVANCE(119); END_STATE(); case 136: ACCEPT_TOKEN(sym_comment); END_STATE(); case 137: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\n') ADVANCE(137); END_STATE(); default: return false; } } static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (lookahead == '_') ADVANCE(1); if (lookahead == 'a') ADVANCE(2); if (lookahead == 'c') ADVANCE(3); if (lookahead == 'd') ADVANCE(4); if (lookahead == 'e') ADVANCE(5); if (lookahead == 'f') ADVANCE(6); if (lookahead == 'i') ADVANCE(7); if (lookahead == 'l') ADVANCE(8); if (lookahead == 'm') ADVANCE(9); if (lookahead == 'n') ADVANCE(10); if (lookahead == 'o') ADVANCE(11); if (lookahead == 'p') ADVANCE(12); if (lookahead == 'r') ADVANCE(13); if (lookahead == 's') ADVANCE(14); if (lookahead == 't') ADVANCE(15); if (lookahead == 'v') ADVANCE(16); if (lookahead == 'w') ADVANCE(17); if (lookahead == 'y') ADVANCE(18); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(0) END_STATE(); case 1: ACCEPT_TOKEN(sym_wildcard); END_STATE(); case 2: if (lookahead == 'b') ADVANCE(19); END_STATE(); case 3: if (lookahead == 'a') ADVANCE(20); if (lookahead == 'l') ADVANCE(21); END_STATE(); case 4: if (lookahead == 'e') ADVANCE(22); if (lookahead == 'o') ADVANCE(23); END_STATE(); case 5: if (lookahead == 'l') ADVANCE(24); if (lookahead == 'x') ADVANCE(25); END_STATE(); case 6: if (lookahead == 'a') ADVANCE(26); if (lookahead == 'i') ADVANCE(27); if (lookahead == 'o') ADVANCE(28); END_STATE(); case 7: if (lookahead == 'f') ADVANCE(29); if (lookahead == 'm') ADVANCE(30); END_STATE(); case 8: if (lookahead == 'a') ADVANCE(31); END_STATE(); case 9: if (lookahead == 'a') ADVANCE(32); END_STATE(); case 10: if (lookahead == 'e') ADVANCE(33); if (lookahead == 'u') ADVANCE(34); END_STATE(); case 11: if (lookahead == 'b') ADVANCE(35); if (lookahead == 'v') ADVANCE(36); END_STATE(); case 12: if (lookahead == 'a') ADVANCE(37); if (lookahead == 'r') ADVANCE(38); END_STATE(); case 13: if (lookahead == 'e') ADVANCE(39); END_STATE(); case 14: if (lookahead == 'e') ADVANCE(40); END_STATE(); case 15: if (lookahead == 'h') ADVANCE(41); if (lookahead == 'r') ADVANCE(42); if (lookahead == 'y') ADVANCE(43); END_STATE(); case 16: if (lookahead == 'a') ADVANCE(44); END_STATE(); case 17: if (lookahead == 'h') ADVANCE(45); if (lookahead == 'i') ADVANCE(46); END_STATE(); case 18: if (lookahead == 'i') ADVANCE(47); END_STATE(); case 19: if (lookahead == 's') ADVANCE(48); END_STATE(); case 20: if (lookahead == 's') ADVANCE(49); if (lookahead == 't') ADVANCE(50); END_STATE(); case 21: if (lookahead == 'a') ADVANCE(51); END_STATE(); case 22: if (lookahead == 'f') ADVANCE(52); END_STATE(); case 23: ACCEPT_TOKEN(anon_sym_do); END_STATE(); case 24: if (lookahead == 's') ADVANCE(53); END_STATE(); case 25: if (lookahead == 't') ADVANCE(54); END_STATE(); case 26: if (lookahead == 'l') ADVANCE(55); END_STATE(); case 27: if (lookahead == 'n') ADVANCE(56); END_STATE(); case 28: if (lookahead == 'r') ADVANCE(57); END_STATE(); case 29: ACCEPT_TOKEN(anon_sym_if); END_STATE(); case 30: if (lookahead == 'p') ADVANCE(58); END_STATE(); case 31: if (lookahead == 'z') ADVANCE(59); END_STATE(); case 32: if (lookahead == 't') ADVANCE(60); END_STATE(); case 33: if (lookahead == 'w') ADVANCE(61); END_STATE(); case 34: if (lookahead == 'l') ADVANCE(62); END_STATE(); case 35: if (lookahead == 'j') ADVANCE(63); END_STATE(); case 36: if (lookahead == 'e') ADVANCE(64); END_STATE(); case 37: if (lookahead == 'c') ADVANCE(65); END_STATE(); case 38: if (lookahead == 'i') ADVANCE(66); if (lookahead == 'o') ADVANCE(67); END_STATE(); case 39: if (lookahead == 't') ADVANCE(68); END_STATE(); case 40: if (lookahead == 'a') ADVANCE(69); END_STATE(); case 41: if (lookahead == 'r') ADVANCE(70); END_STATE(); case 42: if (lookahead == 'a') ADVANCE(71); if (lookahead == 'u') ADVANCE(72); if (lookahead == 'y') ADVANCE(73); END_STATE(); case 43: if (lookahead == 'p') ADVANCE(74); END_STATE(); case 44: if (lookahead == 'l') ADVANCE(75); if (lookahead == 'r') ADVANCE(76); END_STATE(); case 45: if (lookahead == 'i') ADVANCE(77); END_STATE(); case 46: if (lookahead == 't') ADVANCE(78); END_STATE(); case 47: if (lookahead == 'e') ADVANCE(79); END_STATE(); case 48: if (lookahead == 't') ADVANCE(80); END_STATE(); case 49: if (lookahead == 'e') ADVANCE(81); END_STATE(); case 50: if (lookahead == 'c') ADVANCE(82); END_STATE(); case 51: if (lookahead == 's') ADVANCE(83); END_STATE(); case 52: ACCEPT_TOKEN(anon_sym_def); END_STATE(); case 53: if (lookahead == 'e') ADVANCE(84); END_STATE(); case 54: if (lookahead == 'e') ADVANCE(85); END_STATE(); case 55: if (lookahead == 's') ADVANCE(86); END_STATE(); case 56: if (lookahead == 'a') ADVANCE(87); END_STATE(); case 57: ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 58: if (lookahead == 'l') ADVANCE(88); if (lookahead == 'o') ADVANCE(89); END_STATE(); case 59: if (lookahead == 'y') ADVANCE(90); END_STATE(); case 60: if (lookahead == 'c') ADVANCE(91); END_STATE(); case 61: ACCEPT_TOKEN(anon_sym_new); END_STATE(); case 62: if (lookahead == 'l') ADVANCE(92); END_STATE(); case 63: if (lookahead == 'e') ADVANCE(93); END_STATE(); case 64: if (lookahead == 'r') ADVANCE(94); END_STATE(); case 65: if (lookahead == 'k') ADVANCE(95); END_STATE(); case 66: if (lookahead == 'v') ADVANCE(96); END_STATE(); case 67: if (lookahead == 't') ADVANCE(97); END_STATE(); case 68: if (lookahead == 'u') ADVANCE(98); END_STATE(); case 69: if (lookahead == 'l') ADVANCE(99); END_STATE(); case 70: if (lookahead == 'o') ADVANCE(100); END_STATE(); case 71: if (lookahead == 'i') ADVANCE(101); END_STATE(); case 72: if (lookahead == 'e') ADVANCE(102); END_STATE(); case 73: ACCEPT_TOKEN(anon_sym_try); END_STATE(); case 74: if (lookahead == 'e') ADVANCE(103); END_STATE(); case 75: ACCEPT_TOKEN(anon_sym_val); END_STATE(); case 76: ACCEPT_TOKEN(anon_sym_var); END_STATE(); case 77: if (lookahead == 'l') ADVANCE(104); END_STATE(); case 78: if (lookahead == 'h') ADVANCE(105); END_STATE(); case 79: if (lookahead == 'l') ADVANCE(106); END_STATE(); case 80: if (lookahead == 'r') ADVANCE(107); END_STATE(); case 81: ACCEPT_TOKEN(anon_sym_case); END_STATE(); case 82: if (lookahead == 'h') ADVANCE(108); END_STATE(); case 83: if (lookahead == 's') ADVANCE(109); END_STATE(); case 84: ACCEPT_TOKEN(anon_sym_else); END_STATE(); case 85: if (lookahead == 'n') ADVANCE(110); END_STATE(); case 86: if (lookahead == 'e') ADVANCE(111); END_STATE(); case 87: if (lookahead == 'l') ADVANCE(112); END_STATE(); case 88: if (lookahead == 'i') ADVANCE(113); END_STATE(); case 89: if (lookahead == 'r') ADVANCE(114); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_lazy); END_STATE(); case 91: if (lookahead == 'h') ADVANCE(115); END_STATE(); case 92: ACCEPT_TOKEN(sym_null_literal); END_STATE(); case 93: if (lookahead == 'c') ADVANCE(116); END_STATE(); case 94: if (lookahead == 'r') ADVANCE(117); END_STATE(); case 95: if (lookahead == 'a') ADVANCE(118); END_STATE(); case 96: if (lookahead == 'a') ADVANCE(119); END_STATE(); case 97: if (lookahead == 'e') ADVANCE(120); END_STATE(); case 98: if (lookahead == 'r') ADVANCE(121); END_STATE(); case 99: if (lookahead == 'e') ADVANCE(122); END_STATE(); case 100: if (lookahead == 'w') ADVANCE(123); END_STATE(); case 101: if (lookahead == 't') ADVANCE(124); END_STATE(); case 102: ACCEPT_TOKEN(anon_sym_true); END_STATE(); case 103: ACCEPT_TOKEN(anon_sym_type); END_STATE(); case 104: if (lookahead == 'e') ADVANCE(125); END_STATE(); case 105: ACCEPT_TOKEN(anon_sym_with); END_STATE(); case 106: if (lookahead == 'd') ADVANCE(126); END_STATE(); case 107: if (lookahead == 'a') ADVANCE(127); END_STATE(); case 108: ACCEPT_TOKEN(anon_sym_catch); END_STATE(); case 109: ACCEPT_TOKEN(anon_sym_class); END_STATE(); case 110: if (lookahead == 'd') ADVANCE(128); END_STATE(); case 111: ACCEPT_TOKEN(anon_sym_false); END_STATE(); case 112: ACCEPT_TOKEN(anon_sym_final); if (lookahead == 'l') ADVANCE(129); END_STATE(); case 113: if (lookahead == 'c') ADVANCE(130); END_STATE(); case 114: if (lookahead == 't') ADVANCE(131); END_STATE(); case 115: ACCEPT_TOKEN(anon_sym_match); END_STATE(); case 116: if (lookahead == 't') ADVANCE(132); END_STATE(); case 117: if (lookahead == 'i') ADVANCE(133); END_STATE(); case 118: if (lookahead == 'g') ADVANCE(134); END_STATE(); case 119: if (lookahead == 't') ADVANCE(135); END_STATE(); case 120: if (lookahead == 'c') ADVANCE(136); END_STATE(); case 121: if (lookahead == 'n') ADVANCE(137); END_STATE(); case 122: if (lookahead == 'd') ADVANCE(138); END_STATE(); case 123: ACCEPT_TOKEN(anon_sym_throw); END_STATE(); case 124: ACCEPT_TOKEN(anon_sym_trait); END_STATE(); case 125: ACCEPT_TOKEN(anon_sym_while); END_STATE(); case 126: ACCEPT_TOKEN(anon_sym_yield); END_STATE(); case 127: if (lookahead == 'c') ADVANCE(139); END_STATE(); case 128: if (lookahead == 's') ADVANCE(140); END_STATE(); case 129: if (lookahead == 'y') ADVANCE(141); END_STATE(); case 130: if (lookahead == 'i') ADVANCE(142); END_STATE(); case 131: ACCEPT_TOKEN(anon_sym_import); END_STATE(); case 132: ACCEPT_TOKEN(anon_sym_object); END_STATE(); case 133: if (lookahead == 'd') ADVANCE(143); END_STATE(); case 134: if (lookahead == 'e') ADVANCE(144); END_STATE(); case 135: if (lookahead == 'e') ADVANCE(145); END_STATE(); case 136: if (lookahead == 't') ADVANCE(146); END_STATE(); case 137: ACCEPT_TOKEN(anon_sym_return); END_STATE(); case 138: ACCEPT_TOKEN(anon_sym_sealed); END_STATE(); case 139: if (lookahead == 't') ADVANCE(147); END_STATE(); case 140: ACCEPT_TOKEN(anon_sym_extends); END_STATE(); case 141: ACCEPT_TOKEN(anon_sym_finally); END_STATE(); case 142: if (lookahead == 't') ADVANCE(148); END_STATE(); case 143: if (lookahead == 'e') ADVANCE(149); END_STATE(); case 144: ACCEPT_TOKEN(anon_sym_package); END_STATE(); case 145: ACCEPT_TOKEN(anon_sym_private); END_STATE(); case 146: if (lookahead == 'e') ADVANCE(150); END_STATE(); case 147: ACCEPT_TOKEN(anon_sym_abstract); END_STATE(); case 148: ACCEPT_TOKEN(anon_sym_implicit); END_STATE(); case 149: ACCEPT_TOKEN(anon_sym_override); END_STATE(); case 150: if (lookahead == 'd') ADVANCE(151); END_STATE(); case 151: ACCEPT_TOKEN(anon_sym_protected); END_STATE(); default: return false; } } static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, [1] = {.lex_state = 0}, [2] = {.lex_state = 0, .external_lex_state = 2}, [3] = {.lex_state = 0, .external_lex_state = 2}, [4] = {.lex_state = 0, .external_lex_state = 2}, [5] = {.lex_state = 0, .external_lex_state = 2}, [6] = {.lex_state = 0, .external_lex_state = 2}, [7] = {.lex_state = 0, .external_lex_state = 2}, [8] = {.lex_state = 0, .external_lex_state = 2}, [9] = {.lex_state = 0, .external_lex_state = 2}, [10] = {.lex_state = 0, .external_lex_state = 2}, [11] = {.lex_state = 0, .external_lex_state = 2}, [12] = {.lex_state = 0, .external_lex_state = 2}, [13] = {.lex_state = 0, .external_lex_state = 2}, [14] = {.lex_state = 0, .external_lex_state = 2}, [15] = {.lex_state = 0, .external_lex_state = 2}, [16] = {.lex_state = 0, .external_lex_state = 2}, [17] = {.lex_state = 0, .external_lex_state = 2}, [18] = {.lex_state = 0, .external_lex_state = 2}, [19] = {.lex_state = 0, .external_lex_state = 2}, [20] = {.lex_state = 0, .external_lex_state = 2}, [21] = {.lex_state = 0, .external_lex_state = 2}, [22] = {.lex_state = 0, .external_lex_state = 2}, [23] = {.lex_state = 0, .external_lex_state = 2}, [24] = {.lex_state = 0, .external_lex_state = 2}, [25] = {.lex_state = 0, .external_lex_state = 2}, [26] = {.lex_state = 0, .external_lex_state = 2}, [27] = {.lex_state = 0, .external_lex_state = 2}, [28] = {.lex_state = 0, .external_lex_state = 2}, [29] = {.lex_state = 0, .external_lex_state = 2}, [30] = {.lex_state = 0, .external_lex_state = 2}, [31] = {.lex_state = 57, .external_lex_state = 3}, [32] = {.lex_state = 57, .external_lex_state = 3}, [33] = {.lex_state = 57, .external_lex_state = 4}, [34] = {.lex_state = 57, .external_lex_state = 4}, [35] = {.lex_state = 57, .external_lex_state = 5}, [36] = {.lex_state = 57, .external_lex_state = 5}, [37] = {.lex_state = 57, .external_lex_state = 2}, [38] = {.lex_state = 57, .external_lex_state = 2}, [39] = {.lex_state = 1, .external_lex_state = 6}, [40] = {.lex_state = 1, .external_lex_state = 6}, [41] = {.lex_state = 1, .external_lex_state = 6}, [42] = {.lex_state = 1, .external_lex_state = 7}, [43] = {.lex_state = 1, .external_lex_state = 6}, [44] = {.lex_state = 1, .external_lex_state = 7}, [45] = {.lex_state = 1, .external_lex_state = 7}, [46] = {.lex_state = 1, .external_lex_state = 7}, [47] = {.lex_state = 1, .external_lex_state = 8}, [48] = {.lex_state = 1, .external_lex_state = 8}, [49] = {.lex_state = 1, .external_lex_state = 9}, [50] = {.lex_state = 1, .external_lex_state = 3}, [51] = {.lex_state = 1, .external_lex_state = 8}, [52] = {.lex_state = 1, .external_lex_state = 8}, [53] = {.lex_state = 1, .external_lex_state = 9}, [54] = {.lex_state = 1, .external_lex_state = 3}, [55] = {.lex_state = 2, .external_lex_state = 3}, [56] = {.lex_state = 1, .external_lex_state = 4}, [57] = {.lex_state = 2, .external_lex_state = 3}, [58] = {.lex_state = 1, .external_lex_state = 9}, [59] = {.lex_state = 1, .external_lex_state = 9}, [60] = {.lex_state = 1, .external_lex_state = 4}, [61] = {.lex_state = 1, .external_lex_state = 3}, [62] = {.lex_state = 1, .external_lex_state = 3}, [63] = {.lex_state = 2, .external_lex_state = 4}, [64] = {.lex_state = 1, .external_lex_state = 5}, [65] = {.lex_state = 1, .external_lex_state = 5}, [66] = {.lex_state = 2, .external_lex_state = 4}, [67] = {.lex_state = 2, .external_lex_state = 5}, [68] = {.lex_state = 1, .external_lex_state = 2}, [69] = {.lex_state = 2, .external_lex_state = 5}, [70] = {.lex_state = 1, .external_lex_state = 2}, [71] = {.lex_state = 1, .external_lex_state = 4}, [72] = {.lex_state = 1, .external_lex_state = 4}, [73] = {.lex_state = 2, .external_lex_state = 2}, [74] = {.lex_state = 1, .external_lex_state = 5}, [75] = {.lex_state = 1, .external_lex_state = 5}, [76] = {.lex_state = 2, .external_lex_state = 2}, [77] = {.lex_state = 1, .external_lex_state = 2}, [78] = {.lex_state = 1, .external_lex_state = 2}, [79] = {.lex_state = 0, .external_lex_state = 2}, [80] = {.lex_state = 0, .external_lex_state = 2}, [81] = {.lex_state = 0, .external_lex_state = 2}, [82] = {.lex_state = 0, .external_lex_state = 2}, [83] = {.lex_state = 0, .external_lex_state = 2}, [84] = {.lex_state = 0, .external_lex_state = 2}, [85] = {.lex_state = 0, .external_lex_state = 2}, [86] = {.lex_state = 0, .external_lex_state = 2}, [87] = {.lex_state = 0, .external_lex_state = 2}, [88] = {.lex_state = 0, .external_lex_state = 2}, [89] = {.lex_state = 0, .external_lex_state = 2}, [90] = {.lex_state = 0, .external_lex_state = 2}, [91] = {.lex_state = 0, .external_lex_state = 2}, [92] = {.lex_state = 0, .external_lex_state = 2}, [93] = {.lex_state = 0, .external_lex_state = 2}, [94] = {.lex_state = 0, .external_lex_state = 2}, [95] = {.lex_state = 0, .external_lex_state = 2}, [96] = {.lex_state = 0, .external_lex_state = 2}, [97] = {.lex_state = 0, .external_lex_state = 2}, [98] = {.lex_state = 0, .external_lex_state = 2}, [99] = {.lex_state = 0, .external_lex_state = 2}, [100] = {.lex_state = 0, .external_lex_state = 2}, [101] = {.lex_state = 0, .external_lex_state = 2}, [102] = {.lex_state = 0, .external_lex_state = 2}, [103] = {.lex_state = 0, .external_lex_state = 2}, [104] = {.lex_state = 0, .external_lex_state = 2}, [105] = {.lex_state = 0, .external_lex_state = 2}, [106] = {.lex_state = 0, .external_lex_state = 2}, [107] = {.lex_state = 0, .external_lex_state = 2}, [108] = {.lex_state = 0, .external_lex_state = 2}, [109] = {.lex_state = 0, .external_lex_state = 2}, [110] = {.lex_state = 0, .external_lex_state = 2}, [111] = {.lex_state = 0, .external_lex_state = 2}, [112] = {.lex_state = 0, .external_lex_state = 2}, [113] = {.lex_state = 0, .external_lex_state = 2}, [114] = {.lex_state = 0, .external_lex_state = 2}, [115] = {.lex_state = 0, .external_lex_state = 2}, [116] = {.lex_state = 0, .external_lex_state = 2}, [117] = {.lex_state = 0, .external_lex_state = 2}, [118] = {.lex_state = 0, .external_lex_state = 2}, [119] = {.lex_state = 0, .external_lex_state = 2}, [120] = {.lex_state = 0, .external_lex_state = 2}, [121] = {.lex_state = 0, .external_lex_state = 2}, [122] = {.lex_state = 0, .external_lex_state = 2}, [123] = {.lex_state = 0, .external_lex_state = 2}, [124] = {.lex_state = 0, .external_lex_state = 2}, [125] = {.lex_state = 0, .external_lex_state = 2}, [126] = {.lex_state = 0, .external_lex_state = 2}, [127] = {.lex_state = 0, .external_lex_state = 2}, [128] = {.lex_state = 0, .external_lex_state = 2}, [129] = {.lex_state = 0, .external_lex_state = 2}, [130] = {.lex_state = 0, .external_lex_state = 2}, [131] = {.lex_state = 0, .external_lex_state = 2}, [132] = {.lex_state = 0, .external_lex_state = 2}, [133] = {.lex_state = 0, .external_lex_state = 2}, [134] = {.lex_state = 0, .external_lex_state = 2}, [135] = {.lex_state = 0, .external_lex_state = 2}, [136] = {.lex_state = 0, .external_lex_state = 2}, [137] = {.lex_state = 0, .external_lex_state = 2}, [138] = {.lex_state = 0, .external_lex_state = 2}, [139] = {.lex_state = 0, .external_lex_state = 2}, [140] = {.lex_state = 0, .external_lex_state = 2}, [141] = {.lex_state = 0, .external_lex_state = 2}, [142] = {.lex_state = 0, .external_lex_state = 2}, [143] = {.lex_state = 0, .external_lex_state = 2}, [144] = {.lex_state = 0, .external_lex_state = 2}, [145] = {.lex_state = 0, .external_lex_state = 2}, [146] = {.lex_state = 0, .external_lex_state = 2}, [147] = {.lex_state = 0, .external_lex_state = 2}, [148] = {.lex_state = 0, .external_lex_state = 2}, [149] = {.lex_state = 0, .external_lex_state = 2}, [150] = {.lex_state = 0, .external_lex_state = 2}, [151] = {.lex_state = 0, .external_lex_state = 2}, [152] = {.lex_state = 0, .external_lex_state = 2}, [153] = {.lex_state = 0, .external_lex_state = 2}, [154] = {.lex_state = 0, .external_lex_state = 2}, [155] = {.lex_state = 0, .external_lex_state = 2}, [156] = {.lex_state = 0, .external_lex_state = 2}, [157] = {.lex_state = 0, .external_lex_state = 2}, [158] = {.lex_state = 0, .external_lex_state = 2}, [159] = {.lex_state = 0, .external_lex_state = 2}, [160] = {.lex_state = 0, .external_lex_state = 2}, [161] = {.lex_state = 0, .external_lex_state = 2}, [162] = {.lex_state = 0, .external_lex_state = 2}, [163] = {.lex_state = 0, .external_lex_state = 2}, [164] = {.lex_state = 0, .external_lex_state = 2}, [165] = {.lex_state = 0, .external_lex_state = 2}, [166] = {.lex_state = 0, .external_lex_state = 2}, [167] = {.lex_state = 0, .external_lex_state = 2}, [168] = {.lex_state = 0, .external_lex_state = 2}, [169] = {.lex_state = 0, .external_lex_state = 2}, [170] = {.lex_state = 0, .external_lex_state = 2}, [171] = {.lex_state = 0, .external_lex_state = 2}, [172] = {.lex_state = 0, .external_lex_state = 2}, [173] = {.lex_state = 0, .external_lex_state = 2}, [174] = {.lex_state = 0, .external_lex_state = 2}, [175] = {.lex_state = 0, .external_lex_state = 2}, [176] = {.lex_state = 0, .external_lex_state = 2}, [177] = {.lex_state = 0, .external_lex_state = 2}, [178] = {.lex_state = 0, .external_lex_state = 2}, [179] = {.lex_state = 0, .external_lex_state = 2}, [180] = {.lex_state = 0, .external_lex_state = 2}, [181] = {.lex_state = 0, .external_lex_state = 2}, [182] = {.lex_state = 0, .external_lex_state = 2}, [183] = {.lex_state = 0, .external_lex_state = 2}, [184] = {.lex_state = 0, .external_lex_state = 2}, [185] = {.lex_state = 0, .external_lex_state = 2}, [186] = {.lex_state = 0, .external_lex_state = 2}, [187] = {.lex_state = 0, .external_lex_state = 2}, [188] = {.lex_state = 0, .external_lex_state = 2}, [189] = {.lex_state = 0, .external_lex_state = 2}, [190] = {.lex_state = 0, .external_lex_state = 2}, [191] = {.lex_state = 0, .external_lex_state = 2}, [192] = {.lex_state = 0, .external_lex_state = 2}, [193] = {.lex_state = 0, .external_lex_state = 2}, [194] = {.lex_state = 0, .external_lex_state = 2}, [195] = {.lex_state = 0, .external_lex_state = 2}, [196] = {.lex_state = 0, .external_lex_state = 2}, [197] = {.lex_state = 0, .external_lex_state = 2}, [198] = {.lex_state = 0, .external_lex_state = 2}, [199] = {.lex_state = 0, .external_lex_state = 2}, [200] = {.lex_state = 0, .external_lex_state = 2}, [201] = {.lex_state = 0, .external_lex_state = 2}, [202] = {.lex_state = 0, .external_lex_state = 2}, [203] = {.lex_state = 0, .external_lex_state = 2}, [204] = {.lex_state = 0, .external_lex_state = 2}, [205] = {.lex_state = 0, .external_lex_state = 2}, [206] = {.lex_state = 0, .external_lex_state = 2}, [207] = {.lex_state = 0, .external_lex_state = 2}, [208] = {.lex_state = 0, .external_lex_state = 2}, [209] = {.lex_state = 0, .external_lex_state = 2}, [210] = {.lex_state = 0, .external_lex_state = 2}, [211] = {.lex_state = 0, .external_lex_state = 2}, [212] = {.lex_state = 0, .external_lex_state = 2}, [213] = {.lex_state = 0, .external_lex_state = 2}, [214] = {.lex_state = 0, .external_lex_state = 2}, [215] = {.lex_state = 0, .external_lex_state = 2}, [216] = {.lex_state = 0, .external_lex_state = 2}, [217] = {.lex_state = 0, .external_lex_state = 2}, [218] = {.lex_state = 0, .external_lex_state = 2}, [219] = {.lex_state = 0, .external_lex_state = 2}, [220] = {.lex_state = 0, .external_lex_state = 2}, [221] = {.lex_state = 0, .external_lex_state = 2}, [222] = {.lex_state = 0, .external_lex_state = 2}, [223] = {.lex_state = 0, .external_lex_state = 2}, [224] = {.lex_state = 0, .external_lex_state = 2}, [225] = {.lex_state = 0, .external_lex_state = 2}, [226] = {.lex_state = 0, .external_lex_state = 2}, [227] = {.lex_state = 0, .external_lex_state = 2}, [228] = {.lex_state = 0, .external_lex_state = 2}, [229] = {.lex_state = 0, .external_lex_state = 2}, [230] = {.lex_state = 0, .external_lex_state = 2}, [231] = {.lex_state = 0, .external_lex_state = 2}, [232] = {.lex_state = 0, .external_lex_state = 2}, [233] = {.lex_state = 0, .external_lex_state = 2}, [234] = {.lex_state = 0, .external_lex_state = 2}, [235] = {.lex_state = 0, .external_lex_state = 2}, [236] = {.lex_state = 0, .external_lex_state = 2}, [237] = {.lex_state = 0, .external_lex_state = 2}, [238] = {.lex_state = 0, .external_lex_state = 2}, [239] = {.lex_state = 0, .external_lex_state = 2}, [240] = {.lex_state = 0, .external_lex_state = 2}, [241] = {.lex_state = 0, .external_lex_state = 2}, [242] = {.lex_state = 0, .external_lex_state = 2}, [243] = {.lex_state = 0, .external_lex_state = 2}, [244] = {.lex_state = 0, .external_lex_state = 2}, [245] = {.lex_state = 0, .external_lex_state = 2}, [246] = {.lex_state = 0, .external_lex_state = 2}, [247] = {.lex_state = 0, .external_lex_state = 2}, [248] = {.lex_state = 0, .external_lex_state = 2}, [249] = {.lex_state = 0, .external_lex_state = 2}, [250] = {.lex_state = 0, .external_lex_state = 2}, [251] = {.lex_state = 0, .external_lex_state = 2}, [252] = {.lex_state = 0, .external_lex_state = 2}, [253] = {.lex_state = 0, .external_lex_state = 2}, [254] = {.lex_state = 0, .external_lex_state = 2}, [255] = {.lex_state = 0, .external_lex_state = 2}, [256] = {.lex_state = 0, .external_lex_state = 2}, [257] = {.lex_state = 0, .external_lex_state = 2}, [258] = {.lex_state = 0, .external_lex_state = 2}, [259] = {.lex_state = 0, .external_lex_state = 2}, [260] = {.lex_state = 0, .external_lex_state = 2}, [261] = {.lex_state = 0, .external_lex_state = 2}, [262] = {.lex_state = 0, .external_lex_state = 2}, [263] = {.lex_state = 0, .external_lex_state = 2}, [264] = {.lex_state = 0, .external_lex_state = 2}, [265] = {.lex_state = 0, .external_lex_state = 2}, [266] = {.lex_state = 0, .external_lex_state = 2}, [267] = {.lex_state = 0, .external_lex_state = 2}, [268] = {.lex_state = 0, .external_lex_state = 2}, [269] = {.lex_state = 0, .external_lex_state = 2}, [270] = {.lex_state = 0, .external_lex_state = 2}, [271] = {.lex_state = 0, .external_lex_state = 2}, [272] = {.lex_state = 0, .external_lex_state = 2}, [273] = {.lex_state = 0, .external_lex_state = 2}, [274] = {.lex_state = 0, .external_lex_state = 2}, [275] = {.lex_state = 0, .external_lex_state = 2}, [276] = {.lex_state = 0, .external_lex_state = 2}, [277] = {.lex_state = 0, .external_lex_state = 2}, [278] = {.lex_state = 0, .external_lex_state = 2}, [279] = {.lex_state = 0, .external_lex_state = 2}, [280] = {.lex_state = 0, .external_lex_state = 2}, [281] = {.lex_state = 0, .external_lex_state = 2}, [282] = {.lex_state = 0, .external_lex_state = 2}, [283] = {.lex_state = 0, .external_lex_state = 2}, [284] = {.lex_state = 0, .external_lex_state = 2}, [285] = {.lex_state = 0, .external_lex_state = 2}, [286] = {.lex_state = 0, .external_lex_state = 2}, [287] = {.lex_state = 0, .external_lex_state = 2}, [288] = {.lex_state = 0, .external_lex_state = 2}, [289] = {.lex_state = 0, .external_lex_state = 2}, [290] = {.lex_state = 0, .external_lex_state = 2}, [291] = {.lex_state = 0, .external_lex_state = 2}, [292] = {.lex_state = 0, .external_lex_state = 2}, [293] = {.lex_state = 0, .external_lex_state = 2}, [294] = {.lex_state = 0, .external_lex_state = 2}, [295] = {.lex_state = 0, .external_lex_state = 2}, [296] = {.lex_state = 0, .external_lex_state = 2}, [297] = {.lex_state = 0, .external_lex_state = 2}, [298] = {.lex_state = 0, .external_lex_state = 2}, [299] = {.lex_state = 0, .external_lex_state = 2}, [300] = {.lex_state = 0, .external_lex_state = 2}, [301] = {.lex_state = 0, .external_lex_state = 2}, [302] = {.lex_state = 0, .external_lex_state = 2}, [303] = {.lex_state = 0, .external_lex_state = 2}, [304] = {.lex_state = 0, .external_lex_state = 2}, [305] = {.lex_state = 0, .external_lex_state = 2}, [306] = {.lex_state = 0, .external_lex_state = 2}, [307] = {.lex_state = 0, .external_lex_state = 2}, [308] = {.lex_state = 0, .external_lex_state = 2}, [309] = {.lex_state = 0, .external_lex_state = 2}, [310] = {.lex_state = 0, .external_lex_state = 2}, [311] = {.lex_state = 0, .external_lex_state = 2}, [312] = {.lex_state = 0, .external_lex_state = 2}, [313] = {.lex_state = 0, .external_lex_state = 2}, [314] = {.lex_state = 0, .external_lex_state = 2}, [315] = {.lex_state = 0, .external_lex_state = 2}, [316] = {.lex_state = 0, .external_lex_state = 2}, [317] = {.lex_state = 0, .external_lex_state = 2}, [318] = {.lex_state = 0, .external_lex_state = 2}, [319] = {.lex_state = 0, .external_lex_state = 2}, [320] = {.lex_state = 0, .external_lex_state = 2}, [321] = {.lex_state = 0, .external_lex_state = 2}, [322] = {.lex_state = 0, .external_lex_state = 2}, [323] = {.lex_state = 0, .external_lex_state = 2}, [324] = {.lex_state = 0, .external_lex_state = 2}, [325] = {.lex_state = 0, .external_lex_state = 2}, [326] = {.lex_state = 0, .external_lex_state = 2}, [327] = {.lex_state = 0, .external_lex_state = 2}, [328] = {.lex_state = 0, .external_lex_state = 2}, [329] = {.lex_state = 0, .external_lex_state = 2}, [330] = {.lex_state = 0, .external_lex_state = 2}, [331] = {.lex_state = 0, .external_lex_state = 2}, [332] = {.lex_state = 0, .external_lex_state = 2}, [333] = {.lex_state = 0, .external_lex_state = 2}, [334] = {.lex_state = 0, .external_lex_state = 2}, [335] = {.lex_state = 0, .external_lex_state = 2}, [336] = {.lex_state = 0, .external_lex_state = 2}, [337] = {.lex_state = 0, .external_lex_state = 2}, [338] = {.lex_state = 0, .external_lex_state = 2}, [339] = {.lex_state = 0, .external_lex_state = 2}, [340] = {.lex_state = 0, .external_lex_state = 2}, [341] = {.lex_state = 0, .external_lex_state = 2}, [342] = {.lex_state = 0, .external_lex_state = 2}, [343] = {.lex_state = 0, .external_lex_state = 2}, [344] = {.lex_state = 0, .external_lex_state = 2}, [345] = {.lex_state = 0, .external_lex_state = 2}, [346] = {.lex_state = 0, .external_lex_state = 2}, [347] = {.lex_state = 0, .external_lex_state = 2}, [348] = {.lex_state = 0, .external_lex_state = 2}, [349] = {.lex_state = 0, .external_lex_state = 2}, [350] = {.lex_state = 0, .external_lex_state = 2}, [351] = {.lex_state = 0, .external_lex_state = 2}, [352] = {.lex_state = 0, .external_lex_state = 2}, [353] = {.lex_state = 0, .external_lex_state = 2}, [354] = {.lex_state = 0, .external_lex_state = 2}, [355] = {.lex_state = 0, .external_lex_state = 2}, [356] = {.lex_state = 0, .external_lex_state = 2}, [357] = {.lex_state = 0, .external_lex_state = 2}, [358] = {.lex_state = 0, .external_lex_state = 2}, [359] = {.lex_state = 0, .external_lex_state = 2}, [360] = {.lex_state = 0, .external_lex_state = 2}, [361] = {.lex_state = 0, .external_lex_state = 2}, [362] = {.lex_state = 0, .external_lex_state = 2}, [363] = {.lex_state = 0, .external_lex_state = 2}, [364] = {.lex_state = 0, .external_lex_state = 2}, [365] = {.lex_state = 0, .external_lex_state = 2}, [366] = {.lex_state = 0, .external_lex_state = 2}, [367] = {.lex_state = 0, .external_lex_state = 2}, [368] = {.lex_state = 0, .external_lex_state = 2}, [369] = {.lex_state = 0, .external_lex_state = 2}, [370] = {.lex_state = 0, .external_lex_state = 2}, [371] = {.lex_state = 0, .external_lex_state = 2}, [372] = {.lex_state = 0, .external_lex_state = 2}, [373] = {.lex_state = 0, .external_lex_state = 2}, [374] = {.lex_state = 0, .external_lex_state = 2}, [375] = {.lex_state = 0, .external_lex_state = 2}, [376] = {.lex_state = 0, .external_lex_state = 2}, [377] = {.lex_state = 0, .external_lex_state = 2}, [378] = {.lex_state = 0, .external_lex_state = 2}, [379] = {.lex_state = 0, .external_lex_state = 2}, [380] = {.lex_state = 0, .external_lex_state = 2}, [381] = {.lex_state = 0, .external_lex_state = 2}, [382] = {.lex_state = 0, .external_lex_state = 2}, [383] = {.lex_state = 0, .external_lex_state = 2}, [384] = {.lex_state = 0, .external_lex_state = 2}, [385] = {.lex_state = 0, .external_lex_state = 2}, [386] = {.lex_state = 0, .external_lex_state = 2}, [387] = {.lex_state = 0, .external_lex_state = 2}, [388] = {.lex_state = 0, .external_lex_state = 2}, [389] = {.lex_state = 0, .external_lex_state = 2}, [390] = {.lex_state = 0, .external_lex_state = 2}, [391] = {.lex_state = 0, .external_lex_state = 2}, [392] = {.lex_state = 0, .external_lex_state = 2}, [393] = {.lex_state = 0, .external_lex_state = 2}, [394] = {.lex_state = 0, .external_lex_state = 2}, [395] = {.lex_state = 0, .external_lex_state = 2}, [396] = {.lex_state = 0, .external_lex_state = 2}, [397] = {.lex_state = 0, .external_lex_state = 2}, [398] = {.lex_state = 0, .external_lex_state = 2}, [399] = {.lex_state = 0, .external_lex_state = 2}, [400] = {.lex_state = 0, .external_lex_state = 2}, [401] = {.lex_state = 0, .external_lex_state = 2}, [402] = {.lex_state = 0, .external_lex_state = 2}, [403] = {.lex_state = 0, .external_lex_state = 2}, [404] = {.lex_state = 0, .external_lex_state = 2}, [405] = {.lex_state = 0, .external_lex_state = 2}, [406] = {.lex_state = 0, .external_lex_state = 2}, [407] = {.lex_state = 0, .external_lex_state = 2}, [408] = {.lex_state = 0, .external_lex_state = 2}, [409] = {.lex_state = 0, .external_lex_state = 2}, [410] = {.lex_state = 0, .external_lex_state = 2}, [411] = {.lex_state = 0, .external_lex_state = 2}, [412] = {.lex_state = 0, .external_lex_state = 2}, [413] = {.lex_state = 0, .external_lex_state = 2}, [414] = {.lex_state = 0, .external_lex_state = 2}, [415] = {.lex_state = 0, .external_lex_state = 2}, [416] = {.lex_state = 0, .external_lex_state = 2}, [417] = {.lex_state = 0, .external_lex_state = 2}, [418] = {.lex_state = 0, .external_lex_state = 2}, [419] = {.lex_state = 0, .external_lex_state = 2}, [420] = {.lex_state = 0, .external_lex_state = 2}, [421] = {.lex_state = 0, .external_lex_state = 2}, [422] = {.lex_state = 0, .external_lex_state = 2}, [423] = {.lex_state = 0, .external_lex_state = 2}, [424] = {.lex_state = 0, .external_lex_state = 2}, [425] = {.lex_state = 0, .external_lex_state = 2}, [426] = {.lex_state = 0, .external_lex_state = 2}, [427] = {.lex_state = 0, .external_lex_state = 2}, [428] = {.lex_state = 0, .external_lex_state = 2}, [429] = {.lex_state = 0, .external_lex_state = 2}, [430] = {.lex_state = 0, .external_lex_state = 2}, [431] = {.lex_state = 0, .external_lex_state = 2}, [432] = {.lex_state = 0, .external_lex_state = 2}, [433] = {.lex_state = 0, .external_lex_state = 2}, [434] = {.lex_state = 0, .external_lex_state = 2}, [435] = {.lex_state = 0, .external_lex_state = 2}, [436] = {.lex_state = 0, .external_lex_state = 2}, [437] = {.lex_state = 0, .external_lex_state = 2}, [438] = {.lex_state = 0, .external_lex_state = 2}, [439] = {.lex_state = 0, .external_lex_state = 2}, [440] = {.lex_state = 0, .external_lex_state = 2}, [441] = {.lex_state = 0, .external_lex_state = 2}, [442] = {.lex_state = 0, .external_lex_state = 2}, [443] = {.lex_state = 0, .external_lex_state = 2}, [444] = {.lex_state = 0, .external_lex_state = 2}, [445] = {.lex_state = 0, .external_lex_state = 2}, [446] = {.lex_state = 0, .external_lex_state = 2}, [447] = {.lex_state = 0, .external_lex_state = 2}, [448] = {.lex_state = 0, .external_lex_state = 2}, [449] = {.lex_state = 0, .external_lex_state = 2}, [450] = {.lex_state = 0, .external_lex_state = 2}, [451] = {.lex_state = 0, .external_lex_state = 2}, [452] = {.lex_state = 0, .external_lex_state = 2}, [453] = {.lex_state = 0, .external_lex_state = 2}, [454] = {.lex_state = 0, .external_lex_state = 2}, [455] = {.lex_state = 0, .external_lex_state = 2}, [456] = {.lex_state = 0, .external_lex_state = 2}, [457] = {.lex_state = 0, .external_lex_state = 2}, [458] = {.lex_state = 0, .external_lex_state = 2}, [459] = {.lex_state = 0, .external_lex_state = 2}, [460] = {.lex_state = 0, .external_lex_state = 2}, [461] = {.lex_state = 0, .external_lex_state = 2}, [462] = {.lex_state = 0, .external_lex_state = 2}, [463] = {.lex_state = 0, .external_lex_state = 2}, [464] = {.lex_state = 0, .external_lex_state = 2}, [465] = {.lex_state = 0, .external_lex_state = 2}, [466] = {.lex_state = 0, .external_lex_state = 2}, [467] = {.lex_state = 0, .external_lex_state = 2}, [468] = {.lex_state = 0, .external_lex_state = 2}, [469] = {.lex_state = 0, .external_lex_state = 2}, [470] = {.lex_state = 0, .external_lex_state = 2}, [471] = {.lex_state = 0, .external_lex_state = 2}, [472] = {.lex_state = 0, .external_lex_state = 2}, [473] = {.lex_state = 0, .external_lex_state = 2}, [474] = {.lex_state = 0, .external_lex_state = 2}, [475] = {.lex_state = 0, .external_lex_state = 2}, [476] = {.lex_state = 0, .external_lex_state = 2}, [477] = {.lex_state = 0, .external_lex_state = 2}, [478] = {.lex_state = 0, .external_lex_state = 2}, [479] = {.lex_state = 0, .external_lex_state = 2}, [480] = {.lex_state = 0, .external_lex_state = 2}, [481] = {.lex_state = 0, .external_lex_state = 2}, [482] = {.lex_state = 0, .external_lex_state = 2}, [483] = {.lex_state = 0, .external_lex_state = 2}, [484] = {.lex_state = 0, .external_lex_state = 2}, [485] = {.lex_state = 0, .external_lex_state = 2}, [486] = {.lex_state = 0, .external_lex_state = 2}, [487] = {.lex_state = 0, .external_lex_state = 2}, [488] = {.lex_state = 0, .external_lex_state = 2}, [489] = {.lex_state = 0, .external_lex_state = 2}, [490] = {.lex_state = 0, .external_lex_state = 2}, [491] = {.lex_state = 0, .external_lex_state = 2}, [492] = {.lex_state = 0, .external_lex_state = 2}, [493] = {.lex_state = 0, .external_lex_state = 2}, [494] = {.lex_state = 0, .external_lex_state = 2}, [495] = {.lex_state = 0, .external_lex_state = 2}, [496] = {.lex_state = 0, .external_lex_state = 2}, [497] = {.lex_state = 0, .external_lex_state = 2}, [498] = {.lex_state = 0, .external_lex_state = 2}, [499] = {.lex_state = 0, .external_lex_state = 2}, [500] = {.lex_state = 0, .external_lex_state = 2}, [501] = {.lex_state = 0, .external_lex_state = 2}, [502] = {.lex_state = 0, .external_lex_state = 2}, [503] = {.lex_state = 0, .external_lex_state = 2}, [504] = {.lex_state = 0, .external_lex_state = 2}, [505] = {.lex_state = 0, .external_lex_state = 2}, [506] = {.lex_state = 0, .external_lex_state = 2}, [507] = {.lex_state = 0, .external_lex_state = 2}, [508] = {.lex_state = 0, .external_lex_state = 2}, [509] = {.lex_state = 0, .external_lex_state = 2}, [510] = {.lex_state = 0, .external_lex_state = 2}, [511] = {.lex_state = 0, .external_lex_state = 2}, [512] = {.lex_state = 0, .external_lex_state = 2}, [513] = {.lex_state = 0, .external_lex_state = 2}, [514] = {.lex_state = 0, .external_lex_state = 2}, [515] = {.lex_state = 0, .external_lex_state = 2}, [516] = {.lex_state = 0, .external_lex_state = 2}, [517] = {.lex_state = 0, .external_lex_state = 2}, [518] = {.lex_state = 0, .external_lex_state = 2}, [519] = {.lex_state = 0, .external_lex_state = 2}, [520] = {.lex_state = 0, .external_lex_state = 2}, [521] = {.lex_state = 0, .external_lex_state = 2}, [522] = {.lex_state = 0, .external_lex_state = 2}, [523] = {.lex_state = 0, .external_lex_state = 2}, [524] = {.lex_state = 0, .external_lex_state = 2}, [525] = {.lex_state = 0, .external_lex_state = 2}, [526] = {.lex_state = 0, .external_lex_state = 2}, [527] = {.lex_state = 0, .external_lex_state = 2}, [528] = {.lex_state = 0, .external_lex_state = 2}, [529] = {.lex_state = 0, .external_lex_state = 2}, [530] = {.lex_state = 0, .external_lex_state = 2}, [531] = {.lex_state = 0, .external_lex_state = 2}, [532] = {.lex_state = 0, .external_lex_state = 2}, [533] = {.lex_state = 0, .external_lex_state = 2}, [534] = {.lex_state = 0, .external_lex_state = 2}, [535] = {.lex_state = 0, .external_lex_state = 2}, [536] = {.lex_state = 0, .external_lex_state = 2}, [537] = {.lex_state = 0, .external_lex_state = 2}, [538] = {.lex_state = 0, .external_lex_state = 2}, [539] = {.lex_state = 0, .external_lex_state = 2}, [540] = {.lex_state = 0, .external_lex_state = 2}, [541] = {.lex_state = 0, .external_lex_state = 2}, [542] = {.lex_state = 0, .external_lex_state = 2}, [543] = {.lex_state = 0, .external_lex_state = 2}, [544] = {.lex_state = 0, .external_lex_state = 2}, [545] = {.lex_state = 0, .external_lex_state = 2}, [546] = {.lex_state = 0, .external_lex_state = 2}, [547] = {.lex_state = 0, .external_lex_state = 2}, [548] = {.lex_state = 0, .external_lex_state = 2}, [549] = {.lex_state = 0, .external_lex_state = 2}, [550] = {.lex_state = 0, .external_lex_state = 2}, [551] = {.lex_state = 0, .external_lex_state = 2}, [552] = {.lex_state = 0, .external_lex_state = 2}, [553] = {.lex_state = 0, .external_lex_state = 2}, [554] = {.lex_state = 0, .external_lex_state = 2}, [555] = {.lex_state = 0, .external_lex_state = 2}, [556] = {.lex_state = 0, .external_lex_state = 2}, [557] = {.lex_state = 0, .external_lex_state = 2}, [558] = {.lex_state = 0, .external_lex_state = 2}, [559] = {.lex_state = 0, .external_lex_state = 2}, [560] = {.lex_state = 0, .external_lex_state = 2}, [561] = {.lex_state = 0, .external_lex_state = 2}, [562] = {.lex_state = 0, .external_lex_state = 2}, [563] = {.lex_state = 59, .external_lex_state = 10}, [564] = {.lex_state = 0}, [565] = {.lex_state = 59, .external_lex_state = 10}, [566] = {.lex_state = 0}, [567] = {.lex_state = 60, .external_lex_state = 10}, [568] = {.lex_state = 69, .external_lex_state = 11}, [569] = {.lex_state = 60, .external_lex_state = 10}, [570] = {.lex_state = 59, .external_lex_state = 12}, [571] = {.lex_state = 59, .external_lex_state = 12}, [572] = {.lex_state = 69, .external_lex_state = 11}, [573] = {.lex_state = 64, .external_lex_state = 10}, [574] = {.lex_state = 60, .external_lex_state = 12}, [575] = {.lex_state = 69, .external_lex_state = 13}, [576] = {.lex_state = 59, .external_lex_state = 14}, [577] = {.lex_state = 59, .external_lex_state = 14}, [578] = {.lex_state = 60, .external_lex_state = 12}, [579] = {.lex_state = 69, .external_lex_state = 13}, [580] = {.lex_state = 64, .external_lex_state = 10}, [581] = {.lex_state = 64, .external_lex_state = 10}, [582] = {.lex_state = 64, .external_lex_state = 10}, [583] = {.lex_state = 69, .external_lex_state = 11}, [584] = {.lex_state = 60, .external_lex_state = 14}, [585] = {.lex_state = 69, .external_lex_state = 11}, [586] = {.lex_state = 59, .external_lex_state = 10}, [587] = {.lex_state = 59, .external_lex_state = 10}, [588] = {.lex_state = 59, .external_lex_state = 10}, [589] = {.lex_state = 59, .external_lex_state = 10}, [590] = {.lex_state = 69, .external_lex_state = 11}, [591] = {.lex_state = 60, .external_lex_state = 14}, [592] = {.lex_state = 64, .external_lex_state = 10}, [593] = {.lex_state = 58, .external_lex_state = 11}, [594] = {.lex_state = 59, .external_lex_state = 10}, [595] = {.lex_state = 64, .external_lex_state = 10}, [596] = {.lex_state = 64, .external_lex_state = 10}, [597] = {.lex_state = 59, .external_lex_state = 10}, [598] = {.lex_state = 59, .external_lex_state = 15}, [599] = {.lex_state = 64, .external_lex_state = 10}, [600] = {.lex_state = 69, .external_lex_state = 11}, [601] = {.lex_state = 69, .external_lex_state = 11}, [602] = {.lex_state = 69, .external_lex_state = 11}, [603] = {.lex_state = 58, .external_lex_state = 10}, [604] = {.lex_state = 59, .external_lex_state = 10}, [605] = {.lex_state = 58, .external_lex_state = 10}, [606] = {.lex_state = 69, .external_lex_state = 11}, [607] = {.lex_state = 59, .external_lex_state = 15}, [608] = {.lex_state = 64, .external_lex_state = 12}, [609] = {.lex_state = 69, .external_lex_state = 11}, [610] = {.lex_state = 64, .external_lex_state = 12}, [611] = {.lex_state = 64, .external_lex_state = 12}, [612] = {.lex_state = 69, .external_lex_state = 11}, [613] = {.lex_state = 64, .external_lex_state = 12}, [614] = {.lex_state = 58, .external_lex_state = 10}, [615] = {.lex_state = 69, .external_lex_state = 11}, [616] = {.lex_state = 58, .external_lex_state = 10}, [617] = {.lex_state = 69, .external_lex_state = 11}, [618] = {.lex_state = 69, .external_lex_state = 11}, [619] = {.lex_state = 69, .external_lex_state = 11}, [620] = {.lex_state = 69, .external_lex_state = 11}, [621] = {.lex_state = 59, .external_lex_state = 10}, [622] = {.lex_state = 59, .external_lex_state = 10}, [623] = {.lex_state = 69, .external_lex_state = 13}, [624] = {.lex_state = 69, .external_lex_state = 13}, [625] = {.lex_state = 64, .external_lex_state = 10}, [626] = {.lex_state = 60, .external_lex_state = 10}, [627] = {.lex_state = 58, .external_lex_state = 10}, [628] = {.lex_state = 60, .external_lex_state = 10}, [629] = {.lex_state = 60, .external_lex_state = 10}, [630] = {.lex_state = 60, .external_lex_state = 10}, [631] = {.lex_state = 64, .external_lex_state = 12}, [632] = {.lex_state = 64, .external_lex_state = 12}, [633] = {.lex_state = 59, .external_lex_state = 12}, [634] = {.lex_state = 59, .external_lex_state = 12}, [635] = {.lex_state = 59, .external_lex_state = 12}, [636] = {.lex_state = 64, .external_lex_state = 10}, [637] = {.lex_state = 64, .external_lex_state = 12}, [638] = {.lex_state = 64, .external_lex_state = 12}, [639] = {.lex_state = 60, .external_lex_state = 10}, [640] = {.lex_state = 69, .external_lex_state = 13}, [641] = {.lex_state = 69, .external_lex_state = 13}, [642] = {.lex_state = 59, .external_lex_state = 12}, [643] = {.lex_state = 58, .external_lex_state = 12}, [644] = {.lex_state = 60, .external_lex_state = 15}, [645] = {.lex_state = 69, .external_lex_state = 13}, [646] = {.lex_state = 58, .external_lex_state = 12}, [647] = {.lex_state = 59, .external_lex_state = 12}, [648] = {.lex_state = 60, .external_lex_state = 10}, [649] = {.lex_state = 64, .external_lex_state = 10}, [650] = {.lex_state = 59, .external_lex_state = 12}, [651] = {.lex_state = 60, .external_lex_state = 10}, [652] = {.lex_state = 58, .external_lex_state = 12}, [653] = {.lex_state = 59, .external_lex_state = 12}, [654] = {.lex_state = 69, .external_lex_state = 13}, [655] = {.lex_state = 69, .external_lex_state = 13}, [656] = {.lex_state = 64, .external_lex_state = 10}, [657] = {.lex_state = 69, .external_lex_state = 13}, [658] = {.lex_state = 59, .external_lex_state = 12}, [659] = {.lex_state = 60, .external_lex_state = 15}, [660] = {.lex_state = 64, .external_lex_state = 14}, [661] = {.lex_state = 60, .external_lex_state = 10}, [662] = {.lex_state = 58, .external_lex_state = 10}, [663] = {.lex_state = 58, .external_lex_state = 12}, [664] = {.lex_state = 58, .external_lex_state = 10}, [665] = {.lex_state = 69, .external_lex_state = 13}, [666] = {.lex_state = 64, .external_lex_state = 14}, [667] = {.lex_state = 60, .external_lex_state = 10}, [668] = {.lex_state = 58, .external_lex_state = 13}, [669] = {.lex_state = 58, .external_lex_state = 10}, [670] = {.lex_state = 64, .external_lex_state = 14}, [671] = {.lex_state = 59, .external_lex_state = 12}, [672] = {.lex_state = 69, .external_lex_state = 13}, [673] = {.lex_state = 69, .external_lex_state = 13}, [674] = {.lex_state = 69, .external_lex_state = 13}, [675] = {.lex_state = 64, .external_lex_state = 14}, [676] = {.lex_state = 59, .external_lex_state = 14}, [677] = {.lex_state = 64, .external_lex_state = 14}, [678] = {.lex_state = 64, .external_lex_state = 15}, [679] = {.lex_state = 64, .external_lex_state = 14}, [680] = {.lex_state = 64, .external_lex_state = 14}, [681] = {.lex_state = 59, .external_lex_state = 14}, [682] = {.lex_state = 64, .external_lex_state = 14}, [683] = {.lex_state = 59, .external_lex_state = 14}, [684] = {.lex_state = 59, .external_lex_state = 14}, [685] = {.lex_state = 58, .external_lex_state = 10}, [686] = {.lex_state = 58, .external_lex_state = 12}, [687] = {.lex_state = 64, .external_lex_state = 15}, [688] = {.lex_state = 59, .external_lex_state = 14}, [689] = {.lex_state = 58, .external_lex_state = 10}, [690] = {.lex_state = 60, .external_lex_state = 12}, [691] = {.lex_state = 59, .external_lex_state = 14}, [692] = {.lex_state = 58, .external_lex_state = 10}, [693] = {.lex_state = 58, .external_lex_state = 10}, [694] = {.lex_state = 58, .external_lex_state = 12}, [695] = {.lex_state = 58, .external_lex_state = 12}, [696] = {.lex_state = 60, .external_lex_state = 12}, [697] = {.lex_state = 58, .external_lex_state = 12}, [698] = {.lex_state = 60, .external_lex_state = 12}, [699] = {.lex_state = 60, .external_lex_state = 12}, [700] = {.lex_state = 60, .external_lex_state = 12}, [701] = {.lex_state = 60, .external_lex_state = 12}, [702] = {.lex_state = 64, .external_lex_state = 12}, [703] = {.lex_state = 69, .external_lex_state = 16}, [704] = {.lex_state = 59, .external_lex_state = 14}, [705] = {.lex_state = 64, .external_lex_state = 12}, [706] = {.lex_state = 60, .external_lex_state = 12}, [707] = {.lex_state = 64, .external_lex_state = 12}, [708] = {.lex_state = 64, .external_lex_state = 11}, [709] = {.lex_state = 64, .external_lex_state = 11}, [710] = {.lex_state = 58, .external_lex_state = 14}, [711] = {.lex_state = 69, .external_lex_state = 16}, [712] = {.lex_state = 58, .external_lex_state = 14}, [713] = {.lex_state = 58, .external_lex_state = 14}, [714] = {.lex_state = 58, .external_lex_state = 14}, [715] = {.lex_state = 58, .external_lex_state = 16}, [716] = {.lex_state = 69, .external_lex_state = 16}, [717] = {.lex_state = 69, .external_lex_state = 16}, [718] = {.lex_state = 69, .external_lex_state = 16}, [719] = {.lex_state = 69, .external_lex_state = 16}, [720] = {.lex_state = 69, .external_lex_state = 16}, [721] = {.lex_state = 59, .external_lex_state = 14}, [722] = {.lex_state = 59, .external_lex_state = 14}, [723] = {.lex_state = 64, .external_lex_state = 12}, [724] = {.lex_state = 60, .external_lex_state = 12}, [725] = {.lex_state = 60, .external_lex_state = 12}, [726] = {.lex_state = 64, .external_lex_state = 15}, [727] = {.lex_state = 64, .external_lex_state = 15}, [728] = {.lex_state = 69, .external_lex_state = 16}, [729] = {.lex_state = 69, .external_lex_state = 16}, [730] = {.lex_state = 69, .external_lex_state = 16}, [731] = {.lex_state = 69, .external_lex_state = 16}, [732] = {.lex_state = 69, .external_lex_state = 16}, [733] = {.lex_state = 69, .external_lex_state = 16}, [734] = {.lex_state = 69, .external_lex_state = 16}, [735] = {.lex_state = 58, .external_lex_state = 12}, [736] = {.lex_state = 59, .external_lex_state = 15}, [737] = {.lex_state = 64, .external_lex_state = 14}, [738] = {.lex_state = 69}, [739] = {.lex_state = 60, .external_lex_state = 14}, [740] = {.lex_state = 59, .external_lex_state = 15}, [741] = {.lex_state = 58}, [742] = {.lex_state = 67, .external_lex_state = 11}, [743] = {.lex_state = 59, .external_lex_state = 15}, [744] = {.lex_state = 67, .external_lex_state = 11}, [745] = {.lex_state = 59, .external_lex_state = 15}, [746] = {.lex_state = 69}, [747] = {.lex_state = 60, .external_lex_state = 14}, [748] = {.lex_state = 60, .external_lex_state = 14}, [749] = {.lex_state = 69}, [750] = {.lex_state = 58, .external_lex_state = 11}, [751] = {.lex_state = 59, .external_lex_state = 15}, [752] = {.lex_state = 58, .external_lex_state = 15}, [753] = {.lex_state = 64, .external_lex_state = 15}, [754] = {.lex_state = 69}, [755] = {.lex_state = 60, .external_lex_state = 14}, [756] = {.lex_state = 58, .external_lex_state = 15}, [757] = {.lex_state = 59, .external_lex_state = 15}, [758] = {.lex_state = 69}, [759] = {.lex_state = 60, .external_lex_state = 14}, [760] = {.lex_state = 58, .external_lex_state = 15}, [761] = {.lex_state = 64, .external_lex_state = 15}, [762] = {.lex_state = 69, .external_lex_state = 11}, [763] = {.lex_state = 69}, [764] = {.lex_state = 58, .external_lex_state = 12}, [765] = {.lex_state = 69}, [766] = {.lex_state = 58, .external_lex_state = 12}, [767] = {.lex_state = 58, .external_lex_state = 12}, [768] = {.lex_state = 59, .external_lex_state = 15}, [769] = {.lex_state = 64, .external_lex_state = 14}, [770] = {.lex_state = 60, .external_lex_state = 14}, [771] = {.lex_state = 64, .external_lex_state = 14}, [772] = {.lex_state = 69}, [773] = {.lex_state = 69}, [774] = {.lex_state = 69}, [775] = {.lex_state = 63, .external_lex_state = 15}, [776] = {.lex_state = 64, .external_lex_state = 15}, [777] = {.lex_state = 64, .external_lex_state = 15}, [778] = {.lex_state = 69}, [779] = {.lex_state = 64, .external_lex_state = 14}, [780] = {.lex_state = 69}, [781] = {.lex_state = 69}, [782] = {.lex_state = 69}, [783] = {.lex_state = 58, .external_lex_state = 14}, [784] = {.lex_state = 58, .external_lex_state = 15}, [785] = {.lex_state = 60, .external_lex_state = 14}, [786] = {.lex_state = 69}, [787] = {.lex_state = 69}, [788] = {.lex_state = 69}, [789] = {.lex_state = 69}, [790] = {.lex_state = 69}, [791] = {.lex_state = 58, .external_lex_state = 14}, [792] = {.lex_state = 69}, [793] = {.lex_state = 69}, [794] = {.lex_state = 69}, [795] = {.lex_state = 69}, [796] = {.lex_state = 69}, [797] = {.lex_state = 64, .external_lex_state = 13}, [798] = {.lex_state = 69}, [799] = {.lex_state = 64, .external_lex_state = 13}, [800] = {.lex_state = 58, .external_lex_state = 14}, [801] = {.lex_state = 58, .external_lex_state = 11}, [802] = {.lex_state = 69}, [803] = {.lex_state = 69}, [804] = {.lex_state = 69}, [805] = {.lex_state = 58, .external_lex_state = 11}, [806] = {.lex_state = 69}, [807] = {.lex_state = 60, .external_lex_state = 14}, [808] = {.lex_state = 59, .external_lex_state = 15}, [809] = {.lex_state = 69}, [810] = {.lex_state = 69}, [811] = {.lex_state = 69}, [812] = {.lex_state = 60, .external_lex_state = 14}, [813] = {.lex_state = 69}, [814] = {.lex_state = 69}, [815] = {.lex_state = 69}, [816] = {.lex_state = 69}, [817] = {.lex_state = 69}, [818] = {.lex_state = 69}, [819] = {.lex_state = 59, .external_lex_state = 15}, [820] = {.lex_state = 69}, [821] = {.lex_state = 69}, [822] = {.lex_state = 69}, [823] = {.lex_state = 69}, [824] = {.lex_state = 69}, [825] = {.lex_state = 69}, [826] = {.lex_state = 69}, [827] = {.lex_state = 58, .external_lex_state = 14}, [828] = {.lex_state = 69}, [829] = {.lex_state = 69}, [830] = {.lex_state = 69}, [831] = {.lex_state = 60, .external_lex_state = 15}, [832] = {.lex_state = 61, .external_lex_state = 15}, [833] = {.lex_state = 64, .external_lex_state = 16}, [834] = {.lex_state = 69, .external_lex_state = 11}, [835] = {.lex_state = 58, .external_lex_state = 15}, [836] = {.lex_state = 69, .external_lex_state = 11}, [837] = {.lex_state = 60, .external_lex_state = 15}, [838] = {.lex_state = 69, .external_lex_state = 11}, [839] = {.lex_state = 69, .external_lex_state = 11}, [840] = {.lex_state = 60, .external_lex_state = 15}, [841] = {.lex_state = 67, .external_lex_state = 13}, [842] = {.lex_state = 58, .external_lex_state = 15}, [843] = {.lex_state = 64, .external_lex_state = 16}, [844] = {.lex_state = 60, .external_lex_state = 15}, [845] = {.lex_state = 58, .external_lex_state = 13}, [846] = {.lex_state = 69, .external_lex_state = 11}, [847] = {.lex_state = 58, .external_lex_state = 13}, [848] = {.lex_state = 69, .external_lex_state = 11}, [849] = {.lex_state = 69, .external_lex_state = 11}, [850] = {.lex_state = 69, .external_lex_state = 11}, [851] = {.lex_state = 64, .external_lex_state = 15}, [852] = {.lex_state = 69, .external_lex_state = 11}, [853] = {.lex_state = 64, .external_lex_state = 15}, [854] = {.lex_state = 69, .external_lex_state = 13}, [855] = {.lex_state = 64, .external_lex_state = 15}, [856] = {.lex_state = 69, .external_lex_state = 11}, [857] = {.lex_state = 60, .external_lex_state = 15}, [858] = {.lex_state = 69, .external_lex_state = 11}, [859] = {.lex_state = 69, .external_lex_state = 11}, [860] = {.lex_state = 69, .external_lex_state = 11}, [861] = {.lex_state = 60, .external_lex_state = 15}, [862] = {.lex_state = 69, .external_lex_state = 11}, [863] = {.lex_state = 69, .external_lex_state = 11}, [864] = {.lex_state = 58, .external_lex_state = 15}, [865] = {.lex_state = 69, .external_lex_state = 11}, [866] = {.lex_state = 69, .external_lex_state = 11}, [867] = {.lex_state = 67, .external_lex_state = 13}, [868] = {.lex_state = 58, .external_lex_state = 14}, [869] = {.lex_state = 58, .external_lex_state = 14}, [870] = {.lex_state = 58, .external_lex_state = 15}, [871] = {.lex_state = 69, .external_lex_state = 11}, [872] = {.lex_state = 58, .external_lex_state = 14}, [873] = {.lex_state = 58, .external_lex_state = 14}, [874] = {.lex_state = 60, .external_lex_state = 15}, [875] = {.lex_state = 69, .external_lex_state = 11}, [876] = {.lex_state = 69, .external_lex_state = 11}, [877] = {.lex_state = 69, .external_lex_state = 11}, [878] = {.lex_state = 69, .external_lex_state = 11}, [879] = {.lex_state = 69, .external_lex_state = 11}, [880] = {.lex_state = 69, .external_lex_state = 11}, [881] = {.lex_state = 69, .external_lex_state = 11}, [882] = {.lex_state = 64, .external_lex_state = 15}, [883] = {.lex_state = 69, .external_lex_state = 11}, [884] = {.lex_state = 69, .external_lex_state = 11}, [885] = {.lex_state = 60, .external_lex_state = 15}, [886] = {.lex_state = 58, .external_lex_state = 13}, [887] = {.lex_state = 69, .external_lex_state = 11}, [888] = {.lex_state = 63, .external_lex_state = 15}, [889] = {.lex_state = 69, .external_lex_state = 17}, [890] = {.lex_state = 69, .external_lex_state = 11}, [891] = {.lex_state = 60, .external_lex_state = 15}, [892] = {.lex_state = 69, .external_lex_state = 13}, [893] = {.lex_state = 58, .external_lex_state = 15}, [894] = {.lex_state = 69, .external_lex_state = 17}, [895] = {.lex_state = 58, .external_lex_state = 15}, [896] = {.lex_state = 69, .external_lex_state = 13}, [897] = {.lex_state = 69, .external_lex_state = 13}, [898] = {.lex_state = 69, .external_lex_state = 13}, [899] = {.lex_state = 69, .external_lex_state = 13}, [900] = {.lex_state = 69, .external_lex_state = 13}, [901] = {.lex_state = 67, .external_lex_state = 16}, [902] = {.lex_state = 69, .external_lex_state = 13}, [903] = {.lex_state = 63, .external_lex_state = 15}, [904] = {.lex_state = 69, .external_lex_state = 13}, [905] = {.lex_state = 64}, [906] = {.lex_state = 69, .external_lex_state = 13}, [907] = {.lex_state = 69, .external_lex_state = 13}, [908] = {.lex_state = 69, .external_lex_state = 18}, [909] = {.lex_state = 58, .external_lex_state = 16}, [910] = {.lex_state = 58, .external_lex_state = 16}, [911] = {.lex_state = 69, .external_lex_state = 13}, [912] = {.lex_state = 58, .external_lex_state = 15}, [913] = {.lex_state = 58, .external_lex_state = 16}, [914] = {.lex_state = 69, .external_lex_state = 13}, [915] = {.lex_state = 69, .external_lex_state = 13}, [916] = {.lex_state = 69, .external_lex_state = 13}, [917] = {.lex_state = 69, .external_lex_state = 13}, [918] = {.lex_state = 69, .external_lex_state = 13}, [919] = {.lex_state = 69, .external_lex_state = 13}, [920] = {.lex_state = 58, .external_lex_state = 15}, [921] = {.lex_state = 64}, [922] = {.lex_state = 62, .external_lex_state = 15}, [923] = {.lex_state = 69, .external_lex_state = 13}, [924] = {.lex_state = 69, .external_lex_state = 13}, [925] = {.lex_state = 69, .external_lex_state = 13}, [926] = {.lex_state = 69, .external_lex_state = 13}, [927] = {.lex_state = 69, .external_lex_state = 13}, [928] = {.lex_state = 69, .external_lex_state = 13}, [929] = {.lex_state = 69, .external_lex_state = 13}, [930] = {.lex_state = 69, .external_lex_state = 13}, [931] = {.lex_state = 62, .external_lex_state = 15}, [932] = {.lex_state = 69, .external_lex_state = 13}, [933] = {.lex_state = 69, .external_lex_state = 13}, [934] = {.lex_state = 63, .external_lex_state = 15}, [935] = {.lex_state = 69, .external_lex_state = 13}, [936] = {.lex_state = 69, .external_lex_state = 17}, [937] = {.lex_state = 69, .external_lex_state = 17}, [938] = {.lex_state = 67, .external_lex_state = 16}, [939] = {.lex_state = 69, .external_lex_state = 13}, [940] = {.lex_state = 61, .external_lex_state = 15}, [941] = {.lex_state = 69, .external_lex_state = 16}, [942] = {.lex_state = 70, .external_lex_state = 15}, [943] = {.lex_state = 69, .external_lex_state = 16}, [944] = {.lex_state = 69, .external_lex_state = 16}, [945] = {.lex_state = 58}, [946] = {.lex_state = 69, .external_lex_state = 16}, [947] = {.lex_state = 69, .external_lex_state = 16}, [948] = {.lex_state = 69, .external_lex_state = 16}, [949] = {.lex_state = 67}, [950] = {.lex_state = 69, .external_lex_state = 16}, [951] = {.lex_state = 69, .external_lex_state = 16}, [952] = {.lex_state = 63, .external_lex_state = 15}, [953] = {.lex_state = 69, .external_lex_state = 16}, [954] = {.lex_state = 69, .external_lex_state = 16}, [955] = {.lex_state = 69, .external_lex_state = 16}, [956] = {.lex_state = 0, .external_lex_state = 19}, [957] = {.lex_state = 69, .external_lex_state = 16}, [958] = {.lex_state = 69, .external_lex_state = 16}, [959] = {.lex_state = 69, .external_lex_state = 16}, [960] = {.lex_state = 69, .external_lex_state = 18}, [961] = {.lex_state = 69, .external_lex_state = 18}, [962] = {.lex_state = 63, .external_lex_state = 15}, [963] = {.lex_state = 67}, [964] = {.lex_state = 69, .external_lex_state = 16}, [965] = {.lex_state = 69, .external_lex_state = 16}, [966] = {.lex_state = 69, .external_lex_state = 16}, [967] = {.lex_state = 69, .external_lex_state = 16}, [968] = {.lex_state = 0}, [969] = {.lex_state = 61, .external_lex_state = 15}, [970] = {.lex_state = 69, .external_lex_state = 16}, [971] = {.lex_state = 0, .external_lex_state = 19}, [972] = {.lex_state = 69, .external_lex_state = 18}, [973] = {.lex_state = 63, .external_lex_state = 15}, [974] = {.lex_state = 58}, [975] = {.lex_state = 69, .external_lex_state = 16}, [976] = {.lex_state = 70, .external_lex_state = 15}, [977] = {.lex_state = 69, .external_lex_state = 16}, [978] = {.lex_state = 58}, [979] = {.lex_state = 63, .external_lex_state = 15}, [980] = {.lex_state = 69, .external_lex_state = 16}, [981] = {.lex_state = 61, .external_lex_state = 15}, [982] = {.lex_state = 0, .external_lex_state = 19}, [983] = {.lex_state = 69, .external_lex_state = 16}, [984] = {.lex_state = 69, .external_lex_state = 16}, [985] = {.lex_state = 69, .external_lex_state = 16}, [986] = {.lex_state = 63, .external_lex_state = 15}, [987] = {.lex_state = 69, .external_lex_state = 16}, [988] = {.lex_state = 0, .external_lex_state = 19}, [989] = {.lex_state = 69, .external_lex_state = 16}, [990] = {.lex_state = 63, .external_lex_state = 15}, [991] = {.lex_state = 69, .external_lex_state = 16}, [992] = {.lex_state = 69}, [993] = {.lex_state = 69}, [994] = {.lex_state = 69}, [995] = {.lex_state = 69}, [996] = {.lex_state = 62, .external_lex_state = 15}, [997] = {.lex_state = 61, .external_lex_state = 15}, [998] = {.lex_state = 69}, [999] = {.lex_state = 69}, [1000] = {.lex_state = 65, .external_lex_state = 15}, [1001] = {.lex_state = 61, .external_lex_state = 15}, [1002] = {.lex_state = 0}, [1003] = {.lex_state = 61, .external_lex_state = 15}, [1004] = {.lex_state = 69}, [1005] = {.lex_state = 61, .external_lex_state = 15}, [1006] = {.lex_state = 70, .external_lex_state = 15}, [1007] = {.lex_state = 65, .external_lex_state = 15}, [1008] = {.lex_state = 69}, [1009] = {.lex_state = 69}, [1010] = {.lex_state = 0}, [1011] = {.lex_state = 0}, [1012] = {.lex_state = 63, .external_lex_state = 15}, [1013] = {.lex_state = 69}, [1014] = {.lex_state = 69}, [1015] = {.lex_state = 0}, [1016] = {.lex_state = 69}, [1017] = {.lex_state = 69}, [1018] = {.lex_state = 0}, [1019] = {.lex_state = 69}, [1020] = {.lex_state = 69}, [1021] = {.lex_state = 69}, [1022] = {.lex_state = 69}, [1023] = {.lex_state = 70, .external_lex_state = 15}, [1024] = {.lex_state = 69}, [1025] = {.lex_state = 69}, [1026] = {.lex_state = 69}, [1027] = {.lex_state = 69}, [1028] = {.lex_state = 61, .external_lex_state = 15}, [1029] = {.lex_state = 69}, [1030] = {.lex_state = 69}, [1031] = {.lex_state = 69}, [1032] = {.lex_state = 69}, [1033] = {.lex_state = 69}, [1034] = {.lex_state = 61, .external_lex_state = 15}, [1035] = {.lex_state = 62, .external_lex_state = 15}, [1036] = {.lex_state = 69}, [1037] = {.lex_state = 69}, [1038] = {.lex_state = 70, .external_lex_state = 15}, [1039] = {.lex_state = 62, .external_lex_state = 15}, [1040] = {.lex_state = 61, .external_lex_state = 15}, [1041] = {.lex_state = 62, .external_lex_state = 15}, [1042] = {.lex_state = 62, .external_lex_state = 15}, [1043] = {.lex_state = 70, .external_lex_state = 15}, [1044] = {.lex_state = 66, .external_lex_state = 15}, [1045] = {.lex_state = 62, .external_lex_state = 15}, [1046] = {.lex_state = 62, .external_lex_state = 15}, [1047] = {.lex_state = 70, .external_lex_state = 15}, [1048] = {.lex_state = 62, .external_lex_state = 15}, [1049] = {.lex_state = 0, .external_lex_state = 19}, [1050] = {.lex_state = 0, .external_lex_state = 19}, [1051] = {.lex_state = 0, .external_lex_state = 19}, [1052] = {.lex_state = 70, .external_lex_state = 15}, [1053] = {.lex_state = 66, .external_lex_state = 15}, [1054] = {.lex_state = 65, .external_lex_state = 15}, [1055] = {.lex_state = 66, .external_lex_state = 15}, [1056] = {.lex_state = 70, .external_lex_state = 15}, [1057] = {.lex_state = 70, .external_lex_state = 15}, [1058] = {.lex_state = 65, .external_lex_state = 15}, [1059] = {.lex_state = 70, .external_lex_state = 15}, [1060] = {.lex_state = 66, .external_lex_state = 15}, [1061] = {.lex_state = 62, .external_lex_state = 15}, [1062] = {.lex_state = 0, .external_lex_state = 19}, [1063] = {.lex_state = 0, .external_lex_state = 19}, [1064] = {.lex_state = 0, .external_lex_state = 19}, [1065] = {.lex_state = 0, .external_lex_state = 19}, [1066] = {.lex_state = 66, .external_lex_state = 15}, [1067] = {.lex_state = 65, .external_lex_state = 15}, [1068] = {.lex_state = 0}, [1069] = {.lex_state = 70, .external_lex_state = 15}, [1070] = {.lex_state = 0, .external_lex_state = 19}, [1071] = {.lex_state = 0, .external_lex_state = 19}, [1072] = {.lex_state = 0, .external_lex_state = 19}, [1073] = {.lex_state = 0, .external_lex_state = 19}, [1074] = {.lex_state = 0, .external_lex_state = 19}, [1075] = {.lex_state = 65, .external_lex_state = 15}, [1076] = {.lex_state = 0, .external_lex_state = 19}, [1077] = {.lex_state = 0}, [1078] = {.lex_state = 0}, [1079] = {.lex_state = 0}, [1080] = {.lex_state = 0, .external_lex_state = 19}, [1081] = {.lex_state = 65, .external_lex_state = 15}, [1082] = {.lex_state = 0, .external_lex_state = 19}, [1083] = {.lex_state = 0, .external_lex_state = 19}, [1084] = {.lex_state = 0, .external_lex_state = 19}, [1085] = {.lex_state = 0, .external_lex_state = 19}, [1086] = {.lex_state = 0, .external_lex_state = 19}, [1087] = {.lex_state = 0, .external_lex_state = 19}, [1088] = {.lex_state = 65, .external_lex_state = 15}, [1089] = {.lex_state = 0, .external_lex_state = 19}, [1090] = {.lex_state = 65, .external_lex_state = 15}, [1091] = {.lex_state = 65, .external_lex_state = 15}, [1092] = {.lex_state = 0, .external_lex_state = 19}, [1093] = {.lex_state = 66, .external_lex_state = 15}, [1094] = {.lex_state = 0}, [1095] = {.lex_state = 0, .external_lex_state = 19}, [1096] = {.lex_state = 0, .external_lex_state = 19}, [1097] = {.lex_state = 65, .external_lex_state = 15}, [1098] = {.lex_state = 0, .external_lex_state = 19}, [1099] = {.lex_state = 0, .external_lex_state = 19}, [1100] = {.lex_state = 0}, [1101] = {.lex_state = 66, .external_lex_state = 15}, [1102] = {.lex_state = 0, .external_lex_state = 19}, [1103] = {.lex_state = 0}, [1104] = {.lex_state = 66, .external_lex_state = 15}, [1105] = {.lex_state = 0, .external_lex_state = 19}, [1106] = {.lex_state = 0}, [1107] = {.lex_state = 0}, [1108] = {.lex_state = 0, .external_lex_state = 19}, [1109] = {.lex_state = 59, .external_lex_state = 20}, [1110] = {.lex_state = 66, .external_lex_state = 15}, [1111] = {.lex_state = 0, .external_lex_state = 19}, [1112] = {.lex_state = 65, .external_lex_state = 15}, [1113] = {.lex_state = 0, .external_lex_state = 19}, [1114] = {.lex_state = 70}, [1115] = {.lex_state = 59, .external_lex_state = 20}, [1116] = {.lex_state = 66, .external_lex_state = 15}, [1117] = {.lex_state = 0}, [1118] = {.lex_state = 70}, [1119] = {.lex_state = 66, .external_lex_state = 15}, [1120] = {.lex_state = 66, .external_lex_state = 15}, [1121] = {.lex_state = 68}, [1122] = {.lex_state = 60, .external_lex_state = 20}, [1123] = {.lex_state = 0, .external_lex_state = 2}, [1124] = {.lex_state = 59, .external_lex_state = 21}, [1125] = {.lex_state = 5}, [1126] = {.lex_state = 68}, [1127] = {.lex_state = 66}, [1128] = {.lex_state = 65}, [1129] = {.lex_state = 5}, [1130] = {.lex_state = 59, .external_lex_state = 21}, [1131] = {.lex_state = 65}, [1132] = {.lex_state = 68}, [1133] = {.lex_state = 66}, [1134] = {.lex_state = 68}, [1135] = {.lex_state = 0, .external_lex_state = 2}, [1136] = {.lex_state = 0, .external_lex_state = 19}, [1137] = {.lex_state = 60, .external_lex_state = 20}, [1138] = {.lex_state = 0, .external_lex_state = 19}, [1139] = {.lex_state = 68}, [1140] = {.lex_state = 68}, [1141] = {.lex_state = 68}, [1142] = {.lex_state = 0, .external_lex_state = 2}, [1143] = {.lex_state = 0, .external_lex_state = 2}, [1144] = {.lex_state = 0, .external_lex_state = 2}, [1145] = {.lex_state = 0, .external_lex_state = 2}, [1146] = {.lex_state = 0, .external_lex_state = 2}, [1147] = {.lex_state = 0, .external_lex_state = 2}, [1148] = {.lex_state = 0, .external_lex_state = 2}, [1149] = {.lex_state = 0, .external_lex_state = 2}, [1150] = {.lex_state = 0, .external_lex_state = 2}, [1151] = {.lex_state = 0, .external_lex_state = 2}, [1152] = {.lex_state = 60, .external_lex_state = 21}, [1153] = {.lex_state = 0, .external_lex_state = 2}, [1154] = {.lex_state = 0, .external_lex_state = 2}, [1155] = {.lex_state = 0, .external_lex_state = 2}, [1156] = {.lex_state = 64, .external_lex_state = 20}, [1157] = {.lex_state = 5}, [1158] = {.lex_state = 0, .external_lex_state = 19}, [1159] = {.lex_state = 0, .external_lex_state = 2}, [1160] = {.lex_state = 64, .external_lex_state = 20}, [1161] = {.lex_state = 5}, [1162] = {.lex_state = 0, .external_lex_state = 2}, [1163] = {.lex_state = 0, .external_lex_state = 2}, [1164] = {.lex_state = 64, .external_lex_state = 20}, [1165] = {.lex_state = 0, .external_lex_state = 2}, [1166] = {.lex_state = 0, .external_lex_state = 2}, [1167] = {.lex_state = 0, .external_lex_state = 2}, [1168] = {.lex_state = 0, .external_lex_state = 2}, [1169] = {.lex_state = 0, .external_lex_state = 2}, [1170] = {.lex_state = 0, .external_lex_state = 2}, [1171] = {.lex_state = 0, .external_lex_state = 2}, [1172] = {.lex_state = 0, .external_lex_state = 2}, [1173] = {.lex_state = 0, .external_lex_state = 2}, [1174] = {.lex_state = 0, .external_lex_state = 2}, [1175] = {.lex_state = 64, .external_lex_state = 20}, [1176] = {.lex_state = 0, .external_lex_state = 2}, [1177] = {.lex_state = 0}, [1178] = {.lex_state = 60, .external_lex_state = 21}, [1179] = {.lex_state = 0, .external_lex_state = 2}, [1180] = {.lex_state = 0, .external_lex_state = 2}, [1181] = {.lex_state = 59, .external_lex_state = 22}, [1182] = {.lex_state = 0, .external_lex_state = 2}, [1183] = {.lex_state = 0, .external_lex_state = 2}, [1184] = {.lex_state = 0, .external_lex_state = 2}, [1185] = {.lex_state = 5}, [1186] = {.lex_state = 0, .external_lex_state = 2}, [1187] = {.lex_state = 5}, [1188] = {.lex_state = 5}, [1189] = {.lex_state = 0, .external_lex_state = 2}, [1190] = {.lex_state = 0, .external_lex_state = 2}, [1191] = {.lex_state = 0, .external_lex_state = 2}, [1192] = {.lex_state = 0, .external_lex_state = 2}, [1193] = {.lex_state = 0, .external_lex_state = 2}, [1194] = {.lex_state = 0, .external_lex_state = 2}, [1195] = {.lex_state = 59, .external_lex_state = 22}, [1196] = {.lex_state = 0}, [1197] = {.lex_state = 0, .external_lex_state = 2}, [1198] = {.lex_state = 0, .external_lex_state = 2}, [1199] = {.lex_state = 0, .external_lex_state = 19}, [1200] = {.lex_state = 0}, [1201] = {.lex_state = 0, .external_lex_state = 2}, [1202] = {.lex_state = 0, .external_lex_state = 19}, [1203] = {.lex_state = 0}, [1204] = {.lex_state = 0, .external_lex_state = 2}, [1205] = {.lex_state = 0, .external_lex_state = 2}, [1206] = {.lex_state = 0, .external_lex_state = 2}, [1207] = {.lex_state = 0, .external_lex_state = 2}, [1208] = {.lex_state = 0, .external_lex_state = 2}, [1209] = {.lex_state = 0, .external_lex_state = 2}, [1210] = {.lex_state = 0, .external_lex_state = 19}, [1211] = {.lex_state = 0, .external_lex_state = 2}, [1212] = {.lex_state = 5}, [1213] = {.lex_state = 0, .external_lex_state = 2}, [1214] = {.lex_state = 0}, [1215] = {.lex_state = 0, .external_lex_state = 19}, [1216] = {.lex_state = 0}, [1217] = {.lex_state = 0, .external_lex_state = 2}, [1218] = {.lex_state = 59, .external_lex_state = 20}, [1219] = {.lex_state = 0}, [1220] = {.lex_state = 0}, [1221] = {.lex_state = 0}, [1222] = {.lex_state = 0}, [1223] = {.lex_state = 64, .external_lex_state = 21}, [1224] = {.lex_state = 0}, [1225] = {.lex_state = 0}, [1226] = {.lex_state = 0, .external_lex_state = 19}, [1227] = {.lex_state = 64, .external_lex_state = 21}, [1228] = {.lex_state = 0}, [1229] = {.lex_state = 64, .external_lex_state = 21}, [1230] = {.lex_state = 0}, [1231] = {.lex_state = 0}, [1232] = {.lex_state = 64, .external_lex_state = 21}, [1233] = {.lex_state = 59, .external_lex_state = 23}, [1234] = {.lex_state = 0, .external_lex_state = 19}, [1235] = {.lex_state = 0, .external_lex_state = 2}, [1236] = {.lex_state = 0, .external_lex_state = 2}, [1237] = {.lex_state = 0, .external_lex_state = 19}, [1238] = {.lex_state = 0}, [1239] = {.lex_state = 59, .external_lex_state = 10}, [1240] = {.lex_state = 59, .external_lex_state = 10}, [1241] = {.lex_state = 59, .external_lex_state = 20}, [1242] = {.lex_state = 60, .external_lex_state = 22}, [1243] = {.lex_state = 0, .external_lex_state = 2}, [1244] = {.lex_state = 59, .external_lex_state = 20}, [1245] = {.lex_state = 20, .external_lex_state = 24}, [1246] = {.lex_state = 0, .external_lex_state = 19}, [1247] = {.lex_state = 20, .external_lex_state = 24}, [1248] = {.lex_state = 0}, [1249] = {.lex_state = 59, .external_lex_state = 20}, [1250] = {.lex_state = 0, .external_lex_state = 2}, [1251] = {.lex_state = 0, .external_lex_state = 2}, [1252] = {.lex_state = 20, .external_lex_state = 24}, [1253] = {.lex_state = 0, .external_lex_state = 2}, [1254] = {.lex_state = 0, .external_lex_state = 2}, [1255] = {.lex_state = 58, .external_lex_state = 20}, [1256] = {.lex_state = 0, .external_lex_state = 19}, [1257] = {.lex_state = 59, .external_lex_state = 20}, [1258] = {.lex_state = 20, .external_lex_state = 24}, [1259] = {.lex_state = 59, .external_lex_state = 20}, [1260] = {.lex_state = 59, .external_lex_state = 20}, [1261] = {.lex_state = 60, .external_lex_state = 22}, [1262] = {.lex_state = 0}, [1263] = {.lex_state = 59, .external_lex_state = 20}, [1264] = {.lex_state = 0}, [1265] = {.lex_state = 0}, [1266] = {.lex_state = 0}, [1267] = {.lex_state = 59, .external_lex_state = 23}, [1268] = {.lex_state = 0, .external_lex_state = 19}, [1269] = {.lex_state = 0, .external_lex_state = 19}, [1270] = {.lex_state = 58, .external_lex_state = 20}, [1271] = {.lex_state = 59, .external_lex_state = 20}, [1272] = {.lex_state = 58, .external_lex_state = 20}, [1273] = {.lex_state = 0, .external_lex_state = 2}, [1274] = {.lex_state = 58, .external_lex_state = 20}, [1275] = {.lex_state = 0}, [1276] = {.lex_state = 0}, [1277] = {.lex_state = 0, .external_lex_state = 2}, [1278] = {.lex_state = 60, .external_lex_state = 20}, [1279] = {.lex_state = 0}, [1280] = {.lex_state = 59, .external_lex_state = 21}, [1281] = {.lex_state = 0}, [1282] = {.lex_state = 0}, [1283] = {.lex_state = 60, .external_lex_state = 20}, [1284] = {.lex_state = 0, .external_lex_state = 2}, [1285] = {.lex_state = 0, .external_lex_state = 2}, [1286] = {.lex_state = 0, .external_lex_state = 2}, [1287] = {.lex_state = 17, .external_lex_state = 20}, [1288] = {.lex_state = 17, .external_lex_state = 20}, [1289] = {.lex_state = 0}, [1290] = {.lex_state = 59, .external_lex_state = 21}, [1291] = {.lex_state = 60, .external_lex_state = 20}, [1292] = {.lex_state = 0}, [1293] = {.lex_state = 0, .external_lex_state = 2}, [1294] = {.lex_state = 0}, [1295] = {.lex_state = 20, .external_lex_state = 25}, [1296] = {.lex_state = 60, .external_lex_state = 20}, [1297] = {.lex_state = 0}, [1298] = {.lex_state = 64, .external_lex_state = 22}, [1299] = {.lex_state = 0, .external_lex_state = 2}, [1300] = {.lex_state = 0, .external_lex_state = 2}, [1301] = {.lex_state = 0, .external_lex_state = 2}, [1302] = {.lex_state = 0}, [1303] = {.lex_state = 60, .external_lex_state = 20}, [1304] = {.lex_state = 17, .external_lex_state = 20}, [1305] = {.lex_state = 60, .external_lex_state = 10}, [1306] = {.lex_state = 60, .external_lex_state = 10}, [1307] = {.lex_state = 64, .external_lex_state = 22}, [1308] = {.lex_state = 0}, [1309] = {.lex_state = 0, .external_lex_state = 2}, [1310] = {.lex_state = 0}, [1311] = {.lex_state = 0}, [1312] = {.lex_state = 60, .external_lex_state = 20}, [1313] = {.lex_state = 0}, [1314] = {.lex_state = 60, .external_lex_state = 20}, [1315] = {.lex_state = 20, .external_lex_state = 24}, [1316] = {.lex_state = 0}, [1317] = {.lex_state = 64, .external_lex_state = 22}, [1318] = {.lex_state = 0, .external_lex_state = 2}, [1319] = {.lex_state = 0}, [1320] = {.lex_state = 60, .external_lex_state = 20}, [1321] = {.lex_state = 0}, [1322] = {.lex_state = 0}, [1323] = {.lex_state = 60, .external_lex_state = 20}, [1324] = {.lex_state = 58, .external_lex_state = 21}, [1325] = {.lex_state = 20, .external_lex_state = 25}, [1326] = {.lex_state = 0}, [1327] = {.lex_state = 0, .external_lex_state = 2}, [1328] = {.lex_state = 64, .external_lex_state = 22}, [1329] = {.lex_state = 0, .external_lex_state = 2}, [1330] = {.lex_state = 0}, [1331] = {.lex_state = 0}, [1332] = {.lex_state = 0}, [1333] = {.lex_state = 0}, [1334] = {.lex_state = 0}, [1335] = {.lex_state = 0, .external_lex_state = 2}, [1336] = {.lex_state = 0}, [1337] = {.lex_state = 0, .external_lex_state = 2}, [1338] = {.lex_state = 0}, [1339] = {.lex_state = 58, .external_lex_state = 21}, [1340] = {.lex_state = 0, .external_lex_state = 2}, [1341] = {.lex_state = 0, .external_lex_state = 2}, [1342] = {.lex_state = 0}, [1343] = {.lex_state = 0}, [1344] = {.lex_state = 20, .external_lex_state = 25}, [1345] = {.lex_state = 64, .external_lex_state = 20}, [1346] = {.lex_state = 0}, [1347] = {.lex_state = 59, .external_lex_state = 21}, [1348] = {.lex_state = 58, .external_lex_state = 21}, [1349] = {.lex_state = 0}, [1350] = {.lex_state = 59, .external_lex_state = 21}, [1351] = {.lex_state = 0}, [1352] = {.lex_state = 0}, [1353] = {.lex_state = 0}, [1354] = {.lex_state = 0}, [1355] = {.lex_state = 0}, [1356] = {.lex_state = 0, .external_lex_state = 2}, [1357] = {.lex_state = 58, .external_lex_state = 21}, [1358] = {.lex_state = 0}, [1359] = {.lex_state = 59, .external_lex_state = 21}, [1360] = {.lex_state = 0}, [1361] = {.lex_state = 60, .external_lex_state = 23}, [1362] = {.lex_state = 0}, [1363] = {.lex_state = 64, .external_lex_state = 20}, [1364] = {.lex_state = 64, .external_lex_state = 20}, [1365] = {.lex_state = 20, .external_lex_state = 25}, [1366] = {.lex_state = 0}, [1367] = {.lex_state = 0}, [1368] = {.lex_state = 20, .external_lex_state = 24}, [1369] = {.lex_state = 0, .external_lex_state = 2}, [1370] = {.lex_state = 0}, [1371] = {.lex_state = 0, .external_lex_state = 2}, [1372] = {.lex_state = 0}, [1373] = {.lex_state = 0, .external_lex_state = 2}, [1374] = {.lex_state = 0, .external_lex_state = 2}, [1375] = {.lex_state = 20, .external_lex_state = 24}, [1376] = {.lex_state = 0, .external_lex_state = 2}, [1377] = {.lex_state = 59, .external_lex_state = 21}, [1378] = {.lex_state = 59, .external_lex_state = 21}, [1379] = {.lex_state = 59, .external_lex_state = 12}, [1380] = {.lex_state = 17, .external_lex_state = 20}, [1381] = {.lex_state = 0}, [1382] = {.lex_state = 59, .external_lex_state = 12}, [1383] = {.lex_state = 0}, [1384] = {.lex_state = 0}, [1385] = {.lex_state = 59, .external_lex_state = 21}, [1386] = {.lex_state = 60, .external_lex_state = 23}, [1387] = {.lex_state = 0, .external_lex_state = 2}, [1388] = {.lex_state = 0}, [1389] = {.lex_state = 0}, [1390] = {.lex_state = 0, .external_lex_state = 2}, [1391] = {.lex_state = 0}, [1392] = {.lex_state = 0}, [1393] = {.lex_state = 0, .external_lex_state = 2}, [1394] = {.lex_state = 0, .external_lex_state = 2}, [1395] = {.lex_state = 0, .external_lex_state = 2}, [1396] = {.lex_state = 0, .external_lex_state = 2}, [1397] = {.lex_state = 0, .external_lex_state = 2}, [1398] = {.lex_state = 0}, [1399] = {.lex_state = 0, .external_lex_state = 2}, [1400] = {.lex_state = 59, .external_lex_state = 21}, [1401] = {.lex_state = 0}, [1402] = {.lex_state = 64, .external_lex_state = 10}, [1403] = {.lex_state = 20, .external_lex_state = 24}, [1404] = {.lex_state = 20, .external_lex_state = 25}, [1405] = {.lex_state = 3, .external_lex_state = 24}, [1406] = {.lex_state = 20, .external_lex_state = 24}, [1407] = {.lex_state = 20, .external_lex_state = 25}, [1408] = {.lex_state = 20, .external_lex_state = 24}, [1409] = {.lex_state = 64, .external_lex_state = 21}, [1410] = {.lex_state = 64, .external_lex_state = 21}, [1411] = {.lex_state = 20, .external_lex_state = 24}, [1412] = {.lex_state = 64, .external_lex_state = 21}, [1413] = {.lex_state = 60, .external_lex_state = 12}, [1414] = {.lex_state = 20, .external_lex_state = 24}, [1415] = {.lex_state = 60, .external_lex_state = 12}, [1416] = {.lex_state = 20, .external_lex_state = 24}, [1417] = {.lex_state = 59, .external_lex_state = 14}, [1418] = {.lex_state = 64, .external_lex_state = 10}, [1419] = {.lex_state = 0}, [1420] = {.lex_state = 20, .external_lex_state = 24}, [1421] = {.lex_state = 20, .external_lex_state = 24}, [1422] = {.lex_state = 20, .external_lex_state = 24}, [1423] = {.lex_state = 64, .external_lex_state = 10}, [1424] = {.lex_state = 20, .external_lex_state = 24}, [1425] = {.lex_state = 59, .external_lex_state = 22}, [1426] = {.lex_state = 0}, [1427] = {.lex_state = 64, .external_lex_state = 23}, [1428] = {.lex_state = 20, .external_lex_state = 24}, [1429] = {.lex_state = 20, .external_lex_state = 24}, [1430] = {.lex_state = 59, .external_lex_state = 14}, [1431] = {.lex_state = 64, .external_lex_state = 23}, [1432] = {.lex_state = 5}, [1433] = {.lex_state = 60, .external_lex_state = 21}, [1434] = {.lex_state = 60, .external_lex_state = 21}, [1435] = {.lex_state = 58, .external_lex_state = 20}, [1436] = {.lex_state = 20, .external_lex_state = 24}, [1437] = {.lex_state = 60, .external_lex_state = 21}, [1438] = {.lex_state = 58, .external_lex_state = 20}, [1439] = {.lex_state = 60, .external_lex_state = 21}, [1440] = {.lex_state = 3, .external_lex_state = 20}, [1441] = {.lex_state = 64, .external_lex_state = 23}, [1442] = {.lex_state = 60, .external_lex_state = 21}, [1443] = {.lex_state = 58, .external_lex_state = 20}, [1444] = {.lex_state = 0}, [1445] = {.lex_state = 59, .external_lex_state = 22}, [1446] = {.lex_state = 60, .external_lex_state = 21}, [1447] = {.lex_state = 0}, [1448] = {.lex_state = 20, .external_lex_state = 25}, [1449] = {.lex_state = 0}, [1450] = {.lex_state = 60, .external_lex_state = 21}, [1451] = {.lex_state = 59, .external_lex_state = 22}, [1452] = {.lex_state = 58, .external_lex_state = 22}, [1453] = {.lex_state = 3, .external_lex_state = 20}, [1454] = {.lex_state = 60, .external_lex_state = 21}, [1455] = {.lex_state = 17, .external_lex_state = 20}, [1456] = {.lex_state = 59, .external_lex_state = 22}, [1457] = {.lex_state = 59, .external_lex_state = 22}, [1458] = {.lex_state = 3, .external_lex_state = 20}, [1459] = {.lex_state = 3, .external_lex_state = 20}, [1460] = {.lex_state = 59, .external_lex_state = 22}, [1461] = {.lex_state = 3, .external_lex_state = 24}, [1462] = {.lex_state = 59, .external_lex_state = 22}, [1463] = {.lex_state = 58, .external_lex_state = 22}, [1464] = {.lex_state = 20, .external_lex_state = 24}, [1465] = {.lex_state = 17, .external_lex_state = 21}, [1466] = {.lex_state = 20, .external_lex_state = 24}, [1467] = {.lex_state = 64, .external_lex_state = 10}, [1468] = {.lex_state = 60, .external_lex_state = 21}, [1469] = {.lex_state = 59, .external_lex_state = 22}, [1470] = {.lex_state = 20, .external_lex_state = 24}, [1471] = {.lex_state = 17, .external_lex_state = 21}, [1472] = {.lex_state = 20, .external_lex_state = 24}, [1473] = {.lex_state = 58, .external_lex_state = 22}, [1474] = {.lex_state = 20, .external_lex_state = 24}, [1475] = {.lex_state = 17, .external_lex_state = 21}, [1476] = {.lex_state = 20, .external_lex_state = 24}, [1477] = {.lex_state = 17, .external_lex_state = 21}, [1478] = {.lex_state = 20, .external_lex_state = 24}, [1479] = {.lex_state = 58, .external_lex_state = 22}, [1480] = {.lex_state = 20, .external_lex_state = 24}, [1481] = {.lex_state = 20, .external_lex_state = 24}, [1482] = {.lex_state = 59, .external_lex_state = 22}, [1483] = {.lex_state = 64, .external_lex_state = 23}, [1484] = {.lex_state = 0}, [1485] = {.lex_state = 20, .external_lex_state = 25}, [1486] = {.lex_state = 0}, [1487] = {.lex_state = 0}, [1488] = {.lex_state = 0}, [1489] = {.lex_state = 20, .external_lex_state = 25}, [1490] = {.lex_state = 0}, [1491] = {.lex_state = 0}, [1492] = {.lex_state = 0}, [1493] = {.lex_state = 0}, [1494] = {.lex_state = 20, .external_lex_state = 25}, [1495] = {.lex_state = 0}, [1496] = {.lex_state = 20, .external_lex_state = 25}, [1497] = {.lex_state = 20, .external_lex_state = 25}, [1498] = {.lex_state = 0}, [1499] = {.lex_state = 60, .external_lex_state = 22}, [1500] = {.lex_state = 0}, [1501] = {.lex_state = 60, .external_lex_state = 22}, [1502] = {.lex_state = 0}, [1503] = {.lex_state = 58, .external_lex_state = 21}, [1504] = {.lex_state = 0}, [1505] = {.lex_state = 0}, [1506] = {.lex_state = 60, .external_lex_state = 22}, [1507] = {.lex_state = 58, .external_lex_state = 21}, [1508] = {.lex_state = 58, .external_lex_state = 21}, [1509] = {.lex_state = 0}, [1510] = {.lex_state = 0}, [1511] = {.lex_state = 60, .external_lex_state = 22}, [1512] = {.lex_state = 0}, [1513] = {.lex_state = 20, .external_lex_state = 11}, [1514] = {.lex_state = 0}, [1515] = {.lex_state = 0}, [1516] = {.lex_state = 0}, [1517] = {.lex_state = 0}, [1518] = {.lex_state = 17, .external_lex_state = 24}, [1519] = {.lex_state = 0}, [1520] = {.lex_state = 0}, [1521] = {.lex_state = 17, .external_lex_state = 24}, [1522] = {.lex_state = 0}, [1523] = {.lex_state = 0}, [1524] = {.lex_state = 0}, [1525] = {.lex_state = 0}, [1526] = {.lex_state = 0}, [1527] = {.lex_state = 17, .external_lex_state = 21}, [1528] = {.lex_state = 0}, [1529] = {.lex_state = 0}, [1530] = {.lex_state = 0}, [1531] = {.lex_state = 0}, [1532] = {.lex_state = 0}, [1533] = {.lex_state = 58, .external_lex_state = 10}, [1534] = {.lex_state = 59, .external_lex_state = 10}, [1535] = {.lex_state = 59, .external_lex_state = 10}, [1536] = {.lex_state = 60, .external_lex_state = 22}, [1537] = {.lex_state = 0}, [1538] = {.lex_state = 64, .external_lex_state = 22}, [1539] = {.lex_state = 0}, [1540] = {.lex_state = 20, .external_lex_state = 25}, [1541] = {.lex_state = 64, .external_lex_state = 22}, [1542] = {.lex_state = 0}, [1543] = {.lex_state = 20, .external_lex_state = 25}, [1544] = {.lex_state = 20, .external_lex_state = 25}, [1545] = {.lex_state = 0}, [1546] = {.lex_state = 0}, [1547] = {.lex_state = 0}, [1548] = {.lex_state = 0}, [1549] = {.lex_state = 0}, [1550] = {.lex_state = 0}, [1551] = {.lex_state = 64, .external_lex_state = 22}, [1552] = {.lex_state = 0}, [1553] = {.lex_state = 0}, [1554] = {.lex_state = 0}, [1555] = {.lex_state = 0}, [1556] = {.lex_state = 0}, [1557] = {.lex_state = 0}, [1558] = {.lex_state = 0}, [1559] = {.lex_state = 20, .external_lex_state = 11}, [1560] = {.lex_state = 0}, [1561] = {.lex_state = 59, .external_lex_state = 10}, [1562] = {.lex_state = 0}, [1563] = {.lex_state = 0}, [1564] = {.lex_state = 60, .external_lex_state = 14}, [1565] = {.lex_state = 0}, [1566] = {.lex_state = 59, .external_lex_state = 23}, [1567] = {.lex_state = 0}, [1568] = {.lex_state = 58, .external_lex_state = 23}, [1569] = {.lex_state = 59, .external_lex_state = 10}, [1570] = {.lex_state = 0}, [1571] = {.lex_state = 0}, [1572] = {.lex_state = 20, .external_lex_state = 25}, [1573] = {.lex_state = 0}, [1574] = {.lex_state = 0}, [1575] = {.lex_state = 20, .external_lex_state = 25}, [1576] = {.lex_state = 0}, [1577] = {.lex_state = 0}, [1578] = {.lex_state = 0}, [1579] = {.lex_state = 0}, [1580] = {.lex_state = 59, .external_lex_state = 23}, [1581] = {.lex_state = 0}, [1582] = {.lex_state = 0}, [1583] = {.lex_state = 0}, [1584] = {.lex_state = 0}, [1585] = {.lex_state = 59, .external_lex_state = 10}, [1586] = {.lex_state = 20, .external_lex_state = 25}, [1587] = {.lex_state = 0}, [1588] = {.lex_state = 20, .external_lex_state = 25}, [1589] = {.lex_state = 60, .external_lex_state = 22}, [1590] = {.lex_state = 0}, [1591] = {.lex_state = 59, .external_lex_state = 10}, [1592] = {.lex_state = 20, .external_lex_state = 25}, [1593] = {.lex_state = 3, .external_lex_state = 25}, [1594] = {.lex_state = 0}, [1595] = {.lex_state = 20, .external_lex_state = 25}, [1596] = {.lex_state = 20, .external_lex_state = 25}, [1597] = {.lex_state = 0}, [1598] = {.lex_state = 20, .external_lex_state = 25}, [1599] = {.lex_state = 20, .external_lex_state = 25}, [1600] = {.lex_state = 0}, [1601] = {.lex_state = 58, .external_lex_state = 23}, [1602] = {.lex_state = 20, .external_lex_state = 25}, [1603] = {.lex_state = 58, .external_lex_state = 23}, [1604] = {.lex_state = 0}, [1605] = {.lex_state = 60, .external_lex_state = 14}, [1606] = {.lex_state = 0}, [1607] = {.lex_state = 64, .external_lex_state = 12}, [1608] = {.lex_state = 0}, [1609] = {.lex_state = 0}, [1610] = {.lex_state = 58, .external_lex_state = 23}, [1611] = {.lex_state = 59, .external_lex_state = 23}, [1612] = {.lex_state = 0}, [1613] = {.lex_state = 3, .external_lex_state = 25}, [1614] = {.lex_state = 60, .external_lex_state = 22}, [1615] = {.lex_state = 60, .external_lex_state = 22}, [1616] = {.lex_state = 64, .external_lex_state = 12}, [1617] = {.lex_state = 64, .external_lex_state = 12}, [1618] = {.lex_state = 0}, [1619] = {.lex_state = 0}, [1620] = {.lex_state = 59, .external_lex_state = 23}, [1621] = {.lex_state = 58, .external_lex_state = 10}, [1622] = {.lex_state = 59, .external_lex_state = 10}, [1623] = {.lex_state = 0}, [1624] = {.lex_state = 64, .external_lex_state = 12}, [1625] = {.lex_state = 59, .external_lex_state = 23}, [1626] = {.lex_state = 59, .external_lex_state = 10}, [1627] = {.lex_state = 59, .external_lex_state = 15}, [1628] = {.lex_state = 58, .external_lex_state = 10}, [1629] = {.lex_state = 0}, [1630] = {.lex_state = 0}, [1631] = {.lex_state = 59, .external_lex_state = 23}, [1632] = {.lex_state = 0}, [1633] = {.lex_state = 0}, [1634] = {.lex_state = 59, .external_lex_state = 23}, [1635] = {.lex_state = 0}, [1636] = {.lex_state = 0}, [1637] = {.lex_state = 0}, [1638] = {.lex_state = 0}, [1639] = {.lex_state = 0}, [1640] = {.lex_state = 0}, [1641] = {.lex_state = 0}, [1642] = {.lex_state = 3, .external_lex_state = 21}, [1643] = {.lex_state = 20, .external_lex_state = 26}, [1644] = {.lex_state = 59, .external_lex_state = 23}, [1645] = {.lex_state = 0}, [1646] = {.lex_state = 20, .external_lex_state = 26}, [1647] = {.lex_state = 0}, [1648] = {.lex_state = 0}, [1649] = {.lex_state = 0}, [1650] = {.lex_state = 0}, [1651] = {.lex_state = 0}, [1652] = {.lex_state = 3, .external_lex_state = 21}, [1653] = {.lex_state = 0}, [1654] = {.lex_state = 3, .external_lex_state = 21}, [1655] = {.lex_state = 0}, [1656] = {.lex_state = 0}, [1657] = {.lex_state = 0}, [1658] = {.lex_state = 0}, [1659] = {.lex_state = 0}, [1660] = {.lex_state = 0}, [1661] = {.lex_state = 0}, [1662] = {.lex_state = 0}, [1663] = {.lex_state = 3, .external_lex_state = 21}, [1664] = {.lex_state = 60, .external_lex_state = 22}, [1665] = {.lex_state = 0}, [1666] = {.lex_state = 0}, [1667] = {.lex_state = 3, .external_lex_state = 20}, [1668] = {.lex_state = 17, .external_lex_state = 22}, [1669] = {.lex_state = 0}, [1670] = {.lex_state = 0}, [1671] = {.lex_state = 0}, [1672] = {.lex_state = 17, .external_lex_state = 22}, [1673] = {.lex_state = 17, .external_lex_state = 22}, [1674] = {.lex_state = 0}, [1675] = {.lex_state = 20, .external_lex_state = 26}, [1676] = {.lex_state = 0}, [1677] = {.lex_state = 17, .external_lex_state = 22}, [1678] = {.lex_state = 0}, [1679] = {.lex_state = 59, .external_lex_state = 15}, [1680] = {.lex_state = 0}, [1681] = {.lex_state = 0}, [1682] = {.lex_state = 58, .external_lex_state = 10}, [1683] = {.lex_state = 0}, [1684] = {.lex_state = 59, .external_lex_state = 10}, [1685] = {.lex_state = 0}, [1686] = {.lex_state = 0}, [1687] = {.lex_state = 0}, [1688] = {.lex_state = 0}, [1689] = {.lex_state = 0}, [1690] = {.lex_state = 0}, [1691] = {.lex_state = 0}, [1692] = {.lex_state = 0}, [1693] = {.lex_state = 0}, [1694] = {.lex_state = 0}, [1695] = {.lex_state = 59, .external_lex_state = 23}, [1696] = {.lex_state = 3, .external_lex_state = 22}, [1697] = {.lex_state = 60, .external_lex_state = 23}, [1698] = {.lex_state = 17, .external_lex_state = 10}, [1699] = {.lex_state = 60, .external_lex_state = 10}, [1700] = {.lex_state = 20, .external_lex_state = 26}, [1701] = {.lex_state = 20, .external_lex_state = 11}, [1702] = {.lex_state = 3, .external_lex_state = 22}, [1703] = {.lex_state = 17, .external_lex_state = 23}, [1704] = {.lex_state = 16, .external_lex_state = 24}, [1705] = {.lex_state = 60, .external_lex_state = 10}, [1706] = {.lex_state = 20, .external_lex_state = 27}, [1707] = {.lex_state = 59, .external_lex_state = 12}, [1708] = {.lex_state = 0}, [1709] = {.lex_state = 59, .external_lex_state = 12}, [1710] = {.lex_state = 3, .external_lex_state = 22}, [1711] = {.lex_state = 3, .external_lex_state = 22}, [1712] = {.lex_state = 60, .external_lex_state = 23}, [1713] = {.lex_state = 17, .external_lex_state = 23}, [1714] = {.lex_state = 20, .external_lex_state = 11}, [1715] = {.lex_state = 20, .external_lex_state = 11}, [1716] = {.lex_state = 20, .external_lex_state = 13}, [1717] = {.lex_state = 0}, [1718] = {.lex_state = 17, .external_lex_state = 10}, [1719] = {.lex_state = 17, .external_lex_state = 10}, [1720] = {.lex_state = 17, .external_lex_state = 25}, [1721] = {.lex_state = 17, .external_lex_state = 10}, [1722] = {.lex_state = 3, .external_lex_state = 11}, [1723] = {.lex_state = 64, .external_lex_state = 10}, [1724] = {.lex_state = 0}, [1725] = {.lex_state = 60, .external_lex_state = 10}, [1726] = {.lex_state = 60, .external_lex_state = 23}, [1727] = {.lex_state = 64, .external_lex_state = 23}, [1728] = {.lex_state = 20, .external_lex_state = 27}, [1729] = {.lex_state = 60, .external_lex_state = 23}, [1730] = {.lex_state = 17, .external_lex_state = 25}, [1731] = {.lex_state = 3, .external_lex_state = 24}, [1732] = {.lex_state = 64, .external_lex_state = 10}, [1733] = {.lex_state = 20, .external_lex_state = 26}, [1734] = {.lex_state = 17, .external_lex_state = 22}, [1735] = {.lex_state = 64, .external_lex_state = 23}, [1736] = {.lex_state = 16, .external_lex_state = 24}, [1737] = {.lex_state = 0}, [1738] = {.lex_state = 17, .external_lex_state = 23}, [1739] = {.lex_state = 3, .external_lex_state = 11}, [1740] = {.lex_state = 17, .external_lex_state = 23}, [1741] = {.lex_state = 20, .external_lex_state = 27}, [1742] = {.lex_state = 20, .external_lex_state = 13}, [1743] = {.lex_state = 3, .external_lex_state = 24}, [1744] = {.lex_state = 58, .external_lex_state = 12}, [1745] = {.lex_state = 60, .external_lex_state = 10}, [1746] = {.lex_state = 64, .external_lex_state = 23}, [1747] = {.lex_state = 60, .external_lex_state = 10}, [1748] = {.lex_state = 60, .external_lex_state = 10}, [1749] = {.lex_state = 20, .external_lex_state = 26}, [1750] = {.lex_state = 59, .external_lex_state = 12}, [1751] = {.lex_state = 20, .external_lex_state = 26}, [1752] = {.lex_state = 3, .external_lex_state = 24}, [1753] = {.lex_state = 20, .external_lex_state = 26}, [1754] = {.lex_state = 58, .external_lex_state = 12}, [1755] = {.lex_state = 20, .external_lex_state = 26}, [1756] = {.lex_state = 3, .external_lex_state = 21}, [1757] = {.lex_state = 20, .external_lex_state = 26}, [1758] = {.lex_state = 58, .external_lex_state = 12}, [1759] = {.lex_state = 0}, [1760] = {.lex_state = 60, .external_lex_state = 15}, [1761] = {.lex_state = 20, .external_lex_state = 26}, [1762] = {.lex_state = 20, .external_lex_state = 26}, [1763] = {.lex_state = 20, .external_lex_state = 26}, [1764] = {.lex_state = 20, .external_lex_state = 11}, [1765] = {.lex_state = 20, .external_lex_state = 26}, [1766] = {.lex_state = 20, .external_lex_state = 26}, [1767] = {.lex_state = 20, .external_lex_state = 26}, [1768] = {.lex_state = 20, .external_lex_state = 26}, [1769] = {.lex_state = 20, .external_lex_state = 26}, [1770] = {.lex_state = 20, .external_lex_state = 26}, [1771] = {.lex_state = 20, .external_lex_state = 26}, [1772] = {.lex_state = 20, .external_lex_state = 26}, [1773] = {.lex_state = 20, .external_lex_state = 26}, [1774] = {.lex_state = 20, .external_lex_state = 26}, [1775] = {.lex_state = 60, .external_lex_state = 23}, [1776] = {.lex_state = 20, .external_lex_state = 26}, [1777] = {.lex_state = 64, .external_lex_state = 14}, [1778] = {.lex_state = 20, .external_lex_state = 27}, [1779] = {.lex_state = 58, .external_lex_state = 12}, [1780] = {.lex_state = 3, .external_lex_state = 26}, [1781] = {.lex_state = 64, .external_lex_state = 10}, [1782] = {.lex_state = 64, .external_lex_state = 14}, [1783] = {.lex_state = 58, .external_lex_state = 22}, [1784] = {.lex_state = 3, .external_lex_state = 26}, [1785] = {.lex_state = 59, .external_lex_state = 12}, [1786] = {.lex_state = 20, .external_lex_state = 11}, [1787] = {.lex_state = 60, .external_lex_state = 23}, [1788] = {.lex_state = 20, .external_lex_state = 26}, [1789] = {.lex_state = 60, .external_lex_state = 10}, [1790] = {.lex_state = 64, .external_lex_state = 14}, [1791] = {.lex_state = 59, .external_lex_state = 12}, [1792] = {.lex_state = 60, .external_lex_state = 10}, [1793] = {.lex_state = 60, .external_lex_state = 23}, [1794] = {.lex_state = 60, .external_lex_state = 10}, [1795] = {.lex_state = 58, .external_lex_state = 22}, [1796] = {.lex_state = 59, .external_lex_state = 12}, [1797] = {.lex_state = 59, .external_lex_state = 12}, [1798] = {.lex_state = 59, .external_lex_state = 12}, [1799] = {.lex_state = 60, .external_lex_state = 15}, [1800] = {.lex_state = 0}, [1801] = {.lex_state = 60, .external_lex_state = 23}, [1802] = {.lex_state = 58, .external_lex_state = 22}, [1803] = {.lex_state = 64, .external_lex_state = 14}, [1804] = {.lex_state = 60, .external_lex_state = 23}, [1805] = {.lex_state = 0}, [1806] = {.lex_state = 59, .external_lex_state = 12}, [1807] = {.lex_state = 0}, [1808] = {.lex_state = 58, .external_lex_state = 23}, [1809] = {.lex_state = 20, .external_lex_state = 27}, [1810] = {.lex_state = 64, .external_lex_state = 12}, [1811] = {.lex_state = 0}, [1812] = {.lex_state = 59, .external_lex_state = 14}, [1813] = {.lex_state = 0}, [1814] = {.lex_state = 17, .external_lex_state = 12}, [1815] = {.lex_state = 17, .external_lex_state = 12}, [1816] = {.lex_state = 64, .external_lex_state = 12}, [1817] = {.lex_state = 0}, [1818] = {.lex_state = 0}, [1819] = {.lex_state = 0}, [1820] = {.lex_state = 5}, [1821] = {.lex_state = 58, .external_lex_state = 10}, [1822] = {.lex_state = 0}, [1823] = {.lex_state = 17, .external_lex_state = 12}, [1824] = {.lex_state = 20, .external_lex_state = 27}, [1825] = {.lex_state = 0}, [1826] = {.lex_state = 59, .external_lex_state = 14}, [1827] = {.lex_state = 64, .external_lex_state = 15}, [1828] = {.lex_state = 20, .external_lex_state = 11}, [1829] = {.lex_state = 58, .external_lex_state = 23}, [1830] = {.lex_state = 17, .external_lex_state = 12}, [1831] = {.lex_state = 0}, [1832] = {.lex_state = 0}, [1833] = {.lex_state = 0}, [1834] = {.lex_state = 20, .external_lex_state = 27}, [1835] = {.lex_state = 58, .external_lex_state = 10}, [1836] = {.lex_state = 58, .external_lex_state = 10}, [1837] = {.lex_state = 60, .external_lex_state = 12}, [1838] = {.lex_state = 0}, [1839] = {.lex_state = 0}, [1840] = {.lex_state = 59, .external_lex_state = 14}, [1841] = {.lex_state = 0}, [1842] = {.lex_state = 20, .external_lex_state = 27}, [1843] = {.lex_state = 59, .external_lex_state = 14}, [1844] = {.lex_state = 58, .external_lex_state = 14}, [1845] = {.lex_state = 3, .external_lex_state = 25}, [1846] = {.lex_state = 0}, [1847] = {.lex_state = 20, .external_lex_state = 13}, [1848] = {.lex_state = 58, .external_lex_state = 23}, [1849] = {.lex_state = 59, .external_lex_state = 14}, [1850] = {.lex_state = 3, .external_lex_state = 13}, [1851] = {.lex_state = 60, .external_lex_state = 12}, [1852] = {.lex_state = 3, .external_lex_state = 23}, [1853] = {.lex_state = 3, .external_lex_state = 23}, [1854] = {.lex_state = 58, .external_lex_state = 14}, [1855] = {.lex_state = 59, .external_lex_state = 14}, [1856] = {.lex_state = 64, .external_lex_state = 15}, [1857] = {.lex_state = 0}, [1858] = {.lex_state = 20, .external_lex_state = 27}, [1859] = {.lex_state = 0}, [1860] = {.lex_state = 3, .external_lex_state = 13}, [1861] = {.lex_state = 20, .external_lex_state = 24}, [1862] = {.lex_state = 0}, [1863] = {.lex_state = 20, .external_lex_state = 24}, [1864] = {.lex_state = 20, .external_lex_state = 24}, [1865] = {.lex_state = 3, .external_lex_state = 25}, [1866] = {.lex_state = 60, .external_lex_state = 12}, [1867] = {.lex_state = 3, .external_lex_state = 23}, [1868] = {.lex_state = 20, .external_lex_state = 11}, [1869] = {.lex_state = 58, .external_lex_state = 14}, [1870] = {.lex_state = 60, .external_lex_state = 12}, [1871] = {.lex_state = 20, .external_lex_state = 24}, [1872] = {.lex_state = 20, .external_lex_state = 11}, [1873] = {.lex_state = 0}, [1874] = {.lex_state = 60, .external_lex_state = 12}, [1875] = {.lex_state = 20, .external_lex_state = 11}, [1876] = {.lex_state = 20, .external_lex_state = 24}, [1877] = {.lex_state = 0}, [1878] = {.lex_state = 60, .external_lex_state = 12}, [1879] = {.lex_state = 20, .external_lex_state = 11}, [1880] = {.lex_state = 60, .external_lex_state = 12}, [1881] = {.lex_state = 3, .external_lex_state = 23}, [1882] = {.lex_state = 20, .external_lex_state = 24}, [1883] = {.lex_state = 20, .external_lex_state = 24}, [1884] = {.lex_state = 20, .external_lex_state = 27}, [1885] = {.lex_state = 20, .external_lex_state = 27}, [1886] = {.lex_state = 0}, [1887] = {.lex_state = 0}, [1888] = {.lex_state = 20, .external_lex_state = 27}, [1889] = {.lex_state = 3, .external_lex_state = 27}, [1890] = {.lex_state = 0}, [1891] = {.lex_state = 0}, [1892] = {.lex_state = 16, .external_lex_state = 25}, [1893] = {.lex_state = 64, .external_lex_state = 12}, [1894] = {.lex_state = 20, .external_lex_state = 27}, [1895] = {.lex_state = 59, .external_lex_state = 14}, [1896] = {.lex_state = 20, .external_lex_state = 24}, [1897] = {.lex_state = 20, .external_lex_state = 13}, [1898] = {.lex_state = 20, .external_lex_state = 27}, [1899] = {.lex_state = 0}, [1900] = {.lex_state = 20, .external_lex_state = 24}, [1901] = {.lex_state = 0}, [1902] = {.lex_state = 20, .external_lex_state = 24}, [1903] = {.lex_state = 59, .external_lex_state = 14}, [1904] = {.lex_state = 20, .external_lex_state = 24}, [1905] = {.lex_state = 17, .external_lex_state = 23}, [1906] = {.lex_state = 20, .external_lex_state = 24}, [1907] = {.lex_state = 0}, [1908] = {.lex_state = 20, .external_lex_state = 24}, [1909] = {.lex_state = 0}, [1910] = {.lex_state = 20, .external_lex_state = 24}, [1911] = {.lex_state = 0}, [1912] = {.lex_state = 20, .external_lex_state = 24}, [1913] = {.lex_state = 20, .external_lex_state = 13}, [1914] = {.lex_state = 20, .external_lex_state = 24}, [1915] = {.lex_state = 20, .external_lex_state = 11}, [1916] = {.lex_state = 20, .external_lex_state = 24}, [1917] = {.lex_state = 20, .external_lex_state = 24}, [1918] = {.lex_state = 20, .external_lex_state = 24}, [1919] = {.lex_state = 0}, [1920] = {.lex_state = 20, .external_lex_state = 11}, [1921] = {.lex_state = 20, .external_lex_state = 24}, [1922] = {.lex_state = 0}, [1923] = {.lex_state = 0}, [1924] = {.lex_state = 0}, [1925] = {.lex_state = 3, .external_lex_state = 27}, [1926] = {.lex_state = 0}, [1927] = {.lex_state = 20, .external_lex_state = 11}, [1928] = {.lex_state = 20, .external_lex_state = 24}, [1929] = {.lex_state = 0}, [1930] = {.lex_state = 3, .external_lex_state = 25}, [1931] = {.lex_state = 0}, [1932] = {.lex_state = 58, .external_lex_state = 14}, [1933] = {.lex_state = 20, .external_lex_state = 24}, [1934] = {.lex_state = 0}, [1935] = {.lex_state = 3, .external_lex_state = 11}, [1936] = {.lex_state = 20, .external_lex_state = 24}, [1937] = {.lex_state = 20, .external_lex_state = 24}, [1938] = {.lex_state = 64, .external_lex_state = 15}, [1939] = {.lex_state = 17, .external_lex_state = 10}, [1940] = {.lex_state = 20, .external_lex_state = 11}, [1941] = {.lex_state = 20, .external_lex_state = 27}, [1942] = {.lex_state = 16, .external_lex_state = 25}, [1943] = {.lex_state = 20, .external_lex_state = 27}, [1944] = {.lex_state = 3, .external_lex_state = 10}, [1945] = {.lex_state = 20, .external_lex_state = 27}, [1946] = {.lex_state = 20, .external_lex_state = 13}, [1947] = {.lex_state = 0}, [1948] = {.lex_state = 59, .external_lex_state = 14}, [1949] = {.lex_state = 0}, [1950] = {.lex_state = 20, .external_lex_state = 13}, [1951] = {.lex_state = 20, .external_lex_state = 27}, [1952] = {.lex_state = 20, .external_lex_state = 11}, [1953] = {.lex_state = 20, .external_lex_state = 11}, [1954] = {.lex_state = 3, .external_lex_state = 22}, [1955] = {.lex_state = 20, .external_lex_state = 24}, [1956] = {.lex_state = 20, .external_lex_state = 27}, [1957] = {.lex_state = 20, .external_lex_state = 27}, [1958] = {.lex_state = 20, .external_lex_state = 27}, [1959] = {.lex_state = 20, .external_lex_state = 24}, [1960] = {.lex_state = 17, .external_lex_state = 26}, [1961] = {.lex_state = 20, .external_lex_state = 24}, [1962] = {.lex_state = 20, .external_lex_state = 24}, [1963] = {.lex_state = 0}, [1964] = {.lex_state = 60, .external_lex_state = 12}, [1965] = {.lex_state = 17, .external_lex_state = 26}, [1966] = {.lex_state = 64, .external_lex_state = 15}, [1967] = {.lex_state = 20, .external_lex_state = 24}, [1968] = {.lex_state = 20, .external_lex_state = 27}, [1969] = {.lex_state = 0}, [1970] = {.lex_state = 20, .external_lex_state = 24}, [1971] = {.lex_state = 20, .external_lex_state = 27}, [1972] = {.lex_state = 60, .external_lex_state = 12}, [1973] = {.lex_state = 0}, [1974] = {.lex_state = 63, .external_lex_state = 23}, [1975] = {.lex_state = 3, .external_lex_state = 10}, [1976] = {.lex_state = 5}, [1977] = {.lex_state = 3, .external_lex_state = 10}, [1978] = {.lex_state = 3, .external_lex_state = 10}, [1979] = {.lex_state = 20, .external_lex_state = 24}, [1980] = {.lex_state = 0}, [1981] = {.lex_state = 20, .external_lex_state = 25}, [1982] = {.lex_state = 3, .external_lex_state = 26}, [1983] = {.lex_state = 20, .external_lex_state = 11}, [1984] = {.lex_state = 20, .external_lex_state = 25}, [1985] = {.lex_state = 20, .external_lex_state = 25}, [1986] = {.lex_state = 3, .external_lex_state = 26}, [1987] = {.lex_state = 20, .external_lex_state = 11}, [1988] = {.lex_state = 20, .external_lex_state = 11}, [1989] = {.lex_state = 20, .external_lex_state = 27}, [1990] = {.lex_state = 59, .external_lex_state = 15}, [1991] = {.lex_state = 20, .external_lex_state = 11}, [1992] = {.lex_state = 20, .external_lex_state = 28}, [1993] = {.lex_state = 20, .external_lex_state = 11}, [1994] = {.lex_state = 20, .external_lex_state = 25}, [1995] = {.lex_state = 20, .external_lex_state = 11}, [1996] = {.lex_state = 20, .external_lex_state = 27}, [1997] = {.lex_state = 20, .external_lex_state = 25}, [1998] = {.lex_state = 20, .external_lex_state = 27}, [1999] = {.lex_state = 20, .external_lex_state = 25}, [2000] = {.lex_state = 20, .external_lex_state = 11}, [2001] = {.lex_state = 20, .external_lex_state = 25}, [2002] = {.lex_state = 20, .external_lex_state = 25}, [2003] = {.lex_state = 20, .external_lex_state = 25}, [2004] = {.lex_state = 3, .external_lex_state = 13}, [2005] = {.lex_state = 20, .external_lex_state = 25}, [2006] = {.lex_state = 16, .external_lex_state = 26}, [2007] = {.lex_state = 20, .external_lex_state = 25}, [2008] = {.lex_state = 20, .external_lex_state = 25}, [2009] = {.lex_state = 20, .external_lex_state = 25}, [2010] = {.lex_state = 20, .external_lex_state = 27}, [2011] = {.lex_state = 20, .external_lex_state = 25}, [2012] = {.lex_state = 20, .external_lex_state = 25}, [2013] = {.lex_state = 20, .external_lex_state = 25}, [2014] = {.lex_state = 64, .external_lex_state = 14}, [2015] = {.lex_state = 63, .external_lex_state = 23}, [2016] = {.lex_state = 20, .external_lex_state = 25}, [2017] = {.lex_state = 20, .external_lex_state = 27}, [2018] = {.lex_state = 20, .external_lex_state = 13}, [2019] = {.lex_state = 64, .external_lex_state = 14}, [2020] = {.lex_state = 20, .external_lex_state = 25}, [2021] = {.lex_state = 20, .external_lex_state = 27}, [2022] = {.lex_state = 20, .external_lex_state = 13}, [2023] = {.lex_state = 61, .external_lex_state = 23}, [2024] = {.lex_state = 17, .external_lex_state = 11}, [2025] = {.lex_state = 20, .external_lex_state = 27}, [2026] = {.lex_state = 20, .external_lex_state = 27}, [2027] = {.lex_state = 20, .external_lex_state = 25}, [2028] = {.lex_state = 17, .external_lex_state = 11}, [2029] = {.lex_state = 20, .external_lex_state = 25}, [2030] = {.lex_state = 20, .external_lex_state = 25}, [2031] = {.lex_state = 20, .external_lex_state = 25}, [2032] = {.lex_state = 3, .external_lex_state = 11}, [2033] = {.lex_state = 20, .external_lex_state = 27}, [2034] = {.lex_state = 20, .external_lex_state = 25}, [2035] = {.lex_state = 20, .external_lex_state = 25}, [2036] = {.lex_state = 64, .external_lex_state = 14}, [2037] = {.lex_state = 0}, [2038] = {.lex_state = 20, .external_lex_state = 27}, [2039] = {.lex_state = 58, .external_lex_state = 12}, [2040] = {.lex_state = 58, .external_lex_state = 12}, [2041] = {.lex_state = 58, .external_lex_state = 12}, [2042] = {.lex_state = 20, .external_lex_state = 27}, [2043] = {.lex_state = 3, .external_lex_state = 11}, [2044] = {.lex_state = 3, .external_lex_state = 11}, [2045] = {.lex_state = 20, .external_lex_state = 25}, [2046] = {.lex_state = 3, .external_lex_state = 11}, [2047] = {.lex_state = 3, .external_lex_state = 11}, [2048] = {.lex_state = 20, .external_lex_state = 25}, [2049] = {.lex_state = 20, .external_lex_state = 27}, [2050] = {.lex_state = 20, .external_lex_state = 25}, [2051] = {.lex_state = 20, .external_lex_state = 27}, [2052] = {.lex_state = 0}, [2053] = {.lex_state = 60, .external_lex_state = 14}, [2054] = {.lex_state = 0}, [2055] = {.lex_state = 20, .external_lex_state = 25}, [2056] = {.lex_state = 20, .external_lex_state = 25}, [2057] = {.lex_state = 20, .external_lex_state = 27}, [2058] = {.lex_state = 60, .external_lex_state = 14}, [2059] = {.lex_state = 20, .external_lex_state = 27}, [2060] = {.lex_state = 0}, [2061] = {.lex_state = 0}, [2062] = {.lex_state = 0}, [2063] = {.lex_state = 0}, [2064] = {.lex_state = 20, .external_lex_state = 25}, [2065] = {.lex_state = 60, .external_lex_state = 14}, [2066] = {.lex_state = 3, .external_lex_state = 12}, [2067] = {.lex_state = 20, .external_lex_state = 27}, [2068] = {.lex_state = 3, .external_lex_state = 12}, [2069] = {.lex_state = 3, .external_lex_state = 12}, [2070] = {.lex_state = 0}, [2071] = {.lex_state = 0}, [2072] = {.lex_state = 60, .external_lex_state = 14}, [2073] = {.lex_state = 0}, [2074] = {.lex_state = 3, .external_lex_state = 23}, [2075] = {.lex_state = 0}, [2076] = {.lex_state = 60, .external_lex_state = 14}, [2077] = {.lex_state = 20, .external_lex_state = 25}, [2078] = {.lex_state = 60, .external_lex_state = 14}, [2079] = {.lex_state = 3, .external_lex_state = 12}, [2080] = {.lex_state = 20, .external_lex_state = 27}, [2081] = {.lex_state = 20, .external_lex_state = 27}, [2082] = {.lex_state = 20, .external_lex_state = 27}, [2083] = {.lex_state = 20, .external_lex_state = 13}, [2084] = {.lex_state = 60, .external_lex_state = 14}, [2085] = {.lex_state = 20, .external_lex_state = 27}, [2086] = {.lex_state = 20, .external_lex_state = 13}, [2087] = {.lex_state = 20, .external_lex_state = 11}, [2088] = {.lex_state = 20, .external_lex_state = 27}, [2089] = {.lex_state = 17, .external_lex_state = 14}, [2090] = {.lex_state = 20, .external_lex_state = 13}, [2091] = {.lex_state = 0}, [2092] = {.lex_state = 0}, [2093] = {.lex_state = 17, .external_lex_state = 14}, [2094] = {.lex_state = 17, .external_lex_state = 14}, [2095] = {.lex_state = 20, .external_lex_state = 13}, [2096] = {.lex_state = 60, .external_lex_state = 14}, [2097] = {.lex_state = 20, .external_lex_state = 11}, [2098] = {.lex_state = 20, .external_lex_state = 27}, [2099] = {.lex_state = 17, .external_lex_state = 12}, [2100] = {.lex_state = 0}, [2101] = {.lex_state = 20, .external_lex_state = 27}, [2102] = {.lex_state = 17, .external_lex_state = 14}, [2103] = {.lex_state = 20, .external_lex_state = 27}, [2104] = {.lex_state = 20, .external_lex_state = 27}, [2105] = {.lex_state = 0}, [2106] = {.lex_state = 20, .external_lex_state = 27}, [2107] = {.lex_state = 20, .external_lex_state = 13}, [2108] = {.lex_state = 20, .external_lex_state = 13}, [2109] = {.lex_state = 59, .external_lex_state = 15}, [2110] = {.lex_state = 20, .external_lex_state = 13}, [2111] = {.lex_state = 58, .external_lex_state = 15}, [2112] = {.lex_state = 60, .external_lex_state = 14}, [2113] = {.lex_state = 20, .external_lex_state = 27}, [2114] = {.lex_state = 0}, [2115] = {.lex_state = 59, .external_lex_state = 15}, [2116] = {.lex_state = 0}, [2117] = {.lex_state = 3, .external_lex_state = 26}, [2118] = {.lex_state = 20, .external_lex_state = 28}, [2119] = {.lex_state = 59, .external_lex_state = 15}, [2120] = {.lex_state = 5}, [2121] = {.lex_state = 20, .external_lex_state = 16}, [2122] = {.lex_state = 20, .external_lex_state = 28}, [2123] = {.lex_state = 58, .external_lex_state = 15}, [2124] = {.lex_state = 58, .external_lex_state = 15}, [2125] = {.lex_state = 0}, [2126] = {.lex_state = 20, .external_lex_state = 28}, [2127] = {.lex_state = 20, .external_lex_state = 27}, [2128] = {.lex_state = 3, .external_lex_state = 11}, [2129] = {.lex_state = 0}, [2130] = {.lex_state = 58, .external_lex_state = 15}, [2131] = {.lex_state = 17, .external_lex_state = 27}, [2132] = {.lex_state = 20, .external_lex_state = 27}, [2133] = {.lex_state = 0}, [2134] = {.lex_state = 3, .external_lex_state = 11}, [2135] = {.lex_state = 3, .external_lex_state = 11}, [2136] = {.lex_state = 20, .external_lex_state = 27}, [2137] = {.lex_state = 3, .external_lex_state = 11}, [2138] = {.lex_state = 20, .external_lex_state = 27}, [2139] = {.lex_state = 20, .external_lex_state = 27}, [2140] = {.lex_state = 3, .external_lex_state = 11}, [2141] = {.lex_state = 0}, [2142] = {.lex_state = 59, .external_lex_state = 15}, [2143] = {.lex_state = 20, .external_lex_state = 27}, [2144] = {.lex_state = 0}, [2145] = {.lex_state = 3, .external_lex_state = 11}, [2146] = {.lex_state = 20, .external_lex_state = 27}, [2147] = {.lex_state = 20, .external_lex_state = 27}, [2148] = {.lex_state = 3, .external_lex_state = 11}, [2149] = {.lex_state = 59, .external_lex_state = 15}, [2150] = {.lex_state = 20, .external_lex_state = 11}, [2151] = {.lex_state = 20, .external_lex_state = 16}, [2152] = {.lex_state = 3, .external_lex_state = 11}, [2153] = {.lex_state = 20, .external_lex_state = 16}, [2154] = {.lex_state = 20, .external_lex_state = 11}, [2155] = {.lex_state = 20, .external_lex_state = 27}, [2156] = {.lex_state = 3, .external_lex_state = 11}, [2157] = {.lex_state = 59, .external_lex_state = 15}, [2158] = {.lex_state = 3, .external_lex_state = 11}, [2159] = {.lex_state = 20, .external_lex_state = 27}, [2160] = {.lex_state = 20, .external_lex_state = 27}, [2161] = {.lex_state = 0}, [2162] = {.lex_state = 59, .external_lex_state = 15}, [2163] = {.lex_state = 16, .external_lex_state = 26}, [2164] = {.lex_state = 3, .external_lex_state = 10}, [2165] = {.lex_state = 17, .external_lex_state = 27}, [2166] = {.lex_state = 20, .external_lex_state = 27}, [2167] = {.lex_state = 59, .external_lex_state = 15}, [2168] = {.lex_state = 20, .external_lex_state = 28}, [2169] = {.lex_state = 3, .external_lex_state = 13}, [2170] = {.lex_state = 20, .external_lex_state = 26}, [2171] = {.lex_state = 20}, [2172] = {.lex_state = 3, .external_lex_state = 13}, [2173] = {.lex_state = 20}, [2174] = {.lex_state = 3, .external_lex_state = 13}, [2175] = {.lex_state = 3, .external_lex_state = 13}, [2176] = {.lex_state = 3, .external_lex_state = 13}, [2177] = {.lex_state = 20, .external_lex_state = 16}, [2178] = {.lex_state = 20}, [2179] = {.lex_state = 3, .external_lex_state = 11}, [2180] = {.lex_state = 20}, [2181] = {.lex_state = 20}, [2182] = {.lex_state = 3, .external_lex_state = 13}, [2183] = {.lex_state = 20, .external_lex_state = 16}, [2184] = {.lex_state = 20}, [2185] = {.lex_state = 20, .external_lex_state = 16}, [2186] = {.lex_state = 58, .external_lex_state = 14}, [2187] = {.lex_state = 20, .external_lex_state = 16}, [2188] = {.lex_state = 3, .external_lex_state = 11}, [2189] = {.lex_state = 58, .external_lex_state = 14}, [2190] = {.lex_state = 20, .external_lex_state = 16}, [2191] = {.lex_state = 20, .external_lex_state = 26}, [2192] = {.lex_state = 20, .external_lex_state = 16}, [2193] = {.lex_state = 20, .external_lex_state = 16}, [2194] = {.lex_state = 58, .external_lex_state = 14}, [2195] = {.lex_state = 3, .external_lex_state = 13}, [2196] = {.lex_state = 20}, [2197] = {.lex_state = 20}, [2198] = {.lex_state = 3, .external_lex_state = 13}, [2199] = {.lex_state = 3, .external_lex_state = 12}, [2200] = {.lex_state = 20}, [2201] = {.lex_state = 0, .external_lex_state = 29}, [2202] = {.lex_state = 20}, [2203] = {.lex_state = 3, .external_lex_state = 13}, [2204] = {.lex_state = 3, .external_lex_state = 13}, [2205] = {.lex_state = 20}, [2206] = {.lex_state = 20}, [2207] = {.lex_state = 64, .external_lex_state = 15}, [2208] = {.lex_state = 64, .external_lex_state = 15}, [2209] = {.lex_state = 3, .external_lex_state = 27}, [2210] = {.lex_state = 20}, [2211] = {.lex_state = 17, .external_lex_state = 14}, [2212] = {.lex_state = 20}, [2213] = {.lex_state = 20}, [2214] = {.lex_state = 20}, [2215] = {.lex_state = 3, .external_lex_state = 27}, [2216] = {.lex_state = 20}, [2217] = {.lex_state = 64, .external_lex_state = 15}, [2218] = {.lex_state = 20, .external_lex_state = 26}, [2219] = {.lex_state = 20, .external_lex_state = 26}, [2220] = {.lex_state = 20}, [2221] = {.lex_state = 9, .external_lex_state = 15}, [2222] = {.lex_state = 60, .external_lex_state = 15}, [2223] = {.lex_state = 20, .external_lex_state = 13}, [2224] = {.lex_state = 20, .external_lex_state = 13}, [2225] = {.lex_state = 60, .external_lex_state = 15}, [2226] = {.lex_state = 20, .external_lex_state = 13}, [2227] = {.lex_state = 17, .external_lex_state = 15}, [2228] = {.lex_state = 3, .external_lex_state = 11}, [2229] = {.lex_state = 20, .external_lex_state = 30}, [2230] = {.lex_state = 20, .external_lex_state = 30}, [2231] = {.lex_state = 20}, [2232] = {.lex_state = 20}, [2233] = {.lex_state = 17, .external_lex_state = 15}, [2234] = {.lex_state = 20, .external_lex_state = 13}, [2235] = {.lex_state = 20}, [2236] = {.lex_state = 20}, [2237] = {.lex_state = 20, .external_lex_state = 26}, [2238] = {.lex_state = 20}, [2239] = {.lex_state = 20}, [2240] = {.lex_state = 60, .external_lex_state = 15}, [2241] = {.lex_state = 20, .external_lex_state = 26}, [2242] = {.lex_state = 0, .external_lex_state = 29}, [2243] = {.lex_state = 20}, [2244] = {.lex_state = 20, .external_lex_state = 30}, [2245] = {.lex_state = 20, .external_lex_state = 26}, [2246] = {.lex_state = 3, .external_lex_state = 14}, [2247] = {.lex_state = 20}, [2248] = {.lex_state = 16, .external_lex_state = 11}, [2249] = {.lex_state = 20, .external_lex_state = 26}, [2250] = {.lex_state = 20}, [2251] = {.lex_state = 20, .external_lex_state = 26}, [2252] = {.lex_state = 20, .external_lex_state = 26}, [2253] = {.lex_state = 17, .external_lex_state = 15}, [2254] = {.lex_state = 20}, [2255] = {.lex_state = 20, .external_lex_state = 30}, [2256] = {.lex_state = 20}, [2257] = {.lex_state = 20, .external_lex_state = 13}, [2258] = {.lex_state = 17, .external_lex_state = 13}, [2259] = {.lex_state = 20}, [2260] = {.lex_state = 20, .external_lex_state = 13}, [2261] = {.lex_state = 17, .external_lex_state = 15}, [2262] = {.lex_state = 20}, [2263] = {.lex_state = 16, .external_lex_state = 11}, [2264] = {.lex_state = 20}, [2265] = {.lex_state = 20, .external_lex_state = 26}, [2266] = {.lex_state = 61, .external_lex_state = 23}, [2267] = {.lex_state = 20, .external_lex_state = 13}, [2268] = {.lex_state = 20}, [2269] = {.lex_state = 20}, [2270] = {.lex_state = 20, .external_lex_state = 26}, [2271] = {.lex_state = 20, .external_lex_state = 26}, [2272] = {.lex_state = 63, .external_lex_state = 23}, [2273] = {.lex_state = 20}, [2274] = {.lex_state = 20, .external_lex_state = 26}, [2275] = {.lex_state = 20}, [2276] = {.lex_state = 20}, [2277] = {.lex_state = 20}, [2278] = {.lex_state = 20, .external_lex_state = 26}, [2279] = {.lex_state = 3, .external_lex_state = 13}, [2280] = {.lex_state = 17, .external_lex_state = 13}, [2281] = {.lex_state = 3, .external_lex_state = 14}, [2282] = {.lex_state = 20, .external_lex_state = 26}, [2283] = {.lex_state = 16, .external_lex_state = 27}, [2284] = {.lex_state = 20}, [2285] = {.lex_state = 3, .external_lex_state = 14}, [2286] = {.lex_state = 20, .external_lex_state = 26}, [2287] = {.lex_state = 20}, [2288] = {.lex_state = 20, .external_lex_state = 26}, [2289] = {.lex_state = 0, .external_lex_state = 29}, [2290] = {.lex_state = 20, .external_lex_state = 26}, [2291] = {.lex_state = 20, .external_lex_state = 26}, [2292] = {.lex_state = 20}, [2293] = {.lex_state = 20, .external_lex_state = 26}, [2294] = {.lex_state = 20}, [2295] = {.lex_state = 20, .external_lex_state = 26}, [2296] = {.lex_state = 20}, [2297] = {.lex_state = 20}, [2298] = {.lex_state = 20}, [2299] = {.lex_state = 20}, [2300] = {.lex_state = 20}, [2301] = {.lex_state = 20, .external_lex_state = 26}, [2302] = {.lex_state = 20, .external_lex_state = 16}, [2303] = {.lex_state = 62, .external_lex_state = 23}, [2304] = {.lex_state = 20}, [2305] = {.lex_state = 20, .external_lex_state = 26}, [2306] = {.lex_state = 20}, [2307] = {.lex_state = 20}, [2308] = {.lex_state = 20, .external_lex_state = 30}, [2309] = {.lex_state = 20}, [2310] = {.lex_state = 3, .external_lex_state = 14}, [2311] = {.lex_state = 17, .external_lex_state = 10}, [2312] = {.lex_state = 20}, [2313] = {.lex_state = 0, .external_lex_state = 29}, [2314] = {.lex_state = 8, .external_lex_state = 15}, [2315] = {.lex_state = 20}, [2316] = {.lex_state = 20}, [2317] = {.lex_state = 20}, [2318] = {.lex_state = 20}, [2319] = {.lex_state = 63, .external_lex_state = 23}, [2320] = {.lex_state = 20, .external_lex_state = 26}, [2321] = {.lex_state = 3, .external_lex_state = 16}, [2322] = {.lex_state = 20}, [2323] = {.lex_state = 20}, [2324] = {.lex_state = 3, .external_lex_state = 11}, [2325] = {.lex_state = 20}, [2326] = {.lex_state = 20}, [2327] = {.lex_state = 3, .external_lex_state = 13}, [2328] = {.lex_state = 20}, [2329] = {.lex_state = 20, .external_lex_state = 26}, [2330] = {.lex_state = 20}, [2331] = {.lex_state = 20}, [2332] = {.lex_state = 20, .external_lex_state = 16}, [2333] = {.lex_state = 20, .external_lex_state = 16}, [2334] = {.lex_state = 20}, [2335] = {.lex_state = 20, .external_lex_state = 13}, [2336] = {.lex_state = 20, .external_lex_state = 26}, [2337] = {.lex_state = 20}, [2338] = {.lex_state = 3, .external_lex_state = 13}, [2339] = {.lex_state = 5}, [2340] = {.lex_state = 5}, [2341] = {.lex_state = 3, .external_lex_state = 27}, [2342] = {.lex_state = 5}, [2343] = {.lex_state = 20}, [2344] = {.lex_state = 60, .external_lex_state = 15}, [2345] = {.lex_state = 20}, [2346] = {.lex_state = 20}, [2347] = {.lex_state = 20}, [2348] = {.lex_state = 20}, [2349] = {.lex_state = 60, .external_lex_state = 15}, [2350] = {.lex_state = 20}, [2351] = {.lex_state = 20}, [2352] = {.lex_state = 20}, [2353] = {.lex_state = 20, .external_lex_state = 26}, [2354] = {.lex_state = 20}, [2355] = {.lex_state = 20}, [2356] = {.lex_state = 60, .external_lex_state = 15}, [2357] = {.lex_state = 20, .external_lex_state = 13}, [2358] = {.lex_state = 16, .external_lex_state = 27}, [2359] = {.lex_state = 20}, [2360] = {.lex_state = 60, .external_lex_state = 15}, [2361] = {.lex_state = 20, .external_lex_state = 16}, [2362] = {.lex_state = 60, .external_lex_state = 15}, [2363] = {.lex_state = 62, .external_lex_state = 23}, [2364] = {.lex_state = 60, .external_lex_state = 15}, [2365] = {.lex_state = 20}, [2366] = {.lex_state = 20}, [2367] = {.lex_state = 20, .external_lex_state = 11}, [2368] = {.lex_state = 20}, [2369] = {.lex_state = 20, .external_lex_state = 27}, [2370] = {.lex_state = 20, .external_lex_state = 11}, [2371] = {.lex_state = 9, .external_lex_state = 15}, [2372] = {.lex_state = 20, .external_lex_state = 27}, [2373] = {.lex_state = 20, .external_lex_state = 11}, [2374] = {.lex_state = 3, .external_lex_state = 15}, [2375] = {.lex_state = 3, .external_lex_state = 15}, [2376] = {.lex_state = 61, .external_lex_state = 23}, [2377] = {.lex_state = 20, .external_lex_state = 27}, [2378] = {.lex_state = 20, .external_lex_state = 11}, [2379] = {.lex_state = 20, .external_lex_state = 27}, [2380] = {.lex_state = 20, .external_lex_state = 27}, [2381] = {.lex_state = 20, .external_lex_state = 11}, [2382] = {.lex_state = 3}, [2383] = {.lex_state = 20, .external_lex_state = 27}, [2384] = {.lex_state = 16, .external_lex_state = 13}, [2385] = {.lex_state = 20, .external_lex_state = 27}, [2386] = {.lex_state = 20, .external_lex_state = 27}, [2387] = {.lex_state = 3}, [2388] = {.lex_state = 20, .external_lex_state = 11}, [2389] = {.lex_state = 20, .external_lex_state = 27}, [2390] = {.lex_state = 3, .external_lex_state = 15}, [2391] = {.lex_state = 20}, [2392] = {.lex_state = 16, .external_lex_state = 13}, [2393] = {.lex_state = 3, .external_lex_state = 15}, [2394] = {.lex_state = 3, .external_lex_state = 16}, [2395] = {.lex_state = 3, .external_lex_state = 16}, [2396] = {.lex_state = 20}, [2397] = {.lex_state = 20}, [2398] = {.lex_state = 20, .external_lex_state = 27}, [2399] = {.lex_state = 20, .external_lex_state = 27}, [2400] = {.lex_state = 3, .external_lex_state = 16}, [2401] = {.lex_state = 6, .external_lex_state = 15}, [2402] = {.lex_state = 20, .external_lex_state = 11}, [2403] = {.lex_state = 20, .external_lex_state = 16}, [2404] = {.lex_state = 3, .external_lex_state = 16}, [2405] = {.lex_state = 20, .external_lex_state = 27}, [2406] = {.lex_state = 20, .external_lex_state = 27}, [2407] = {.lex_state = 3, .external_lex_state = 16}, [2408] = {.lex_state = 3, .external_lex_state = 16}, [2409] = {.lex_state = 3, .external_lex_state = 16}, [2410] = {.lex_state = 3, .external_lex_state = 16}, [2411] = {.lex_state = 3, .external_lex_state = 14}, [2412] = {.lex_state = 20, .external_lex_state = 27}, [2413] = {.lex_state = 20, .external_lex_state = 27}, [2414] = {.lex_state = 20, .external_lex_state = 11}, [2415] = {.lex_state = 3, .external_lex_state = 13}, [2416] = {.lex_state = 20, .external_lex_state = 11}, [2417] = {.lex_state = 20, .external_lex_state = 11}, [2418] = {.lex_state = 20, .external_lex_state = 27}, [2419] = {.lex_state = 20, .external_lex_state = 11}, [2420] = {.lex_state = 3, .external_lex_state = 16}, [2421] = {.lex_state = 20, .external_lex_state = 27}, [2422] = {.lex_state = 20, .external_lex_state = 11}, [2423] = {.lex_state = 3, .external_lex_state = 10}, [2424] = {.lex_state = 20, .external_lex_state = 11}, [2425] = {.lex_state = 20, .external_lex_state = 27}, [2426] = {.lex_state = 20, .external_lex_state = 27}, [2427] = {.lex_state = 20}, [2428] = {.lex_state = 3, .external_lex_state = 16}, [2429] = {.lex_state = 20}, [2430] = {.lex_state = 20, .external_lex_state = 11}, [2431] = {.lex_state = 63, .external_lex_state = 23}, [2432] = {.lex_state = 70, .external_lex_state = 23}, [2433] = {.lex_state = 20, .external_lex_state = 27}, [2434] = {.lex_state = 3, .external_lex_state = 16}, [2435] = {.lex_state = 63, .external_lex_state = 23}, [2436] = {.lex_state = 20, .external_lex_state = 11}, [2437] = {.lex_state = 58, .external_lex_state = 15}, [2438] = {.lex_state = 20, .external_lex_state = 16}, [2439] = {.lex_state = 20, .external_lex_state = 11}, [2440] = {.lex_state = 63, .external_lex_state = 23}, [2441] = {.lex_state = 70, .external_lex_state = 23}, [2442] = {.lex_state = 20, .external_lex_state = 16}, [2443] = {.lex_state = 3, .external_lex_state = 16}, [2444] = {.lex_state = 3, .external_lex_state = 16}, [2445] = {.lex_state = 20, .external_lex_state = 11}, [2446] = {.lex_state = 3, .external_lex_state = 16}, [2447] = {.lex_state = 63, .external_lex_state = 23}, [2448] = {.lex_state = 3, .external_lex_state = 16}, [2449] = {.lex_state = 20, .external_lex_state = 11}, [2450] = {.lex_state = 20, .external_lex_state = 27}, [2451] = {.lex_state = 20, .external_lex_state = 27}, [2452] = {.lex_state = 20, .external_lex_state = 27}, [2453] = {.lex_state = 20}, [2454] = {.lex_state = 20, .external_lex_state = 27}, [2455] = {.lex_state = 17, .external_lex_state = 15}, [2456] = {.lex_state = 20}, [2457] = {.lex_state = 20}, [2458] = {.lex_state = 63, .external_lex_state = 23}, [2459] = {.lex_state = 20}, [2460] = {.lex_state = 20, .external_lex_state = 11}, [2461] = {.lex_state = 20, .external_lex_state = 11}, [2462] = {.lex_state = 3, .external_lex_state = 13}, [2463] = {.lex_state = 20}, [2464] = {.lex_state = 20}, [2465] = {.lex_state = 20}, [2466] = {.lex_state = 20, .external_lex_state = 11}, [2467] = {.lex_state = 8, .external_lex_state = 15}, [2468] = {.lex_state = 20, .external_lex_state = 11}, [2469] = {.lex_state = 20, .external_lex_state = 11}, [2470] = {.lex_state = 20, .external_lex_state = 11}, [2471] = {.lex_state = 63, .external_lex_state = 23}, [2472] = {.lex_state = 61, .external_lex_state = 23}, [2473] = {.lex_state = 12, .external_lex_state = 15}, [2474] = {.lex_state = 20, .external_lex_state = 11}, [2475] = {.lex_state = 17, .external_lex_state = 12}, [2476] = {.lex_state = 58, .external_lex_state = 15}, [2477] = {.lex_state = 20, .external_lex_state = 27}, [2478] = {.lex_state = 58, .external_lex_state = 15}, [2479] = {.lex_state = 20, .external_lex_state = 27}, [2480] = {.lex_state = 20, .external_lex_state = 16}, [2481] = {.lex_state = 17, .external_lex_state = 16}, [2482] = {.lex_state = 20, .external_lex_state = 11}, [2483] = {.lex_state = 20}, [2484] = {.lex_state = 20, .external_lex_state = 16}, [2485] = {.lex_state = 20}, [2486] = {.lex_state = 20, .external_lex_state = 16}, [2487] = {.lex_state = 20}, [2488] = {.lex_state = 20, .external_lex_state = 11}, [2489] = {.lex_state = 17, .external_lex_state = 16}, [2490] = {.lex_state = 20}, [2491] = {.lex_state = 20, .external_lex_state = 16}, [2492] = {.lex_state = 3, .external_lex_state = 13}, [2493] = {.lex_state = 20, .external_lex_state = 11}, [2494] = {.lex_state = 10, .external_lex_state = 15}, [2495] = {.lex_state = 20}, [2496] = {.lex_state = 20, .external_lex_state = 16}, [2497] = {.lex_state = 20}, [2498] = {.lex_state = 20}, [2499] = {.lex_state = 3, .external_lex_state = 13}, [2500] = {.lex_state = 20}, [2501] = {.lex_state = 20}, [2502] = {.lex_state = 20, .external_lex_state = 16}, [2503] = {.lex_state = 20, .external_lex_state = 11}, [2504] = {.lex_state = 20, .external_lex_state = 16}, [2505] = {.lex_state = 20, .external_lex_state = 16}, [2506] = {.lex_state = 20, .external_lex_state = 27}, [2507] = {.lex_state = 20, .external_lex_state = 11}, [2508] = {.lex_state = 20, .external_lex_state = 27}, [2509] = {.lex_state = 0}, [2510] = {.lex_state = 0}, [2511] = {.lex_state = 0, .external_lex_state = 29}, [2512] = {.lex_state = 20, .external_lex_state = 17}, [2513] = {.lex_state = 0}, [2514] = {.lex_state = 70, .external_lex_state = 23}, [2515] = {.lex_state = 0}, [2516] = {.lex_state = 61, .external_lex_state = 23}, [2517] = {.lex_state = 0}, [2518] = {.lex_state = 0}, [2519] = {.lex_state = 3, .external_lex_state = 16}, [2520] = {.lex_state = 65, .external_lex_state = 23}, [2521] = {.lex_state = 0}, [2522] = {.lex_state = 61, .external_lex_state = 23}, [2523] = {.lex_state = 0}, [2524] = {.lex_state = 20}, [2525] = {.lex_state = 0}, [2526] = {.lex_state = 0}, [2527] = {.lex_state = 0}, [2528] = {.lex_state = 0}, [2529] = {.lex_state = 61, .external_lex_state = 23}, [2530] = {.lex_state = 20}, [2531] = {.lex_state = 0}, [2532] = {.lex_state = 0}, [2533] = {.lex_state = 0}, [2534] = {.lex_state = 20, .external_lex_state = 13}, [2535] = {.lex_state = 8, .external_lex_state = 15}, [2536] = {.lex_state = 0}, [2537] = {.lex_state = 0}, [2538] = {.lex_state = 0}, [2539] = {.lex_state = 65, .external_lex_state = 23}, [2540] = {.lex_state = 0}, [2541] = {.lex_state = 0}, [2542] = {.lex_state = 20}, [2543] = {.lex_state = 0}, [2544] = {.lex_state = 0}, [2545] = {.lex_state = 10, .external_lex_state = 15}, [2546] = {.lex_state = 0}, [2547] = {.lex_state = 0}, [2548] = {.lex_state = 61, .external_lex_state = 23}, [2549] = {.lex_state = 0}, [2550] = {.lex_state = 16, .external_lex_state = 16}, [2551] = {.lex_state = 0}, [2552] = {.lex_state = 0}, [2553] = {.lex_state = 0}, [2554] = {.lex_state = 9, .external_lex_state = 15}, [2555] = {.lex_state = 0}, [2556] = {.lex_state = 0}, [2557] = {.lex_state = 0}, [2558] = {.lex_state = 0}, [2559] = {.lex_state = 0}, [2560] = {.lex_state = 0}, [2561] = {.lex_state = 0}, [2562] = {.lex_state = 0}, [2563] = {.lex_state = 0}, [2564] = {.lex_state = 0}, [2565] = {.lex_state = 0}, [2566] = {.lex_state = 0}, [2567] = {.lex_state = 0}, [2568] = {.lex_state = 20}, [2569] = {.lex_state = 0}, [2570] = {.lex_state = 0}, [2571] = {.lex_state = 62, .external_lex_state = 15}, [2572] = {.lex_state = 0}, [2573] = {.lex_state = 0}, [2574] = {.lex_state = 20}, [2575] = {.lex_state = 0}, [2576] = {.lex_state = 0}, [2577] = {.lex_state = 3}, [2578] = {.lex_state = 0}, [2579] = {.lex_state = 0}, [2580] = {.lex_state = 20, .external_lex_state = 13}, [2581] = {.lex_state = 0}, [2582] = {.lex_state = 0}, [2583] = {.lex_state = 62, .external_lex_state = 23}, [2584] = {.lex_state = 0}, [2585] = {.lex_state = 7, .external_lex_state = 15}, [2586] = {.lex_state = 0}, [2587] = {.lex_state = 0}, [2588] = {.lex_state = 0}, [2589] = {.lex_state = 0}, [2590] = {.lex_state = 0}, [2591] = {.lex_state = 0}, [2592] = {.lex_state = 0}, [2593] = {.lex_state = 0}, [2594] = {.lex_state = 0}, [2595] = {.lex_state = 0}, [2596] = {.lex_state = 0}, [2597] = {.lex_state = 20, .external_lex_state = 13}, [2598] = {.lex_state = 0}, [2599] = {.lex_state = 0}, [2600] = {.lex_state = 0}, [2601] = {.lex_state = 20, .external_lex_state = 13}, [2602] = {.lex_state = 20, .external_lex_state = 13}, [2603] = {.lex_state = 3}, [2604] = {.lex_state = 11, .external_lex_state = 15}, [2605] = {.lex_state = 20, .external_lex_state = 11}, [2606] = {.lex_state = 20, .external_lex_state = 13}, [2607] = {.lex_state = 0}, [2608] = {.lex_state = 3, .external_lex_state = 16}, [2609] = {.lex_state = 20}, [2610] = {.lex_state = 20}, [2611] = {.lex_state = 0}, [2612] = {.lex_state = 0}, [2613] = {.lex_state = 0}, [2614] = {.lex_state = 17, .external_lex_state = 14}, [2615] = {.lex_state = 63, .external_lex_state = 23}, [2616] = {.lex_state = 0, .external_lex_state = 29}, [2617] = {.lex_state = 20}, [2618] = {.lex_state = 0}, [2619] = {.lex_state = 0}, [2620] = {.lex_state = 20}, [2621] = {.lex_state = 0}, [2622] = {.lex_state = 0}, [2623] = {.lex_state = 0}, [2624] = {.lex_state = 0}, [2625] = {.lex_state = 0}, [2626] = {.lex_state = 0}, [2627] = {.lex_state = 0}, [2628] = {.lex_state = 0}, [2629] = {.lex_state = 0}, [2630] = {.lex_state = 3, .external_lex_state = 16}, [2631] = {.lex_state = 0}, [2632] = {.lex_state = 0}, [2633] = {.lex_state = 0}, [2634] = {.lex_state = 0}, [2635] = {.lex_state = 0}, [2636] = {.lex_state = 70, .external_lex_state = 23}, [2637] = {.lex_state = 0}, [2638] = {.lex_state = 0}, [2639] = {.lex_state = 3, .external_lex_state = 15}, [2640] = {.lex_state = 0}, [2641] = {.lex_state = 0}, [2642] = {.lex_state = 20, .external_lex_state = 13}, [2643] = {.lex_state = 0}, [2644] = {.lex_state = 0}, [2645] = {.lex_state = 0}, [2646] = {.lex_state = 0}, [2647] = {.lex_state = 0}, [2648] = {.lex_state = 0}, [2649] = {.lex_state = 0}, [2650] = {.lex_state = 0, .external_lex_state = 29}, [2651] = {.lex_state = 0}, [2652] = {.lex_state = 0}, [2653] = {.lex_state = 20}, [2654] = {.lex_state = 0}, [2655] = {.lex_state = 0}, [2656] = {.lex_state = 0}, [2657] = {.lex_state = 0}, [2658] = {.lex_state = 20, .external_lex_state = 17}, [2659] = {.lex_state = 0}, [2660] = {.lex_state = 0}, [2661] = {.lex_state = 62, .external_lex_state = 23}, [2662] = {.lex_state = 3}, [2663] = {.lex_state = 3}, [2664] = {.lex_state = 0}, [2665] = {.lex_state = 3}, [2666] = {.lex_state = 20, .external_lex_state = 17}, [2667] = {.lex_state = 0}, [2668] = {.lex_state = 0}, [2669] = {.lex_state = 0}, [2670] = {.lex_state = 16, .external_lex_state = 16}, [2671] = {.lex_state = 0}, [2672] = {.lex_state = 3}, [2673] = {.lex_state = 0}, [2674] = {.lex_state = 0}, [2675] = {.lex_state = 20}, [2676] = {.lex_state = 0}, [2677] = {.lex_state = 0}, [2678] = {.lex_state = 0}, [2679] = {.lex_state = 0}, [2680] = {.lex_state = 20}, [2681] = {.lex_state = 0}, [2682] = {.lex_state = 3}, [2683] = {.lex_state = 17, .external_lex_state = 11}, [2684] = {.lex_state = 20}, [2685] = {.lex_state = 3}, [2686] = {.lex_state = 0}, [2687] = {.lex_state = 20}, [2688] = {.lex_state = 0}, [2689] = {.lex_state = 0}, [2690] = {.lex_state = 0}, [2691] = {.lex_state = 0}, [2692] = {.lex_state = 3}, [2693] = {.lex_state = 0}, [2694] = {.lex_state = 3, .external_lex_state = 11}, [2695] = {.lex_state = 0}, [2696] = {.lex_state = 3, .external_lex_state = 12}, [2697] = {.lex_state = 0}, [2698] = {.lex_state = 0}, [2699] = {.lex_state = 0}, [2700] = {.lex_state = 0}, [2701] = {.lex_state = 0}, [2702] = {.lex_state = 20, .external_lex_state = 17}, [2703] = {.lex_state = 0}, [2704] = {.lex_state = 20, .external_lex_state = 13}, [2705] = {.lex_state = 0}, [2706] = {.lex_state = 3, .external_lex_state = 16}, [2707] = {.lex_state = 0}, [2708] = {.lex_state = 0}, [2709] = {.lex_state = 0}, [2710] = {.lex_state = 0}, [2711] = {.lex_state = 20, .external_lex_state = 13}, [2712] = {.lex_state = 0}, [2713] = {.lex_state = 0}, [2714] = {.lex_state = 0}, [2715] = {.lex_state = 0}, [2716] = {.lex_state = 0}, [2717] = {.lex_state = 0}, [2718] = {.lex_state = 0}, [2719] = {.lex_state = 20, .external_lex_state = 13}, [2720] = {.lex_state = 0}, [2721] = {.lex_state = 0}, [2722] = {.lex_state = 0}, [2723] = {.lex_state = 20}, [2724] = {.lex_state = 0}, [2725] = {.lex_state = 0}, [2726] = {.lex_state = 0}, [2727] = {.lex_state = 0}, [2728] = {.lex_state = 0}, [2729] = {.lex_state = 0}, [2730] = {.lex_state = 0}, [2731] = {.lex_state = 0}, [2732] = {.lex_state = 0}, [2733] = {.lex_state = 20, .external_lex_state = 13}, [2734] = {.lex_state = 0}, [2735] = {.lex_state = 20}, [2736] = {.lex_state = 0}, [2737] = {.lex_state = 0}, [2738] = {.lex_state = 0}, [2739] = {.lex_state = 20}, [2740] = {.lex_state = 0}, [2741] = {.lex_state = 0}, [2742] = {.lex_state = 8, .external_lex_state = 15}, [2743] = {.lex_state = 20}, [2744] = {.lex_state = 0}, [2745] = {.lex_state = 20}, [2746] = {.lex_state = 0}, [2747] = {.lex_state = 0}, [2748] = {.lex_state = 0}, [2749] = {.lex_state = 20, .external_lex_state = 13}, [2750] = {.lex_state = 0}, [2751] = {.lex_state = 0}, [2752] = {.lex_state = 0}, [2753] = {.lex_state = 0}, [2754] = {.lex_state = 0}, [2755] = {.lex_state = 0}, [2756] = {.lex_state = 0}, [2757] = {.lex_state = 0}, [2758] = {.lex_state = 17, .external_lex_state = 11}, [2759] = {.lex_state = 20}, [2760] = {.lex_state = 20}, [2761] = {.lex_state = 0}, [2762] = {.lex_state = 0}, [2763] = {.lex_state = 0}, [2764] = {.lex_state = 20, .external_lex_state = 13}, [2765] = {.lex_state = 0}, [2766] = {.lex_state = 20}, [2767] = {.lex_state = 0}, [2768] = {.lex_state = 0}, [2769] = {.lex_state = 20, .external_lex_state = 13}, [2770] = {.lex_state = 0}, [2771] = {.lex_state = 0}, [2772] = {.lex_state = 0}, [2773] = {.lex_state = 20}, [2774] = {.lex_state = 20}, [2775] = {.lex_state = 0}, [2776] = {.lex_state = 20, .external_lex_state = 13}, [2777] = {.lex_state = 0}, [2778] = {.lex_state = 0}, [2779] = {.lex_state = 0}, [2780] = {.lex_state = 0}, [2781] = {.lex_state = 0}, [2782] = {.lex_state = 0}, [2783] = {.lex_state = 0}, [2784] = {.lex_state = 61, .external_lex_state = 15}, [2785] = {.lex_state = 0}, [2786] = {.lex_state = 0}, [2787] = {.lex_state = 20, .external_lex_state = 13}, [2788] = {.lex_state = 0}, [2789] = {.lex_state = 0}, [2790] = {.lex_state = 0}, [2791] = {.lex_state = 0}, [2792] = {.lex_state = 20, .external_lex_state = 13}, [2793] = {.lex_state = 20}, [2794] = {.lex_state = 0}, [2795] = {.lex_state = 0}, [2796] = {.lex_state = 0}, [2797] = {.lex_state = 20}, [2798] = {.lex_state = 17}, [2799] = {.lex_state = 0}, [2800] = {.lex_state = 20}, [2801] = {.lex_state = 3}, [2802] = {.lex_state = 20}, [2803] = {.lex_state = 20, .external_lex_state = 13}, [2804] = {.lex_state = 20, .external_lex_state = 13}, [2805] = {.lex_state = 0}, [2806] = {.lex_state = 0}, [2807] = {.lex_state = 3}, [2808] = {.lex_state = 0}, [2809] = {.lex_state = 3}, [2810] = {.lex_state = 12, .external_lex_state = 15}, [2811] = {.lex_state = 3}, [2812] = {.lex_state = 20, .external_lex_state = 13}, [2813] = {.lex_state = 0}, [2814] = {.lex_state = 20, .external_lex_state = 13}, [2815] = {.lex_state = 20}, [2816] = {.lex_state = 0}, [2817] = {.lex_state = 0}, [2818] = {.lex_state = 0}, [2819] = {.lex_state = 0}, [2820] = {.lex_state = 0}, [2821] = {.lex_state = 0}, [2822] = {.lex_state = 0}, [2823] = {.lex_state = 20}, [2824] = {.lex_state = 0}, [2825] = {.lex_state = 0}, [2826] = {.lex_state = 0}, [2827] = {.lex_state = 0}, [2828] = {.lex_state = 17}, [2829] = {.lex_state = 6, .external_lex_state = 15}, [2830] = {.lex_state = 20}, [2831] = {.lex_state = 0}, [2832] = {.lex_state = 20}, [2833] = {.lex_state = 0}, [2834] = {.lex_state = 0}, [2835] = {.lex_state = 20, .external_lex_state = 13}, [2836] = {.lex_state = 20, .external_lex_state = 13}, [2837] = {.lex_state = 0}, [2838] = {.lex_state = 17, .external_lex_state = 11}, [2839] = {.lex_state = 0}, [2840] = {.lex_state = 20}, [2841] = {.lex_state = 0}, [2842] = {.lex_state = 20, .external_lex_state = 13}, [2843] = {.lex_state = 0}, [2844] = {.lex_state = 0}, [2845] = {.lex_state = 0}, [2846] = {.lex_state = 0}, [2847] = {.lex_state = 0}, [2848] = {.lex_state = 0}, [2849] = {.lex_state = 0}, [2850] = {.lex_state = 0}, [2851] = {.lex_state = 0}, [2852] = {.lex_state = 0, .external_lex_state = 29}, [2853] = {.lex_state = 0}, [2854] = {.lex_state = 61, .external_lex_state = 23}, [2855] = {.lex_state = 0}, [2856] = {.lex_state = 61, .external_lex_state = 23}, [2857] = {.lex_state = 0}, [2858] = {.lex_state = 20}, [2859] = {.lex_state = 20}, [2860] = {.lex_state = 0}, [2861] = {.lex_state = 0}, [2862] = {.lex_state = 0}, [2863] = {.lex_state = 0}, [2864] = {.lex_state = 20, .external_lex_state = 13}, [2865] = {.lex_state = 20, .external_lex_state = 13}, [2866] = {.lex_state = 20, .external_lex_state = 13}, [2867] = {.lex_state = 63, .external_lex_state = 15}, [2868] = {.lex_state = 0}, [2869] = {.lex_state = 0}, [2870] = {.lex_state = 0}, [2871] = {.lex_state = 3}, [2872] = {.lex_state = 20, .external_lex_state = 13}, [2873] = {.lex_state = 0}, [2874] = {.lex_state = 20, .external_lex_state = 13}, [2875] = {.lex_state = 0}, [2876] = {.lex_state = 0}, [2877] = {.lex_state = 20}, [2878] = {.lex_state = 0}, [2879] = {.lex_state = 20}, [2880] = {.lex_state = 0}, [2881] = {.lex_state = 0}, [2882] = {.lex_state = 20, .external_lex_state = 13}, [2883] = {.lex_state = 20}, [2884] = {.lex_state = 0}, [2885] = {.lex_state = 20}, [2886] = {.lex_state = 0}, [2887] = {.lex_state = 0}, [2888] = {.lex_state = 0}, [2889] = {.lex_state = 0}, [2890] = {.lex_state = 0}, [2891] = {.lex_state = 20}, [2892] = {.lex_state = 20}, [2893] = {.lex_state = 0}, [2894] = {.lex_state = 9, .external_lex_state = 15}, [2895] = {.lex_state = 0}, [2896] = {.lex_state = 20}, [2897] = {.lex_state = 9, .external_lex_state = 15}, [2898] = {.lex_state = 3, .external_lex_state = 11}, [2899] = {.lex_state = 7, .external_lex_state = 15}, [2900] = {.lex_state = 8, .external_lex_state = 15}, [2901] = {.lex_state = 17, .external_lex_state = 13}, [2902] = {.lex_state = 17, .external_lex_state = 15}, [2903] = {.lex_state = 20, .external_lex_state = 17}, [2904] = {.lex_state = 20, .external_lex_state = 18}, [2905] = {.lex_state = 20, .external_lex_state = 18}, [2906] = {.lex_state = 8, .external_lex_state = 15}, [2907] = {.lex_state = 10, .external_lex_state = 15}, [2908] = {.lex_state = 16}, [2909] = {.lex_state = 3, .external_lex_state = 11}, [2910] = {.lex_state = 3, .external_lex_state = 11}, [2911] = {.lex_state = 3, .external_lex_state = 11}, [2912] = {.lex_state = 3, .external_lex_state = 11}, [2913] = {.lex_state = 3, .external_lex_state = 11}, [2914] = {.lex_state = 3, .external_lex_state = 11}, [2915] = {.lex_state = 3, .external_lex_state = 14}, [2916] = {.lex_state = 6, .external_lex_state = 15}, [2917] = {.lex_state = 3, .external_lex_state = 11}, [2918] = {.lex_state = 12, .external_lex_state = 15}, [2919] = {.lex_state = 20, .external_lex_state = 16}, [2920] = {.lex_state = 8, .external_lex_state = 15}, [2921] = {.lex_state = 62, .external_lex_state = 23}, [2922] = {.lex_state = 3, .external_lex_state = 11}, [2923] = {.lex_state = 62, .external_lex_state = 23}, [2924] = {.lex_state = 66, .external_lex_state = 23}, [2925] = {.lex_state = 3, .external_lex_state = 11}, [2926] = {.lex_state = 3, .external_lex_state = 11}, [2927] = {.lex_state = 3, .external_lex_state = 11}, [2928] = {.lex_state = 20, .external_lex_state = 16}, [2929] = {.lex_state = 3}, [2930] = {.lex_state = 3, .external_lex_state = 11}, [2931] = {.lex_state = 16}, [2932] = {.lex_state = 62, .external_lex_state = 23}, [2933] = {.lex_state = 0, .external_lex_state = 27}, [2934] = {.lex_state = 20, .external_lex_state = 18}, [2935] = {.lex_state = 3, .external_lex_state = 11}, [2936] = {.lex_state = 3, .external_lex_state = 11}, [2937] = {.lex_state = 3, .external_lex_state = 11}, [2938] = {.lex_state = 8, .external_lex_state = 15}, [2939] = {.lex_state = 21, .external_lex_state = 15}, [2940] = {.lex_state = 20, .external_lex_state = 16}, [2941] = {.lex_state = 8, .external_lex_state = 15}, [2942] = {.lex_state = 3, .external_lex_state = 11}, [2943] = {.lex_state = 8, .external_lex_state = 15}, [2944] = {.lex_state = 3, .external_lex_state = 11}, [2945] = {.lex_state = 21, .external_lex_state = 15}, [2946] = {.lex_state = 20, .external_lex_state = 16}, [2947] = {.lex_state = 12, .external_lex_state = 15}, [2948] = {.lex_state = 3, .external_lex_state = 11}, [2949] = {.lex_state = 20, .external_lex_state = 16}, [2950] = {.lex_state = 3, .external_lex_state = 11}, [2951] = {.lex_state = 20, .external_lex_state = 16}, [2952] = {.lex_state = 20, .external_lex_state = 16}, [2953] = {.lex_state = 3, .external_lex_state = 11}, [2954] = {.lex_state = 20, .external_lex_state = 16}, [2955] = {.lex_state = 20, .external_lex_state = 16}, [2956] = {.lex_state = 20, .external_lex_state = 16}, [2957] = {.lex_state = 20, .external_lex_state = 16}, [2958] = {.lex_state = 20, .external_lex_state = 16}, [2959] = {.lex_state = 62, .external_lex_state = 15}, [2960] = {.lex_state = 20, .external_lex_state = 16}, [2961] = {.lex_state = 3, .external_lex_state = 11}, [2962] = {.lex_state = 20, .external_lex_state = 16}, [2963] = {.lex_state = 20, .external_lex_state = 16}, [2964] = {.lex_state = 20, .external_lex_state = 16}, [2965] = {.lex_state = 20, .external_lex_state = 16}, [2966] = {.lex_state = 3, .external_lex_state = 11}, [2967] = {.lex_state = 3}, [2968] = {.lex_state = 3, .external_lex_state = 11}, [2969] = {.lex_state = 3, .external_lex_state = 11}, [2970] = {.lex_state = 3}, [2971] = {.lex_state = 66, .external_lex_state = 23}, [2972] = {.lex_state = 20, .external_lex_state = 16}, [2973] = {.lex_state = 3, .external_lex_state = 17}, [2974] = {.lex_state = 70, .external_lex_state = 23}, [2975] = {.lex_state = 20, .external_lex_state = 16}, [2976] = {.lex_state = 20, .external_lex_state = 16}, [2977] = {.lex_state = 20, .external_lex_state = 16}, [2978] = {.lex_state = 20, .external_lex_state = 16}, [2979] = {.lex_state = 20, .external_lex_state = 16}, [2980] = {.lex_state = 20, .external_lex_state = 13}, [2981] = {.lex_state = 0, .external_lex_state = 27}, [2982] = {.lex_state = 62, .external_lex_state = 23}, [2983] = {.lex_state = 66, .external_lex_state = 23}, [2984] = {.lex_state = 62, .external_lex_state = 23}, [2985] = {.lex_state = 70, .external_lex_state = 23}, [2986] = {.lex_state = 65, .external_lex_state = 23}, [2987] = {.lex_state = 70, .external_lex_state = 23}, [2988] = {.lex_state = 3, .external_lex_state = 11}, [2989] = {.lex_state = 62, .external_lex_state = 23}, [2990] = {.lex_state = 9, .external_lex_state = 15}, [2991] = {.lex_state = 26, .external_lex_state = 15}, [2992] = {.lex_state = 9, .external_lex_state = 15}, [2993] = {.lex_state = 6, .external_lex_state = 15}, [2994] = {.lex_state = 9, .external_lex_state = 15}, [2995] = {.lex_state = 26, .external_lex_state = 15}, [2996] = {.lex_state = 63, .external_lex_state = 15}, [2997] = {.lex_state = 3, .external_lex_state = 11}, [2998] = {.lex_state = 3, .external_lex_state = 11}, [2999] = {.lex_state = 9, .external_lex_state = 15}, [3000] = {.lex_state = 66, .external_lex_state = 23}, [3001] = {.lex_state = 20, .external_lex_state = 16}, [3002] = {.lex_state = 3, .external_lex_state = 13}, [3003] = {.lex_state = 0, .external_lex_state = 27}, [3004] = {.lex_state = 10, .external_lex_state = 15}, [3005] = {.lex_state = 11, .external_lex_state = 15}, [3006] = {.lex_state = 3, .external_lex_state = 11}, [3007] = {.lex_state = 3, .external_lex_state = 11}, [3008] = {.lex_state = 62, .external_lex_state = 23}, [3009] = {.lex_state = 17, .external_lex_state = 13}, [3010] = {.lex_state = 3}, [3011] = {.lex_state = 9, .external_lex_state = 15}, [3012] = {.lex_state = 17, .external_lex_state = 13}, [3013] = {.lex_state = 61, .external_lex_state = 15}, [3014] = {.lex_state = 20, .external_lex_state = 16}, [3015] = {.lex_state = 3, .external_lex_state = 11}, [3016] = {.lex_state = 20, .external_lex_state = 16}, [3017] = {.lex_state = 20, .external_lex_state = 16}, [3018] = {.lex_state = 20, .external_lex_state = 16}, [3019] = {.lex_state = 65, .external_lex_state = 23}, [3020] = {.lex_state = 20, .external_lex_state = 18}, [3021] = {.lex_state = 61, .external_lex_state = 23}, [3022] = {.lex_state = 20}, [3023] = {.lex_state = 10, .external_lex_state = 15}, [3024] = {.lex_state = 3, .external_lex_state = 13}, [3025] = {.lex_state = 20}, [3026] = {.lex_state = 20}, [3027] = {.lex_state = 10, .external_lex_state = 15}, [3028] = {.lex_state = 20}, [3029] = {.lex_state = 3, .external_lex_state = 13}, [3030] = {.lex_state = 3, .external_lex_state = 13}, [3031] = {.lex_state = 10, .external_lex_state = 15}, [3032] = {.lex_state = 11, .external_lex_state = 15}, [3033] = {.lex_state = 27, .external_lex_state = 15}, [3034] = {.lex_state = 10, .external_lex_state = 15}, [3035] = {.lex_state = 3, .external_lex_state = 13}, [3036] = {.lex_state = 20}, [3037] = {.lex_state = 65, .external_lex_state = 23}, [3038] = {.lex_state = 65, .external_lex_state = 23}, [3039] = {.lex_state = 42, .external_lex_state = 23}, [3040] = {.lex_state = 42, .external_lex_state = 23}, [3041] = {.lex_state = 17, .external_lex_state = 16}, [3042] = {.lex_state = 3, .external_lex_state = 15}, [3043] = {.lex_state = 10, .external_lex_state = 15}, [3044] = {.lex_state = 27, .external_lex_state = 15}, [3045] = {.lex_state = 10, .external_lex_state = 15}, [3046] = {.lex_state = 65, .external_lex_state = 23}, [3047] = {.lex_state = 26, .external_lex_state = 15}, [3048] = {.lex_state = 61, .external_lex_state = 15}, [3049] = {.lex_state = 42, .external_lex_state = 23}, [3050] = {.lex_state = 12, .external_lex_state = 15}, [3051] = {.lex_state = 3, .external_lex_state = 13}, [3052] = {.lex_state = 62, .external_lex_state = 15}, [3053] = {.lex_state = 20}, [3054] = {.lex_state = 20}, [3055] = {.lex_state = 9, .external_lex_state = 15}, [3056] = {.lex_state = 42, .external_lex_state = 23}, [3057] = {.lex_state = 0}, [3058] = {.lex_state = 20}, [3059] = {.lex_state = 26, .external_lex_state = 15}, [3060] = {.lex_state = 3, .external_lex_state = 13}, [3061] = {.lex_state = 17, .external_lex_state = 16}, [3062] = {.lex_state = 3, .external_lex_state = 13}, [3063] = {.lex_state = 7, .external_lex_state = 15}, [3064] = {.lex_state = 12, .external_lex_state = 15}, [3065] = {.lex_state = 3, .external_lex_state = 13}, [3066] = {.lex_state = 20, .external_lex_state = 18}, [3067] = {.lex_state = 63, .external_lex_state = 15}, [3068] = {.lex_state = 3, .external_lex_state = 17}, [3069] = {.lex_state = 21, .external_lex_state = 15}, [3070] = {.lex_state = 3, .external_lex_state = 17}, [3071] = {.lex_state = 3, .external_lex_state = 18}, [3072] = {.lex_state = 3, .external_lex_state = 13}, [3073] = {.lex_state = 20}, [3074] = {.lex_state = 3, .external_lex_state = 13}, [3075] = {.lex_state = 6, .external_lex_state = 15}, [3076] = {.lex_state = 3, .external_lex_state = 13}, [3077] = {.lex_state = 20}, [3078] = {.lex_state = 6, .external_lex_state = 15}, [3079] = {.lex_state = 6, .external_lex_state = 15}, [3080] = {.lex_state = 20}, [3081] = {.lex_state = 20}, [3082] = {.lex_state = 20}, [3083] = {.lex_state = 20}, [3084] = {.lex_state = 18, .external_lex_state = 15}, [3085] = {.lex_state = 6, .external_lex_state = 15}, [3086] = {.lex_state = 11, .external_lex_state = 15}, [3087] = {.lex_state = 3, .external_lex_state = 13}, [3088] = {.lex_state = 8, .external_lex_state = 15}, [3089] = {.lex_state = 6, .external_lex_state = 15}, [3090] = {.lex_state = 12, .external_lex_state = 15}, [3091] = {.lex_state = 18, .external_lex_state = 15}, [3092] = {.lex_state = 6, .external_lex_state = 15}, [3093] = {.lex_state = 20}, [3094] = {.lex_state = 3, .external_lex_state = 13}, [3095] = {.lex_state = 32, .external_lex_state = 15}, [3096] = {.lex_state = 3, .external_lex_state = 17}, [3097] = {.lex_state = 12, .external_lex_state = 15}, [3098] = {.lex_state = 17, .external_lex_state = 16}, [3099] = {.lex_state = 20}, [3100] = {.lex_state = 61, .external_lex_state = 15}, [3101] = {.lex_state = 3, .external_lex_state = 13}, [3102] = {.lex_state = 12, .external_lex_state = 15}, [3103] = {.lex_state = 32, .external_lex_state = 15}, [3104] = {.lex_state = 12, .external_lex_state = 15}, [3105] = {.lex_state = 20}, [3106] = {.lex_state = 20}, [3107] = {.lex_state = 3, .external_lex_state = 13}, [3108] = {.lex_state = 20}, [3109] = {.lex_state = 20}, [3110] = {.lex_state = 3, .external_lex_state = 13}, [3111] = {.lex_state = 63, .external_lex_state = 15}, [3112] = {.lex_state = 20}, [3113] = {.lex_state = 20}, [3114] = {.lex_state = 20}, [3115] = {.lex_state = 21, .external_lex_state = 15}, [3116] = {.lex_state = 20}, [3117] = {.lex_state = 3, .external_lex_state = 13}, [3118] = {.lex_state = 3, .external_lex_state = 13}, [3119] = {.lex_state = 20}, [3120] = {.lex_state = 3, .external_lex_state = 13}, [3121] = {.lex_state = 3, .external_lex_state = 13}, [3122] = {.lex_state = 3, .external_lex_state = 13}, [3123] = {.lex_state = 3, .external_lex_state = 13}, [3124] = {.lex_state = 3, .external_lex_state = 13}, [3125] = {.lex_state = 7, .external_lex_state = 15}, [3126] = {.lex_state = 3, .external_lex_state = 13}, [3127] = {.lex_state = 3, .external_lex_state = 13}, [3128] = {.lex_state = 20}, [3129] = {.lex_state = 3, .external_lex_state = 13}, [3130] = {.lex_state = 20}, [3131] = {.lex_state = 62, .external_lex_state = 15}, [3132] = {.lex_state = 20}, [3133] = {.lex_state = 3, .external_lex_state = 13}, [3134] = {.lex_state = 3, .external_lex_state = 13}, [3135] = {.lex_state = 3, .external_lex_state = 13}, [3136] = {.lex_state = 3, .external_lex_state = 13}, [3137] = {.lex_state = 3, .external_lex_state = 13}, [3138] = {.lex_state = 0, .external_lex_state = 29}, [3139] = {.lex_state = 70, .external_lex_state = 15}, [3140] = {.lex_state = 0}, [3141] = {.lex_state = 0}, [3142] = {.lex_state = 17}, [3143] = {.lex_state = 0, .external_lex_state = 29}, [3144] = {.lex_state = 0}, [3145] = {.lex_state = 66, .external_lex_state = 23}, [3146] = {.lex_state = 66, .external_lex_state = 23}, [3147] = {.lex_state = 66, .external_lex_state = 23}, [3148] = {.lex_state = 0, .external_lex_state = 29}, [3149] = {.lex_state = 0, .external_lex_state = 29}, [3150] = {.lex_state = 17}, [3151] = {.lex_state = 0}, [3152] = {.lex_state = 0, .external_lex_state = 29}, [3153] = {.lex_state = 0}, [3154] = {.lex_state = 32, .external_lex_state = 15}, [3155] = {.lex_state = 0, .external_lex_state = 29}, [3156] = {.lex_state = 0, .external_lex_state = 27}, [3157] = {.lex_state = 0}, [3158] = {.lex_state = 0, .external_lex_state = 29}, [3159] = {.lex_state = 26, .external_lex_state = 15}, [3160] = {.lex_state = 0}, [3161] = {.lex_state = 12, .external_lex_state = 15}, [3162] = {.lex_state = 0, .external_lex_state = 29}, [3163] = {.lex_state = 32, .external_lex_state = 15}, [3164] = {.lex_state = 0}, [3165] = {.lex_state = 5}, [3166] = {.lex_state = 7, .external_lex_state = 15}, [3167] = {.lex_state = 19, .external_lex_state = 15}, [3168] = {.lex_state = 7, .external_lex_state = 15}, [3169] = {.lex_state = 0}, [3170] = {.lex_state = 7, .external_lex_state = 15}, [3171] = {.lex_state = 19, .external_lex_state = 15}, [3172] = {.lex_state = 5}, [3173] = {.lex_state = 26, .external_lex_state = 15}, [3174] = {.lex_state = 26, .external_lex_state = 15}, [3175] = {.lex_state = 3, .external_lex_state = 16}, [3176] = {.lex_state = 3, .external_lex_state = 18}, [3177] = {.lex_state = 3, .external_lex_state = 16}, [3178] = {.lex_state = 0, .external_lex_state = 29}, [3179] = {.lex_state = 3, .external_lex_state = 16}, [3180] = {.lex_state = 0, .external_lex_state = 29}, [3181] = {.lex_state = 0, .external_lex_state = 29}, [3182] = {.lex_state = 3, .external_lex_state = 18}, [3183] = {.lex_state = 0}, [3184] = {.lex_state = 3, .external_lex_state = 16}, [3185] = {.lex_state = 21, .external_lex_state = 15}, [3186] = {.lex_state = 3, .external_lex_state = 16}, [3187] = {.lex_state = 61, .external_lex_state = 15}, [3188] = {.lex_state = 21, .external_lex_state = 15}, [3189] = {.lex_state = 61, .external_lex_state = 15}, [3190] = {.lex_state = 21, .external_lex_state = 15}, [3191] = {.lex_state = 62, .external_lex_state = 15}, [3192] = {.lex_state = 11, .external_lex_state = 15}, [3193] = {.lex_state = 3, .external_lex_state = 16}, [3194] = {.lex_state = 11, .external_lex_state = 15}, [3195] = {.lex_state = 0}, [3196] = {.lex_state = 3, .external_lex_state = 16}, [3197] = {.lex_state = 3, .external_lex_state = 16}, [3198] = {.lex_state = 35, .external_lex_state = 23}, [3199] = {.lex_state = 7, .external_lex_state = 15}, [3200] = {.lex_state = 35, .external_lex_state = 23}, [3201] = {.lex_state = 3, .external_lex_state = 16}, [3202] = {.lex_state = 35, .external_lex_state = 23}, [3203] = {.lex_state = 0, .external_lex_state = 29}, [3204] = {.lex_state = 0, .external_lex_state = 27}, [3205] = {.lex_state = 35, .external_lex_state = 23}, [3206] = {.lex_state = 0, .external_lex_state = 27}, [3207] = {.lex_state = 5}, [3208] = {.lex_state = 0, .external_lex_state = 27}, [3209] = {.lex_state = 0}, [3210] = {.lex_state = 0, .external_lex_state = 29}, [3211] = {.lex_state = 0}, [3212] = {.lex_state = 0, .external_lex_state = 29}, [3213] = {.lex_state = 42, .external_lex_state = 23}, [3214] = {.lex_state = 0}, [3215] = {.lex_state = 0}, [3216] = {.lex_state = 0}, [3217] = {.lex_state = 5}, [3218] = {.lex_state = 3, .external_lex_state = 16}, [3219] = {.lex_state = 62, .external_lex_state = 15}, [3220] = {.lex_state = 62, .external_lex_state = 15}, [3221] = {.lex_state = 25, .external_lex_state = 23}, [3222] = {.lex_state = 0, .external_lex_state = 29}, [3223] = {.lex_state = 25, .external_lex_state = 23}, [3224] = {.lex_state = 0}, [3225] = {.lex_state = 3, .external_lex_state = 16}, [3226] = {.lex_state = 0, .external_lex_state = 29}, [3227] = {.lex_state = 25, .external_lex_state = 23}, [3228] = {.lex_state = 0, .external_lex_state = 29}, [3229] = {.lex_state = 25, .external_lex_state = 23}, [3230] = {.lex_state = 18, .external_lex_state = 15}, [3231] = {.lex_state = 3, .external_lex_state = 16}, [3232] = {.lex_state = 3, .external_lex_state = 16}, [3233] = {.lex_state = 3, .external_lex_state = 16}, [3234] = {.lex_state = 3, .external_lex_state = 16}, [3235] = {.lex_state = 3, .external_lex_state = 16}, [3236] = {.lex_state = 7, .external_lex_state = 15}, [3237] = {.lex_state = 3, .external_lex_state = 16}, [3238] = {.lex_state = 3, .external_lex_state = 16}, [3239] = {.lex_state = 3, .external_lex_state = 16}, [3240] = {.lex_state = 3, .external_lex_state = 16}, [3241] = {.lex_state = 3, .external_lex_state = 16}, [3242] = {.lex_state = 7, .external_lex_state = 15}, [3243] = {.lex_state = 0, .external_lex_state = 27}, [3244] = {.lex_state = 0, .external_lex_state = 27}, [3245] = {.lex_state = 63, .external_lex_state = 15}, [3246] = {.lex_state = 0}, [3247] = {.lex_state = 0}, [3248] = {.lex_state = 6, .external_lex_state = 15}, [3249] = {.lex_state = 3, .external_lex_state = 16}, [3250] = {.lex_state = 3, .external_lex_state = 16}, [3251] = {.lex_state = 3, .external_lex_state = 16}, [3252] = {.lex_state = 3, .external_lex_state = 16}, [3253] = {.lex_state = 3, .external_lex_state = 16}, [3254] = {.lex_state = 63, .external_lex_state = 15}, [3255] = {.lex_state = 18, .external_lex_state = 15}, [3256] = {.lex_state = 0}, [3257] = {.lex_state = 3, .external_lex_state = 16}, [3258] = {.lex_state = 0}, [3259] = {.lex_state = 63, .external_lex_state = 15}, [3260] = {.lex_state = 70, .external_lex_state = 15}, [3261] = {.lex_state = 17}, [3262] = {.lex_state = 0, .external_lex_state = 27}, [3263] = {.lex_state = 3, .external_lex_state = 16}, [3264] = {.lex_state = 63, .external_lex_state = 15}, [3265] = {.lex_state = 3, .external_lex_state = 16}, [3266] = {.lex_state = 0}, [3267] = {.lex_state = 0}, [3268] = {.lex_state = 3, .external_lex_state = 18}, [3269] = {.lex_state = 0}, [3270] = {.lex_state = 66, .external_lex_state = 15}, [3271] = {.lex_state = 62, .external_lex_state = 15}, [3272] = {.lex_state = 62, .external_lex_state = 15}, [3273] = {.lex_state = 0}, [3274] = {.lex_state = 0, .external_lex_state = 29}, [3275] = {.lex_state = 0, .external_lex_state = 29}, [3276] = {.lex_state = 61, .external_lex_state = 15}, [3277] = {.lex_state = 0, .external_lex_state = 29}, [3278] = {.lex_state = 0, .external_lex_state = 29}, [3279] = {.lex_state = 0}, [3280] = {.lex_state = 63, .external_lex_state = 15}, [3281] = {.lex_state = 63, .external_lex_state = 15}, [3282] = {.lex_state = 65, .external_lex_state = 15}, [3283] = {.lex_state = 61, .external_lex_state = 15}, [3284] = {.lex_state = 61, .external_lex_state = 15}, [3285] = {.lex_state = 0}, [3286] = {.lex_state = 65, .external_lex_state = 15}, [3287] = {.lex_state = 61, .external_lex_state = 15}, [3288] = {.lex_state = 0}, [3289] = {.lex_state = 0}, [3290] = {.lex_state = 0, .external_lex_state = 29}, [3291] = {.lex_state = 27, .external_lex_state = 15}, [3292] = {.lex_state = 0}, [3293] = {.lex_state = 10, .external_lex_state = 15}, [3294] = {.lex_state = 0, .external_lex_state = 27}, [3295] = {.lex_state = 11, .external_lex_state = 15}, [3296] = {.lex_state = 0}, [3297] = {.lex_state = 0, .external_lex_state = 27}, [3298] = {.lex_state = 28, .external_lex_state = 15}, [3299] = {.lex_state = 66, .external_lex_state = 15}, [3300] = {.lex_state = 0}, [3301] = {.lex_state = 0}, [3302] = {.lex_state = 11, .external_lex_state = 15}, [3303] = {.lex_state = 62, .external_lex_state = 15}, [3304] = {.lex_state = 27, .external_lex_state = 15}, [3305] = {.lex_state = 0, .external_lex_state = 29}, [3306] = {.lex_state = 5}, [3307] = {.lex_state = 0}, [3308] = {.lex_state = 0, .external_lex_state = 29}, [3309] = {.lex_state = 0}, [3310] = {.lex_state = 11, .external_lex_state = 15}, [3311] = {.lex_state = 28, .external_lex_state = 15}, [3312] = {.lex_state = 0}, [3313] = {.lex_state = 11, .external_lex_state = 15}, [3314] = {.lex_state = 3, .external_lex_state = 16}, [3315] = {.lex_state = 0}, [3316] = {.lex_state = 0}, [3317] = {.lex_state = 0}, [3318] = {.lex_state = 0}, [3319] = {.lex_state = 23}, [3320] = {.lex_state = 3}, [3321] = {.lex_state = 28, .external_lex_state = 15}, [3322] = {.lex_state = 3}, [3323] = {.lex_state = 23}, [3324] = {.lex_state = 3}, [3325] = {.lex_state = 19, .external_lex_state = 15}, [3326] = {.lex_state = 0}, [3327] = {.lex_state = 3}, [3328] = {.lex_state = 11, .external_lex_state = 15}, [3329] = {.lex_state = 18, .external_lex_state = 15}, [3330] = {.lex_state = 21}, [3331] = {.lex_state = 28, .external_lex_state = 15}, [3332] = {.lex_state = 23}, [3333] = {.lex_state = 18, .external_lex_state = 15}, [3334] = {.lex_state = 18, .external_lex_state = 15}, [3335] = {.lex_state = 68}, [3336] = {.lex_state = 0, .external_lex_state = 29}, [3337] = {.lex_state = 66, .external_lex_state = 15}, [3338] = {.lex_state = 68}, [3339] = {.lex_state = 68}, [3340] = {.lex_state = 7, .external_lex_state = 15}, [3341] = {.lex_state = 62, .external_lex_state = 15}, [3342] = {.lex_state = 65, .external_lex_state = 15}, [3343] = {.lex_state = 23}, [3344] = {.lex_state = 0}, [3345] = {.lex_state = 68}, [3346] = {.lex_state = 68}, [3347] = {.lex_state = 68}, [3348] = {.lex_state = 68}, [3349] = {.lex_state = 5}, [3350] = {.lex_state = 61, .external_lex_state = 15}, [3351] = {.lex_state = 19, .external_lex_state = 15}, [3352] = {.lex_state = 27, .external_lex_state = 15}, [3353] = {.lex_state = 27, .external_lex_state = 15}, [3354] = {.lex_state = 27, .external_lex_state = 15}, [3355] = {.lex_state = 3}, [3356] = {.lex_state = 23}, [3357] = {.lex_state = 23}, [3358] = {.lex_state = 0, .external_lex_state = 29}, [3359] = {.lex_state = 23}, [3360] = {.lex_state = 23}, [3361] = {.lex_state = 3}, [3362] = {.lex_state = 3}, [3363] = {.lex_state = 3}, [3364] = {.lex_state = 35, .external_lex_state = 23}, [3365] = {.lex_state = 3}, [3366] = {.lex_state = 3}, [3367] = {.lex_state = 3}, [3368] = {.lex_state = 23}, [3369] = {.lex_state = 23}, [3370] = {.lex_state = 23}, [3371] = {.lex_state = 3}, [3372] = {.lex_state = 39, .external_lex_state = 15}, [3373] = {.lex_state = 3}, [3374] = {.lex_state = 23}, [3375] = {.lex_state = 3}, [3376] = {.lex_state = 3}, [3377] = {.lex_state = 3}, [3378] = {.lex_state = 3}, [3379] = {.lex_state = 39, .external_lex_state = 15}, [3380] = {.lex_state = 32, .external_lex_state = 15}, [3381] = {.lex_state = 65, .external_lex_state = 15}, [3382] = {.lex_state = 3}, [3383] = {.lex_state = 39, .external_lex_state = 15}, [3384] = {.lex_state = 3}, [3385] = {.lex_state = 39, .external_lex_state = 15}, [3386] = {.lex_state = 68}, [3387] = {.lex_state = 32, .external_lex_state = 15}, [3388] = {.lex_state = 3}, [3389] = {.lex_state = 22, .external_lex_state = 15}, [3390] = {.lex_state = 68}, [3391] = {.lex_state = 32, .external_lex_state = 15}, [3392] = {.lex_state = 42, .external_lex_state = 27}, [3393] = {.lex_state = 68}, [3394] = {.lex_state = 42, .external_lex_state = 27}, [3395] = {.lex_state = 3}, [3396] = {.lex_state = 3}, [3397] = {.lex_state = 22, .external_lex_state = 15}, [3398] = {.lex_state = 3}, [3399] = {.lex_state = 22, .external_lex_state = 15}, [3400] = {.lex_state = 70, .external_lex_state = 15}, [3401] = {.lex_state = 3}, [3402] = {.lex_state = 3}, [3403] = {.lex_state = 68}, [3404] = {.lex_state = 70, .external_lex_state = 15}, [3405] = {.lex_state = 63, .external_lex_state = 15}, [3406] = {.lex_state = 25, .external_lex_state = 23}, [3407] = {.lex_state = 3}, [3408] = {.lex_state = 3}, [3409] = {.lex_state = 3}, [3410] = {.lex_state = 3}, [3411] = {.lex_state = 0, .external_lex_state = 29}, [3412] = {.lex_state = 66, .external_lex_state = 15}, [3413] = {.lex_state = 3}, [3414] = {.lex_state = 0, .external_lex_state = 27}, [3415] = {.lex_state = 68}, [3416] = {.lex_state = 33, .external_lex_state = 15}, [3417] = {.lex_state = 33, .external_lex_state = 15}, [3418] = {.lex_state = 19, .external_lex_state = 15}, [3419] = {.lex_state = 33, .external_lex_state = 15}, [3420] = {.lex_state = 0}, [3421] = {.lex_state = 70, .external_lex_state = 15}, [3422] = {.lex_state = 70, .external_lex_state = 15}, [3423] = {.lex_state = 30}, [3424] = {.lex_state = 0}, [3425] = {.lex_state = 70, .external_lex_state = 15}, [3426] = {.lex_state = 25, .external_lex_state = 27}, [3427] = {.lex_state = 33, .external_lex_state = 15}, [3428] = {.lex_state = 0}, [3429] = {.lex_state = 66, .external_lex_state = 15}, [3430] = {.lex_state = 0}, [3431] = {.lex_state = 29, .external_lex_state = 27}, [3432] = {.lex_state = 0}, [3433] = {.lex_state = 25, .external_lex_state = 27}, [3434] = {.lex_state = 66, .external_lex_state = 15}, [3435] = {.lex_state = 22, .external_lex_state = 15}, [3436] = {.lex_state = 0}, [3437] = {.lex_state = 22, .external_lex_state = 15}, [3438] = {.lex_state = 0}, [3439] = {.lex_state = 0}, [3440] = {.lex_state = 0}, [3441] = {.lex_state = 0}, [3442] = {.lex_state = 0}, [3443] = {.lex_state = 23}, [3444] = {.lex_state = 23}, [3445] = {.lex_state = 29, .external_lex_state = 27}, [3446] = {.lex_state = 29, .external_lex_state = 27}, [3447] = {.lex_state = 23}, [3448] = {.lex_state = 0}, [3449] = {.lex_state = 29, .external_lex_state = 27}, [3450] = {.lex_state = 0, .external_lex_state = 29}, [3451] = {.lex_state = 35, .external_lex_state = 27}, [3452] = {.lex_state = 35, .external_lex_state = 27}, [3453] = {.lex_state = 0}, [3454] = {.lex_state = 0}, [3455] = {.lex_state = 0}, [3456] = {.lex_state = 0}, [3457] = {.lex_state = 29, .external_lex_state = 27}, [3458] = {.lex_state = 30}, [3459] = {.lex_state = 0}, [3460] = {.lex_state = 40, .external_lex_state = 15}, [3461] = {.lex_state = 30}, [3462] = {.lex_state = 0}, [3463] = {.lex_state = 0}, [3464] = {.lex_state = 0}, [3465] = {.lex_state = 30}, [3466] = {.lex_state = 40, .external_lex_state = 15}, [3467] = {.lex_state = 0}, [3468] = {.lex_state = 0}, [3469] = {.lex_state = 0}, [3470] = {.lex_state = 0}, [3471] = {.lex_state = 28, .external_lex_state = 15}, [3472] = {.lex_state = 28, .external_lex_state = 15}, [3473] = {.lex_state = 40, .external_lex_state = 15}, [3474] = {.lex_state = 28, .external_lex_state = 15}, [3475] = {.lex_state = 43, .external_lex_state = 15}, [3476] = {.lex_state = 0, .external_lex_state = 29}, [3477] = {.lex_state = 0}, [3478] = {.lex_state = 0}, [3479] = {.lex_state = 65, .external_lex_state = 15}, [3480] = {.lex_state = 40, .external_lex_state = 15}, [3481] = {.lex_state = 0}, [3482] = {.lex_state = 39, .external_lex_state = 15}, [3483] = {.lex_state = 0}, [3484] = {.lex_state = 43, .external_lex_state = 15}, [3485] = {.lex_state = 29, .external_lex_state = 27}, [3486] = {.lex_state = 0}, [3487] = {.lex_state = 0, .external_lex_state = 29}, [3488] = {.lex_state = 29, .external_lex_state = 27}, [3489] = {.lex_state = 65, .external_lex_state = 15}, [3490] = {.lex_state = 65, .external_lex_state = 15}, [3491] = {.lex_state = 0}, [3492] = {.lex_state = 21}, [3493] = {.lex_state = 43, .external_lex_state = 15}, [3494] = {.lex_state = 66, .external_lex_state = 15}, [3495] = {.lex_state = 0}, [3496] = {.lex_state = 0}, [3497] = {.lex_state = 0}, [3498] = {.lex_state = 0}, [3499] = {.lex_state = 0}, [3500] = {.lex_state = 0}, [3501] = {.lex_state = 21}, [3502] = {.lex_state = 43, .external_lex_state = 15}, [3503] = {.lex_state = 19, .external_lex_state = 15}, [3504] = {.lex_state = 0}, [3505] = {.lex_state = 0, .external_lex_state = 29}, [3506] = {.lex_state = 21}, [3507] = {.lex_state = 0}, [3508] = {.lex_state = 0}, [3509] = {.lex_state = 23}, [3510] = {.lex_state = 0}, [3511] = {.lex_state = 19, .external_lex_state = 15}, [3512] = {.lex_state = 0}, [3513] = {.lex_state = 0}, [3514] = {.lex_state = 0}, [3515] = {.lex_state = 0}, [3516] = {.lex_state = 43, .external_lex_state = 15}, [3517] = {.lex_state = 34, .external_lex_state = 15}, [3518] = {.lex_state = 22, .external_lex_state = 15}, [3519] = {.lex_state = 0}, [3520] = {.lex_state = 34, .external_lex_state = 15}, [3521] = {.lex_state = 0}, [3522] = {.lex_state = 0}, [3523] = {.lex_state = 25, .external_lex_state = 15}, [3524] = {.lex_state = 0}, [3525] = {.lex_state = 24}, [3526] = {.lex_state = 0}, [3527] = {.lex_state = 24}, [3528] = {.lex_state = 33, .external_lex_state = 15}, [3529] = {.lex_state = 24}, [3530] = {.lex_state = 25, .external_lex_state = 15}, [3531] = {.lex_state = 68}, [3532] = {.lex_state = 0}, [3533] = {.lex_state = 35, .external_lex_state = 15}, [3534] = {.lex_state = 0}, [3535] = {.lex_state = 35, .external_lex_state = 15}, [3536] = {.lex_state = 24}, [3537] = {.lex_state = 68}, [3538] = {.lex_state = 0}, [3539] = {.lex_state = 68}, [3540] = {.lex_state = 24}, [3541] = {.lex_state = 24}, [3542] = {.lex_state = 0}, [3543] = {.lex_state = 0}, [3544] = {.lex_state = 0}, [3545] = {.lex_state = 0}, [3546] = {.lex_state = 31}, [3547] = {.lex_state = 0}, [3548] = {.lex_state = 0}, [3549] = {.lex_state = 0}, [3550] = {.lex_state = 0}, [3551] = {.lex_state = 0}, [3552] = {.lex_state = 0}, [3553] = {.lex_state = 0}, [3554] = {.lex_state = 35, .external_lex_state = 15}, [3555] = {.lex_state = 0}, [3556] = {.lex_state = 0, .external_lex_state = 27}, [3557] = {.lex_state = 25, .external_lex_state = 15}, [3558] = {.lex_state = 25, .external_lex_state = 15}, [3559] = {.lex_state = 35, .external_lex_state = 15}, [3560] = {.lex_state = 22}, [3561] = {.lex_state = 24}, [3562] = {.lex_state = 41, .external_lex_state = 15}, [3563] = {.lex_state = 0}, [3564] = {.lex_state = 0}, [3565] = {.lex_state = 41, .external_lex_state = 15}, [3566] = {.lex_state = 34, .external_lex_state = 15}, [3567] = {.lex_state = 0}, [3568] = {.lex_state = 0}, [3569] = {.lex_state = 0}, [3570] = {.lex_state = 0}, [3571] = {.lex_state = 24}, [3572] = {.lex_state = 34, .external_lex_state = 15}, [3573] = {.lex_state = 0}, [3574] = {.lex_state = 22}, [3575] = {.lex_state = 0}, [3576] = {.lex_state = 0}, [3577] = {.lex_state = 0}, [3578] = {.lex_state = 0}, [3579] = {.lex_state = 0}, [3580] = {.lex_state = 41, .external_lex_state = 15}, [3581] = {.lex_state = 0}, [3582] = {.lex_state = 0, .external_lex_state = 29}, [3583] = {.lex_state = 0}, [3584] = {.lex_state = 41, .external_lex_state = 15}, [3585] = {.lex_state = 0}, [3586] = {.lex_state = 0, .external_lex_state = 29}, [3587] = {.lex_state = 40, .external_lex_state = 15}, [3588] = {.lex_state = 0}, [3589] = {.lex_state = 0}, [3590] = {.lex_state = 24}, [3591] = {.lex_state = 24}, [3592] = {.lex_state = 24}, [3593] = {.lex_state = 39}, [3594] = {.lex_state = 0}, [3595] = {.lex_state = 24}, [3596] = {.lex_state = 0}, [3597] = {.lex_state = 0}, [3598] = {.lex_state = 24}, [3599] = {.lex_state = 39}, [3600] = {.lex_state = 0}, [3601] = {.lex_state = 22}, [3602] = {.lex_state = 0, .external_lex_state = 27}, [3603] = {.lex_state = 0}, [3604] = {.lex_state = 0}, [3605] = {.lex_state = 0, .external_lex_state = 27}, [3606] = {.lex_state = 0, .external_lex_state = 29}, [3607] = {.lex_state = 0, .external_lex_state = 27}, [3608] = {.lex_state = 42, .external_lex_state = 15}, [3609] = {.lex_state = 0}, [3610] = {.lex_state = 0}, [3611] = {.lex_state = 42, .external_lex_state = 15}, [3612] = {.lex_state = 0}, [3613] = {.lex_state = 42, .external_lex_state = 15}, [3614] = {.lex_state = 0}, [3615] = {.lex_state = 0}, [3616] = {.lex_state = 42, .external_lex_state = 15}, [3617] = {.lex_state = 0}, [3618] = {.lex_state = 0}, [3619] = {.lex_state = 0, .external_lex_state = 27}, [3620] = {.lex_state = 0, .external_lex_state = 27}, [3621] = {.lex_state = 0}, [3622] = {.lex_state = 0, .external_lex_state = 29}, [3623] = {.lex_state = 0}, [3624] = {.lex_state = 0, .external_lex_state = 27}, [3625] = {.lex_state = 40}, [3626] = {.lex_state = 43}, [3627] = {.lex_state = 0, .external_lex_state = 29}, [3628] = {.lex_state = 0, .external_lex_state = 27}, [3629] = {.lex_state = 24}, [3630] = {.lex_state = 24}, [3631] = {.lex_state = 0}, [3632] = {.lex_state = 33}, [3633] = {.lex_state = 0, .external_lex_state = 27}, [3634] = {.lex_state = 24}, [3635] = {.lex_state = 33}, [3636] = {.lex_state = 43}, [3637] = {.lex_state = 0, .external_lex_state = 27}, [3638] = {.lex_state = 0, .external_lex_state = 27}, [3639] = {.lex_state = 0, .external_lex_state = 27}, [3640] = {.lex_state = 0, .external_lex_state = 27}, [3641] = {.lex_state = 24}, [3642] = {.lex_state = 0, .external_lex_state = 29}, [3643] = {.lex_state = 35, .external_lex_state = 15}, [3644] = {.lex_state = 24}, [3645] = {.lex_state = 24}, [3646] = {.lex_state = 22}, [3647] = {.lex_state = 0, .external_lex_state = 27}, [3648] = {.lex_state = 25, .external_lex_state = 15}, [3649] = {.lex_state = 0, .external_lex_state = 29}, [3650] = {.lex_state = 24}, [3651] = {.lex_state = 22}, [3652] = {.lex_state = 24}, [3653] = {.lex_state = 22}, [3654] = {.lex_state = 0, .external_lex_state = 27}, [3655] = {.lex_state = 0, .external_lex_state = 29}, [3656] = {.lex_state = 31}, [3657] = {.lex_state = 34, .external_lex_state = 15}, [3658] = {.lex_state = 41, .external_lex_state = 15}, [3659] = {.lex_state = 0, .external_lex_state = 29}, [3660] = {.lex_state = 24}, [3661] = {.lex_state = 42, .external_lex_state = 15}, [3662] = {.lex_state = 0, .external_lex_state = 27}, [3663] = {.lex_state = 0, .external_lex_state = 27}, [3664] = {.lex_state = 0, .external_lex_state = 27}, [3665] = {.lex_state = 0, .external_lex_state = 27}, [3666] = {.lex_state = 24}, [3667] = {.lex_state = 24}, [3668] = {.lex_state = 31}, [3669] = {.lex_state = 40}, [3670] = {.lex_state = 0, .external_lex_state = 27}, [3671] = {.lex_state = 24}, [3672] = {.lex_state = 29}, [3673] = {.lex_state = 0, .external_lex_state = 27}, [3674] = {.lex_state = 31}, [3675] = {.lex_state = 24}, [3676] = {.lex_state = 24}, [3677] = {.lex_state = 24}, [3678] = {.lex_state = 31}, [3679] = {.lex_state = 0, .external_lex_state = 27}, [3680] = {.lex_state = 0}, [3681] = {.lex_state = 24}, [3682] = {.lex_state = 0, .external_lex_state = 27}, [3683] = {.lex_state = 22}, [3684] = {.lex_state = 22}, [3685] = {.lex_state = 0, .external_lex_state = 29}, [3686] = {.lex_state = 0, .external_lex_state = 27}, [3687] = {.lex_state = 22}, [3688] = {.lex_state = 42}, [3689] = {.lex_state = 22}, [3690] = {.lex_state = 0, .external_lex_state = 27}, [3691] = {.lex_state = 31}, [3692] = {.lex_state = 29}, [3693] = {.lex_state = 34}, [3694] = {.lex_state = 0, .external_lex_state = 27}, [3695] = {.lex_state = 24}, [3696] = {.lex_state = 24}, [3697] = {.lex_state = 22}, [3698] = {.lex_state = 24}, [3699] = {.lex_state = 29}, [3700] = {.lex_state = 0, .external_lex_state = 27}, [3701] = {.lex_state = 31}, [3702] = {.lex_state = 31}, [3703] = {.lex_state = 24}, [3704] = {.lex_state = 24}, [3705] = {.lex_state = 29}, [3706] = {.lex_state = 24}, [3707] = {.lex_state = 31}, [3708] = {.lex_state = 0, .external_lex_state = 27}, [3709] = {.lex_state = 24}, [3710] = {.lex_state = 24}, [3711] = {.lex_state = 29}, [3712] = {.lex_state = 25}, [3713] = {.lex_state = 0, .external_lex_state = 27}, [3714] = {.lex_state = 22}, [3715] = {.lex_state = 24}, [3716] = {.lex_state = 22}, [3717] = {.lex_state = 31}, [3718] = {.lex_state = 0, .external_lex_state = 27}, [3719] = {.lex_state = 31}, [3720] = {.lex_state = 0}, [3721] = {.lex_state = 0, .external_lex_state = 27}, [3722] = {.lex_state = 22}, [3723] = {.lex_state = 0, .external_lex_state = 27}, [3724] = {.lex_state = 31}, [3725] = {.lex_state = 0, .external_lex_state = 27}, [3726] = {.lex_state = 29}, [3727] = {.lex_state = 29}, [3728] = {.lex_state = 31}, [3729] = {.lex_state = 0, .external_lex_state = 27}, [3730] = {.lex_state = 31}, [3731] = {.lex_state = 0, .external_lex_state = 27}, [3732] = {.lex_state = 0, .external_lex_state = 27}, [3733] = {.lex_state = 31}, [3734] = {.lex_state = 0, .external_lex_state = 27}, [3735] = {.lex_state = 0, .external_lex_state = 27}, [3736] = {.lex_state = 0, .external_lex_state = 27}, [3737] = {.lex_state = 0, .external_lex_state = 27}, [3738] = {.lex_state = 0, .external_lex_state = 27}, [3739] = {.lex_state = 22}, [3740] = {.lex_state = 22}, [3741] = {.lex_state = 0, .external_lex_state = 27}, [3742] = {.lex_state = 0, .external_lex_state = 27}, [3743] = {.lex_state = 35}, [3744] = {.lex_state = 0, .external_lex_state = 27}, [3745] = {.lex_state = 22}, [3746] = {.lex_state = 31}, [3747] = {.lex_state = 0, .external_lex_state = 27}, [3748] = {.lex_state = 0, .external_lex_state = 27}, [3749] = {.lex_state = 0, .external_lex_state = 27}, [3750] = {.lex_state = 29}, [3751] = {.lex_state = 0, .external_lex_state = 27}, [3752] = {.lex_state = 41}, [3753] = {.lex_state = 0, .external_lex_state = 27}, [3754] = {.lex_state = 29}, [3755] = {.lex_state = 0, .external_lex_state = 27}, [3756] = {.lex_state = 0, .external_lex_state = 27}, [3757] = {.lex_state = 24}, [3758] = {.lex_state = 24}, [3759] = {.lex_state = 29}, [3760] = {.lex_state = 22}, [3761] = {.lex_state = 0, .external_lex_state = 27}, [3762] = {.lex_state = 0, .external_lex_state = 27}, [3763] = {.lex_state = 29}, [3764] = {.lex_state = 29}, [3765] = {.lex_state = 29}, [3766] = {.lex_state = 31}, [3767] = {.lex_state = 22}, [3768] = {.lex_state = 0, .external_lex_state = 27}, [3769] = {.lex_state = 0, .external_lex_state = 27}, [3770] = {.lex_state = 0}, [3771] = {.lex_state = 31}, [3772] = {.lex_state = 22}, [3773] = {.lex_state = 0, .external_lex_state = 27}, [3774] = {.lex_state = 0, .external_lex_state = 27}, [3775] = {.lex_state = 22}, [3776] = {.lex_state = 29}, [3777] = {.lex_state = 29}, [3778] = {.lex_state = 29}, [3779] = {.lex_state = 24}, [3780] = {.lex_state = 0, .external_lex_state = 27}, [3781] = {.lex_state = 0, .external_lex_state = 27}, [3782] = {.lex_state = 22}, [3783] = {.lex_state = 31}, [3784] = {.lex_state = 0, .external_lex_state = 27}, [3785] = {.lex_state = 24}, [3786] = {.lex_state = 24}, [3787] = {.lex_state = 0, .external_lex_state = 27}, [3788] = {.lex_state = 25}, [3789] = {.lex_state = 0}, [3790] = {.lex_state = 0, .external_lex_state = 27}, [3791] = {.lex_state = 0, .external_lex_state = 27}, [3792] = {.lex_state = 24}, [3793] = {.lex_state = 0, .external_lex_state = 27}, [3794] = {.lex_state = 24}, [3795] = {.lex_state = 34}, [3796] = {.lex_state = 35}, [3797] = {.lex_state = 22}, [3798] = {.lex_state = 0, .external_lex_state = 27}, [3799] = {.lex_state = 31}, [3800] = {.lex_state = 0, .external_lex_state = 27}, [3801] = {.lex_state = 42}, [3802] = {.lex_state = 31}, [3803] = {.lex_state = 41}, [3804] = {.lex_state = 0, .external_lex_state = 27}, [3805] = {.lex_state = 22}, [3806] = {.lex_state = 0, .external_lex_state = 27}, [3807] = {.lex_state = 0, .external_lex_state = 27}, [3808] = {.lex_state = 0, .external_lex_state = 27}, [3809] = {.lex_state = 0}, [3810] = {.lex_state = 0, .external_lex_state = 27}, [3811] = {.lex_state = 29}, [3812] = {.lex_state = 29}, [3813] = {.lex_state = 0}, [3814] = {.lex_state = 29}, [3815] = {.lex_state = 0, .external_lex_state = 27}, [3816] = {.lex_state = 0, .external_lex_state = 27}, [3817] = {.lex_state = 29}, [3818] = {.lex_state = 0}, [3819] = {.lex_state = 29}, [3820] = {.lex_state = 0}, [3821] = {.lex_state = 29}, [3822] = {.lex_state = 0}, [3823] = {.lex_state = 0}, [3824] = {.lex_state = 29}, [3825] = {.lex_state = 0}, [3826] = {.lex_state = 0}, [3827] = {.lex_state = 29}, [3828] = {.lex_state = 0}, [3829] = {.lex_state = 0}, [3830] = {.lex_state = 0}, [3831] = {.lex_state = 29}, [3832] = {.lex_state = 0}, [3833] = {.lex_state = 29}, [3834] = {.lex_state = 29}, [3835] = {.lex_state = 0}, [3836] = {.lex_state = 29}, [3837] = {.lex_state = 29}, [3838] = {.lex_state = 0}, [3839] = {.lex_state = 0}, [3840] = {.lex_state = 29}, [3841] = {.lex_state = 0}, [3842] = {.lex_state = 0}, [3843] = {.lex_state = 0}, [3844] = {.lex_state = 0}, [3845] = {.lex_state = 0, .external_lex_state = 27}, [3846] = {.lex_state = 0}, [3847] = {.lex_state = 0}, [3848] = {.lex_state = 0}, [3849] = {.lex_state = 29}, [3850] = {.lex_state = 0}, [3851] = {.lex_state = 0, .external_lex_state = 27}, [3852] = {.lex_state = 0}, [3853] = {.lex_state = 29}, [3854] = {.lex_state = 29}, [3855] = {.lex_state = 29}, [3856] = {.lex_state = 29}, [3857] = {.lex_state = 0}, [3858] = {.lex_state = 29}, [3859] = {.lex_state = 29}, [3860] = {.lex_state = 0}, [3861] = {.lex_state = 0}, [3862] = {.lex_state = 0}, [3863] = {.lex_state = 0}, [3864] = {.lex_state = 0}, [3865] = {.lex_state = 29}, [3866] = {.lex_state = 29}, [3867] = {.lex_state = 29}, [3868] = {.lex_state = 0}, [3869] = {.lex_state = 0}, [3870] = {.lex_state = 0}, [3871] = {.lex_state = 0}, [3872] = {.lex_state = 0}, [3873] = {.lex_state = 29}, [3874] = {.lex_state = 0, .external_lex_state = 27}, [3875] = {.lex_state = 0, .external_lex_state = 27}, [3876] = {.lex_state = 0, .external_lex_state = 27}, [3877] = {.lex_state = 0}, [3878] = {.lex_state = 0}, [3879] = {.lex_state = 0}, [3880] = {.lex_state = 0}, [3881] = {.lex_state = 29}, [3882] = {.lex_state = 29}, [3883] = {.lex_state = 0}, [3884] = {.lex_state = 29}, [3885] = {.lex_state = 0}, [3886] = {.lex_state = 0, .external_lex_state = 27}, [3887] = {.lex_state = 29}, [3888] = {.lex_state = 0, .external_lex_state = 27}, [3889] = {.lex_state = 29}, [3890] = {.lex_state = 29}, [3891] = {.lex_state = 0}, [3892] = {.lex_state = 0, .external_lex_state = 27}, [3893] = {.lex_state = 0}, [3894] = {.lex_state = 0}, [3895] = {.lex_state = 29}, [3896] = {.lex_state = 29}, [3897] = {.lex_state = 0, .external_lex_state = 27}, [3898] = {.lex_state = 0}, [3899] = {.lex_state = 0}, [3900] = {.lex_state = 29}, [3901] = {.lex_state = 0}, [3902] = {.lex_state = 0}, [3903] = {.lex_state = 0}, [3904] = {.lex_state = 0}, [3905] = {.lex_state = 29}, [3906] = {.lex_state = 29}, [3907] = {.lex_state = 29}, [3908] = {.lex_state = 0, .external_lex_state = 27}, [3909] = {.lex_state = 29}, [3910] = {.lex_state = 29}, [3911] = {.lex_state = 0}, [3912] = {.lex_state = 0, .external_lex_state = 27}, [3913] = {.lex_state = 0, .external_lex_state = 27}, [3914] = {.lex_state = 0, .external_lex_state = 27}, [3915] = {.lex_state = 0, .external_lex_state = 27}, [3916] = {.lex_state = 0, .external_lex_state = 27}, [3917] = {.lex_state = 0}, [3918] = {.lex_state = 0}, [3919] = {.lex_state = 0, .external_lex_state = 27}, [3920] = {.lex_state = 0, .external_lex_state = 27}, [3921] = {.lex_state = 0, .external_lex_state = 27}, [3922] = {.lex_state = 0, .external_lex_state = 27}, [3923] = {.lex_state = 0, .external_lex_state = 27}, [3924] = {.lex_state = 0, .external_lex_state = 27}, [3925] = {.lex_state = 0, .external_lex_state = 27}, [3926] = {.lex_state = 0, .external_lex_state = 27}, [3927] = {.lex_state = 0, .external_lex_state = 27}, [3928] = {.lex_state = 0, .external_lex_state = 27}, [3929] = {.lex_state = 0, .external_lex_state = 27}, [3930] = {.lex_state = 0, .external_lex_state = 27}, [3931] = {.lex_state = 0}, [3932] = {.lex_state = 0}, [3933] = {.lex_state = 0, .external_lex_state = 27}, [3934] = {.lex_state = 0, .external_lex_state = 27}, [3935] = {.lex_state = 0, .external_lex_state = 27}, [3936] = {.lex_state = 0, .external_lex_state = 27}, [3937] = {.lex_state = 0, .external_lex_state = 27}, [3938] = {.lex_state = 0, .external_lex_state = 27}, [3939] = {.lex_state = 0, .external_lex_state = 27}, [3940] = {.lex_state = 0, .external_lex_state = 27}, [3941] = {.lex_state = 0, .external_lex_state = 27}, [3942] = {.lex_state = 0}, [3943] = {.lex_state = 0}, [3944] = {.lex_state = 0, .external_lex_state = 27}, [3945] = {.lex_state = 0}, [3946] = {.lex_state = 0}, [3947] = {.lex_state = 0, .external_lex_state = 27}, [3948] = {.lex_state = 0, .external_lex_state = 27}, [3949] = {.lex_state = 0}, [3950] = {.lex_state = 0, .external_lex_state = 27}, [3951] = {.lex_state = 0, .external_lex_state = 27}, [3952] = {.lex_state = 0}, [3953] = {.lex_state = 0, .external_lex_state = 27}, [3954] = {.lex_state = 0, .external_lex_state = 27}, [3955] = {.lex_state = 0, .external_lex_state = 27}, [3956] = {.lex_state = 0, .external_lex_state = 27}, [3957] = {.lex_state = 0}, [3958] = {.lex_state = 0, .external_lex_state = 27}, [3959] = {.lex_state = 0}, [3960] = {.lex_state = 0, .external_lex_state = 27}, [3961] = {.lex_state = 0}, [3962] = {.lex_state = 0, .external_lex_state = 27}, [3963] = {.lex_state = 0, .external_lex_state = 27}, [3964] = {.lex_state = 0, .external_lex_state = 27}, [3965] = {.lex_state = 0}, [3966] = {.lex_state = 0}, [3967] = {.lex_state = 0}, [3968] = {.lex_state = 0, .external_lex_state = 27}, [3969] = {.lex_state = 0, .external_lex_state = 27}, [3970] = {.lex_state = 0, .external_lex_state = 27}, [3971] = {.lex_state = 0}, [3972] = {.lex_state = 0}, [3973] = {.lex_state = 0, .external_lex_state = 27}, [3974] = {.lex_state = 0, .external_lex_state = 27}, [3975] = {.lex_state = 0}, [3976] = {.lex_state = 0, .external_lex_state = 27}, [3977] = {.lex_state = 0, .external_lex_state = 27}, [3978] = {.lex_state = 0}, [3979] = {.lex_state = 0}, [3980] = {.lex_state = 0, .external_lex_state = 27}, [3981] = {.lex_state = 0, .external_lex_state = 27}, [3982] = {.lex_state = 0, .external_lex_state = 27}, [3983] = {.lex_state = 0, .external_lex_state = 27}, [3984] = {.lex_state = 0, .external_lex_state = 27}, [3985] = {.lex_state = 0}, [3986] = {.lex_state = 0}, [3987] = {.lex_state = 0, .external_lex_state = 27}, [3988] = {.lex_state = 0}, [3989] = {.lex_state = 0}, [3990] = {.lex_state = 0, .external_lex_state = 27}, [3991] = {.lex_state = 0, .external_lex_state = 27}, [3992] = {.lex_state = 0, .external_lex_state = 27}, [3993] = {.lex_state = 0}, [3994] = {.lex_state = 0, .external_lex_state = 27}, [3995] = {.lex_state = 0, .external_lex_state = 27}, [3996] = {.lex_state = 0, .external_lex_state = 27}, [3997] = {.lex_state = 0, .external_lex_state = 27}, [3998] = {.lex_state = 0, .external_lex_state = 27}, [3999] = {.lex_state = 0}, [4000] = {.lex_state = 0, .external_lex_state = 27}, [4001] = {.lex_state = 0, .external_lex_state = 27}, [4002] = {.lex_state = 0}, [4003] = {.lex_state = 0, .external_lex_state = 27}, [4004] = {.lex_state = 0}, [4005] = {.lex_state = 0, .external_lex_state = 27}, [4006] = {.lex_state = 0, .external_lex_state = 27}, [4007] = {.lex_state = 0}, [4008] = {.lex_state = 0, .external_lex_state = 27}, [4009] = {.lex_state = 0, .external_lex_state = 27}, [4010] = {.lex_state = 0, .external_lex_state = 27}, [4011] = {.lex_state = 0}, [4012] = {.lex_state = 0, .external_lex_state = 27}, [4013] = {.lex_state = 0, .external_lex_state = 27}, [4014] = {.lex_state = 0}, [4015] = {.lex_state = 0}, [4016] = {.lex_state = 0, .external_lex_state = 27}, [4017] = {.lex_state = 0}, [4018] = {.lex_state = 0}, [4019] = {.lex_state = 0, .external_lex_state = 27}, [4020] = {.lex_state = 0, .external_lex_state = 27}, [4021] = {.lex_state = 0, .external_lex_state = 27}, [4022] = {.lex_state = 0}, [4023] = {.lex_state = 0, .external_lex_state = 27}, [4024] = {.lex_state = 0}, [4025] = {.lex_state = 0, .external_lex_state = 27}, [4026] = {.lex_state = 0}, [4027] = {.lex_state = 0, .external_lex_state = 27}, [4028] = {.lex_state = 0}, [4029] = {.lex_state = 0}, [4030] = {.lex_state = 0, .external_lex_state = 27}, [4031] = {.lex_state = 0, .external_lex_state = 27}, [4032] = {.lex_state = 0, .external_lex_state = 27}, [4033] = {.lex_state = 0, .external_lex_state = 27}, [4034] = {.lex_state = 0}, [4035] = {.lex_state = 0}, [4036] = {.lex_state = 0, .external_lex_state = 27}, [4037] = {.lex_state = 0, .external_lex_state = 27}, [4038] = {.lex_state = 0}, [4039] = {.lex_state = 0, .external_lex_state = 27}, [4040] = {.lex_state = 0}, [4041] = {.lex_state = 0, .external_lex_state = 27}, [4042] = {.lex_state = 0, .external_lex_state = 27}, [4043] = {.lex_state = 0, .external_lex_state = 27}, [4044] = {.lex_state = 0, .external_lex_state = 27}, [4045] = {.lex_state = 0, .external_lex_state = 27}, [4046] = {.lex_state = 0, .external_lex_state = 27}, [4047] = {.lex_state = 0}, [4048] = {.lex_state = 0, .external_lex_state = 27}, [4049] = {.lex_state = 0, .external_lex_state = 27}, [4050] = {.lex_state = 0}, [4051] = {.lex_state = 0}, [4052] = {.lex_state = 0}, [4053] = {.lex_state = 0}, [4054] = {.lex_state = 0}, [4055] = {.lex_state = 0, .external_lex_state = 27}, [4056] = {.lex_state = 0, .external_lex_state = 27}, [4057] = {.lex_state = 0, .external_lex_state = 27}, [4058] = {.lex_state = 0, .external_lex_state = 27}, [4059] = {.lex_state = 0, .external_lex_state = 27}, [4060] = {.lex_state = 0, .external_lex_state = 27}, [4061] = {.lex_state = 0, .external_lex_state = 27}, [4062] = {.lex_state = 0, .external_lex_state = 27}, [4063] = {.lex_state = 0}, [4064] = {.lex_state = 0, .external_lex_state = 27}, [4065] = {.lex_state = 0}, [4066] = {.lex_state = 0, .external_lex_state = 27}, [4067] = {.lex_state = 0, .external_lex_state = 27}, [4068] = {.lex_state = 0}, [4069] = {.lex_state = 0}, [4070] = {.lex_state = 0}, [4071] = {.lex_state = 0, .external_lex_state = 27}, [4072] = {.lex_state = 0, .external_lex_state = 27}, [4073] = {.lex_state = 0, .external_lex_state = 27}, [4074] = {.lex_state = 0}, [4075] = {.lex_state = 0, .external_lex_state = 27}, [4076] = {.lex_state = 0, .external_lex_state = 27}, [4077] = {.lex_state = 0, .external_lex_state = 27}, [4078] = {.lex_state = 0}, [4079] = {.lex_state = 0, .external_lex_state = 27}, [4080] = {.lex_state = 0, .external_lex_state = 27}, [4081] = {.lex_state = 0, .external_lex_state = 27}, [4082] = {.lex_state = 0, .external_lex_state = 27}, [4083] = {.lex_state = 0, .external_lex_state = 27}, [4084] = {.lex_state = 0}, [4085] = {.lex_state = 0, .external_lex_state = 27}, [4086] = {.lex_state = 0, .external_lex_state = 27}, [4087] = {.lex_state = 0}, [4088] = {.lex_state = 0}, [4089] = {.lex_state = 0, .external_lex_state = 27}, [4090] = {.lex_state = 0}, [4091] = {.lex_state = 0}, [4092] = {.lex_state = 0, .external_lex_state = 27}, [4093] = {.lex_state = 0, .external_lex_state = 27}, [4094] = {.lex_state = 0, .external_lex_state = 27}, [4095] = {.lex_state = 0, .external_lex_state = 27}, [4096] = {.lex_state = 0}, [4097] = {.lex_state = 0, .external_lex_state = 27}, [4098] = {.lex_state = 0, .external_lex_state = 27}, [4099] = {.lex_state = 0, .external_lex_state = 27}, [4100] = {.lex_state = 0}, [4101] = {.lex_state = 0, .external_lex_state = 27}, [4102] = {.lex_state = 0, .external_lex_state = 27}, [4103] = {.lex_state = 0}, [4104] = {.lex_state = 0, .external_lex_state = 27}, [4105] = {.lex_state = 0, .external_lex_state = 27}, [4106] = {.lex_state = 0, .external_lex_state = 31}, [4107] = {.lex_state = 0}, [4108] = {.lex_state = 0, .external_lex_state = 32}, [4109] = {.lex_state = 0}, [4110] = {.lex_state = 0, .external_lex_state = 31}, [4111] = {.lex_state = 0}, [4112] = {.lex_state = 0}, [4113] = {.lex_state = 0, .external_lex_state = 32}, [4114] = {.lex_state = 0}, [4115] = {.lex_state = 0}, [4116] = {.lex_state = 0}, [4117] = {.lex_state = 0}, [4118] = {.lex_state = 0}, [4119] = {.lex_state = 0}, [4120] = {.lex_state = 0}, [4121] = {.lex_state = 0, .external_lex_state = 31}, [4122] = {.lex_state = 0}, [4123] = {.lex_state = 0, .external_lex_state = 32}, [4124] = {.lex_state = 0}, [4125] = {.lex_state = 0}, [4126] = {.lex_state = 0}, [4127] = {.lex_state = 0}, [4128] = {.lex_state = 0}, [4129] = {.lex_state = 0}, [4130] = {.lex_state = 0}, [4131] = {.lex_state = 0}, [4132] = {.lex_state = 0}, [4133] = {.lex_state = 0, .external_lex_state = 32}, [4134] = {.lex_state = 0, .external_lex_state = 31}, [4135] = {.lex_state = 0}, [4136] = {.lex_state = 0}, [4137] = {.lex_state = 0}, [4138] = {.lex_state = 0, .external_lex_state = 31}, [4139] = {.lex_state = 0, .external_lex_state = 32}, [4140] = {.lex_state = 0}, [4141] = {.lex_state = 0}, [4142] = {.lex_state = 0, .external_lex_state = 31}, [4143] = {.lex_state = 0, .external_lex_state = 32}, [4144] = {.lex_state = 0}, [4145] = {.lex_state = 0}, [4146] = {.lex_state = 0}, [4147] = {.lex_state = 0}, [4148] = {.lex_state = 0}, [4149] = {.lex_state = 0}, [4150] = {.lex_state = 0}, [4151] = {.lex_state = 0}, [4152] = {.lex_state = 0}, [4153] = {.lex_state = 0}, [4154] = {.lex_state = 0}, [4155] = {.lex_state = 0}, [4156] = {.lex_state = 0, .external_lex_state = 31}, [4157] = {.lex_state = 0}, [4158] = {.lex_state = 0}, [4159] = {.lex_state = 0}, [4160] = {.lex_state = 0}, [4161] = {.lex_state = 0, .external_lex_state = 31}, [4162] = {.lex_state = 0, .external_lex_state = 32}, [4163] = {.lex_state = 0}, [4164] = {.lex_state = 0, .external_lex_state = 32}, [4165] = {.lex_state = 0}, [4166] = {.lex_state = 0}, [4167] = {.lex_state = 0}, [4168] = {.lex_state = 0}, [4169] = {.lex_state = 0}, [4170] = {.lex_state = 0}, [4171] = {.lex_state = 0}, [4172] = {.lex_state = 0}, [4173] = {.lex_state = 0}, [4174] = {.lex_state = 0}, [4175] = {.lex_state = 0}, [4176] = {.lex_state = 0}, [4177] = {.lex_state = 0}, [4178] = {.lex_state = 0}, [4179] = {.lex_state = 0, .external_lex_state = 31}, [4180] = {.lex_state = 0, .external_lex_state = 32}, [4181] = {.lex_state = 0}, [4182] = {.lex_state = 0}, [4183] = {.lex_state = 0}, [4184] = {.lex_state = 0, .external_lex_state = 32}, [4185] = {.lex_state = 0}, [4186] = {.lex_state = 0, .external_lex_state = 31}, [4187] = {.lex_state = 0}, [4188] = {.lex_state = 0}, [4189] = {.lex_state = 0}, [4190] = {.lex_state = 0}, [4191] = {.lex_state = 0}, [4192] = {.lex_state = 0}, [4193] = {.lex_state = 0, .external_lex_state = 31}, [4194] = {.lex_state = 0, .external_lex_state = 32}, [4195] = {.lex_state = 0}, [4196] = {.lex_state = 0}, [4197] = {.lex_state = 0, .external_lex_state = 32}, [4198] = {.lex_state = 0}, [4199] = {.lex_state = 0}, [4200] = {.lex_state = 0}, [4201] = {.lex_state = 0}, [4202] = {.lex_state = 0}, [4203] = {.lex_state = 0, .external_lex_state = 32}, [4204] = {.lex_state = 0, .external_lex_state = 31}, [4205] = {.lex_state = 0}, [4206] = {.lex_state = 0, .external_lex_state = 31}, [4207] = {.lex_state = 0}, [4208] = {.lex_state = 0}, [4209] = {.lex_state = 0}, [4210] = {.lex_state = 0, .external_lex_state = 32}, [4211] = {.lex_state = 0}, [4212] = {.lex_state = 0, .external_lex_state = 31}, [4213] = {.lex_state = 0}, [4214] = {.lex_state = 0}, [4215] = {.lex_state = 0, .external_lex_state = 32}, [4216] = {.lex_state = 0, .external_lex_state = 31}, [4217] = {.lex_state = 0, .external_lex_state = 32}, [4218] = {.lex_state = 0}, [4219] = {.lex_state = 0}, [4220] = {.lex_state = 0, .external_lex_state = 32}, [4221] = {.lex_state = 0}, [4222] = {.lex_state = 0}, [4223] = {.lex_state = 0}, [4224] = {.lex_state = 0}, [4225] = {.lex_state = 0}, [4226] = {.lex_state = 0}, [4227] = {.lex_state = 0}, [4228] = {.lex_state = 0}, [4229] = {.lex_state = 0}, [4230] = {.lex_state = 0}, [4231] = {.lex_state = 0}, [4232] = {.lex_state = 0}, [4233] = {.lex_state = 0}, [4234] = {.lex_state = 0}, [4235] = {.lex_state = 0, .external_lex_state = 31}, [4236] = {.lex_state = 0, .external_lex_state = 32}, [4237] = {.lex_state = 0}, [4238] = {.lex_state = 0}, [4239] = {.lex_state = 0}, [4240] = {.lex_state = 0}, [4241] = {.lex_state = 0}, [4242] = {.lex_state = 0}, [4243] = {.lex_state = 0, .external_lex_state = 31}, [4244] = {.lex_state = 0}, [4245] = {.lex_state = 0}, [4246] = {.lex_state = 0, .external_lex_state = 32}, [4247] = {.lex_state = 0}, [4248] = {.lex_state = 0}, [4249] = {.lex_state = 0}, [4250] = {.lex_state = 0}, [4251] = {.lex_state = 0}, [4252] = {.lex_state = 0}, [4253] = {.lex_state = 0}, [4254] = {.lex_state = 0}, [4255] = {.lex_state = 0}, [4256] = {.lex_state = 0}, [4257] = {.lex_state = 0}, [4258] = {.lex_state = 0}, [4259] = {.lex_state = 0}, [4260] = {.lex_state = 0}, [4261] = {.lex_state = 0}, [4262] = {.lex_state = 0}, [4263] = {.lex_state = 0, .external_lex_state = 31}, [4264] = {.lex_state = 0}, [4265] = {.lex_state = 0, .external_lex_state = 32}, [4266] = {.lex_state = 0, .external_lex_state = 32}, [4267] = {.lex_state = 0, .external_lex_state = 31}, [4268] = {.lex_state = 0}, [4269] = {.lex_state = 0}, [4270] = {.lex_state = 0}, [4271] = {.lex_state = 0}, [4272] = {.lex_state = 0}, [4273] = {.lex_state = 0}, [4274] = {.lex_state = 0}, [4275] = {.lex_state = 0}, [4276] = {.lex_state = 0}, [4277] = {.lex_state = 0}, [4278] = {.lex_state = 0}, [4279] = {.lex_state = 0}, [4280] = {.lex_state = 0}, [4281] = {.lex_state = 0}, [4282] = {.lex_state = 0}, [4283] = {.lex_state = 0}, [4284] = {.lex_state = 0}, [4285] = {.lex_state = 0}, [4286] = {.lex_state = 0}, [4287] = {.lex_state = 0, .external_lex_state = 31}, [4288] = {.lex_state = 0, .external_lex_state = 32}, [4289] = {.lex_state = 0}, [4290] = {.lex_state = 0}, [4291] = {.lex_state = 0}, [4292] = {.lex_state = 0}, [4293] = {.lex_state = 0}, [4294] = {.lex_state = 0}, [4295] = {.lex_state = 0, .external_lex_state = 31}, [4296] = {.lex_state = 0, .external_lex_state = 32}, [4297] = {.lex_state = 0}, [4298] = {.lex_state = 0}, [4299] = {.lex_state = 0}, [4300] = {.lex_state = 0}, [4301] = {.lex_state = 0}, [4302] = {.lex_state = 0}, [4303] = {.lex_state = 0, .external_lex_state = 32}, [4304] = {.lex_state = 0}, [4305] = {.lex_state = 0, .external_lex_state = 31}, [4306] = {.lex_state = 0}, [4307] = {.lex_state = 0}, [4308] = {.lex_state = 0}, [4309] = {.lex_state = 0}, [4310] = {.lex_state = 0}, [4311] = {.lex_state = 0}, [4312] = {.lex_state = 0}, [4313] = {.lex_state = 0}, [4314] = {.lex_state = 0}, [4315] = {.lex_state = 0, .external_lex_state = 32}, [4316] = {.lex_state = 0}, [4317] = {.lex_state = 0}, [4318] = {.lex_state = 0}, [4319] = {.lex_state = 0}, [4320] = {.lex_state = 0, .external_lex_state = 31}, [4321] = {.lex_state = 0}, [4322] = {.lex_state = 0}, [4323] = {.lex_state = 0}, [4324] = {.lex_state = 0}, [4325] = {.lex_state = 0, .external_lex_state = 31}, [4326] = {.lex_state = 0}, [4327] = {.lex_state = 0}, [4328] = {.lex_state = 0}, [4329] = {.lex_state = 0}, [4330] = {.lex_state = 0}, [4331] = {.lex_state = 0}, [4332] = {.lex_state = 0}, [4333] = {.lex_state = 0}, [4334] = {.lex_state = 0}, [4335] = {.lex_state = 0}, [4336] = {.lex_state = 0, .external_lex_state = 32}, [4337] = {.lex_state = 0}, [4338] = {.lex_state = 0}, [4339] = {.lex_state = 0}, [4340] = {.lex_state = 0}, [4341] = {.lex_state = 0}, [4342] = {.lex_state = 0}, [4343] = {.lex_state = 0}, [4344] = {.lex_state = 0}, [4345] = {.lex_state = 0}, [4346] = {.lex_state = 0}, [4347] = {.lex_state = 0}, [4348] = {.lex_state = 0}, [4349] = {.lex_state = 0}, [4350] = {.lex_state = 0}, [4351] = {.lex_state = 0}, [4352] = {.lex_state = 0}, [4353] = {.lex_state = 0}, [4354] = {.lex_state = 0}, [4355] = {.lex_state = 0, .external_lex_state = 31}, [4356] = {.lex_state = 0, .external_lex_state = 32}, [4357] = {.lex_state = 0}, [4358] = {.lex_state = 0}, [4359] = {.lex_state = 0}, [4360] = {.lex_state = 0}, [4361] = {.lex_state = 0}, [4362] = {.lex_state = 0}, [4363] = {.lex_state = 0}, [4364] = {.lex_state = 0}, [4365] = {.lex_state = 0}, [4366] = {.lex_state = 0}, [4367] = {.lex_state = 0}, [4368] = {.lex_state = 0}, [4369] = {.lex_state = 0}, [4370] = {.lex_state = 0}, [4371] = {.lex_state = 0}, [4372] = {.lex_state = 0}, [4373] = {.lex_state = 0}, [4374] = {.lex_state = 0}, [4375] = {.lex_state = 0}, [4376] = {.lex_state = 0, .external_lex_state = 31}, [4377] = {.lex_state = 0}, [4378] = {.lex_state = 0}, [4379] = {.lex_state = 0, .external_lex_state = 32}, [4380] = {.lex_state = 0}, [4381] = {.lex_state = 0}, [4382] = {.lex_state = 0}, [4383] = {.lex_state = 0}, [4384] = {.lex_state = 0}, [4385] = {.lex_state = 0}, [4386] = {.lex_state = 0}, [4387] = {.lex_state = 0}, [4388] = {.lex_state = 0}, [4389] = {.lex_state = 0}, [4390] = {.lex_state = 0}, [4391] = {.lex_state = 0}, [4392] = {.lex_state = 0}, [4393] = {.lex_state = 0}, [4394] = {.lex_state = 0}, [4395] = {.lex_state = 0}, [4396] = {.lex_state = 0}, [4397] = {.lex_state = 0}, [4398] = {.lex_state = 0}, [4399] = {.lex_state = 0}, [4400] = {.lex_state = 0}, [4401] = {.lex_state = 0}, [4402] = {.lex_state = 0}, [4403] = {.lex_state = 0}, [4404] = {.lex_state = 0}, [4405] = {.lex_state = 0}, [4406] = {.lex_state = 0}, [4407] = {.lex_state = 0}, [4408] = {.lex_state = 0}, [4409] = {.lex_state = 0}, [4410] = {.lex_state = 0}, [4411] = {.lex_state = 0}, [4412] = {.lex_state = 0}, [4413] = {.lex_state = 0}, [4414] = {.lex_state = 0}, [4415] = {.lex_state = 0}, [4416] = {.lex_state = 0}, [4417] = {.lex_state = 0}, [4418] = {.lex_state = 0}, [4419] = {.lex_state = 0}, [4420] = {.lex_state = 0}, [4421] = {.lex_state = 0, .external_lex_state = 31}, [4422] = {.lex_state = 0}, [4423] = {.lex_state = 0, .external_lex_state = 32}, [4424] = {.lex_state = 0}, [4425] = {.lex_state = 0}, [4426] = {.lex_state = 0}, [4427] = {.lex_state = 0}, [4428] = {.lex_state = 0}, [4429] = {.lex_state = 0}, [4430] = {.lex_state = 0}, [4431] = {.lex_state = 0}, [4432] = {.lex_state = 0}, [4433] = {.lex_state = 0}, [4434] = {.lex_state = 0}, [4435] = {.lex_state = 0}, [4436] = {.lex_state = 0}, [4437] = {.lex_state = 0}, [4438] = {.lex_state = 0}, [4439] = {.lex_state = 0}, [4440] = {.lex_state = 0}, [4441] = {.lex_state = 0}, [4442] = {.lex_state = 0}, [4443] = {.lex_state = 0}, [4444] = {.lex_state = 0}, [4445] = {.lex_state = 0}, [4446] = {.lex_state = 0}, [4447] = {.lex_state = 0}, [4448] = {.lex_state = 0}, [4449] = {.lex_state = 0, .external_lex_state = 31}, [4450] = {.lex_state = 0, .external_lex_state = 32}, [4451] = {.lex_state = 0}, [4452] = {.lex_state = 0}, [4453] = {.lex_state = 0}, [4454] = {.lex_state = 0, .external_lex_state = 31}, [4455] = {.lex_state = 0, .external_lex_state = 32}, [4456] = {.lex_state = 0}, [4457] = {.lex_state = 0}, [4458] = {.lex_state = 0}, [4459] = {.lex_state = 0}, [4460] = {.lex_state = 0}, [4461] = {.lex_state = 0}, [4462] = {.lex_state = 0}, [4463] = {.lex_state = 0}, [4464] = {.lex_state = 0}, [4465] = {.lex_state = 0}, [4466] = {.lex_state = 0}, [4467] = {.lex_state = 0}, [4468] = {.lex_state = 0}, [4469] = {.lex_state = 0}, [4470] = {.lex_state = 0}, [4471] = {.lex_state = 0}, [4472] = {.lex_state = 0}, [4473] = {.lex_state = 0}, [4474] = {.lex_state = 0}, [4475] = {.lex_state = 0}, [4476] = {.lex_state = 0}, [4477] = {.lex_state = 0}, [4478] = {.lex_state = 0}, [4479] = {.lex_state = 0}, [4480] = {.lex_state = 0}, [4481] = {.lex_state = 0}, [4482] = {.lex_state = 0}, [4483] = {.lex_state = 0}, [4484] = {.lex_state = 0}, [4485] = {.lex_state = 0, .external_lex_state = 31}, [4486] = {.lex_state = 0}, [4487] = {.lex_state = 0}, [4488] = {.lex_state = 0}, [4489] = {.lex_state = 0, .external_lex_state = 31}, [4490] = {.lex_state = 0, .external_lex_state = 32}, [4491] = {.lex_state = 0}, [4492] = {.lex_state = 0}, [4493] = {.lex_state = 0}, [4494] = {.lex_state = 0}, [4495] = {.lex_state = 0}, [4496] = {.lex_state = 0}, [4497] = {.lex_state = 0}, [4498] = {.lex_state = 0}, [4499] = {.lex_state = 0}, [4500] = {.lex_state = 0}, [4501] = {.lex_state = 0}, [4502] = {.lex_state = 0}, [4503] = {.lex_state = 0}, [4504] = {.lex_state = 0, .external_lex_state = 31}, [4505] = {.lex_state = 0}, [4506] = {.lex_state = 0}, [4507] = {.lex_state = 0}, [4508] = {.lex_state = 0}, [4509] = {.lex_state = 0, .external_lex_state = 32}, [4510] = {.lex_state = 0}, [4511] = {.lex_state = 0}, [4512] = {.lex_state = 0}, [4513] = {.lex_state = 0}, [4514] = {.lex_state = 0}, [4515] = {.lex_state = 0}, [4516] = {.lex_state = 0}, [4517] = {.lex_state = 0}, [4518] = {.lex_state = 0}, [4519] = {.lex_state = 0}, [4520] = {.lex_state = 0}, [4521] = {.lex_state = 0}, [4522] = {.lex_state = 0}, [4523] = {.lex_state = 0}, [4524] = {.lex_state = 0}, [4525] = {.lex_state = 0}, [4526] = {.lex_state = 0}, [4527] = {.lex_state = 0}, [4528] = {.lex_state = 0}, [4529] = {.lex_state = 0}, [4530] = {.lex_state = 0}, [4531] = {.lex_state = 0}, [4532] = {.lex_state = 0}, [4533] = {.lex_state = 0}, [4534] = {.lex_state = 0}, [4535] = {.lex_state = 0}, [4536] = {.lex_state = 0}, [4537] = {.lex_state = 0}, [4538] = {.lex_state = 0, .external_lex_state = 31}, [4539] = {.lex_state = 0}, [4540] = {.lex_state = 0}, [4541] = {.lex_state = 0}, [4542] = {.lex_state = 0}, [4543] = {.lex_state = 0, .external_lex_state = 32}, [4544] = {.lex_state = 0, .external_lex_state = 31}, [4545] = {.lex_state = 0, .external_lex_state = 32}, [4546] = {.lex_state = 0}, [4547] = {.lex_state = 0}, [4548] = {.lex_state = 0}, [4549] = {.lex_state = 0}, [4550] = {.lex_state = 0}, [4551] = {.lex_state = 0}, [4552] = {.lex_state = 0}, [4553] = {.lex_state = 0}, [4554] = {.lex_state = 0}, [4555] = {.lex_state = 0}, [4556] = {.lex_state = 0}, [4557] = {.lex_state = 0}, [4558] = {.lex_state = 44}, [4559] = {.lex_state = 0}, [4560] = {.lex_state = 0}, [4561] = {.lex_state = 0}, [4562] = {.lex_state = 0}, [4563] = {.lex_state = 0}, [4564] = {.lex_state = 0}, [4565] = {.lex_state = 0}, [4566] = {.lex_state = 44}, [4567] = {.lex_state = 0}, [4568] = {.lex_state = 0}, [4569] = {.lex_state = 44}, [4570] = {.lex_state = 0}, [4571] = {.lex_state = 0}, [4572] = {.lex_state = 0}, [4573] = {.lex_state = 0}, [4574] = {.lex_state = 0}, [4575] = {.lex_state = 44}, [4576] = {.lex_state = 0}, [4577] = {.lex_state = 0}, [4578] = {.lex_state = 0}, [4579] = {.lex_state = 0}, [4580] = {.lex_state = 0}, [4581] = {.lex_state = 0}, [4582] = {.lex_state = 0, .external_lex_state = 31}, [4583] = {.lex_state = 0}, [4584] = {.lex_state = 0}, [4585] = {.lex_state = 0}, [4586] = {.lex_state = 0}, [4587] = {.lex_state = 0}, [4588] = {.lex_state = 44}, [4589] = {.lex_state = 0}, [4590] = {.lex_state = 0}, [4591] = {.lex_state = 0}, [4592] = {.lex_state = 0}, [4593] = {.lex_state = 0}, [4594] = {.lex_state = 44}, [4595] = {.lex_state = 0}, [4596] = {.lex_state = 0}, [4597] = {.lex_state = 0}, [4598] = {.lex_state = 0}, [4599] = {.lex_state = 0}, [4600] = {.lex_state = 0}, [4601] = {.lex_state = 0}, [4602] = {.lex_state = 0}, [4603] = {.lex_state = 0}, [4604] = {.lex_state = 0}, [4605] = {.lex_state = 0}, [4606] = {.lex_state = 0}, [4607] = {.lex_state = 0}, [4608] = {.lex_state = 0}, [4609] = {.lex_state = 0}, [4610] = {.lex_state = 0}, [4611] = {.lex_state = 0}, [4612] = {.lex_state = 0}, [4613] = {.lex_state = 0}, [4614] = {.lex_state = 0}, [4615] = {.lex_state = 0}, [4616] = {.lex_state = 0}, [4617] = {.lex_state = 0}, [4618] = {.lex_state = 0}, [4619] = {.lex_state = 0}, [4620] = {.lex_state = 0}, [4621] = {.lex_state = 0}, [4622] = {.lex_state = 0}, [4623] = {.lex_state = 0}, [4624] = {.lex_state = 0}, [4625] = {.lex_state = 0}, [4626] = {.lex_state = 0}, [4627] = {.lex_state = 0}, [4628] = {.lex_state = 0}, [4629] = {.lex_state = 0}, [4630] = {.lex_state = 0}, [4631] = {.lex_state = 0}, [4632] = {.lex_state = 0}, [4633] = {.lex_state = 0}, [4634] = {.lex_state = 0}, [4635] = {.lex_state = 0}, [4636] = {.lex_state = 0}, [4637] = {.lex_state = 0}, [4638] = {.lex_state = 0}, [4639] = {.lex_state = 0}, [4640] = {.lex_state = 0}, [4641] = {.lex_state = 0}, [4642] = {.lex_state = 0}, [4643] = {.lex_state = 0}, [4644] = {.lex_state = 0}, [4645] = {.lex_state = 0}, [4646] = {.lex_state = 0}, [4647] = {.lex_state = 0}, [4648] = {.lex_state = 0}, [4649] = {.lex_state = 0}, [4650] = {.lex_state = 0}, [4651] = {.lex_state = 0}, [4652] = {.lex_state = 0}, [4653] = {.lex_state = 0}, [4654] = {.lex_state = 0}, [4655] = {.lex_state = 0}, [4656] = {.lex_state = 0}, [4657] = {.lex_state = 0}, [4658] = {.lex_state = 0}, [4659] = {.lex_state = 0}, [4660] = {.lex_state = 0}, [4661] = {.lex_state = 0}, [4662] = {.lex_state = 0}, [4663] = {.lex_state = 0}, [4664] = {.lex_state = 0}, [4665] = {.lex_state = 0}, [4666] = {.lex_state = 0}, [4667] = {.lex_state = 0}, [4668] = {.lex_state = 0}, [4669] = {.lex_state = 0}, [4670] = {.lex_state = 0}, [4671] = {.lex_state = 0}, [4672] = {.lex_state = 0}, [4673] = {.lex_state = 0}, [4674] = {.lex_state = 0}, [4675] = {.lex_state = 0, .external_lex_state = 31}, [4676] = {.lex_state = 0}, [4677] = {.lex_state = 0, .external_lex_state = 32}, [4678] = {.lex_state = 0, .external_lex_state = 31}, [4679] = {.lex_state = 0}, [4680] = {.lex_state = 0}, [4681] = {.lex_state = 0}, [4682] = {.lex_state = 0}, [4683] = {.lex_state = 0}, [4684] = {.lex_state = 0}, [4685] = {.lex_state = 0}, [4686] = {.lex_state = 0}, [4687] = {.lex_state = 0}, [4688] = {.lex_state = 0}, [4689] = {.lex_state = 0}, [4690] = {.lex_state = 0, .external_lex_state = 32}, [4691] = {.lex_state = 0}, [4692] = {.lex_state = 0}, [4693] = {.lex_state = 0}, [4694] = {.lex_state = 0}, [4695] = {.lex_state = 0}, [4696] = {.lex_state = 0}, [4697] = {.lex_state = 0}, [4698] = {.lex_state = 0}, [4699] = {.lex_state = 0}, [4700] = {.lex_state = 0}, [4701] = {.lex_state = 0}, [4702] = {.lex_state = 0}, [4703] = {.lex_state = 0}, [4704] = {.lex_state = 0}, [4705] = {.lex_state = 0}, [4706] = {.lex_state = 0}, [4707] = {.lex_state = 0}, [4708] = {.lex_state = 0}, [4709] = {.lex_state = 0}, [4710] = {.lex_state = 0}, [4711] = {.lex_state = 0}, [4712] = {.lex_state = 0}, [4713] = {.lex_state = 0}, [4714] = {.lex_state = 0}, [4715] = {.lex_state = 0}, [4716] = {.lex_state = 0}, [4717] = {.lex_state = 0}, [4718] = {.lex_state = 0}, [4719] = {.lex_state = 0}, [4720] = {.lex_state = 0}, [4721] = {.lex_state = 0}, [4722] = {.lex_state = 0}, [4723] = {.lex_state = 0}, [4724] = {.lex_state = 0}, [4725] = {.lex_state = 0}, [4726] = {.lex_state = 0}, [4727] = {.lex_state = 0}, [4728] = {.lex_state = 0}, [4729] = {.lex_state = 0}, [4730] = {.lex_state = 0}, [4731] = {.lex_state = 0}, [4732] = {.lex_state = 0}, [4733] = {.lex_state = 0}, [4734] = {.lex_state = 0}, [4735] = {.lex_state = 0}, [4736] = {.lex_state = 0}, [4737] = {.lex_state = 0}, [4738] = {.lex_state = 0}, [4739] = {.lex_state = 0}, [4740] = {.lex_state = 0}, [4741] = {.lex_state = 0}, [4742] = {.lex_state = 0}, [4743] = {.lex_state = 0}, [4744] = {.lex_state = 0}, [4745] = {.lex_state = 0}, [4746] = {.lex_state = 0}, [4747] = {.lex_state = 0}, [4748] = {.lex_state = 0}, [4749] = {.lex_state = 0}, [4750] = {.lex_state = 0}, [4751] = {.lex_state = 0}, [4752] = {.lex_state = 0}, [4753] = {.lex_state = 0}, [4754] = {.lex_state = 0}, [4755] = {.lex_state = 0}, [4756] = {.lex_state = 0}, [4757] = {.lex_state = 0}, [4758] = {.lex_state = 0}, [4759] = {.lex_state = 0}, [4760] = {.lex_state = 0}, [4761] = {.lex_state = 0}, [4762] = {.lex_state = 0}, [4763] = {.lex_state = 0}, [4764] = {.lex_state = 0}, [4765] = {.lex_state = 0}, [4766] = {.lex_state = 0}, [4767] = {.lex_state = 0}, [4768] = {.lex_state = 0}, [4769] = {.lex_state = 0}, [4770] = {.lex_state = 0}, [4771] = {.lex_state = 0}, [4772] = {.lex_state = 0}, [4773] = {.lex_state = 0}, [4774] = {.lex_state = 0}, [4775] = {.lex_state = 0}, [4776] = {.lex_state = 0}, [4777] = {.lex_state = 0}, [4778] = {.lex_state = 0}, [4779] = {.lex_state = 0}, [4780] = {.lex_state = 0}, [4781] = {.lex_state = 0}, [4782] = {.lex_state = 0}, [4783] = {.lex_state = 0}, [4784] = {.lex_state = 0}, [4785] = {.lex_state = 0}, [4786] = {.lex_state = 0}, [4787] = {.lex_state = 0}, [4788] = {.lex_state = 0}, [4789] = {.lex_state = 0}, [4790] = {.lex_state = 0}, [4791] = {.lex_state = 0}, [4792] = {.lex_state = 0}, [4793] = {.lex_state = 0}, [4794] = {.lex_state = 0}, [4795] = {.lex_state = 0}, [4796] = {.lex_state = 0}, [4797] = {.lex_state = 0}, [4798] = {.lex_state = 0}, [4799] = {.lex_state = 0}, [4800] = {.lex_state = 0}, [4801] = {.lex_state = 0}, [4802] = {.lex_state = 0}, [4803] = {.lex_state = 0}, [4804] = {.lex_state = 0}, [4805] = {.lex_state = 0}, [4806] = {.lex_state = 0}, [4807] = {.lex_state = 0}, [4808] = {.lex_state = 0}, [4809] = {.lex_state = 0}, [4810] = {.lex_state = 0}, [4811] = {.lex_state = 0}, [4812] = {.lex_state = 0}, [4813] = {.lex_state = 0}, [4814] = {.lex_state = 0}, [4815] = {.lex_state = 0}, [4816] = {.lex_state = 0}, [4817] = {.lex_state = 0}, [4818] = {.lex_state = 0}, [4819] = {.lex_state = 0}, [4820] = {.lex_state = 0}, [4821] = {.lex_state = 0}, [4822] = {.lex_state = 0}, [4823] = {.lex_state = 0}, [4824] = {.lex_state = 0}, [4825] = {.lex_state = 0}, [4826] = {.lex_state = 0}, [4827] = {.lex_state = 0}, [4828] = {.lex_state = 0}, [4829] = {.lex_state = 0}, [4830] = {.lex_state = 0}, [4831] = {.lex_state = 0}, [4832] = {.lex_state = 0}, [4833] = {.lex_state = 0}, [4834] = {.lex_state = 0}, [4835] = {.lex_state = 0}, [4836] = {.lex_state = 0}, [4837] = {.lex_state = 0}, [4838] = {.lex_state = 0}, [4839] = {.lex_state = 0}, [4840] = {.lex_state = 0}, [4841] = {.lex_state = 0}, [4842] = {.lex_state = 0}, [4843] = {.lex_state = 0}, [4844] = {.lex_state = 0}, [4845] = {.lex_state = 0}, [4846] = {.lex_state = 0}, [4847] = {.lex_state = 0}, [4848] = {.lex_state = 0}, [4849] = {.lex_state = 0}, [4850] = {.lex_state = 0}, [4851] = {.lex_state = 0}, [4852] = {.lex_state = 0}, [4853] = {.lex_state = 0}, [4854] = {.lex_state = 0}, [4855] = {.lex_state = 0}, [4856] = {.lex_state = 0}, [4857] = {.lex_state = 0}, [4858] = {.lex_state = 0}, [4859] = {.lex_state = 0}, [4860] = {.lex_state = 0}, [4861] = {.lex_state = 0}, [4862] = {.lex_state = 0}, [4863] = {.lex_state = 0}, [4864] = {.lex_state = 0}, [4865] = {.lex_state = 0}, [4866] = {.lex_state = 0}, [4867] = {.lex_state = 0}, [4868] = {.lex_state = 0}, [4869] = {.lex_state = 0}, [4870] = {.lex_state = 0}, [4871] = {.lex_state = 0}, [4872] = {.lex_state = 0}, [4873] = {.lex_state = 0}, [4874] = {.lex_state = 0}, [4875] = {.lex_state = 0}, [4876] = {.lex_state = 0}, [4877] = {.lex_state = 0}, [4878] = {.lex_state = 0}, [4879] = {.lex_state = 0}, [4880] = {.lex_state = 0}, [4881] = {.lex_state = 0}, [4882] = {.lex_state = 0}, [4883] = {.lex_state = 0}, [4884] = {.lex_state = 0}, [4885] = {.lex_state = 0}, [4886] = {.lex_state = 0}, [4887] = {.lex_state = 0}, [4888] = {.lex_state = 0}, [4889] = {.lex_state = 0}, [4890] = {.lex_state = 0}, [4891] = {.lex_state = 0}, [4892] = {.lex_state = 0}, [4893] = {.lex_state = 0}, [4894] = {.lex_state = 0}, [4895] = {.lex_state = 0}, [4896] = {.lex_state = 0}, [4897] = {.lex_state = 0}, [4898] = {.lex_state = 0}, [4899] = {.lex_state = 0}, [4900] = {.lex_state = 0}, [4901] = {.lex_state = 0}, [4902] = {.lex_state = 0}, [4903] = {.lex_state = 0}, [4904] = {.lex_state = 0}, [4905] = {.lex_state = 0}, [4906] = {.lex_state = 0}, [4907] = {.lex_state = 0}, [4908] = {.lex_state = 0}, [4909] = {.lex_state = 0}, [4910] = {.lex_state = 0}, [4911] = {.lex_state = 0}, [4912] = {.lex_state = 0}, [4913] = {.lex_state = 0}, [4914] = {.lex_state = 0}, [4915] = {.lex_state = 0}, [4916] = {.lex_state = 0}, [4917] = {.lex_state = 0}, [4918] = {.lex_state = 0}, [4919] = {.lex_state = 0}, [4920] = {.lex_state = 0}, [4921] = {.lex_state = 0}, [4922] = {.lex_state = 0}, [4923] = {.lex_state = 0}, [4924] = {.lex_state = 0}, [4925] = {.lex_state = 0}, [4926] = {.lex_state = 0}, [4927] = {.lex_state = 0}, [4928] = {.lex_state = 0}, [4929] = {.lex_state = 0}, [4930] = {.lex_state = 0}, [4931] = {.lex_state = 0}, [4932] = {.lex_state = 0}, [4933] = {.lex_state = 0}, [4934] = {.lex_state = 0}, [4935] = {.lex_state = 0}, [4936] = {.lex_state = 0}, [4937] = {.lex_state = 0}, [4938] = {.lex_state = 0}, [4939] = {.lex_state = 0}, [4940] = {.lex_state = 0}, [4941] = {.lex_state = 0}, [4942] = {.lex_state = 0}, [4943] = {.lex_state = 0}, [4944] = {.lex_state = 0}, [4945] = {.lex_state = 0}, [4946] = {.lex_state = 0}, [4947] = {.lex_state = 0}, [4948] = {.lex_state = 0}, [4949] = {.lex_state = 0}, [4950] = {.lex_state = 0}, [4951] = {.lex_state = 0}, [4952] = {.lex_state = 0}, [4953] = {.lex_state = 0}, [4954] = {.lex_state = 0}, [4955] = {.lex_state = 0}, [4956] = {.lex_state = 0}, [4957] = {.lex_state = 0}, [4958] = {.lex_state = 0}, [4959] = {.lex_state = 0}, [4960] = {.lex_state = 0}, [4961] = {.lex_state = 0}, [4962] = {.lex_state = 0}, [4963] = {.lex_state = 0}, [4964] = {.lex_state = 0}, [4965] = {.lex_state = 0}, [4966] = {.lex_state = 0}, [4967] = {.lex_state = 0}, [4968] = {.lex_state = 0}, [4969] = {.lex_state = 0}, [4970] = {.lex_state = 0}, [4971] = {.lex_state = 0}, [4972] = {.lex_state = 0}, [4973] = {.lex_state = 0}, [4974] = {.lex_state = 0}, [4975] = {.lex_state = 0}, [4976] = {.lex_state = 0}, [4977] = {.lex_state = 0}, [4978] = {.lex_state = 0}, [4979] = {.lex_state = 0}, [4980] = {.lex_state = 0}, [4981] = {.lex_state = 0}, [4982] = {.lex_state = 0}, [4983] = {.lex_state = 0}, [4984] = {.lex_state = 0}, [4985] = {.lex_state = 0}, [4986] = {.lex_state = 0}, [4987] = {.lex_state = 0}, [4988] = {.lex_state = 0}, [4989] = {.lex_state = 0}, [4990] = {.lex_state = 0}, [4991] = {.lex_state = 0}, [4992] = {.lex_state = 0}, [4993] = {.lex_state = 0}, [4994] = {.lex_state = 0}, [4995] = {.lex_state = 0}, [4996] = {.lex_state = 0}, [4997] = {.lex_state = 0}, [4998] = {.lex_state = 0}, [4999] = {.lex_state = 0}, [5000] = {.lex_state = 0}, [5001] = {.lex_state = 0}, [5002] = {.lex_state = 0}, [5003] = {.lex_state = 0}, [5004] = {.lex_state = 0}, [5005] = {.lex_state = 0}, [5006] = {.lex_state = 0}, [5007] = {.lex_state = 0}, [5008] = {.lex_state = 0}, [5009] = {.lex_state = 0}, [5010] = {.lex_state = 0}, [5011] = {.lex_state = 0}, [5012] = {.lex_state = 0}, [5013] = {.lex_state = 0}, [5014] = {.lex_state = 0}, [5015] = {.lex_state = 0}, [5016] = {.lex_state = 0}, [5017] = {.lex_state = 0}, [5018] = {.lex_state = 0}, [5019] = {.lex_state = 0}, [5020] = {.lex_state = 0}, [5021] = {.lex_state = 0}, [5022] = {.lex_state = 0}, [5023] = {.lex_state = 0}, [5024] = {.lex_state = 0}, [5025] = {.lex_state = 0}, [5026] = {.lex_state = 0}, [5027] = {.lex_state = 0}, [5028] = {.lex_state = 0}, [5029] = {.lex_state = 0}, [5030] = {.lex_state = 0}, [5031] = {.lex_state = 0}, [5032] = {.lex_state = 0}, [5033] = {.lex_state = 0}, [5034] = {.lex_state = 0}, [5035] = {.lex_state = 0}, [5036] = {.lex_state = 0}, [5037] = {.lex_state = 0}, [5038] = {.lex_state = 0}, [5039] = {.lex_state = 0}, [5040] = {.lex_state = 0}, [5041] = {.lex_state = 0}, [5042] = {.lex_state = 0}, [5043] = {.lex_state = 0}, [5044] = {.lex_state = 0}, [5045] = {.lex_state = 0}, [5046] = {.lex_state = 0}, [5047] = {.lex_state = 0}, [5048] = {.lex_state = 0}, }; enum { ts_external_token__automatic_semicolon = 0, ts_external_token__simple_string = 1, ts_external_token__simple_multiline_string = 2, ts_external_token__interpolated_string_middle = 3, ts_external_token__interpolated_string_end = 4, ts_external_token__interpolated_multiline_string_middle = 5, ts_external_token__interpolated_multiline_string_end = 6, ts_external_token_else = 7, ts_external_token_catch = 8, ts_external_token_finally = 9, ts_external_token_extends = 10, ts_external_token_with = 11, }; static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { [ts_external_token__automatic_semicolon] = sym__automatic_semicolon, [ts_external_token__simple_string] = sym__simple_string, [ts_external_token__simple_multiline_string] = sym__simple_multiline_string, [ts_external_token__interpolated_string_middle] = sym__interpolated_string_middle, [ts_external_token__interpolated_string_end] = sym__interpolated_string_end, [ts_external_token__interpolated_multiline_string_middle] = sym__interpolated_multiline_string_middle, [ts_external_token__interpolated_multiline_string_end] = sym__interpolated_multiline_string_end, [ts_external_token_else] = anon_sym_else, [ts_external_token_catch] = anon_sym_catch, [ts_external_token_finally] = anon_sym_finally, [ts_external_token_extends] = anon_sym_extends, [ts_external_token_with] = anon_sym_with, }; static const bool ts_external_scanner_states[33][EXTERNAL_TOKEN_COUNT] = { [1] = { [ts_external_token__automatic_semicolon] = true, [ts_external_token__simple_string] = true, [ts_external_token__simple_multiline_string] = true, [ts_external_token__interpolated_string_middle] = true, [ts_external_token__interpolated_string_end] = true, [ts_external_token__interpolated_multiline_string_middle] = true, [ts_external_token__interpolated_multiline_string_end] = true, [ts_external_token_else] = true, [ts_external_token_catch] = true, [ts_external_token_finally] = true, [ts_external_token_extends] = true, [ts_external_token_with] = true, }, [2] = { [ts_external_token__simple_string] = true, [ts_external_token__simple_multiline_string] = true, }, [3] = { [ts_external_token__simple_string] = true, [ts_external_token__simple_multiline_string] = true, [ts_external_token_else] = true, [ts_external_token_catch] = true, [ts_external_token_finally] = true, }, [4] = { [ts_external_token__simple_string] = true, [ts_external_token__simple_multiline_string] = true, [ts_external_token_catch] = true, [ts_external_token_finally] = true, }, [5] = { [ts_external_token__simple_string] = true, [ts_external_token__simple_multiline_string] = true, [ts_external_token_else] = true, }, [6] = { [ts_external_token__automatic_semicolon] = true, [ts_external_token__simple_string] = true, [ts_external_token__simple_multiline_string] = true, [ts_external_token_else] = true, [ts_external_token_catch] = true, [ts_external_token_finally] = true, }, [7] = { [ts_external_token__automatic_semicolon] = true, [ts_external_token__simple_string] = true, [ts_external_token__simple_multiline_string] = true, [ts_external_token_catch] = true, [ts_external_token_finally] = true, }, [8] = { [ts_external_token__automatic_semicolon] = true, [ts_external_token__simple_string] = true, [ts_external_token__simple_multiline_string] = true, [ts_external_token_else] = true, }, [9] = { [ts_external_token__automatic_semicolon] = true, [ts_external_token__simple_string] = true, [ts_external_token__simple_multiline_string] = true, }, [10] = { [ts_external_token_else] = true, [ts_external_token_catch] = true, [ts_external_token_finally] = true, [ts_external_token_with] = true, }, [11] = { [ts_external_token_else] = true, [ts_external_token_catch] = true, [ts_external_token_finally] = true, }, [12] = { [ts_external_token_catch] = true, [ts_external_token_finally] = true, [ts_external_token_with] = true, }, [13] = { [ts_external_token_catch] = true, [ts_external_token_finally] = true, }, [14] = { [ts_external_token_else] = true, [ts_external_token_with] = true, }, [15] = { [ts_external_token_with] = true, }, [16] = { [ts_external_token_else] = true, }, [17] = { [ts_external_token_else] = true, [ts_external_token_finally] = true, }, [18] = { [ts_external_token_finally] = true, }, [19] = { [ts_external_token_extends] = true, }, [20] = { [ts_external_token__automatic_semicolon] = true, [ts_external_token_else] = true, [ts_external_token_catch] = true, [ts_external_token_finally] = true, [ts_external_token_with] = true, }, [21] = { [ts_external_token__automatic_semicolon] = true, [ts_external_token_catch] = true, [ts_external_token_finally] = true, [ts_external_token_with] = true, }, [22] = { [ts_external_token__automatic_semicolon] = true, [ts_external_token_else] = true, [ts_external_token_with] = true, }, [23] = { [ts_external_token__automatic_semicolon] = true, [ts_external_token_with] = true, }, [24] = { [ts_external_token__automatic_semicolon] = true, [ts_external_token_else] = true, [ts_external_token_catch] = true, [ts_external_token_finally] = true, }, [25] = { [ts_external_token__automatic_semicolon] = true, [ts_external_token_catch] = true, [ts_external_token_finally] = true, }, [26] = { [ts_external_token__automatic_semicolon] = true, [ts_external_token_else] = true, }, [27] = { [ts_external_token__automatic_semicolon] = true, }, [28] = { [ts_external_token__automatic_semicolon] = true, [ts_external_token_else] = true, [ts_external_token_finally] = true, }, [29] = { [ts_external_token__automatic_semicolon] = true, [ts_external_token_extends] = true, }, [30] = { [ts_external_token__automatic_semicolon] = true, [ts_external_token_finally] = true, }, [31] = { [ts_external_token__interpolated_multiline_string_middle] = true, [ts_external_token__interpolated_multiline_string_end] = true, }, [32] = { [ts_external_token__interpolated_string_middle] = true, [ts_external_token__interpolated_string_end] = true, }, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [0] = { [ts_builtin_sym_end] = ACTIONS(1), [sym_identifier] = ACTIONS(1), [anon_sym_package] = ACTIONS(1), [anon_sym_DOT] = ACTIONS(1), [anon_sym_object] = ACTIONS(1), [anon_sym_import] = ACTIONS(1), [anon_sym_COMMA] = ACTIONS(1), [anon_sym_LBRACE] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), [anon_sym_EQ_GT] = ACTIONS(1), [anon_sym_case] = ACTIONS(1), [anon_sym_class] = ACTIONS(1), [anon_sym_trait] = ACTIONS(1), [anon_sym_LBRACK] = ACTIONS(1), [anon_sym_RBRACK] = ACTIONS(1), [anon_sym_PLUS] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), [anon_sym_LT_COLON] = ACTIONS(1), [anon_sym_GT_COLON] = ACTIONS(1), [anon_sym_LT_PERCENT] = ACTIONS(1), [anon_sym_COLON] = ACTIONS(1), [anon_sym_AT] = ACTIONS(1), [anon_sym_val] = ACTIONS(1), [anon_sym_EQ] = ACTIONS(1), [anon_sym_var] = ACTIONS(1), [anon_sym_type] = ACTIONS(1), [anon_sym_def] = ACTIONS(1), [anon_sym_abstract] = ACTIONS(1), [anon_sym_final] = ACTIONS(1), [anon_sym_sealed] = ACTIONS(1), [anon_sym_implicit] = ACTIONS(1), [anon_sym_lazy] = ACTIONS(1), [anon_sym_override] = ACTIONS(1), [anon_sym_private] = ACTIONS(1), [anon_sym_protected] = ACTIONS(1), [anon_sym_extends] = ACTIONS(1), [anon_sym_LPAREN] = ACTIONS(1), [anon_sym_RPAREN] = ACTIONS(1), [anon_sym_with] = ACTIONS(1), [anon_sym_POUND] = ACTIONS(1), [anon_sym_STAR] = ACTIONS(1), [anon_sym_PIPE] = ACTIONS(1), [anon_sym_if] = ACTIONS(1), [anon_sym_else] = ACTIONS(1), [anon_sym_match] = ACTIONS(1), [anon_sym_try] = ACTIONS(1), [anon_sym_catch] = ACTIONS(1), [anon_sym_finally] = ACTIONS(1), [anon_sym_new] = ACTIONS(1), [anon_sym_BANG] = ACTIONS(1), [anon_sym_TILDE] = ACTIONS(1), [sym_wildcard] = ACTIONS(1), [sym_integer_literal] = ACTIONS(1), [sym_floating_point_literal] = ACTIONS(1), [anon_sym_true] = ACTIONS(1), [anon_sym_false] = ACTIONS(1), [sym_character_literal] = ACTIONS(1), [sym_symbol_literal] = ACTIONS(1), [sym__interpolated_string_start] = ACTIONS(1), [sym__interpolated_multiline_string_start] = ACTIONS(1), [anon_sym_DOLLAR] = ACTIONS(1), [anon_sym_SEMI] = ACTIONS(1), [sym_null_literal] = ACTIONS(1), [anon_sym_return] = ACTIONS(1), [anon_sym_throw] = ACTIONS(1), [anon_sym_while] = ACTIONS(1), [anon_sym_do] = ACTIONS(1), [anon_sym_for] = ACTIONS(1), [anon_sym_yield] = ACTIONS(1), [anon_sym_LT_DASH] = ACTIONS(1), [sym_comment] = ACTIONS(3), [sym__automatic_semicolon] = ACTIONS(1), [sym__simple_string] = ACTIONS(1), [sym__simple_multiline_string] = ACTIONS(1), [sym__interpolated_string_middle] = ACTIONS(1), [sym__interpolated_string_end] = ACTIONS(1), [sym__interpolated_multiline_string_middle] = ACTIONS(1), [sym__interpolated_multiline_string_end] = ACTIONS(1), }, [1] = { [sym_compilation_unit] = STATE(5025), [sym_package_clause] = STATE(564), [sym_package_object] = STATE(564), [sym_import_declaration] = STATE(564), [sym_object_definition] = STATE(564), [sym_class_definition] = STATE(564), [sym_trait_definition] = STATE(564), [sym_annotation] = STATE(1297), [sym_val_definition] = STATE(564), [sym_val_declaration] = STATE(564), [sym_var_declaration] = STATE(564), [sym_var_definition] = STATE(564), [sym_type_definition] = STATE(564), [sym_function_definition] = STATE(564), [sym_function_declaration] = STATE(564), [sym_modifiers] = STATE(3514), [sym_access_modifier] = STATE(1724), [aux_sym_compilation_unit_repeat1] = STATE(564), [aux_sym_object_definition_repeat1] = STATE(1297), [aux_sym_modifiers_repeat1] = STATE(1724), [ts_builtin_sym_end] = ACTIONS(5), [anon_sym_package] = ACTIONS(7), [anon_sym_object] = ACTIONS(9), [anon_sym_import] = ACTIONS(11), [anon_sym_case] = ACTIONS(13), [anon_sym_class] = ACTIONS(15), [anon_sym_trait] = ACTIONS(17), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(21), [anon_sym_var] = ACTIONS(23), [anon_sym_type] = ACTIONS(25), [anon_sym_def] = ACTIONS(27), [anon_sym_abstract] = ACTIONS(29), [anon_sym_final] = ACTIONS(29), [anon_sym_sealed] = ACTIONS(29), [anon_sym_implicit] = ACTIONS(29), [anon_sym_lazy] = ACTIONS(29), [anon_sym_override] = ACTIONS(29), [anon_sym_private] = ACTIONS(31), [anon_sym_protected] = ACTIONS(31), [sym_comment] = ACTIONS(3), }, [2] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(5016), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_case_clause] = STATE(3967), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [aux_sym_case_block_repeat1] = STATE(3967), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(43), [anon_sym_case] = ACTIONS(45), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [3] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4917), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_case_clause] = STATE(3931), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [aux_sym_case_block_repeat1] = STATE(3931), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(93), [anon_sym_case] = ACTIONS(45), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [4] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4876), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_case_clause] = STATE(4011), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [aux_sym_case_block_repeat1] = STATE(4011), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(95), [anon_sym_case] = ACTIONS(45), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [5] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4786), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_case_clause] = STATE(3999), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [aux_sym_case_block_repeat1] = STATE(3999), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(97), [anon_sym_case] = ACTIONS(45), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [6] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4880), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_case_clause] = STATE(4100), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [aux_sym_case_block_repeat1] = STATE(4100), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(99), [anon_sym_case] = ACTIONS(45), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [7] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4934), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_case_clause] = STATE(3943), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [aux_sym_case_block_repeat1] = STATE(3943), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(101), [anon_sym_case] = ACTIONS(45), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [8] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4729), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_case_clause] = STATE(4088), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [aux_sym_case_block_repeat1] = STATE(4088), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(103), [anon_sym_case] = ACTIONS(45), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [9] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4716), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_case_clause] = STATE(4018), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [aux_sym_case_block_repeat1] = STATE(4018), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(105), [anon_sym_case] = ACTIONS(45), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [10] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4826), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_case_clause] = STATE(4091), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [aux_sym_case_block_repeat1] = STATE(4091), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(107), [anon_sym_case] = ACTIONS(45), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [11] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4824), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_case_clause] = STATE(4063), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [aux_sym_case_block_repeat1] = STATE(4063), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(109), [anon_sym_case] = ACTIONS(45), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [12] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4949), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_case_clause] = STATE(4052), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [aux_sym_case_block_repeat1] = STATE(4052), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(111), [anon_sym_case] = ACTIONS(45), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [13] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4767), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_case_clause] = STATE(4007), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [aux_sym_case_block_repeat1] = STATE(4007), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(113), [anon_sym_case] = ACTIONS(45), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [14] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4830), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_case_clause] = STATE(3972), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [aux_sym_case_block_repeat1] = STATE(3972), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(115), [anon_sym_case] = ACTIONS(45), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [15] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4878), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_case_clause] = STATE(3957), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [aux_sym_case_block_repeat1] = STATE(3957), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(117), [anon_sym_case] = ACTIONS(45), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [16] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4994), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_case_clause] = STATE(4002), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [aux_sym_case_block_repeat1] = STATE(4002), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(119), [anon_sym_case] = ACTIONS(45), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [17] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4722), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_case_clause] = STATE(4024), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [aux_sym_case_block_repeat1] = STATE(4024), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(121), [anon_sym_case] = ACTIONS(45), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [18] = { [sym_package_clause] = STATE(3808), [sym_package_object] = STATE(3808), [sym_import_declaration] = STATE(3808), [sym_object_definition] = STATE(3808), [sym_class_definition] = STATE(3808), [sym_trait_definition] = STATE(3808), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3808), [sym_val_declaration] = STATE(3808), [sym_var_declaration] = STATE(3808), [sym_var_definition] = STATE(3808), [sym_type_definition] = STATE(3808), [sym_function_definition] = STATE(3808), [sym_function_declaration] = STATE(3808), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4704), [sym_block] = STATE(2389), [sym_expression] = STATE(1885), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(123), [anon_sym_case] = ACTIONS(125), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [19] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4779), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(127), [anon_sym_case] = ACTIONS(129), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [20] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4935), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(131), [anon_sym_case] = ACTIONS(129), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [21] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4759), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(133), [anon_sym_case] = ACTIONS(129), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [22] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4965), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(135), [anon_sym_case] = ACTIONS(129), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [23] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4748), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(137), [anon_sym_case] = ACTIONS(129), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [24] = { [sym_package_clause] = STATE(3808), [sym_package_object] = STATE(3808), [sym_import_declaration] = STATE(3808), [sym_object_definition] = STATE(3808), [sym_class_definition] = STATE(3808), [sym_trait_definition] = STATE(3808), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3808), [sym_val_declaration] = STATE(3808), [sym_var_declaration] = STATE(3808), [sym_var_definition] = STATE(3808), [sym_type_definition] = STATE(3808), [sym_function_definition] = STATE(3808), [sym_function_declaration] = STATE(3808), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(4689), [sym_block] = STATE(2389), [sym_expression] = STATE(1885), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(139), [anon_sym_case] = ACTIONS(141), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [25] = { [sym_package_clause] = STATE(3936), [sym_package_object] = STATE(3936), [sym_import_declaration] = STATE(3936), [sym_object_definition] = STATE(3936), [sym_class_definition] = STATE(3936), [sym_trait_definition] = STATE(3936), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(3936), [sym_val_declaration] = STATE(3936), [sym_var_declaration] = STATE(3936), [sym_var_definition] = STATE(3936), [sym_type_definition] = STATE(3936), [sym_function_definition] = STATE(3936), [sym_function_declaration] = STATE(3936), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym__block] = STATE(5022), [sym_block] = STATE(2389), [sym_expression] = STATE(2049), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(143), [anon_sym_case] = ACTIONS(129), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [26] = { [sym_package_clause] = STATE(4033), [sym_package_object] = STATE(4033), [sym_import_declaration] = STATE(4033), [sym_object_definition] = STATE(4033), [sym_class_definition] = STATE(4033), [sym_trait_definition] = STATE(4033), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(4033), [sym_val_declaration] = STATE(4033), [sym_var_declaration] = STATE(4033), [sym_var_definition] = STATE(4033), [sym_type_definition] = STATE(4033), [sym_function_definition] = STATE(4033), [sym_function_declaration] = STATE(4033), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym_block] = STATE(2389), [sym_expression] = STATE(2067), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(145), [anon_sym_case] = ACTIONS(129), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [27] = { [sym_package_clause] = STATE(4033), [sym_package_object] = STATE(4033), [sym_import_declaration] = STATE(4033), [sym_object_definition] = STATE(4033), [sym_class_definition] = STATE(4033), [sym_trait_definition] = STATE(4033), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(4033), [sym_val_declaration] = STATE(4033), [sym_var_declaration] = STATE(4033), [sym_var_definition] = STATE(4033), [sym_type_definition] = STATE(4033), [sym_function_definition] = STATE(4033), [sym_function_declaration] = STATE(4033), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym_block] = STATE(2389), [sym_expression] = STATE(2067), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(147), [anon_sym_case] = ACTIONS(149), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [28] = { [sym_package_clause] = STATE(4033), [sym_package_object] = STATE(4033), [sym_import_declaration] = STATE(4033), [sym_object_definition] = STATE(4033), [sym_class_definition] = STATE(4033), [sym_trait_definition] = STATE(4033), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(4033), [sym_val_declaration] = STATE(4033), [sym_var_declaration] = STATE(4033), [sym_var_definition] = STATE(4033), [sym_type_definition] = STATE(4033), [sym_function_definition] = STATE(4033), [sym_function_declaration] = STATE(4033), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym_block] = STATE(2389), [sym_expression] = STATE(2067), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(145), [anon_sym_case] = ACTIONS(151), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [29] = { [sym_package_clause] = STATE(4033), [sym_package_object] = STATE(4033), [sym_import_declaration] = STATE(4033), [sym_object_definition] = STATE(4033), [sym_class_definition] = STATE(4033), [sym_trait_definition] = STATE(4033), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(4033), [sym_val_declaration] = STATE(4033), [sym_var_declaration] = STATE(4033), [sym_var_definition] = STATE(4033), [sym_type_definition] = STATE(4033), [sym_function_definition] = STATE(4033), [sym_function_declaration] = STATE(4033), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym_block] = STATE(2389), [sym_expression] = STATE(2067), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_RBRACE] = ACTIONS(147), [anon_sym_case] = ACTIONS(129), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [30] = { [sym_package_clause] = STATE(4033), [sym_package_object] = STATE(4033), [sym_import_declaration] = STATE(4033), [sym_object_definition] = STATE(4033), [sym_class_definition] = STATE(4033), [sym_trait_definition] = STATE(4033), [sym_annotation] = STATE(1354), [sym_val_definition] = STATE(4033), [sym_val_declaration] = STATE(4033), [sym_var_declaration] = STATE(4033), [sym_var_definition] = STATE(4033), [sym_type_definition] = STATE(4033), [sym_function_definition] = STATE(4033), [sym_function_declaration] = STATE(4033), [sym_modifiers] = STATE(3545), [sym_access_modifier] = STATE(1724), [sym_block] = STATE(2389), [sym_expression] = STATE(2067), [sym_if_expression] = STATE(2389), [sym_match_expression] = STATE(2389), [sym_try_expression] = STATE(2389), [sym_bindings] = STATE(4964), [sym_lambda_expression] = STATE(2389), [sym_case_block] = STATE(2389), [sym_assignment_expression] = STATE(2389), [sym_generic_function] = STATE(2389), [sym_call_expression] = STATE(2389), [sym_field_expression] = STATE(2389), [sym_instance_expression] = STATE(2389), [sym_ascription_expression] = STATE(2389), [sym_infix_expression] = STATE(2389), [sym_postfix_expression] = STATE(2389), [sym_prefix_expression] = STATE(2389), [sym_tuple_expression] = STATE(2389), [sym_parenthesized_expression] = STATE(2389), [sym_boolean_literal] = STATE(2389), [sym_interpolated_string_expression] = STATE(2389), [sym_string] = STATE(2389), [sym_unit] = STATE(2389), [sym_return_expression] = STATE(2389), [sym_throw_expression] = STATE(2389), [sym_while_expression] = STATE(2389), [sym_do_while_expression] = STATE(2389), [sym_for_expression] = STATE(2389), [aux_sym_object_definition_repeat1] = STATE(1354), [aux_sym_modifiers_repeat1] = STATE(1724), [sym_identifier] = ACTIONS(33), [anon_sym_package] = ACTIONS(35), [anon_sym_object] = ACTIONS(37), [anon_sym_import] = ACTIONS(39), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_case] = ACTIONS(129), [anon_sym_class] = ACTIONS(47), [anon_sym_trait] = ACTIONS(49), [anon_sym_PLUS] = ACTIONS(51), [anon_sym_DASH] = ACTIONS(53), [anon_sym_AT] = ACTIONS(19), [anon_sym_val] = ACTIONS(55), [anon_sym_var] = ACTIONS(57), [anon_sym_type] = ACTIONS(59), [anon_sym_def] = ACTIONS(61), [anon_sym_abstract] = ACTIONS(63), [anon_sym_final] = ACTIONS(63), [anon_sym_sealed] = ACTIONS(63), [anon_sym_implicit] = ACTIONS(63), [anon_sym_lazy] = ACTIONS(63), [anon_sym_override] = ACTIONS(63), [anon_sym_private] = ACTIONS(65), [anon_sym_protected] = ACTIONS(65), [anon_sym_LPAREN] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_try] = ACTIONS(71), [anon_sym_new] = ACTIONS(73), [anon_sym_BANG] = ACTIONS(51), [anon_sym_TILDE] = ACTIONS(51), [sym_integer_literal] = ACTIONS(75), [sym_floating_point_literal] = ACTIONS(77), [anon_sym_true] = ACTIONS(79), [anon_sym_false] = ACTIONS(79), [sym_character_literal] = ACTIONS(77), [sym_symbol_literal] = ACTIONS(75), [sym_null_literal] = ACTIONS(75), [anon_sym_return] = ACTIONS(81), [anon_sym_throw] = ACTIONS(83), [anon_sym_while] = ACTIONS(85), [anon_sym_do] = ACTIONS(87), [anon_sym_for] = ACTIONS(89), [sym_comment] = ACTIONS(3), [sym__simple_string] = ACTIONS(91), [sym__simple_multiline_string] = ACTIONS(91), }, [31] = { [sym_block] = STATE(884), [sym_expression] = STATE(615), [sym_if_expression] = STATE(884), [sym_match_expression] = STATE(884), [sym_try_expression] = STATE(884), [sym_bindings] = STATE(4831), [sym_lambda_expression] = STATE(884), [sym_case_block] = STATE(884), [sym_assignment_expression] = STATE(884), [sym_generic_function] = STATE(884), [sym_call_expression] = STATE(884), [sym_field_expression] = STATE(884), [sym_instance_expression] = STATE(884), [sym_ascription_expression] = STATE(884), [sym_infix_expression] = STATE(884), [sym_postfix_expression] = STATE(884), [sym_prefix_expression] = STATE(884), [sym_tuple_expression] = STATE(884), [sym_parenthesized_expression] = STATE(884), [sym_boolean_literal] = STATE(884), [sym_interpolated_string_expression] = STATE(884), [sym_string] = STATE(884), [sym_unit] = STATE(884), [sym_return_expression] = STATE(884), [sym_throw_expression] = STATE(884), [sym_while_expression] = STATE(884), [sym_do_while_expression] = STATE(884), [sym_for_expression] = STATE(884), [ts_builtin_sym_end] = ACTIONS(153), [sym_identifier] = ACTIONS(155), [anon_sym_package] = ACTIONS(155), [anon_sym_DOT] = ACTIONS(155), [anon_sym_object] = ACTIONS(155), [anon_sym_import] = ACTIONS(155), [anon_sym_LBRACE] = ACTIONS(153), [anon_sym_case] = ACTIONS(155), [anon_sym_class] = ACTIONS(155), [anon_sym_trait] = ACTIONS(155), [anon_sym_LBRACK] = ACTIONS(153), [anon_sym_PLUS] = ACTIONS(157), [anon_sym_DASH] = ACTIONS(157), [anon_sym_COLON] = ACTIONS(155), [anon_sym_AT] = ACTIONS(155), [anon_sym_val] = ACTIONS(155), [anon_sym_EQ] = ACTIONS(155), [anon_sym_var] = ACTIONS(155), [anon_sym_type] = ACTIONS(155), [anon_sym_def] = ACTIONS(155), [anon_sym_abstract] = ACTIONS(155), [anon_sym_final] = ACTIONS(155), [anon_sym_sealed] = ACTIONS(155), [anon_sym_implicit] = ACTIONS(155), [anon_sym_lazy] = ACTIONS(155), [anon_sym_override] = ACTIONS(155), [anon_sym_private] = ACTIONS(155), [anon_sym_protected] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(153), [anon_sym_if] = ACTIONS(159), [anon_sym_else] = ACTIONS(155), [anon_sym_match] = ACTIONS(155), [anon_sym_try] = ACTIONS(161), [anon_sym_catch] = ACTIONS(155), [anon_sym_finally] = ACTIONS(155), [anon_sym_new] = ACTIONS(163), [anon_sym_BANG] = ACTIONS(157), [anon_sym_TILDE] = ACTIONS(157), [sym_operator_identifier] = ACTIONS(155), [sym_integer_literal] = ACTIONS(165), [sym_floating_point_literal] = ACTIONS(167), [anon_sym_true] = ACTIONS(169), [anon_sym_false] = ACTIONS(169), [sym_character_literal] = ACTIONS(167), [sym_symbol_literal] = ACTIONS(165), [sym_null_literal] = ACTIONS(165), [anon_sym_return] = ACTIONS(171), [anon_sym_throw] = ACTIONS(173), [anon_sym_while] = ACTIONS(175), [anon_sym_do] = ACTIONS(177), [anon_sym_for] = ACTIONS(179), [sym_comment] = ACTIONS(181), [sym__simple_string] = ACTIONS(183), [sym__simple_multiline_string] = ACTIONS(183), }, [32] = { [sym_block] = STATE(884), [sym_expression] = STATE(590), [sym_if_expression] = STATE(884), [sym_match_expression] = STATE(884), [sym_try_expression] = STATE(884), [sym_bindings] = STATE(4831), [sym_lambda_expression] = STATE(884), [sym_case_block] = STATE(884), [sym_assignment_expression] = STATE(884), [sym_generic_function] = STATE(884), [sym_call_expression] = STATE(884), [sym_field_expression] = STATE(884), [sym_instance_expression] = STATE(884), [sym_ascription_expression] = STATE(884), [sym_infix_expression] = STATE(884), [sym_postfix_expression] = STATE(884), [sym_prefix_expression] = STATE(884), [sym_tuple_expression] = STATE(884), [sym_parenthesized_expression] = STATE(884), [sym_boolean_literal] = STATE(884), [sym_interpolated_string_expression] = STATE(884), [sym_string] = STATE(884), [sym_unit] = STATE(884), [sym_return_expression] = STATE(884), [sym_throw_expression] = STATE(884), [sym_while_expression] = STATE(884), [sym_do_while_expression] = STATE(884), [sym_for_expression] = STATE(884), [ts_builtin_sym_end] = ACTIONS(185), [sym_identifier] = ACTIONS(187), [anon_sym_package] = ACTIONS(189), [anon_sym_DOT] = ACTIONS(189), [anon_sym_object] = ACTIONS(189), [anon_sym_import] = ACTIONS(189), [anon_sym_LBRACE] = ACTIONS(191), [anon_sym_case] = ACTIONS(189), [anon_sym_class] = ACTIONS(189), [anon_sym_trait] = ACTIONS(189), [anon_sym_LBRACK] = ACTIONS(185), [anon_sym_PLUS] = ACTIONS(157), [anon_sym_DASH] = ACTIONS(157), [anon_sym_COLON] = ACTIONS(189), [anon_sym_AT] = ACTIONS(189), [anon_sym_val] = ACTIONS(189), [anon_sym_EQ] = ACTIONS(189), [anon_sym_var] = ACTIONS(189), [anon_sym_type] = ACTIONS(189), [anon_sym_def] = ACTIONS(189), [anon_sym_abstract] = ACTIONS(189), [anon_sym_final] = ACTIONS(189), [anon_sym_sealed] = ACTIONS(189), [anon_sym_implicit] = ACTIONS(189), [anon_sym_lazy] = ACTIONS(189), [anon_sym_override] = ACTIONS(189), [anon_sym_private] = ACTIONS(189), [anon_sym_protected] = ACTIONS(189), [anon_sym_LPAREN] = ACTIONS(193), [anon_sym_if] = ACTIONS(159), [anon_sym_else] = ACTIONS(189), [anon_sym_match] = ACTIONS(189), [anon_sym_try] = ACTIONS(161), [anon_sym_catch] = ACTIONS(189), [anon_sym_finally] = ACTIONS(189), [anon_sym_new] = ACTIONS(163), [anon_sym_BANG] = ACTIONS(157), [anon_sym_TILDE] = ACTIONS(157), [sym_operator_identifier] = ACTIONS(189), [sym_integer_literal] = ACTIONS(165), [sym_floating_point_literal] = ACTIONS(167), [anon_sym_true] = ACTIONS(169), [anon_sym_false] = ACTIONS(169), [sym_character_literal] = ACTIONS(167), [sym_symbol_literal] = ACTIONS(165), [sym_null_literal] = ACTIONS(165), [anon_sym_return] = ACTIONS(171), [anon_sym_throw] = ACTIONS(173), [anon_sym_while] = ACTIONS(175), [anon_sym_do] = ACTIONS(177), [anon_sym_for] = ACTIONS(179), [sym_comment] = ACTIONS(181), [sym__simple_string] = ACTIONS(183), [sym__simple_multiline_string] = ACTIONS(183), }, [33] = { [sym_block] = STATE(939), [sym_expression] = STATE(624), [sym_if_expression] = STATE(939), [sym_match_expression] = STATE(939), [sym_try_expression] = STATE(939), [sym_bindings] = STATE(4719), [sym_lambda_expression] = STATE(939), [sym_case_block] = STATE(939), [sym_assignment_expression] = STATE(939), [sym_generic_function] = STATE(939), [sym_call_expression] = STATE(939), [sym_field_expression] = STATE(939), [sym_instance_expression] = STATE(939), [sym_ascription_expression] = STATE(939), [sym_infix_expression] = STATE(939), [sym_postfix_expression] = STATE(939), [sym_prefix_expression] = STATE(939), [sym_tuple_expression] = STATE(939), [sym_parenthesized_expression] = STATE(939), [sym_boolean_literal] = STATE(939), [sym_interpolated_string_expression] = STATE(939), [sym_string] = STATE(939), [sym_unit] = STATE(939), [sym_return_expression] = STATE(939), [sym_throw_expression] = STATE(939), [sym_while_expression] = STATE(939), [sym_do_while_expression] = STATE(939), [sym_for_expression] = STATE(939), [ts_builtin_sym_end] = ACTIONS(153), [sym_identifier] = ACTIONS(155), [anon_sym_package] = ACTIONS(155), [anon_sym_DOT] = ACTIONS(155), [anon_sym_object] = ACTIONS(155), [anon_sym_import] = ACTIONS(155), [anon_sym_LBRACE] = ACTIONS(153), [anon_sym_case] = ACTIONS(155), [anon_sym_class] = ACTIONS(155), [anon_sym_trait] = ACTIONS(155), [anon_sym_LBRACK] = ACTIONS(153), [anon_sym_PLUS] = ACTIONS(195), [anon_sym_DASH] = ACTIONS(195), [anon_sym_COLON] = ACTIONS(155), [anon_sym_AT] = ACTIONS(155), [anon_sym_val] = ACTIONS(155), [anon_sym_EQ] = ACTIONS(155), [anon_sym_var] = ACTIONS(155), [anon_sym_type] = ACTIONS(155), [anon_sym_def] = ACTIONS(155), [anon_sym_abstract] = ACTIONS(155), [anon_sym_final] = ACTIONS(155), [anon_sym_sealed] = ACTIONS(155), [anon_sym_implicit] = ACTIONS(155), [anon_sym_lazy] = ACTIONS(155), [anon_sym_override] = ACTIONS(155), [anon_sym_private] = ACTIONS(155), [anon_sym_protected] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(153), [anon_sym_if] = ACTIONS(197), [anon_sym_match] = ACTIONS(155), [anon_sym_try] = ACTIONS(199), [anon_sym_catch] = ACTIONS(155), [anon_sym_finally] = ACTIONS(155), [anon_sym_new] = ACTIONS(201), [anon_sym_BANG] = ACTIONS(195), [anon_sym_TILDE] = ACTIONS(195), [sym_operator_identifier] = ACTIONS(155), [sym_integer_literal] = ACTIONS(203), [sym_floating_point_literal] = ACTIONS(205), [anon_sym_true] = ACTIONS(207), [anon_sym_false] = ACTIONS(207), [sym_character_literal] = ACTIONS(205), [sym_symbol_literal] = ACTIONS(203), [sym_null_literal] = ACTIONS(203), [anon_sym_return] = ACTIONS(209), [anon_sym_throw] = ACTIONS(211), [anon_sym_while] = ACTIONS(213), [anon_sym_do] = ACTIONS(215), [anon_sym_for] = ACTIONS(217), [sym_comment] = ACTIONS(181), [sym__simple_string] = ACTIONS(219), [sym__simple_multiline_string] = ACTIONS(219), }, [34] = { [sym_block] = STATE(939), [sym_expression] = STATE(665), [sym_if_expression] = STATE(939), [sym_match_expression] = STATE(939), [sym_try_expression] = STATE(939), [sym_bindings] = STATE(4719), [sym_lambda_expression] = STATE(939), [sym_case_block] = STATE(939), [sym_assignment_expression] = STATE(939), [sym_generic_function] = STATE(939), [sym_call_expression] = STATE(939), [sym_field_expression] = STATE(939), [sym_instance_expression] = STATE(939), [sym_ascription_expression] = STATE(939), [sym_infix_expression] = STATE(939), [sym_postfix_expression] = STATE(939), [sym_prefix_expression] = STATE(939), [sym_tuple_expression] = STATE(939), [sym_parenthesized_expression] = STATE(939), [sym_boolean_literal] = STATE(939), [sym_interpolated_string_expression] = STATE(939), [sym_string] = STATE(939), [sym_unit] = STATE(939), [sym_return_expression] = STATE(939), [sym_throw_expression] = STATE(939), [sym_while_expression] = STATE(939), [sym_do_while_expression] = STATE(939), [sym_for_expression] = STATE(939), [ts_builtin_sym_end] = ACTIONS(185), [sym_identifier] = ACTIONS(221), [anon_sym_package] = ACTIONS(189), [anon_sym_DOT] = ACTIONS(189), [anon_sym_object] = ACTIONS(189), [anon_sym_import] = ACTIONS(189), [anon_sym_LBRACE] = ACTIONS(223), [anon_sym_case] = ACTIONS(189), [anon_sym_class] = ACTIONS(189), [anon_sym_trait] = ACTIONS(189), [anon_sym_LBRACK] = ACTIONS(185), [anon_sym_PLUS] = ACTIONS(195), [anon_sym_DASH] = ACTIONS(195), [anon_sym_COLON] = ACTIONS(189), [anon_sym_AT] = ACTIONS(189), [anon_sym_val] = ACTIONS(189), [anon_sym_EQ] = ACTIONS(189), [anon_sym_var] = ACTIONS(189), [anon_sym_type] = ACTIONS(189), [anon_sym_def] = ACTIONS(189), [anon_sym_abstract] = ACTIONS(189), [anon_sym_final] = ACTIONS(189), [anon_sym_sealed] = ACTIONS(189), [anon_sym_implicit] = ACTIONS(189), [anon_sym_lazy] = ACTIONS(189), [anon_sym_override] = ACTIONS(189), [anon_sym_private] = ACTIONS(189), [anon_sym_protected] = ACTIONS(189), [anon_sym_LPAREN] = ACTIONS(225), [anon_sym_if] = ACTIONS(197), [anon_sym_match] = ACTIONS(189), [anon_sym_try] = ACTIONS(199), [anon_sym_catch] = ACTIONS(189), [anon_sym_finally] = ACTIONS(189), [anon_sym_new] = ACTIONS(201), [anon_sym_BANG] = ACTIONS(195), [anon_sym_TILDE] = ACTIONS(195), [sym_operator_identifier] = ACTIONS(189), [sym_integer_literal] = ACTIONS(203), [sym_floating_point_literal] = ACTIONS(205), [anon_sym_true] = ACTIONS(207), [anon_sym_false] = ACTIONS(207), [sym_character_literal] = ACTIONS(205), [sym_symbol_literal] = ACTIONS(203), [sym_null_literal] = ACTIONS(203), [anon_sym_return] = ACTIONS(209), [anon_sym_throw] = ACTIONS(211), [anon_sym_while] = ACTIONS(213), [anon_sym_do] = ACTIONS(215), [anon_sym_for] = ACTIONS(217), [sym_comment] = ACTIONS(181), [sym__simple_string] = ACTIONS(219), [sym__simple_multiline_string] = ACTIONS(219), }, [35] = { [sym_block] = STATE(975), [sym_expression] = STATE(718), [sym_if_expression] = STATE(975), [sym_match_expression] = STATE(975), [sym_try_expression] = STATE(975), [sym_bindings] = STATE(4940), [sym_lambda_expression] = STATE(975), [sym_case_block] = STATE(975), [sym_assignment_expression] = STATE(975), [sym_generic_function] = STATE(975), [sym_call_expression] = STATE(975), [sym_field_expression] = STATE(975), [sym_instance_expression] = STATE(975), [sym_ascription_expression] = STATE(975), [sym_infix_expression] = STATE(975), [sym_postfix_expression] = STATE(975), [sym_prefix_expression] = STATE(975), [sym_tuple_expression] = STATE(975), [sym_parenthesized_expression] = STATE(975), [sym_boolean_literal] = STATE(975), [sym_interpolated_string_expression] = STATE(975), [sym_string] = STATE(975), [sym_unit] = STATE(975), [sym_return_expression] = STATE(975), [sym_throw_expression] = STATE(975), [sym_while_expression] = STATE(975), [sym_do_while_expression] = STATE(975), [sym_for_expression] = STATE(975), [ts_builtin_sym_end] = ACTIONS(153), [sym_identifier] = ACTIONS(155), [anon_sym_package] = ACTIONS(155), [anon_sym_DOT] = ACTIONS(155), [anon_sym_object] = ACTIONS(155), [anon_sym_import] = ACTIONS(155), [anon_sym_LBRACE] = ACTIONS(153), [anon_sym_case] = ACTIONS(155), [anon_sym_class] = ACTIONS(155), [anon_sym_trait] = ACTIONS(155), [anon_sym_LBRACK] = ACTIONS(153), [anon_sym_PLUS] = ACTIONS(227), [anon_sym_DASH] = ACTIONS(227), [anon_sym_COLON] = ACTIONS(155), [anon_sym_AT] = ACTIONS(155), [anon_sym_val] = ACTIONS(155), [anon_sym_EQ] = ACTIONS(155), [anon_sym_var] = ACTIONS(155), [anon_sym_type] = ACTIONS(155), [anon_sym_def] = ACTIONS(155), [anon_sym_abstract] = ACTIONS(155), [anon_sym_final] = ACTIONS(155), [anon_sym_sealed] = ACTIONS(155), [anon_sym_implicit] = ACTIONS(155), [anon_sym_lazy] = ACTIONS(155), [anon_sym_override] = ACTIONS(155), [anon_sym_private] = ACTIONS(155), [anon_sym_protected] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(153), [anon_sym_if] = ACTIONS(229), [anon_sym_else] = ACTIONS(155), [anon_sym_match] = ACTIONS(155), [anon_sym_try] = ACTIONS(231), [anon_sym_new] = ACTIONS(233), [anon_sym_BANG] = ACTIONS(227), [anon_sym_TILDE] = ACTIONS(227), [sym_operator_identifier] = ACTIONS(155), [sym_integer_literal] = ACTIONS(235), [sym_floating_point_literal] = ACTIONS(237), [anon_sym_true] = ACTIONS(239), [anon_sym_false] = ACTIONS(239), [sym_character_literal] = ACTIONS(237), [sym_symbol_literal] = ACTIONS(235), [sym_null_literal] = ACTIONS(235), [anon_sym_return] = ACTIONS(241), [anon_sym_throw] = ACTIONS(243), [anon_sym_while] = ACTIONS(245), [anon_sym_do] = ACTIONS(247), [anon_sym_for] = ACTIONS(249), [sym_comment] = ACTIONS(181), [sym__simple_string] = ACTIONS(251), [sym__simple_multiline_string] = ACTIONS(251), }, [36] = { [sym_block] = STATE(975), [sym_expression] = STATE(720), [sym_if_expression] = STATE(975), [sym_match_expression] = STATE(975), [sym_try_expression] = STATE(975), [sym_bindings] = STATE(4940), [sym_lambda_expression] = STATE(975), [sym_case_block] = STATE(975), [sym_assignment_expression] = STATE(975), [sym_generic_function] = STATE(975), [sym_call_expression] = STATE(975), [sym_field_expression] = STATE(975), [sym_instance_expression] = STATE(975), [sym_ascription_expression] = STATE(975), [sym_infix_expression] = STATE(975), [sym_postfix_expression] = STATE(975), [sym_prefix_expression] = STATE(975), [sym_tuple_expression] = STATE(975), [sym_parenthesized_expression] = STATE(975), [sym_boolean_literal] = STATE(975), [sym_interpolated_string_expression] = STATE(975), [sym_string] = STATE(975), [sym_unit] = STATE(975), [sym_return_expression] = STATE(975), [sym_throw_expression] = STATE(975), [sym_while_expression] = STATE(975), [sym_do_while_expression] = STATE(975), [sym_for_expression] = STATE(975), [ts_builtin_sym_end] = ACTIONS(185), [sym_identifier] = ACTIONS(253), [anon_sym_package] = ACTIONS(189), [anon_sym_DOT] = ACTIONS(189), [anon_sym_object] = ACTIONS(189), [anon_sym_import] = ACTIONS(189), [anon_sym_LBRACE] = ACTIONS(255), [anon_sym_case] = ACTIONS(189), [anon_sym_class] = ACTIONS(189), [anon_sym_trait] = ACTIONS(189), [anon_sym_LBRACK] = ACTIONS(185), [anon_sym_PLUS] = ACTIONS(227), [anon_sym_DASH] = ACTIONS(227), [anon_sym_COLON] = ACTIONS(189), [anon_sym_AT] = ACTIONS(189), [anon_sym_val] = ACTIONS(189), [anon_sym_EQ] = ACTIONS(189), [anon_sym_var] = ACTIONS(189), [anon_sym_type] = ACTIONS(189), [anon_sym_def] = ACTIONS(189), [anon_sym_abstract] = ACTIONS(189), [anon_sym_final] = ACTIONS(189), [anon_sym_sealed] = ACTIONS(189), [anon_sym_implicit] = ACTIONS(189), [anon_sym_lazy] = ACTIONS(189), [anon_sym_override] = ACTIONS(189), [anon_sym_private] = ACTIONS(189), [anon_sym_protected] = ACTIONS(189), [anon_sym_LPAREN] = ACTIONS(257), [anon_sym_if] = ACTIONS(229), [anon_sym_else] = ACTIONS(189), [anon_sym_match] = ACTIONS(189), [anon_sym_try] = ACTIONS(231), [anon_sym_new] = ACTIONS(233), [anon_sym_BANG] = ACTIONS(227), [anon_sym_TILDE] = ACTIONS(227), [sym_operator_identifier] = ACTIONS(189), [sym_integer_literal] = ACTIONS(235), [sym_floating_point_literal] = ACTIONS(237), [anon_sym_true] = ACTIONS(239), [anon_sym_false] = ACTIONS(239), [sym_character_literal] = ACTIONS(237), [sym_symbol_literal] = ACTIONS(235), [sym_null_literal] = ACTIONS(235), [anon_sym_return] = ACTIONS(241), [anon_sym_throw] = ACTIONS(243), [anon_sym_while] = ACTIONS(245), [anon_sym_do] = ACTIONS(247), [anon_sym_for] = ACTIONS(249), [sym_comment] = ACTIONS(181), [sym__simple_string] = ACTIONS(251), [sym__simple_multiline_string] = ACTIONS(251), }, [37] = { [sym_block] = STATE(1017), [sym_expression] = STATE(780), [sym_if_expression] = STATE(1017), [sym_match_expression] = STATE(1017), [sym_try_expression] = STATE(1017), [sym_bindings] = STATE(4939), [sym_lambda_expression] = STATE(1017), [sym_case_block] = STATE(1017), [sym_assignment_expression] = STATE(1017), [sym_generic_function] = STATE(1017), [sym_call_expression] = STATE(1017), [sym_field_expression] = STATE(1017), [sym_instance_expression] = STATE(1017), [sym_ascription_expression] = STATE(1017), [sym_infix_expression] = STATE(1017), [sym_postfix_expression] = STATE(1017), [sym_prefix_expression] = STATE(1017), [sym_tuple_expression] = STATE(1017), [sym_parenthesized_expression] = STATE(1017), [sym_boolean_literal] = STATE(1017), [sym_interpolated_string_expression] = STATE(1017), [sym_string] = STATE(1017), [sym_unit] = STATE(1017), [sym_return_expression] = STATE(1017), [sym_throw_expression] = STATE(1017), [sym_while_expression] = STATE(1017), [sym_do_while_expression] = STATE(1017), [sym_for_expression] = STATE(1017), [ts_builtin_sym_end] = ACTIONS(153), [sym_identifier] = ACTIONS(155), [anon_sym_package] = ACTIONS(155), [anon_sym_DOT] = ACTIONS(155), [anon_sym_object] = ACTIONS(155), [anon_sym_import] = ACTIONS(155), [anon_sym_LBRACE] = ACTIONS(153), [anon_sym_case] = ACTIONS(155), [anon_sym_class] = ACTIONS(155), [anon_sym_trait] = ACTIONS(155), [anon_sym_LBRACK] = ACTIONS(153), [anon_sym_PLUS] = ACTIONS(259), [anon_sym_DASH] = ACTIONS(259), [anon_sym_COLON] = ACTIONS(155), [anon_sym_AT] = ACTIONS(155), [anon_sym_val] = ACTIONS(155), [anon_sym_EQ] = ACTIONS(155), [anon_sym_var] = ACTIONS(155), [anon_sym_type] = ACTIONS(155), [anon_sym_def] = ACTIONS(155), [anon_sym_abstract] = ACTIONS(155), [anon_sym_final] = ACTIONS(155), [anon_sym_sealed] = ACTIONS(155), [anon_sym_implicit] = ACTIONS(155), [anon_sym_lazy] = ACTIONS(155), [anon_sym_override] = ACTIONS(155), [anon_sym_private] = ACTIONS(155), [anon_sym_protected] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(153), [anon_sym_if] = ACTIONS(261), [anon_sym_match] = ACTIONS(155), [anon_sym_try] = ACTIONS(263), [anon_sym_new] = ACTIONS(265), [anon_sym_BANG] = ACTIONS(259), [anon_sym_TILDE] = ACTIONS(259), [sym_operator_identifier] = ACTIONS(155), [sym_integer_literal] = ACTIONS(267), [sym_floating_point_literal] = ACTIONS(269), [anon_sym_true] = ACTIONS(271), [anon_sym_false] = ACTIONS(271), [sym_character_literal] = ACTIONS(269), [sym_symbol_literal] = ACTIONS(267), [sym_null_literal] = ACTIONS(267), [anon_sym_return] = ACTIONS(273), [anon_sym_throw] = ACTIONS(275), [anon_sym_while] = ACTIONS(277), [anon_sym_do] = ACTIONS(279), [anon_sym_for] = ACTIONS(281), [sym_comment] = ACTIONS(181), [sym__simple_string] = ACTIONS(283), [sym__simple_multiline_string] = ACTIONS(283), }, [38] = { [sym_block] = STATE(1017), [sym_expression] = STATE(821), [sym_if_expression] = STATE(1017), [sym_match_expression] = STATE(1017), [sym_try_expression] = STATE(1017), [sym_bindings] = STATE(4939), [sym_lambda_expression] = STATE(1017), [sym_case_block] = STATE(1017), [sym_assignment_expression] = STATE(1017), [sym_generic_function] = STATE(1017), [sym_call_expression] = STATE(1017), [sym_field_expression] = STATE(1017), [sym_instance_expression] = STATE(1017), [sym_ascription_expression] = STATE(1017), [sym_infix_expression] = STATE(1017), [sym_postfix_expression] = STATE(1017), [sym_prefix_expression] = STATE(1017), [sym_tuple_expression] = STATE(1017), [sym_parenthesized_expression] = STATE(1017), [sym_boolean_literal] = STATE(1017), [sym_interpolated_string_expression] = STATE(1017), [sym_string] = STATE(1017), [sym_unit] = STATE(1017), [sym_return_expression] = STATE(1017), [sym_throw_expression] = STATE(1017), [sym_while_expression] = STATE(1017), [sym_do_while_expression] = STATE(1017), [sym_for_expression] = STATE(1017), [ts_builtin_sym_end] = ACTIONS(185), [sym_identifier] = ACTIONS(285), [anon_sym_package] = ACTIONS(189), [anon_sym_DOT] = ACTIONS(189), [anon_sym_object] = ACTIONS(189), [anon_sym_import] = ACTIONS(189), [anon_sym_LBRACE] = ACTIONS(287), [anon_sym_case] = ACTIONS(189), [anon_sym_class] = ACTIONS(189), [anon_sym_trait] = ACTIONS(189), [anon_sym_LBRACK] = ACTIONS(185), [anon_sym_PLUS] = ACTIONS(259), [anon_sym_DASH] = ACTIONS(259), [anon_sym_COLON] = ACTIONS(189), [anon_sym_AT] = ACTIONS(189), [anon_sym_val] = ACTIONS(189), [anon_sym_EQ] = ACTIONS(189), [anon_sym_var] = ACTIONS(189), [anon_sym_type] = ACTIONS(189), [anon_sym_def] = ACTIONS(189), [anon_sym_abstract] = ACTIONS(189), [anon_sym_final] = ACTIONS(189), [anon_sym_sealed] = ACTIONS(189), [anon_sym_implicit] = ACTIONS(189), [anon_sym_lazy] = ACTIONS(189), [anon_sym_override] = ACTIONS(189), [anon_sym_private] = ACTIONS(189), [anon_sym_protected] = ACTIONS(189), [anon_sym_LPAREN] = ACTIONS(289), [anon_sym_if] = ACTIONS(261), [anon_sym_match] = ACTIONS(189), [anon_sym_try] = ACTIONS(263), [anon_sym_new] = ACTIONS(265), [anon_sym_BANG] = ACTIONS(259), [anon_sym_TILDE] = ACTIONS(259), [sym_operator_identifier] = ACTIONS(189), [sym_integer_literal] = ACTIONS(267), [sym_floating_point_literal] = ACTIONS(269), [anon_sym_true] = ACTIONS(271), [anon_sym_false] = ACTIONS(271), [sym_character_literal] = ACTIONS(269), [sym_symbol_literal] = ACTIONS(267), [sym_null_literal] = ACTIONS(267), [anon_sym_return] = ACTIONS(273), [anon_sym_throw] = ACTIONS(275), [anon_sym_while] = ACTIONS(277), [anon_sym_do] = ACTIONS(279), [anon_sym_for] = ACTIONS(281), [sym_comment] = ACTIONS(181), [sym__simple_string] = ACTIONS(283), [sym__simple_multiline_string] = ACTIONS(283), }, [39] = { [sym_block] = STATE(1861), [sym_expression] = STATE(1315), [sym_if_expression] = STATE(1861), [sym_match_expression] = STATE(1861), [sym_try_expression] = STATE(1861), [sym_bindings] = STATE(5000), [sym_lambda_expression] = STATE(1861), [sym_case_block] = STATE(1861), [sym_assignment_expression] = STATE(1861), [sym_generic_function] = STATE(1861), [sym_call_expression] = STATE(1861), [sym_field_expression] = STATE(1861), [sym_instance_expression] = STATE(1861), [sym_ascription_expression] = STATE(1861), [sym_infix_expression] = STATE(1861), [sym_postfix_expression] = STATE(1861), [sym_prefix_expression] = STATE(1861), [sym_tuple_expression] = STATE(1861), [sym_parenthesized_expression] = STATE(1861), [sym_boolean_literal] = STATE(1861), [sym_interpolated_string_expression] = STATE(1861), [sym_string] = STATE(1861), [sym_unit] = STATE(1861), [sym_return_expression] = STATE(1861), [sym_throw_expression] = STATE(1861), [sym_while_expression] = STATE(1861), [sym_do_while_expression] = STATE(1861), [sym_for_expression] = STATE(1861), [sym_identifier] = ACTIONS(291), [anon_sym_DOT] = ACTIONS(189), [anon_sym_LBRACE] = ACTIONS(293), [anon_sym_RBRACE] = ACTIONS(185), [anon_sym_case] = ACTIONS(189), [anon_sym_LBRACK] = ACTIONS(185), [anon_sym_PLUS] = ACTIONS(295), [anon_sym_DASH] = ACTIONS(295), [anon_sym_COLON] = ACTIONS(189), [anon_sym_EQ] = ACTIONS(189), [anon_sym_LPAREN] = ACTIONS(297), [anon_sym_RPAREN] = ACTIONS(185), [anon_sym_if] = ACTIONS(299), [anon_sym_else] = ACTIONS(189), [anon_sym_match] = ACTIONS(189), [anon_sym_try] = ACTIONS(301), [anon_sym_catch] = ACTIONS(189), [anon_sym_finally] = ACTIONS(189), [anon_sym_new] = ACTIONS(303), [anon_sym_BANG] = ACTIONS(295), [anon_sym_TILDE] = ACTIONS(295), [sym_operator_identifier] = ACTIONS(189), [sym_integer_literal] = ACTIONS(305), [sym_floating_point_literal] = ACTIONS(307), [anon_sym_true] = ACTIONS(309), [anon_sym_false] = ACTIONS(309), [sym_character_literal] = ACTIONS(307), [sym_symbol_literal] = ACTIONS(305), [anon_sym_SEMI] = ACTIONS(185), [sym_null_literal] = ACTIONS(305), [anon_sym_return] = ACTIONS(311), [anon_sym_throw] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_do] = ACTIONS(317), [anon_sym_for] = ACTIONS(319), [sym_comment] = ACTIONS(181), [sym__automatic_semicolon] = ACTIONS(185), [sym__simple_string] = ACTIONS(321), [sym__simple_multiline_string] = ACTIONS(321), }, [40] = { [sym_block] = STATE(1861), [sym_expression] = STATE(1428), [sym_if_expression] = STATE(1861), [sym_match_expression] = STATE(1861), [sym_try_expression] = STATE(1861), [sym_bindings] = STATE(5000), [sym_lambda_expression] = STATE(1861), [sym_case_block] = STATE(1861), [sym_assignment_expression] = STATE(1861), [sym_generic_function] = STATE(1861), [sym_call_expression] = STATE(1861), [sym_field_expression] = STATE(1861), [sym_instance_expression] = STATE(1861), [sym_ascription_expression] = STATE(1861), [sym_infix_expression] = STATE(1861), [sym_postfix_expression] = STATE(1861), [sym_prefix_expression] = STATE(1861), [sym_tuple_expression] = STATE(1861), [sym_parenthesized_expression] = STATE(1861), [sym_boolean_literal] = STATE(1861), [sym_interpolated_string_expression] = STATE(1861), [sym_string] = STATE(1861), [sym_unit] = STATE(1861), [sym_return_expression] = STATE(1861), [sym_throw_expression] = STATE(1861), [sym_while_expression] = STATE(1861), [sym_do_while_expression] = STATE(1861), [sym_for_expression] = STATE(1861), [sym_identifier] = ACTIONS(155), [anon_sym_DOT] = ACTIONS(155), [anon_sym_LBRACE] = ACTIONS(153), [anon_sym_RBRACE] = ACTIONS(153), [anon_sym_case] = ACTIONS(155), [anon_sym_LBRACK] = ACTIONS(153), [anon_sym_PLUS] = ACTIONS(295), [anon_sym_DASH] = ACTIONS(295), [anon_sym_COLON] = ACTIONS(155), [anon_sym_EQ] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(153), [anon_sym_RPAREN] = ACTIONS(153), [anon_sym_if] = ACTIONS(299), [anon_sym_else] = ACTIONS(155), [anon_sym_match] = ACTIONS(155), [anon_sym_try] = ACTIONS(301), [anon_sym_catch] = ACTIONS(155), [anon_sym_finally] = ACTIONS(155), [anon_sym_new] = ACTIONS(303), [anon_sym_BANG] = ACTIONS(295), [anon_sym_TILDE] = ACTIONS(295), [sym_operator_identifier] = ACTIONS(155), [sym_integer_literal] = ACTIONS(305), [sym_floating_point_literal] = ACTIONS(307), [anon_sym_true] = ACTIONS(309), [anon_sym_false] = ACTIONS(309), [sym_character_literal] = ACTIONS(307), [sym_symbol_literal] = ACTIONS(305), [anon_sym_SEMI] = ACTIONS(153), [sym_null_literal] = ACTIONS(305), [anon_sym_return] = ACTIONS(311), [anon_sym_throw] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_do] = ACTIONS(317), [anon_sym_for] = ACTIONS(319), [sym_comment] = ACTIONS(181), [sym__automatic_semicolon] = ACTIONS(153), [sym__simple_string] = ACTIONS(321), [sym__simple_multiline_string] = ACTIONS(321), }, [41] = { [sym_block] = STATE(1861), [sym_expression] = STATE(1464), [sym_if_expression] = STATE(1861), [sym_match_expression] = STATE(1861), [sym_try_expression] = STATE(1861), [sym_bindings] = STATE(4861), [sym_lambda_expression] = STATE(1861), [sym_case_block] = STATE(1861), [sym_assignment_expression] = STATE(1861), [sym_generic_function] = STATE(1861), [sym_call_expression] = STATE(1861), [sym_field_expression] = STATE(1861), [sym_instance_expression] = STATE(1861), [sym_ascription_expression] = STATE(1861), [sym_infix_expression] = STATE(1861), [sym_postfix_expression] = STATE(1861), [sym_prefix_expression] = STATE(1861), [sym_tuple_expression] = STATE(1861), [sym_parenthesized_expression] = STATE(1861), [sym_boolean_literal] = STATE(1861), [sym_interpolated_string_expression] = STATE(1861), [sym_string] = STATE(1861), [sym_unit] = STATE(1861), [sym_return_expression] = STATE(1861), [sym_throw_expression] = STATE(1861), [sym_while_expression] = STATE(1861), [sym_do_while_expression] = STATE(1861), [sym_for_expression] = STATE(1861), [sym_identifier] = ACTIONS(155), [anon_sym_DOT] = ACTIONS(155), [anon_sym_LBRACE] = ACTIONS(153), [anon_sym_RBRACE] = ACTIONS(153), [anon_sym_LBRACK] = ACTIONS(153), [anon_sym_PLUS] = ACTIONS(323), [anon_sym_DASH] = ACTIONS(323), [anon_sym_COLON] = ACTIONS(155), [anon_sym_EQ] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(153), [anon_sym_RPAREN] = ACTIONS(153), [anon_sym_if] = ACTIONS(155), [anon_sym_else] = ACTIONS(155), [anon_sym_match] = ACTIONS(155), [anon_sym_try] = ACTIONS(325), [anon_sym_catch] = ACTIONS(155), [anon_sym_finally] = ACTIONS(155), [anon_sym_new] = ACTIONS(327), [anon_sym_BANG] = ACTIONS(323), [anon_sym_TILDE] = ACTIONS(323), [sym_operator_identifier] = ACTIONS(155), [sym_integer_literal] = ACTIONS(305), [sym_floating_point_literal] = ACTIONS(307), [anon_sym_true] = ACTIONS(309), [anon_sym_false] = ACTIONS(309), [sym_character_literal] = ACTIONS(307), [sym_symbol_literal] = ACTIONS(305), [anon_sym_SEMI] = ACTIONS(153), [sym_null_literal] = ACTIONS(305), [anon_sym_return] = ACTIONS(329), [anon_sym_throw] = ACTIONS(331), [anon_sym_while] = ACTIONS(333), [anon_sym_do] = ACTIONS(317), [anon_sym_for] = ACTIONS(335), [sym_comment] = ACTIONS(181), [sym__automatic_semicolon] = ACTIONS(153), [sym__simple_string] = ACTIONS(321), [sym__simple_multiline_string] = ACTIONS(321), }, [42] = { [sym_block] = STATE(2064), [sym_expression] = STATE(1448), [sym_if_expression] = STATE(2064), [sym_match_expression] = STATE(2064), [sym_try_expression] = STATE(2064), [sym_bindings] = STATE(4886), [sym_lambda_expression] = STATE(2064), [sym_case_block] = STATE(2064), [sym_assignment_expression] = STATE(2064), [sym_generic_function] = STATE(2064), [sym_call_expression] = STATE(2064), [sym_field_expression] = STATE(2064), [sym_instance_expression] = STATE(2064), [sym_ascription_expression] = STATE(2064), [sym_infix_expression] = STATE(2064), [sym_postfix_expression] = STATE(2064), [sym_prefix_expression] = STATE(2064), [sym_tuple_expression] = STATE(2064), [sym_parenthesized_expression] = STATE(2064), [sym_boolean_literal] = STATE(2064), [sym_interpolated_string_expression] = STATE(2064), [sym_string] = STATE(2064), [sym_unit] = STATE(2064), [sym_return_expression] = STATE(2064), [sym_throw_expression] = STATE(2064), [sym_while_expression] = STATE(2064), [sym_do_while_expression] = STATE(2064), [sym_for_expression] = STATE(2064), [sym_identifier] = ACTIONS(337), [anon_sym_DOT] = ACTIONS(189), [anon_sym_LBRACE] = ACTIONS(339), [anon_sym_RBRACE] = ACTIONS(185), [anon_sym_case] = ACTIONS(189), [anon_sym_LBRACK] = ACTIONS(185), [anon_sym_PLUS] = ACTIONS(341), [anon_sym_DASH] = ACTIONS(341), [anon_sym_COLON] = ACTIONS(189), [anon_sym_EQ] = ACTIONS(189), [anon_sym_LPAREN] = ACTIONS(343), [anon_sym_RPAREN] = ACTIONS(185), [anon_sym_if] = ACTIONS(345), [anon_sym_match] = ACTIONS(189), [anon_sym_try] = ACTIONS(347), [anon_sym_catch] = ACTIONS(189), [anon_sym_finally] = ACTIONS(189), [anon_sym_new] = ACTIONS(349), [anon_sym_BANG] = ACTIONS(341), [anon_sym_TILDE] = ACTIONS(341), [sym_operator_identifier] = ACTIONS(189), [sym_integer_literal] = ACTIONS(351), [sym_floating_point_literal] = ACTIONS(353), [anon_sym_true] = ACTIONS(355), [anon_sym_false] = ACTIONS(355), [sym_character_literal] = ACTIONS(353), [sym_symbol_literal] = ACTIONS(351), [anon_sym_SEMI] = ACTIONS(185), [sym_null_literal] = ACTIONS(351), [anon_sym_return] = ACTIONS(357), [anon_sym_throw] = ACTIONS(359), [anon_sym_while] = ACTIONS(361), [anon_sym_do] = ACTIONS(363), [anon_sym_for] = ACTIONS(365), [sym_comment] = ACTIONS(181), [sym__automatic_semicolon] = ACTIONS(185), [sym__simple_string] = ACTIONS(367), [sym__simple_multiline_string] = ACTIONS(367), }, [43] = { [sym_block] = STATE(1861), [sym_expression] = STATE(1315), [sym_if_expression] = STATE(1861), [sym_match_expression] = STATE(1861), [sym_try_expression] = STATE(1861), [sym_bindings] = STATE(4861), [sym_lambda_expression] = STATE(1861), [sym_case_block] = STATE(1861), [sym_assignment_expression] = STATE(1861), [sym_generic_function] = STATE(1861), [sym_call_expression] = STATE(1861), [sym_field_expression] = STATE(1861), [sym_instance_expression] = STATE(1861), [sym_ascription_expression] = STATE(1861), [sym_infix_expression] = STATE(1861), [sym_postfix_expression] = STATE(1861), [sym_prefix_expression] = STATE(1861), [sym_tuple_expression] = STATE(1861), [sym_parenthesized_expression] = STATE(1861), [sym_boolean_literal] = STATE(1861), [sym_interpolated_string_expression] = STATE(1861), [sym_string] = STATE(1861), [sym_unit] = STATE(1861), [sym_return_expression] = STATE(1861), [sym_throw_expression] = STATE(1861), [sym_while_expression] = STATE(1861), [sym_do_while_expression] = STATE(1861), [sym_for_expression] = STATE(1861), [sym_identifier] = ACTIONS(369), [anon_sym_DOT] = ACTIONS(189), [anon_sym_LBRACE] = ACTIONS(293), [anon_sym_RBRACE] = ACTIONS(185), [anon_sym_LBRACK] = ACTIONS(185), [anon_sym_PLUS] = ACTIONS(323), [anon_sym_DASH] = ACTIONS(323), [anon_sym_COLON] = ACTIONS(189), [anon_sym_EQ] = ACTIONS(189), [anon_sym_LPAREN] = ACTIONS(297), [anon_sym_RPAREN] = ACTIONS(185), [anon_sym_if] = ACTIONS(371), [anon_sym_else] = ACTIONS(189), [anon_sym_match] = ACTIONS(189), [anon_sym_try] = ACTIONS(325), [anon_sym_catch] = ACTIONS(189), [anon_sym_finally] = ACTIONS(189), [anon_sym_new] = ACTIONS(327), [anon_sym_BANG] = ACTIONS(323), [anon_sym_TILDE] = ACTIONS(323), [sym_operator_identifier] = ACTIONS(189), [sym_integer_literal] = ACTIONS(305), [sym_floating_point_literal] = ACTIONS(307), [anon_sym_true] = ACTIONS(309), [anon_sym_false] = ACTIONS(309), [sym_character_literal] = ACTIONS(307), [sym_symbol_literal] = ACTIONS(305), [anon_sym_SEMI] = ACTIONS(185), [sym_null_literal] = ACTIONS(305), [anon_sym_return] = ACTIONS(329), [anon_sym_throw] = ACTIONS(331), [anon_sym_while] = ACTIONS(333), [anon_sym_do] = ACTIONS(317), [anon_sym_for] = ACTIONS(335), [sym_comment] = ACTIONS(181), [sym__automatic_semicolon] = ACTIONS(185), [sym__simple_string] = ACTIONS(321), [sym__simple_multiline_string] = ACTIONS(321), }, [44] = { [sym_block] = STATE(2064), [sym_expression] = STATE(1575), [sym_if_expression] = STATE(2064), [sym_match_expression] = STATE(2064), [sym_try_expression] = STATE(2064), [sym_bindings] = STATE(4886), [sym_lambda_expression] = STATE(2064), [sym_case_block] = STATE(2064), [sym_assignment_expression] = STATE(2064), [sym_generic_function] = STATE(2064), [sym_call_expression] = STATE(2064), [sym_field_expression] = STATE(2064), [sym_instance_expression] = STATE(2064), [sym_ascription_expression] = STATE(2064), [sym_infix_expression] = STATE(2064), [sym_postfix_expression] = STATE(2064), [sym_prefix_expression] = STATE(2064), [sym_tuple_expression] = STATE(2064), [sym_parenthesized_expression] = STATE(2064), [sym_boolean_literal] = STATE(2064), [sym_interpolated_string_expression] = STATE(2064), [sym_string] = STATE(2064), [sym_unit] = STATE(2064), [sym_return_expression] = STATE(2064), [sym_throw_expression] = STATE(2064), [sym_while_expression] = STATE(2064), [sym_do_while_expression] = STATE(2064), [sym_for_expression] = STATE(2064), [sym_identifier] = ACTIONS(155), [anon_sym_DOT] = ACTIONS(155), [anon_sym_LBRACE] = ACTIONS(153), [anon_sym_RBRACE] = ACTIONS(153), [anon_sym_case] = ACTIONS(155), [anon_sym_LBRACK] = ACTIONS(153), [anon_sym_PLUS] = ACTIONS(341), [anon_sym_DASH] = ACTIONS(341), [anon_sym_COLON] = ACTIONS(155), [anon_sym_EQ] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(153), [anon_sym_RPAREN] = ACTIONS(153), [anon_sym_if] = ACTIONS(345), [anon_sym_match] = ACTIONS(155), [anon_sym_try] = ACTIONS(347), [anon_sym_catch] = ACTIONS(155), [anon_sym_finally] = ACTIONS(155), [anon_sym_new] = ACTIONS(349), [anon_sym_BANG] = ACTIONS(341), [anon_sym_TILDE] = ACTIONS(341), [sym_operator_identifier] = ACTIONS(155), [sym_integer_literal] = ACTIONS(351), [sym_floating_point_literal] = ACTIONS(353), [anon_sym_true] = ACTIONS(355), [anon_sym_false] = ACTIONS(355), [sym_character_literal] = ACTIONS(353), [sym_symbol_literal] = ACTIONS(351), [anon_sym_SEMI] = ACTIONS(153), [sym_null_literal] = ACTIONS(351), [anon_sym_return] = ACTIONS(357), [anon_sym_throw] = ACTIONS(359), [anon_sym_while] = ACTIONS(361), [anon_sym_do] = ACTIONS(363), [anon_sym_for] = ACTIONS(365), [sym_comment] = ACTIONS(181), [sym__automatic_semicolon] = ACTIONS(153), [sym__simple_string] = ACTIONS(367), [sym__simple_multiline_string] = ACTIONS(367), }, [45] = { [sym_block] = STATE(2064), [sym_expression] = STATE(1448), [sym_if_expression] = STATE(2064), [sym_match_expression] = STATE(2064), [sym_try_expression] = STATE(2064), [sym_bindings] = STATE(4761), [sym_lambda_expression] = STATE(2064), [sym_case_block] = STATE(2064), [sym_assignment_expression] = STATE(2064), [sym_generic_function] = STATE(2064), [sym_call_expression] = STATE(2064), [sym_field_expression] = STATE(2064), [sym_instance_expression] = STATE(2064), [sym_ascription_expression] = STATE(2064), [sym_infix_expression] = STATE(2064), [sym_postfix_expression] = STATE(2064), [sym_prefix_expression] = STATE(2064), [sym_tuple_expression] = STATE(2064), [sym_parenthesized_expression] = STATE(2064), [sym_boolean_literal] = STATE(2064), [sym_interpolated_string_expression] = STATE(2064), [sym_string] = STATE(2064), [sym_unit] = STATE(2064), [sym_return_expression] = STATE(2064), [sym_throw_expression] = STATE(2064), [sym_while_expression] = STATE(2064), [sym_do_while_expression] = STATE(2064), [sym_for_expression] = STATE(2064), [sym_identifier] = ACTIONS(373), [anon_sym_DOT] = ACTIONS(189), [anon_sym_LBRACE] = ACTIONS(339), [anon_sym_RBRACE] = ACTIONS(185), [anon_sym_LBRACK] = ACTIONS(185), [anon_sym_PLUS] = ACTIONS(375), [anon_sym_DASH] = ACTIONS(375), [anon_sym_COLON] = ACTIONS(189), [anon_sym_EQ] = ACTIONS(189), [anon_sym_LPAREN] = ACTIONS(343), [anon_sym_RPAREN] = ACTIONS(185), [anon_sym_if] = ACTIONS(377), [anon_sym_match] = ACTIONS(189), [anon_sym_try] = ACTIONS(379), [anon_sym_catch] = ACTIONS(189), [anon_sym_finally] = ACTIONS(189), [anon_sym_new] = ACTIONS(381), [anon_sym_BANG] = ACTIONS(375), [anon_sym_TILDE] = ACTIONS(375), [sym_operator_identifier] = ACTIONS(189), [sym_integer_literal] = ACTIONS(351), [sym_floating_point_literal] = ACTIONS(353), [anon_sym_true] = ACTIONS(355), [anon_sym_false] = ACTIONS(355), [sym_character_literal] = ACTIONS(353), [sym_symbol_literal] = ACTIONS(351), [anon_sym_SEMI] = ACTIONS(185), [sym_null_literal] = ACTIONS(351), [anon_sym_return] = ACTIONS(383), [anon_sym_throw] = ACTIONS(385), [anon_sym_while] = ACTIONS(387), [anon_sym_do] = ACTIONS(363), [anon_sym_for] = ACTIONS(389), [sym_comment] = ACTIONS(181), [sym__automatic_semicolon] = ACTIONS(185), [sym__simple_string] = ACTIONS(367), [sym__simple_multiline_string] = ACTIONS(367), }, [46] = { [sym_block] = STATE(2064), [sym_expression] = STATE(1595), [sym_if_expression] = STATE(2064), [sym_match_expression] = STATE(2064), [sym_try_expression] = STATE(2064), [sym_bindings] = STATE(4761), [sym_lambda_expression] = STATE(2064), [sym_case_block] = STATE(2064), [sym_assignment_expression] = STATE(2064), [sym_generic_function] = STATE(2064), [sym_call_expression] = STATE(2064), [sym_field_expression] = STATE(2064), [sym_instance_expression] = STATE(2064), [sym_ascription_expression] = STATE(2064), [sym_infix_expression] = STATE(2064), [sym_postfix_expression] = STATE(2064), [sym_prefix_expression] = STATE(2064), [sym_tuple_expression] = STATE(2064), [sym_parenthesized_expression] = STATE(2064), [sym_boolean_literal] = STATE(2064), [sym_interpolated_string_expression] = STATE(2064), [sym_string] = STATE(2064), [sym_unit] = STATE(2064), [sym_return_expression] = STATE(2064), [sym_throw_expression] = STATE(2064), [sym_while_expression] = STATE(2064), [sym_do_while_expression] = STATE(2064), [sym_for_expression] = STATE(2064), [sym_identifier] = ACTIONS(155), [anon_sym_DOT] = ACTIONS(155), [anon_sym_LBRACE] = ACTIONS(153), [anon_sym_RBRACE] = ACTIONS(153), [anon_sym_LBRACK] = ACTIONS(153), [anon_sym_PLUS] = ACTIONS(375), [anon_sym_DASH] = ACTIONS(375), [anon_sym_COLON] = ACTIONS(155), [anon_sym_EQ] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(153), [anon_sym_RPAREN] = ACTIONS(153), [anon_sym_if] = ACTIONS(155), [anon_sym_match] = ACTIONS(155), [anon_sym_try] = ACTIONS(379), [anon_sym_catch] = ACTIONS(155), [anon_sym_finally] = ACTIONS(155), [anon_sym_new] = ACTIONS(381), [anon_sym_BANG] = ACTIONS(375), [anon_sym_TILDE] = ACTIONS(375), [sym_operator_identifier] = ACTIONS(155), [sym_integer_literal] = ACTIONS(351), [sym_floating_point_literal] = ACTIONS(353), [anon_sym_true] = ACTIONS(355), [anon_sym_false] = ACTIONS(355), [sym_character_literal] = ACTIONS(353), [sym_symbol_literal] = ACTIONS(351), [anon_sym_SEMI] = ACTIONS(153), [sym_null_literal] = ACTIONS(351), [anon_sym_return] = ACTIONS(383), [anon_sym_throw] = ACTIONS(385), [anon_sym_while] = ACTIONS(387), [anon_sym_do] = ACTIONS(363), [anon_sym_for] = ACTIONS(389), [sym_comment] = ACTIONS(181), [sym__automatic_semicolon] = ACTIONS(153), [sym__simple_string] = ACTIONS(367), [sym__simple_multiline_string] = ACTIONS(367), }, [47] = { [sym_block] = STATE(2237), [sym_expression] = STATE(1675), [sym_if_expression] = STATE(2237), [sym_match_expression] = STATE(2237), [sym_try_expression] = STATE(2237), [sym_bindings] = STATE(4754), [sym_lambda_expression] = STATE(2237), [sym_case_block] = STATE(2237), [sym_assignment_expression] = STATE(2237), [sym_generic_function] = STATE(2237), [sym_call_expression] = STATE(2237), [sym_field_expression] = STATE(2237), [sym_instance_expression] = STATE(2237), [sym_ascription_expression] = STATE(2237), [sym_infix_expression] = STATE(2237), [sym_postfix_expression] = STATE(2237), [sym_prefix_expression] = STATE(2237), [sym_tuple_expression] = STATE(2237), [sym_parenthesized_expression] = STATE(2237), [sym_boolean_literal] = STATE(2237), [sym_interpolated_string_expression] = STATE(2237), [sym_string] = STATE(2237), [sym_unit] = STATE(2237), [sym_return_expression] = STATE(2237), [sym_throw_expression] = STATE(2237), [sym_while_expression] = STATE(2237), [sym_do_while_expression] = STATE(2237), [sym_for_expression] = STATE(2237), [sym_identifier] = ACTIONS(391), [anon_sym_DOT] = ACTIONS(189), [anon_sym_LBRACE] = ACTIONS(393), [anon_sym_RBRACE] = ACTIONS(185), [anon_sym_case] = ACTIONS(189), [anon_sym_LBRACK] = ACTIONS(185), [anon_sym_PLUS] = ACTIONS(395), [anon_sym_DASH] = ACTIONS(395), [anon_sym_COLON] = ACTIONS(189), [anon_sym_EQ] = ACTIONS(189), [anon_sym_LPAREN] = ACTIONS(397), [anon_sym_RPAREN] = ACTIONS(185), [anon_sym_if] = ACTIONS(399), [anon_sym_else] = ACTIONS(189), [anon_sym_match] = ACTIONS(189), [anon_sym_try] = ACTIONS(401), [anon_sym_new] = ACTIONS(403), [anon_sym_BANG] = ACTIONS(395), [anon_sym_TILDE] = ACTIONS(395), [sym_operator_identifier] = ACTIONS(189), [sym_integer_literal] = ACTIONS(405), [sym_floating_point_literal] = ACTIONS(407), [anon_sym_true] = ACTIONS(409), [anon_sym_false] = ACTIONS(409), [sym_character_literal] = ACTIONS(407), [sym_symbol_literal] = ACTIONS(405), [anon_sym_SEMI] = ACTIONS(185), [sym_null_literal] = ACTIONS(405), [anon_sym_return] = ACTIONS(411), [anon_sym_throw] = ACTIONS(413), [anon_sym_while] = ACTIONS(415), [anon_sym_do] = ACTIONS(417), [anon_sym_for] = ACTIONS(419), [sym_comment] = ACTIONS(181), [sym__automatic_semicolon] = ACTIONS(185), [sym__simple_string] = ACTIONS(421), [sym__simple_multiline_string] = ACTIONS(421), }, [48] = { [sym_block] = STATE(2237), [sym_expression] = STATE(1768), [sym_if_expression] = STATE(2237), [sym_match_expression] = STATE(2237), [sym_try_expression] = STATE(2237), [sym_bindings] = STATE(4754), [sym_lambda_expression] = STATE(2237), [sym_case_block] = STATE(2237), [sym_assignment_expression] = STATE(2237), [sym_generic_function] = STATE(2237), [sym_call_expression] = STATE(2237), [sym_field_expression] = STATE(2237), [sym_instance_expression] = STATE(2237), [sym_ascription_expression] = STATE(2237), [sym_infix_expression] = STATE(2237), [sym_postfix_expression] = STATE(2237), [sym_prefix_expression] = STATE(2237), [sym_tuple_expression] = STATE(2237), [sym_parenthesized_expression] = STATE(2237), [sym_boolean_literal] = STATE(2237), [sym_interpolated_string_expression] = STATE(2237), [sym_string] = STATE(2237), [sym_unit] = STATE(2237), [sym_return_expression] = STATE(2237), [sym_throw_expression] = STATE(2237), [sym_while_expression] = STATE(2237), [sym_do_while_expression] = STATE(2237), [sym_for_expression] = STATE(2237), [sym_identifier] = ACTIONS(155), [anon_sym_DOT] = ACTIONS(155), [anon_sym_LBRACE] = ACTIONS(153), [anon_sym_RBRACE] = ACTIONS(153), [anon_sym_case] = ACTIONS(155), [anon_sym_LBRACK] = ACTIONS(153), [anon_sym_PLUS] = ACTIONS(395), [anon_sym_DASH] = ACTIONS(395), [anon_sym_COLON] = ACTIONS(155), [anon_sym_EQ] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(153), [anon_sym_RPAREN] = ACTIONS(153), [anon_sym_if] = ACTIONS(399), [anon_sym_else] = ACTIONS(155), [anon_sym_match] = ACTIONS(155), [anon_sym_try] = ACTIONS(401), [anon_sym_new] = ACTIONS(403), [anon_sym_BANG] = ACTIONS(395), [anon_sym_TILDE] = ACTIONS(395), [sym_operator_identifier] = ACTIONS(155), [sym_integer_literal] = ACTIONS(405), [sym_floating_point_literal] = ACTIONS(407), [anon_sym_true] = ACTIONS(409), [anon_sym_false] = ACTIONS(409), [sym_character_literal] = ACTIONS(407), [sym_symbol_literal] = ACTIONS(405), [anon_sym_SEMI] = ACTIONS(153), [sym_null_literal] = ACTIONS(405), [anon_sym_return] = ACTIONS(411), [anon_sym_throw] = ACTIONS(413), [anon_sym_while] = ACTIONS(415), [anon_sym_do] = ACTIONS(417), [anon_sym_for] = ACTIONS(419), [sym_comment] = ACTIONS(181), [sym__automatic_semicolon] = ACTIONS(153), [sym__simple_string] = ACTIONS(421), [sym__simple_multiline_string] = ACTIONS(421), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 19, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, ACTIONS(181), 1, sym_comment, STATE(1894), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(53), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(153), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(155), 7, anon_sym_DOT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [103] = 22, ACTIONS(181), 1, sym_comment, ACTIONS(423), 1, sym_identifier, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(431), 1, anon_sym_if, ACTIONS(433), 1, anon_sym_try, ACTIONS(435), 1, anon_sym_new, ACTIONS(443), 1, anon_sym_return, ACTIONS(445), 1, anon_sym_throw, ACTIONS(447), 1, anon_sym_while, ACTIONS(449), 1, anon_sym_do, ACTIONS(451), 1, anon_sym_for, STATE(1701), 1, sym_expression, STATE(4882), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(185), 3, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(427), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(189), 8, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_operator_identifier, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [212] = 18, ACTIONS(181), 1, sym_comment, ACTIONS(417), 1, anon_sym_do, ACTIONS(457), 1, anon_sym_try, ACTIONS(459), 1, anon_sym_new, ACTIONS(461), 1, anon_sym_return, ACTIONS(463), 1, anon_sym_throw, ACTIONS(465), 1, anon_sym_while, ACTIONS(467), 1, anon_sym_for, STATE(1769), 1, sym_expression, STATE(4812), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(455), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(153), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(155), 8, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [313] = 22, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(417), 1, anon_sym_do, ACTIONS(457), 1, anon_sym_try, ACTIONS(459), 1, anon_sym_new, ACTIONS(461), 1, anon_sym_return, ACTIONS(463), 1, anon_sym_throw, ACTIONS(465), 1, anon_sym_while, ACTIONS(467), 1, anon_sym_for, ACTIONS(469), 1, sym_identifier, ACTIONS(471), 1, anon_sym_if, STATE(1675), 1, sym_expression, STATE(4812), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(455), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(185), 5, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(189), 6, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_operator_identifier, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [422] = 22, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, ACTIONS(181), 1, sym_comment, STATE(1778), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(53), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(185), 5, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(189), 6, anon_sym_DOT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_operator_identifier, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [531] = 19, ACTIONS(181), 1, sym_comment, ACTIONS(431), 1, anon_sym_if, ACTIONS(433), 1, anon_sym_try, ACTIONS(435), 1, anon_sym_new, ACTIONS(443), 1, anon_sym_return, ACTIONS(445), 1, anon_sym_throw, ACTIONS(447), 1, anon_sym_while, ACTIONS(449), 1, anon_sym_do, ACTIONS(451), 1, anon_sym_for, STATE(1952), 1, sym_expression, STATE(4882), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(427), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(153), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(155), 9, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [634] = 22, ACTIONS(181), 1, sym_comment, ACTIONS(185), 1, anon_sym_LBRACK, ACTIONS(473), 1, sym_identifier, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(479), 1, anon_sym_LPAREN, ACTIONS(481), 1, anon_sym_if, ACTIONS(483), 1, anon_sym_try, ACTIONS(485), 1, anon_sym_new, ACTIONS(493), 1, anon_sym_return, ACTIONS(495), 1, anon_sym_throw, ACTIONS(497), 1, anon_sym_while, ACTIONS(499), 1, anon_sym_do, ACTIONS(501), 1, anon_sym_for, STATE(2032), 1, sym_expression, STATE(4832), 1, sym_bindings, ACTIONS(489), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(491), 2, anon_sym_true, anon_sym_false, ACTIONS(503), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(487), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(477), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(189), 9, anon_sym_DOT, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_operator_identifier, STATE(2917), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [742] = 22, ACTIONS(181), 1, sym_comment, ACTIONS(505), 1, sym_identifier, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(513), 1, anon_sym_if, ACTIONS(515), 1, anon_sym_try, ACTIONS(517), 1, anon_sym_new, ACTIONS(525), 1, anon_sym_return, ACTIONS(527), 1, anon_sym_throw, ACTIONS(529), 1, anon_sym_while, ACTIONS(531), 1, anon_sym_do, ACTIONS(533), 1, anon_sym_for, STATE(1913), 1, sym_expression, STATE(4788), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(185), 3, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(509), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(189), 7, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_operator_identifier, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [850] = 19, ACTIONS(181), 1, sym_comment, ACTIONS(481), 1, anon_sym_if, ACTIONS(483), 1, anon_sym_try, ACTIONS(485), 1, anon_sym_new, ACTIONS(493), 1, anon_sym_return, ACTIONS(495), 1, anon_sym_throw, ACTIONS(497), 1, anon_sym_while, ACTIONS(499), 1, anon_sym_do, ACTIONS(501), 1, anon_sym_for, STATE(2044), 1, sym_expression, STATE(4832), 1, sym_bindings, ACTIONS(489), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(491), 2, anon_sym_true, anon_sym_false, ACTIONS(503), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(153), 3, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(487), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(477), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(155), 10, anon_sym_DOT, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, STATE(2917), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [952] = 22, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(87), 1, anon_sym_do, ACTIONS(181), 1, sym_comment, ACTIONS(537), 1, sym_identifier, ACTIONS(541), 1, anon_sym_if, ACTIONS(543), 1, anon_sym_try, ACTIONS(545), 1, anon_sym_new, ACTIONS(547), 1, anon_sym_return, ACTIONS(549), 1, anon_sym_throw, ACTIONS(551), 1, anon_sym_while, ACTIONS(553), 1, anon_sym_for, STATE(1778), 1, sym_expression, STATE(4732), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(539), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(185), 5, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(189), 5, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_operator_identifier, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [1060] = 18, ACTIONS(87), 1, anon_sym_do, ACTIONS(181), 1, sym_comment, ACTIONS(543), 1, anon_sym_try, ACTIONS(545), 1, anon_sym_new, ACTIONS(547), 1, anon_sym_return, ACTIONS(549), 1, anon_sym_throw, ACTIONS(551), 1, anon_sym_while, ACTIONS(553), 1, anon_sym_for, STATE(1824), 1, sym_expression, STATE(4732), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(539), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(153), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(155), 7, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [1160] = 19, ACTIONS(181), 1, sym_comment, ACTIONS(513), 1, anon_sym_if, ACTIONS(515), 1, anon_sym_try, ACTIONS(517), 1, anon_sym_new, ACTIONS(525), 1, anon_sym_return, ACTIONS(527), 1, anon_sym_throw, ACTIONS(529), 1, anon_sym_while, ACTIONS(531), 1, anon_sym_do, ACTIONS(533), 1, anon_sym_for, STATE(2018), 1, sym_expression, STATE(4788), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(509), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(153), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(155), 8, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [1262] = 22, ACTIONS(181), 1, sym_comment, ACTIONS(185), 1, anon_sym_LBRACK, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(449), 1, anon_sym_do, ACTIONS(555), 1, sym_identifier, ACTIONS(559), 1, anon_sym_if, ACTIONS(561), 1, anon_sym_try, ACTIONS(563), 1, anon_sym_new, ACTIONS(565), 1, anon_sym_return, ACTIONS(567), 1, anon_sym_throw, ACTIONS(569), 1, anon_sym_while, ACTIONS(571), 1, anon_sym_for, STATE(1701), 1, sym_expression, STATE(4756), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(557), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(189), 8, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_operator_identifier, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [1369] = 18, ACTIONS(181), 1, sym_comment, ACTIONS(449), 1, anon_sym_do, ACTIONS(559), 1, anon_sym_if, ACTIONS(561), 1, anon_sym_try, ACTIONS(563), 1, anon_sym_new, ACTIONS(565), 1, anon_sym_return, ACTIONS(567), 1, anon_sym_throw, ACTIONS(571), 1, anon_sym_for, STATE(2150), 1, sym_expression, STATE(4756), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(153), 3, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(557), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(155), 10, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [1468] = 22, ACTIONS(181), 1, sym_comment, ACTIONS(185), 1, anon_sym_LBRACK, ACTIONS(573), 1, sym_identifier, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(579), 1, anon_sym_LPAREN, ACTIONS(581), 1, anon_sym_if, ACTIONS(583), 1, anon_sym_try, ACTIONS(585), 1, anon_sym_new, ACTIONS(593), 1, anon_sym_return, ACTIONS(595), 1, anon_sym_throw, ACTIONS(597), 1, anon_sym_while, ACTIONS(599), 1, anon_sym_do, ACTIONS(601), 1, anon_sym_for, STATE(2169), 1, sym_expression, STATE(4721), 1, sym_bindings, ACTIONS(589), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(591), 2, anon_sym_true, anon_sym_false, ACTIONS(603), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(587), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(577), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(189), 8, anon_sym_DOT, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_operator_identifier, STATE(3135), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [1575] = 22, ACTIONS(181), 1, sym_comment, ACTIONS(605), 1, sym_identifier, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(613), 1, anon_sym_if, ACTIONS(615), 1, anon_sym_try, ACTIONS(617), 1, anon_sym_new, ACTIONS(625), 1, anon_sym_return, ACTIONS(627), 1, anon_sym_throw, ACTIONS(629), 1, anon_sym_while, ACTIONS(631), 1, anon_sym_do, ACTIONS(633), 1, anon_sym_for, STATE(2121), 1, sym_expression, STATE(4879), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(185), 3, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(609), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(189), 6, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_operator_identifier, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [1682] = 19, ACTIONS(181), 1, sym_comment, ACTIONS(613), 1, anon_sym_if, ACTIONS(615), 1, anon_sym_try, ACTIONS(617), 1, anon_sym_new, ACTIONS(625), 1, anon_sym_return, ACTIONS(627), 1, anon_sym_throw, ACTIONS(629), 1, anon_sym_while, ACTIONS(631), 1, anon_sym_do, ACTIONS(633), 1, anon_sym_for, STATE(2332), 1, sym_expression, STATE(4879), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(609), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(153), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(155), 7, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [1783] = 19, ACTIONS(181), 1, sym_comment, ACTIONS(581), 1, anon_sym_if, ACTIONS(583), 1, anon_sym_try, ACTIONS(585), 1, anon_sym_new, ACTIONS(593), 1, anon_sym_return, ACTIONS(595), 1, anon_sym_throw, ACTIONS(597), 1, anon_sym_while, ACTIONS(599), 1, anon_sym_do, ACTIONS(601), 1, anon_sym_for, STATE(2175), 1, sym_expression, STATE(4721), 1, sym_bindings, ACTIONS(589), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(591), 2, anon_sym_true, anon_sym_false, ACTIONS(603), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(153), 3, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(587), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(577), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(155), 9, anon_sym_DOT, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, STATE(3135), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [1884] = 19, ACTIONS(181), 1, sym_comment, ACTIONS(639), 1, anon_sym_if, ACTIONS(641), 1, anon_sym_try, ACTIONS(643), 1, anon_sym_new, ACTIONS(651), 1, anon_sym_return, ACTIONS(653), 1, anon_sym_throw, ACTIONS(655), 1, anon_sym_while, ACTIONS(657), 1, anon_sym_do, ACTIONS(659), 1, anon_sym_for, STATE(2444), 1, sym_expression, STATE(4787), 1, sym_bindings, ACTIONS(647), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(649), 2, anon_sym_true, anon_sym_false, ACTIONS(661), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(153), 3, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(645), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(637), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(155), 8, anon_sym_DOT, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, STATE(3257), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [1984] = 19, ACTIONS(181), 1, sym_comment, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, STATE(2427), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(663), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(153), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(155), 6, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [2084] = 22, ACTIONS(181), 1, sym_comment, ACTIONS(185), 1, anon_sym_LBRACK, ACTIONS(639), 1, anon_sym_if, ACTIONS(641), 1, anon_sym_try, ACTIONS(643), 1, anon_sym_new, ACTIONS(651), 1, anon_sym_return, ACTIONS(653), 1, anon_sym_throw, ACTIONS(655), 1, anon_sym_while, ACTIONS(657), 1, anon_sym_do, ACTIONS(659), 1, anon_sym_for, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(693), 1, anon_sym_LPAREN, STATE(2408), 1, sym_expression, STATE(4787), 1, sym_bindings, ACTIONS(647), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(649), 2, anon_sym_true, anon_sym_false, ACTIONS(661), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(645), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(637), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(189), 7, anon_sym_DOT, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_operator_identifier, STATE(3257), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [2190] = 22, ACTIONS(181), 1, sym_comment, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2184), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(185), 3, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(663), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(189), 5, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_operator_identifier, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [2296] = 18, ACTIONS(181), 1, sym_comment, ACTIONS(531), 1, anon_sym_do, ACTIONS(703), 1, anon_sym_if, ACTIONS(705), 1, anon_sym_try, ACTIONS(707), 1, anon_sym_new, ACTIONS(709), 1, anon_sym_return, ACTIONS(711), 1, anon_sym_throw, ACTIONS(713), 1, anon_sym_for, STATE(2357), 1, sym_expression, STATE(4809), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(153), 3, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(701), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(155), 9, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [2394] = 22, ACTIONS(181), 1, sym_comment, ACTIONS(185), 1, anon_sym_LBRACK, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(531), 1, anon_sym_do, ACTIONS(703), 1, anon_sym_if, ACTIONS(705), 1, anon_sym_try, ACTIONS(707), 1, anon_sym_new, ACTIONS(709), 1, anon_sym_return, ACTIONS(711), 1, anon_sym_throw, ACTIONS(713), 1, anon_sym_for, ACTIONS(715), 1, sym_identifier, ACTIONS(717), 1, anon_sym_while, STATE(1913), 1, sym_expression, STATE(4809), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(701), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(189), 7, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_operator_identifier, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [2500] = 22, ACTIONS(181), 1, sym_comment, ACTIONS(185), 1, anon_sym_LBRACK, ACTIONS(719), 1, sym_identifier, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(725), 1, anon_sym_LPAREN, ACTIONS(727), 1, anon_sym_if, ACTIONS(729), 1, anon_sym_try, ACTIONS(731), 1, anon_sym_new, ACTIONS(739), 1, anon_sym_return, ACTIONS(741), 1, anon_sym_throw, ACTIONS(743), 1, anon_sym_while, ACTIONS(745), 1, anon_sym_do, ACTIONS(747), 1, anon_sym_for, STATE(2871), 1, sym_expression, STATE(4791), 1, sym_bindings, ACTIONS(735), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(737), 2, anon_sym_true, anon_sym_false, ACTIONS(749), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(733), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(723), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(189), 6, anon_sym_DOT, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_operator_identifier, STATE(3362), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [2605] = 18, ACTIONS(181), 1, sym_comment, ACTIONS(631), 1, anon_sym_do, ACTIONS(753), 1, anon_sym_if, ACTIONS(755), 1, anon_sym_try, ACTIONS(757), 1, anon_sym_new, ACTIONS(759), 1, anon_sym_return, ACTIONS(761), 1, anon_sym_throw, ACTIONS(763), 1, anon_sym_for, STATE(2438), 1, sym_expression, STATE(4932), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(153), 3, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(751), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(155), 8, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [2702] = 22, ACTIONS(181), 1, sym_comment, ACTIONS(185), 1, anon_sym_LBRACK, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(631), 1, anon_sym_do, ACTIONS(753), 1, anon_sym_if, ACTIONS(755), 1, anon_sym_try, ACTIONS(757), 1, anon_sym_new, ACTIONS(759), 1, anon_sym_return, ACTIONS(761), 1, anon_sym_throw, ACTIONS(763), 1, anon_sym_for, ACTIONS(765), 1, sym_identifier, ACTIONS(767), 1, anon_sym_while, STATE(2121), 1, sym_expression, STATE(4932), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(751), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(189), 6, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_operator_identifier, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [2807] = 19, ACTIONS(181), 1, sym_comment, ACTIONS(727), 1, anon_sym_if, ACTIONS(729), 1, anon_sym_try, ACTIONS(731), 1, anon_sym_new, ACTIONS(739), 1, anon_sym_return, ACTIONS(741), 1, anon_sym_throw, ACTIONS(743), 1, anon_sym_while, ACTIONS(745), 1, anon_sym_do, ACTIONS(747), 1, anon_sym_for, STATE(2809), 1, sym_expression, STATE(4791), 1, sym_bindings, ACTIONS(735), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(737), 2, anon_sym_true, anon_sym_false, ACTIONS(749), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(153), 3, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(733), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(723), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(155), 7, anon_sym_DOT, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, STATE(3362), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [2906] = 22, ACTIONS(181), 1, sym_comment, ACTIONS(185), 1, anon_sym_LBRACK, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2184), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(771), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(189), 5, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_operator_identifier, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [3010] = 18, ACTIONS(181), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(785), 1, anon_sym_for, STATE(2609), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(153), 3, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(771), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_TILDE, ACTIONS(155), 7, anon_sym_DOT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [3106] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(787), 1, sym_identifier, ACTIONS(791), 1, anon_sym_RPAREN, STATE(2331), 1, sym_expression, STATE(4338), 1, sym_binding, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [3208] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(787), 1, sym_identifier, ACTIONS(793), 1, anon_sym_RPAREN, STATE(2238), 1, sym_expression, STATE(4338), 1, sym_binding, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [3310] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(787), 1, sym_identifier, ACTIONS(795), 1, anon_sym_RPAREN, STATE(2325), 1, sym_expression, STATE(4338), 1, sym_binding, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [3412] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(787), 1, sym_identifier, ACTIONS(797), 1, anon_sym_RPAREN, STATE(2239), 1, sym_expression, STATE(4338), 1, sym_binding, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [3514] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(787), 1, sym_identifier, ACTIONS(799), 1, anon_sym_RPAREN, STATE(2287), 1, sym_expression, STATE(4338), 1, sym_binding, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [3616] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(787), 1, sym_identifier, ACTIONS(801), 1, anon_sym_RPAREN, STATE(2347), 1, sym_expression, STATE(4338), 1, sym_binding, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [3718] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(787), 1, sym_identifier, ACTIONS(803), 1, anon_sym_RPAREN, STATE(2304), 1, sym_expression, STATE(4338), 1, sym_binding, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [3820] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(787), 1, sym_identifier, ACTIONS(805), 1, anon_sym_RPAREN, STATE(2296), 1, sym_expression, STATE(4338), 1, sym_binding, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [3922] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(787), 1, sym_identifier, ACTIONS(807), 1, anon_sym_RPAREN, STATE(2205), 1, sym_expression, STATE(4338), 1, sym_binding, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [4024] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(787), 1, sym_identifier, ACTIONS(809), 1, anon_sym_RPAREN, STATE(2262), 1, sym_expression, STATE(4338), 1, sym_binding, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [4126] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(787), 1, sym_identifier, ACTIONS(811), 1, anon_sym_RPAREN, STATE(2292), 1, sym_expression, STATE(4338), 1, sym_binding, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [4228] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(787), 1, sym_identifier, ACTIONS(813), 1, anon_sym_RPAREN, STATE(2343), 1, sym_expression, STATE(4338), 1, sym_binding, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [4330] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(787), 1, sym_identifier, ACTIONS(815), 1, anon_sym_RPAREN, STATE(2254), 1, sym_expression, STATE(4338), 1, sym_binding, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [4432] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(787), 1, sym_identifier, ACTIONS(817), 1, anon_sym_RPAREN, STATE(2276), 1, sym_expression, STATE(4338), 1, sym_binding, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [4534] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(787), 1, sym_identifier, ACTIONS(819), 1, anon_sym_RPAREN, STATE(2236), 1, sym_expression, STATE(4338), 1, sym_binding, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [4636] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(787), 1, sym_identifier, ACTIONS(821), 1, anon_sym_RPAREN, STATE(2259), 1, sym_expression, STATE(4338), 1, sym_binding, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [4738] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(637), 1, anon_sym_DASH, ACTIONS(639), 1, anon_sym_if, ACTIONS(641), 1, anon_sym_try, ACTIONS(643), 1, anon_sym_new, ACTIONS(651), 1, anon_sym_return, ACTIONS(653), 1, anon_sym_throw, ACTIONS(655), 1, anon_sym_while, ACTIONS(657), 1, anon_sym_do, ACTIONS(659), 1, anon_sym_for, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(693), 1, anon_sym_LPAREN, ACTIONS(825), 1, anon_sym_yield, STATE(2395), 1, sym_expression, STATE(4787), 1, sym_bindings, ACTIONS(647), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(649), 2, anon_sym_true, anon_sym_false, ACTIONS(661), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(645), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(823), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3257), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [4837] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(827), 1, anon_sym_RPAREN, STATE(2214), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [4936] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(829), 1, anon_sym_RPAREN, STATE(2354), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [5035] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(831), 1, anon_sym_RPAREN, STATE(2250), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [5134] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(833), 1, anon_sym_RPAREN, STATE(2210), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [5233] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(835), 1, anon_sym_RPAREN, STATE(2300), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [5332] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(837), 1, anon_sym_RPAREN, STATE(2346), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [5431] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(839), 1, anon_sym_RPAREN, STATE(2350), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [5530] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(841), 1, anon_sym_RPAREN, STATE(2366), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [5629] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(843), 1, anon_sym_RPAREN, STATE(2330), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [5728] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(157), 1, anon_sym_DASH, ACTIONS(159), 1, anon_sym_if, ACTIONS(161), 1, anon_sym_try, ACTIONS(163), 1, anon_sym_new, ACTIONS(171), 1, anon_sym_return, ACTIONS(173), 1, anon_sym_throw, ACTIONS(175), 1, anon_sym_while, ACTIONS(177), 1, anon_sym_do, ACTIONS(179), 1, anon_sym_for, ACTIONS(187), 1, sym_identifier, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(193), 1, anon_sym_LPAREN, ACTIONS(847), 1, anon_sym_yield, STATE(602), 1, sym_expression, STATE(4831), 1, sym_bindings, ACTIONS(167), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(169), 2, anon_sym_true, anon_sym_false, ACTIONS(183), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(165), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(845), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(884), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [5827] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(849), 1, anon_sym_RPAREN, STATE(2307), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [5926] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(363), 1, anon_sym_do, ACTIONS(373), 1, sym_identifier, ACTIONS(375), 1, anon_sym_DASH, ACTIONS(377), 1, anon_sym_if, ACTIONS(379), 1, anon_sym_try, ACTIONS(381), 1, anon_sym_new, ACTIONS(383), 1, anon_sym_return, ACTIONS(385), 1, anon_sym_throw, ACTIONS(387), 1, anon_sym_while, ACTIONS(389), 1, anon_sym_for, ACTIONS(853), 1, anon_sym_yield, STATE(1598), 1, sym_expression, STATE(4761), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(851), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [6025] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(855), 1, anon_sym_RPAREN, STATE(2299), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [6124] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(857), 1, anon_sym_RPAREN, STATE(2315), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [6223] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(391), 1, sym_identifier, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(395), 1, anon_sym_DASH, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(399), 1, anon_sym_if, ACTIONS(401), 1, anon_sym_try, ACTIONS(403), 1, anon_sym_new, ACTIONS(411), 1, anon_sym_return, ACTIONS(413), 1, anon_sym_throw, ACTIONS(415), 1, anon_sym_while, ACTIONS(417), 1, anon_sym_do, ACTIONS(419), 1, anon_sym_for, ACTIONS(861), 1, anon_sym_yield, STATE(1773), 1, sym_expression, STATE(4754), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(859), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [6322] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(863), 1, anon_sym_RPAREN, STATE(2231), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [6421] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(865), 1, anon_sym_yield, STATE(2397), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [6520] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(867), 1, anon_sym_RPAREN, STATE(2268), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [6619] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(869), 1, anon_sym_RPAREN, STATE(2180), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [6718] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(871), 1, anon_sym_RPAREN, STATE(2309), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [6817] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(873), 1, anon_sym_RPAREN, STATE(2306), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [6916] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(875), 1, anon_sym_RPAREN, STATE(2256), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [7015] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(877), 1, anon_sym_RPAREN, STATE(2359), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [7114] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(227), 1, anon_sym_DASH, ACTIONS(229), 1, anon_sym_if, ACTIONS(231), 1, anon_sym_try, ACTIONS(233), 1, anon_sym_new, ACTIONS(241), 1, anon_sym_return, ACTIONS(243), 1, anon_sym_throw, ACTIONS(245), 1, anon_sym_while, ACTIONS(247), 1, anon_sym_do, ACTIONS(249), 1, anon_sym_for, ACTIONS(253), 1, sym_identifier, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(257), 1, anon_sym_LPAREN, ACTIONS(881), 1, anon_sym_yield, STATE(733), 1, sym_expression, STATE(4940), 1, sym_bindings, ACTIONS(237), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(239), 2, anon_sym_true, anon_sym_false, ACTIONS(251), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(235), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(879), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(975), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [7213] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(883), 1, anon_sym_RPAREN, STATE(2334), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [7312] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(885), 1, anon_sym_RPAREN, STATE(2196), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [7411] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(417), 1, anon_sym_do, ACTIONS(455), 1, anon_sym_DASH, ACTIONS(457), 1, anon_sym_try, ACTIONS(459), 1, anon_sym_new, ACTIONS(461), 1, anon_sym_return, ACTIONS(463), 1, anon_sym_throw, ACTIONS(465), 1, anon_sym_while, ACTIONS(467), 1, anon_sym_for, ACTIONS(469), 1, sym_identifier, ACTIONS(471), 1, anon_sym_if, ACTIONS(889), 1, anon_sym_yield, STATE(1762), 1, sym_expression, STATE(4812), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(887), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [7510] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(891), 1, anon_sym_RPAREN, STATE(2213), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [7609] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(893), 1, anon_sym_RPAREN, STATE(2216), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [7708] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(895), 1, anon_sym_RPAREN, STATE(2220), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [7807] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, ACTIONS(899), 1, anon_sym_yield, STATE(806), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [7906] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(573), 1, sym_identifier, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(577), 1, anon_sym_DASH, ACTIONS(579), 1, anon_sym_LPAREN, ACTIONS(581), 1, anon_sym_if, ACTIONS(583), 1, anon_sym_try, ACTIONS(585), 1, anon_sym_new, ACTIONS(593), 1, anon_sym_return, ACTIONS(595), 1, anon_sym_throw, ACTIONS(597), 1, anon_sym_while, ACTIONS(599), 1, anon_sym_do, ACTIONS(601), 1, anon_sym_for, ACTIONS(903), 1, anon_sym_yield, STATE(2203), 1, sym_expression, STATE(4721), 1, sym_bindings, ACTIONS(589), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(591), 2, anon_sym_true, anon_sym_false, ACTIONS(603), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(587), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(901), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3135), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [8005] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(905), 1, anon_sym_RPAREN, STATE(2365), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [8104] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(907), 1, anon_sym_RPAREN, STATE(2181), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [8203] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(909), 1, anon_sym_RPAREN, STATE(2171), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [8302] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(911), 1, anon_sym_RPAREN, STATE(2277), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [8401] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(913), 1, anon_sym_RPAREN, STATE(2312), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [8500] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(915), 1, anon_sym_RPAREN, STATE(2352), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [8599] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(917), 1, anon_sym_RPAREN, STATE(2297), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [8698] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(337), 1, sym_identifier, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(341), 1, anon_sym_DASH, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(345), 1, anon_sym_if, ACTIONS(347), 1, anon_sym_try, ACTIONS(349), 1, anon_sym_new, ACTIONS(357), 1, anon_sym_return, ACTIONS(359), 1, anon_sym_throw, ACTIONS(361), 1, anon_sym_while, ACTIONS(363), 1, anon_sym_do, ACTIONS(365), 1, anon_sym_for, ACTIONS(921), 1, anon_sym_yield, STATE(1496), 1, sym_expression, STATE(4886), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(919), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [8797] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(923), 1, anon_sym_RPAREN, STATE(2247), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [8896] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(473), 1, sym_identifier, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(477), 1, anon_sym_DASH, ACTIONS(479), 1, anon_sym_LPAREN, ACTIONS(481), 1, anon_sym_if, ACTIONS(483), 1, anon_sym_try, ACTIONS(485), 1, anon_sym_new, ACTIONS(493), 1, anon_sym_return, ACTIONS(495), 1, anon_sym_throw, ACTIONS(497), 1, anon_sym_while, ACTIONS(499), 1, anon_sym_do, ACTIONS(501), 1, anon_sym_for, ACTIONS(927), 1, anon_sym_yield, STATE(2156), 1, sym_expression, STATE(4832), 1, sym_bindings, ACTIONS(489), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(491), 2, anon_sym_true, anon_sym_false, ACTIONS(503), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(487), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(925), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2917), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [8995] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(929), 1, anon_sym_RPAREN, STATE(2212), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [9094] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(931), 1, anon_sym_RPAREN, STATE(2355), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [9193] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(933), 1, anon_sym_RPAREN, STATE(2348), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [9292] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(935), 1, anon_sym_RPAREN, STATE(2318), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [9391] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(937), 1, anon_sym_RPAREN, STATE(2316), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [9490] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(939), 1, anon_sym_RPAREN, STATE(2345), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [9589] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(941), 1, anon_sym_RPAREN, STATE(2275), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [9688] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(943), 1, anon_sym_RPAREN, STATE(2202), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [9787] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(195), 1, anon_sym_DASH, ACTIONS(197), 1, anon_sym_if, ACTIONS(199), 1, anon_sym_try, ACTIONS(201), 1, anon_sym_new, ACTIONS(209), 1, anon_sym_return, ACTIONS(211), 1, anon_sym_throw, ACTIONS(213), 1, anon_sym_while, ACTIONS(215), 1, anon_sym_do, ACTIONS(217), 1, anon_sym_for, ACTIONS(221), 1, sym_identifier, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(225), 1, anon_sym_LPAREN, ACTIONS(947), 1, anon_sym_yield, STATE(641), 1, sym_expression, STATE(4719), 1, sym_bindings, ACTIONS(205), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(207), 2, anon_sym_true, anon_sym_false, ACTIONS(219), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(203), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(945), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(939), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [9886] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(949), 1, anon_sym_RPAREN, STATE(2322), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [9985] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(423), 1, sym_identifier, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(427), 1, anon_sym_DASH, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(431), 1, anon_sym_if, ACTIONS(433), 1, anon_sym_try, ACTIONS(435), 1, anon_sym_new, ACTIONS(443), 1, anon_sym_return, ACTIONS(445), 1, anon_sym_throw, ACTIONS(447), 1, anon_sym_while, ACTIONS(449), 1, anon_sym_do, ACTIONS(451), 1, anon_sym_for, ACTIONS(953), 1, anon_sym_yield, STATE(1868), 1, sym_expression, STATE(4882), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(951), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [10084] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(955), 1, anon_sym_RPAREN, STATE(2235), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [10183] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(957), 1, anon_sym_RPAREN, STATE(2323), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [10282] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(959), 1, anon_sym_RPAREN, STATE(2337), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [10381] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(87), 1, anon_sym_do, ACTIONS(537), 1, sym_identifier, ACTIONS(539), 1, anon_sym_DASH, ACTIONS(541), 1, anon_sym_if, ACTIONS(543), 1, anon_sym_try, ACTIONS(545), 1, anon_sym_new, ACTIONS(547), 1, anon_sym_return, ACTIONS(549), 1, anon_sym_throw, ACTIONS(551), 1, anon_sym_while, ACTIONS(553), 1, anon_sym_for, ACTIONS(963), 1, anon_sym_yield, STATE(1943), 1, sym_expression, STATE(4732), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(961), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [10480] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(965), 1, anon_sym_RPAREN, STATE(2243), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [10579] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(967), 1, anon_sym_RPAREN, STATE(2197), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [10678] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(969), 1, anon_sym_RPAREN, STATE(2269), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [10777] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(971), 1, anon_sym_RPAREN, STATE(2351), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [10876] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(317), 1, anon_sym_do, ACTIONS(323), 1, anon_sym_DASH, ACTIONS(325), 1, anon_sym_try, ACTIONS(327), 1, anon_sym_new, ACTIONS(329), 1, anon_sym_return, ACTIONS(331), 1, anon_sym_throw, ACTIONS(333), 1, anon_sym_while, ACTIONS(335), 1, anon_sym_for, ACTIONS(369), 1, sym_identifier, ACTIONS(371), 1, anon_sym_if, ACTIONS(975), 1, anon_sym_yield, STATE(1472), 1, sym_expression, STATE(4861), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(973), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [10975] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(977), 1, anon_sym_RPAREN, STATE(2264), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [11074] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(979), 1, anon_sym_RPAREN, STATE(2298), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [11173] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, ACTIONS(981), 1, anon_sym_yield, STATE(1968), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [11272] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(531), 1, anon_sym_do, ACTIONS(701), 1, anon_sym_DASH, ACTIONS(703), 1, anon_sym_if, ACTIONS(705), 1, anon_sym_try, ACTIONS(707), 1, anon_sym_new, ACTIONS(709), 1, anon_sym_return, ACTIONS(711), 1, anon_sym_throw, ACTIONS(713), 1, anon_sym_for, ACTIONS(715), 1, sym_identifier, ACTIONS(717), 1, anon_sym_while, ACTIONS(985), 1, anon_sym_yield, STATE(2224), 1, sym_expression, STATE(4809), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(983), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [11371] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(449), 1, anon_sym_do, ACTIONS(555), 1, sym_identifier, ACTIONS(557), 1, anon_sym_DASH, ACTIONS(559), 1, anon_sym_if, ACTIONS(561), 1, anon_sym_try, ACTIONS(563), 1, anon_sym_new, ACTIONS(565), 1, anon_sym_return, ACTIONS(567), 1, anon_sym_throw, ACTIONS(569), 1, anon_sym_while, ACTIONS(571), 1, anon_sym_for, ACTIONS(989), 1, anon_sym_yield, STATE(1987), 1, sym_expression, STATE(4756), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(987), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [11470] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(991), 1, anon_sym_RPAREN, STATE(2294), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [11569] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, ACTIONS(995), 1, anon_sym_yield, STATE(2840), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [11668] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(997), 1, anon_sym_RPAREN, STATE(2328), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [11767] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(291), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_DASH, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_if, ACTIONS(301), 1, anon_sym_try, ACTIONS(303), 1, anon_sym_new, ACTIONS(311), 1, anon_sym_return, ACTIONS(313), 1, anon_sym_throw, ACTIONS(315), 1, anon_sym_while, ACTIONS(317), 1, anon_sym_do, ACTIONS(319), 1, anon_sym_for, ACTIONS(1001), 1, anon_sym_yield, STATE(1422), 1, sym_expression, STATE(5000), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(999), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [11866] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(1003), 1, anon_sym_RPAREN, STATE(2326), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [11965] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(1005), 1, anon_sym_RPAREN, STATE(2232), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [12064] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(1007), 1, anon_sym_RPAREN, STATE(2200), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [12163] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(1009), 1, anon_sym_RPAREN, STATE(2173), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [12262] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(1011), 1, anon_sym_RPAREN, STATE(2317), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [12361] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(719), 1, sym_identifier, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(723), 1, anon_sym_DASH, ACTIONS(725), 1, anon_sym_LPAREN, ACTIONS(727), 1, anon_sym_if, ACTIONS(729), 1, anon_sym_try, ACTIONS(731), 1, anon_sym_new, ACTIONS(739), 1, anon_sym_return, ACTIONS(741), 1, anon_sym_throw, ACTIONS(743), 1, anon_sym_while, ACTIONS(745), 1, anon_sym_do, ACTIONS(747), 1, anon_sym_for, ACTIONS(1015), 1, anon_sym_yield, STATE(2663), 1, sym_expression, STATE(4791), 1, sym_bindings, ACTIONS(735), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(737), 2, anon_sym_true, anon_sym_false, ACTIONS(749), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(733), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1013), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3362), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [12460] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(1017), 1, anon_sym_RPAREN, STATE(2206), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [12559] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(605), 1, sym_identifier, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(609), 1, anon_sym_DASH, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(613), 1, anon_sym_if, ACTIONS(615), 1, anon_sym_try, ACTIONS(617), 1, anon_sym_new, ACTIONS(625), 1, anon_sym_return, ACTIONS(627), 1, anon_sym_throw, ACTIONS(629), 1, anon_sym_while, ACTIONS(631), 1, anon_sym_do, ACTIONS(633), 1, anon_sym_for, ACTIONS(1021), 1, anon_sym_yield, STATE(2361), 1, sym_expression, STATE(4879), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1019), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [12658] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(631), 1, anon_sym_do, ACTIONS(751), 1, anon_sym_DASH, ACTIONS(753), 1, anon_sym_if, ACTIONS(755), 1, anon_sym_try, ACTIONS(757), 1, anon_sym_new, ACTIONS(759), 1, anon_sym_return, ACTIONS(761), 1, anon_sym_throw, ACTIONS(763), 1, anon_sym_for, ACTIONS(765), 1, sym_identifier, ACTIONS(767), 1, anon_sym_while, ACTIONS(1025), 1, anon_sym_yield, STATE(2504), 1, sym_expression, STATE(4932), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1023), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [12757] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(1027), 1, anon_sym_RPAREN, STATE(2178), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [12856] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(505), 1, sym_identifier, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(509), 1, anon_sym_DASH, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(513), 1, anon_sym_if, ACTIONS(515), 1, anon_sym_try, ACTIONS(517), 1, anon_sym_new, ACTIONS(525), 1, anon_sym_return, ACTIONS(527), 1, anon_sym_throw, ACTIONS(529), 1, anon_sym_while, ACTIONS(531), 1, anon_sym_do, ACTIONS(533), 1, anon_sym_for, ACTIONS(1031), 1, anon_sym_yield, STATE(2108), 1, sym_expression, STATE(4788), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1029), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [12955] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(391), 1, sym_identifier, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(395), 1, anon_sym_DASH, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(399), 1, anon_sym_if, ACTIONS(401), 1, anon_sym_try, ACTIONS(403), 1, anon_sym_new, ACTIONS(411), 1, anon_sym_return, ACTIONS(413), 1, anon_sym_throw, ACTIONS(415), 1, anon_sym_while, ACTIONS(417), 1, anon_sym_do, ACTIONS(419), 1, anon_sym_for, STATE(1751), 1, sym_expression, STATE(4754), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(859), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [13051] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(573), 1, sym_identifier, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(577), 1, anon_sym_DASH, ACTIONS(579), 1, anon_sym_LPAREN, ACTIONS(581), 1, anon_sym_if, ACTIONS(583), 1, anon_sym_try, ACTIONS(585), 1, anon_sym_new, ACTIONS(593), 1, anon_sym_return, ACTIONS(595), 1, anon_sym_throw, ACTIONS(597), 1, anon_sym_while, ACTIONS(599), 1, anon_sym_do, ACTIONS(601), 1, anon_sym_for, STATE(2204), 1, sym_expression, STATE(4721), 1, sym_bindings, ACTIONS(589), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(591), 2, anon_sym_true, anon_sym_false, ACTIONS(603), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(587), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(901), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3135), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [13147] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2739), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [13243] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2773), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [13339] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2802), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [13435] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2832), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [13531] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2859), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [13627] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(337), 1, sym_identifier, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(341), 1, anon_sym_DASH, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(345), 1, anon_sym_if, ACTIONS(347), 1, anon_sym_try, ACTIONS(349), 1, anon_sym_new, ACTIONS(357), 1, anon_sym_return, ACTIONS(359), 1, anon_sym_throw, ACTIONS(361), 1, anon_sym_while, ACTIONS(363), 1, anon_sym_do, ACTIONS(365), 1, anon_sym_for, STATE(1365), 1, sym_expression, STATE(4886), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(919), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [13723] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2524), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [13819] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(746), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [13915] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(391), 1, sym_identifier, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(395), 1, anon_sym_DASH, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(399), 1, anon_sym_if, ACTIONS(401), 1, anon_sym_try, ACTIONS(403), 1, anon_sym_new, ACTIONS(411), 1, anon_sym_return, ACTIONS(413), 1, anon_sym_throw, ACTIONS(415), 1, anon_sym_while, ACTIONS(417), 1, anon_sym_do, ACTIONS(419), 1, anon_sym_for, STATE(1700), 1, sym_expression, STATE(4754), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(859), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [14011] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2830), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [14107] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(505), 1, sym_identifier, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(509), 1, anon_sym_DASH, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(513), 1, anon_sym_if, ACTIONS(515), 1, anon_sym_try, ACTIONS(517), 1, anon_sym_new, ACTIONS(525), 1, anon_sym_return, ACTIONS(527), 1, anon_sym_throw, ACTIONS(529), 1, anon_sym_while, ACTIONS(531), 1, anon_sym_do, ACTIONS(533), 1, anon_sym_for, STATE(2022), 1, sym_expression, STATE(4788), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1029), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [14203] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(291), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_DASH, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_if, ACTIONS(301), 1, anon_sym_try, ACTIONS(303), 1, anon_sym_new, ACTIONS(311), 1, anon_sym_return, ACTIONS(313), 1, anon_sym_throw, ACTIONS(315), 1, anon_sym_while, ACTIONS(317), 1, anon_sym_do, ACTIONS(319), 1, anon_sym_for, STATE(1247), 1, sym_expression, STATE(5000), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(999), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [14299] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(631), 1, anon_sym_do, ACTIONS(751), 1, anon_sym_DASH, ACTIONS(753), 1, anon_sym_if, ACTIONS(755), 1, anon_sym_try, ACTIONS(757), 1, anon_sym_new, ACTIONS(759), 1, anon_sym_return, ACTIONS(761), 1, anon_sym_throw, ACTIONS(763), 1, anon_sym_for, ACTIONS(765), 1, sym_identifier, ACTIONS(767), 1, anon_sym_while, STATE(2486), 1, sym_expression, STATE(4932), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1023), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [14395] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(317), 1, anon_sym_do, ACTIONS(323), 1, anon_sym_DASH, ACTIONS(325), 1, anon_sym_try, ACTIONS(327), 1, anon_sym_new, ACTIONS(329), 1, anon_sym_return, ACTIONS(331), 1, anon_sym_throw, ACTIONS(333), 1, anon_sym_while, ACTIONS(335), 1, anon_sym_for, ACTIONS(369), 1, sym_identifier, ACTIONS(371), 1, anon_sym_if, STATE(1368), 1, sym_expression, STATE(4861), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(973), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [14491] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(317), 1, anon_sym_do, ACTIONS(323), 1, anon_sym_DASH, ACTIONS(325), 1, anon_sym_try, ACTIONS(327), 1, anon_sym_new, ACTIONS(329), 1, anon_sym_return, ACTIONS(331), 1, anon_sym_throw, ACTIONS(333), 1, anon_sym_while, ACTIONS(335), 1, anon_sym_for, ACTIONS(369), 1, sym_identifier, ACTIONS(371), 1, anon_sym_if, STATE(1375), 1, sym_expression, STATE(4861), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(973), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [14587] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(631), 1, anon_sym_do, ACTIONS(751), 1, anon_sym_DASH, ACTIONS(753), 1, anon_sym_if, ACTIONS(755), 1, anon_sym_try, ACTIONS(757), 1, anon_sym_new, ACTIONS(759), 1, anon_sym_return, ACTIONS(761), 1, anon_sym_throw, ACTIONS(763), 1, anon_sym_for, ACTIONS(765), 1, sym_identifier, ACTIONS(767), 1, anon_sym_while, STATE(2502), 1, sym_expression, STATE(4932), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1023), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [14683] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(505), 1, sym_identifier, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(509), 1, anon_sym_DASH, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(513), 1, anon_sym_if, ACTIONS(515), 1, anon_sym_try, ACTIONS(517), 1, anon_sym_new, ACTIONS(525), 1, anon_sym_return, ACTIONS(527), 1, anon_sym_throw, ACTIONS(529), 1, anon_sym_while, ACTIONS(531), 1, anon_sym_do, ACTIONS(533), 1, anon_sym_for, STATE(2083), 1, sym_expression, STATE(4788), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1029), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [14779] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2453), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [14875] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(505), 1, sym_identifier, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(509), 1, anon_sym_DASH, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(513), 1, anon_sym_if, ACTIONS(515), 1, anon_sym_try, ACTIONS(517), 1, anon_sym_new, ACTIONS(525), 1, anon_sym_return, ACTIONS(527), 1, anon_sym_throw, ACTIONS(529), 1, anon_sym_while, ACTIONS(531), 1, anon_sym_do, ACTIONS(533), 1, anon_sym_for, STATE(2086), 1, sym_expression, STATE(4788), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1029), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [14971] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(505), 1, sym_identifier, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(509), 1, anon_sym_DASH, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(513), 1, anon_sym_if, ACTIONS(515), 1, anon_sym_try, ACTIONS(517), 1, anon_sym_new, ACTIONS(525), 1, anon_sym_return, ACTIONS(527), 1, anon_sym_throw, ACTIONS(529), 1, anon_sym_while, ACTIONS(531), 1, anon_sym_do, ACTIONS(533), 1, anon_sym_for, STATE(2090), 1, sym_expression, STATE(4788), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1029), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [15067] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(749), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [15163] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2025), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [15259] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2021), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [15355] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2017), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [15451] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(1998), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [15547] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(631), 1, anon_sym_do, ACTIONS(751), 1, anon_sym_DASH, ACTIONS(753), 1, anon_sym_if, ACTIONS(755), 1, anon_sym_try, ACTIONS(757), 1, anon_sym_new, ACTIONS(759), 1, anon_sym_return, ACTIONS(761), 1, anon_sym_throw, ACTIONS(763), 1, anon_sym_for, ACTIONS(765), 1, sym_identifier, ACTIONS(767), 1, anon_sym_while, STATE(2484), 1, sym_expression, STATE(4932), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1023), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [15643] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(505), 1, sym_identifier, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(509), 1, anon_sym_DASH, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(513), 1, anon_sym_if, ACTIONS(515), 1, anon_sym_try, ACTIONS(517), 1, anon_sym_new, ACTIONS(525), 1, anon_sym_return, ACTIONS(527), 1, anon_sym_throw, ACTIONS(529), 1, anon_sym_while, ACTIONS(531), 1, anon_sym_do, ACTIONS(533), 1, anon_sym_for, STATE(2095), 1, sym_expression, STATE(4788), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1029), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [15739] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(1996), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [15835] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(317), 1, anon_sym_do, ACTIONS(323), 1, anon_sym_DASH, ACTIONS(325), 1, anon_sym_try, ACTIONS(327), 1, anon_sym_new, ACTIONS(329), 1, anon_sym_return, ACTIONS(331), 1, anon_sym_throw, ACTIONS(333), 1, anon_sym_while, ACTIONS(335), 1, anon_sym_for, ACTIONS(369), 1, sym_identifier, ACTIONS(371), 1, anon_sym_if, STATE(1411), 1, sym_expression, STATE(4861), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(973), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [15931] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2883), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [16027] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2684), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [16123] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2284), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [16219] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(227), 1, anon_sym_DASH, ACTIONS(229), 1, anon_sym_if, ACTIONS(231), 1, anon_sym_try, ACTIONS(233), 1, anon_sym_new, ACTIONS(241), 1, anon_sym_return, ACTIONS(243), 1, anon_sym_throw, ACTIONS(245), 1, anon_sym_while, ACTIONS(247), 1, anon_sym_do, ACTIONS(249), 1, anon_sym_for, ACTIONS(253), 1, sym_identifier, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(257), 1, anon_sym_LPAREN, STATE(716), 1, sym_expression, STATE(4940), 1, sym_bindings, ACTIONS(237), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(239), 2, anon_sym_true, anon_sym_false, ACTIONS(251), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(235), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(879), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(975), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [16315] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(631), 1, anon_sym_do, ACTIONS(751), 1, anon_sym_DASH, ACTIONS(753), 1, anon_sym_if, ACTIONS(755), 1, anon_sym_try, ACTIONS(757), 1, anon_sym_new, ACTIONS(759), 1, anon_sym_return, ACTIONS(761), 1, anon_sym_throw, ACTIONS(763), 1, anon_sym_for, ACTIONS(765), 1, sym_identifier, ACTIONS(767), 1, anon_sym_while, STATE(2151), 1, sym_expression, STATE(4932), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1023), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [16411] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(505), 1, sym_identifier, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(509), 1, anon_sym_DASH, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(513), 1, anon_sym_if, ACTIONS(515), 1, anon_sym_try, ACTIONS(517), 1, anon_sym_new, ACTIONS(525), 1, anon_sym_return, ACTIONS(527), 1, anon_sym_throw, ACTIONS(529), 1, anon_sym_while, ACTIONS(531), 1, anon_sym_do, ACTIONS(533), 1, anon_sym_for, STATE(2107), 1, sym_expression, STATE(4788), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1029), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [16507] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2010), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [16603] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(505), 1, sym_identifier, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(509), 1, anon_sym_DASH, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(513), 1, anon_sym_if, ACTIONS(515), 1, anon_sym_try, ACTIONS(517), 1, anon_sym_new, ACTIONS(525), 1, anon_sym_return, ACTIONS(527), 1, anon_sym_throw, ACTIONS(529), 1, anon_sym_while, ACTIONS(531), 1, anon_sym_do, ACTIONS(533), 1, anon_sym_for, STATE(1742), 1, sym_expression, STATE(4788), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1029), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [16699] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2273), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [16795] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2026), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [16891] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(505), 1, sym_identifier, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(509), 1, anon_sym_DASH, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(513), 1, anon_sym_if, ACTIONS(515), 1, anon_sym_try, ACTIONS(517), 1, anon_sym_new, ACTIONS(525), 1, anon_sym_return, ACTIONS(527), 1, anon_sym_throw, ACTIONS(529), 1, anon_sym_while, ACTIONS(531), 1, anon_sym_do, ACTIONS(533), 1, anon_sym_for, STATE(2110), 1, sym_expression, STATE(4788), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1029), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [16987] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2038), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [17083] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(473), 1, sym_identifier, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(477), 1, anon_sym_DASH, ACTIONS(479), 1, anon_sym_LPAREN, ACTIONS(481), 1, anon_sym_if, ACTIONS(483), 1, anon_sym_try, ACTIONS(485), 1, anon_sym_new, ACTIONS(493), 1, anon_sym_return, ACTIONS(495), 1, anon_sym_throw, ACTIONS(497), 1, anon_sym_while, ACTIONS(499), 1, anon_sym_do, ACTIONS(501), 1, anon_sym_for, STATE(2046), 1, sym_expression, STATE(4832), 1, sym_bindings, ACTIONS(489), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(491), 2, anon_sym_true, anon_sym_false, ACTIONS(503), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(487), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(925), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2917), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [17179] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2113), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [17275] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(317), 1, anon_sym_do, ACTIONS(323), 1, anon_sym_DASH, ACTIONS(325), 1, anon_sym_try, ACTIONS(327), 1, anon_sym_new, ACTIONS(329), 1, anon_sym_return, ACTIONS(331), 1, anon_sym_throw, ACTIONS(333), 1, anon_sym_while, ACTIONS(335), 1, anon_sym_for, ACTIONS(369), 1, sym_identifier, ACTIONS(371), 1, anon_sym_if, STATE(1245), 1, sym_expression, STATE(4861), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(973), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [17371] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(605), 1, sym_identifier, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(609), 1, anon_sym_DASH, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(613), 1, anon_sym_if, ACTIONS(615), 1, anon_sym_try, ACTIONS(617), 1, anon_sym_new, ACTIONS(625), 1, anon_sym_return, ACTIONS(627), 1, anon_sym_throw, ACTIONS(629), 1, anon_sym_while, ACTIONS(631), 1, anon_sym_do, ACTIONS(633), 1, anon_sym_for, STATE(2193), 1, sym_expression, STATE(4879), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1019), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [17467] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(473), 1, sym_identifier, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(477), 1, anon_sym_DASH, ACTIONS(479), 1, anon_sym_LPAREN, ACTIONS(481), 1, anon_sym_if, ACTIONS(483), 1, anon_sym_try, ACTIONS(485), 1, anon_sym_new, ACTIONS(493), 1, anon_sym_return, ACTIONS(495), 1, anon_sym_throw, ACTIONS(497), 1, anon_sym_while, ACTIONS(499), 1, anon_sym_do, ACTIONS(501), 1, anon_sym_for, STATE(2047), 1, sym_expression, STATE(4832), 1, sym_bindings, ACTIONS(489), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(491), 2, anon_sym_true, anon_sym_false, ACTIONS(503), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(487), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(925), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2917), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [17563] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(195), 1, anon_sym_DASH, ACTIONS(197), 1, anon_sym_if, ACTIONS(199), 1, anon_sym_try, ACTIONS(201), 1, anon_sym_new, ACTIONS(209), 1, anon_sym_return, ACTIONS(211), 1, anon_sym_throw, ACTIONS(213), 1, anon_sym_while, ACTIONS(215), 1, anon_sym_do, ACTIONS(217), 1, anon_sym_for, ACTIONS(221), 1, sym_identifier, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(225), 1, anon_sym_LPAREN, STATE(672), 1, sym_expression, STATE(4719), 1, sym_bindings, ACTIONS(205), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(207), 2, anon_sym_true, anon_sym_false, ACTIONS(219), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(203), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(945), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(939), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [17659] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2891), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [17755] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(423), 1, sym_identifier, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(427), 1, anon_sym_DASH, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(431), 1, anon_sym_if, ACTIONS(433), 1, anon_sym_try, ACTIONS(435), 1, anon_sym_new, ACTIONS(443), 1, anon_sym_return, ACTIONS(445), 1, anon_sym_throw, ACTIONS(447), 1, anon_sym_while, ACTIONS(449), 1, anon_sym_do, ACTIONS(451), 1, anon_sym_for, STATE(1940), 1, sym_expression, STATE(4882), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(951), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [17851] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(631), 1, anon_sym_do, ACTIONS(751), 1, anon_sym_DASH, ACTIONS(753), 1, anon_sym_if, ACTIONS(755), 1, anon_sym_try, ACTIONS(757), 1, anon_sym_new, ACTIONS(759), 1, anon_sym_return, ACTIONS(761), 1, anon_sym_throw, ACTIONS(763), 1, anon_sym_for, ACTIONS(765), 1, sym_identifier, ACTIONS(767), 1, anon_sym_while, STATE(2403), 1, sym_expression, STATE(4932), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1023), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [17947] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2879), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [18043] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(719), 1, sym_identifier, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(723), 1, anon_sym_DASH, ACTIONS(725), 1, anon_sym_LPAREN, ACTIONS(727), 1, anon_sym_if, ACTIONS(729), 1, anon_sym_try, ACTIONS(731), 1, anon_sym_new, ACTIONS(739), 1, anon_sym_return, ACTIONS(741), 1, anon_sym_throw, ACTIONS(743), 1, anon_sym_while, ACTIONS(745), 1, anon_sym_do, ACTIONS(747), 1, anon_sym_for, STATE(2577), 1, sym_expression, STATE(4791), 1, sym_bindings, ACTIONS(735), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(737), 2, anon_sym_true, anon_sym_false, ACTIONS(749), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(733), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1013), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3362), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [18139] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(423), 1, sym_identifier, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(427), 1, anon_sym_DASH, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(431), 1, anon_sym_if, ACTIONS(433), 1, anon_sym_try, ACTIONS(435), 1, anon_sym_new, ACTIONS(443), 1, anon_sym_return, ACTIONS(445), 1, anon_sym_throw, ACTIONS(447), 1, anon_sym_while, ACTIONS(449), 1, anon_sym_do, ACTIONS(451), 1, anon_sym_for, STATE(1715), 1, sym_expression, STATE(4882), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(951), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [18235] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(157), 1, anon_sym_DASH, ACTIONS(159), 1, anon_sym_if, ACTIONS(161), 1, anon_sym_try, ACTIONS(163), 1, anon_sym_new, ACTIONS(171), 1, anon_sym_return, ACTIONS(173), 1, anon_sym_throw, ACTIONS(175), 1, anon_sym_while, ACTIONS(177), 1, anon_sym_do, ACTIONS(179), 1, anon_sym_for, ACTIONS(187), 1, sym_identifier, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(193), 1, anon_sym_LPAREN, STATE(572), 1, sym_expression, STATE(4831), 1, sym_bindings, ACTIONS(167), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(169), 2, anon_sym_true, anon_sym_false, ACTIONS(183), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(165), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(845), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(884), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [18331] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(473), 1, sym_identifier, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(477), 1, anon_sym_DASH, ACTIONS(479), 1, anon_sym_LPAREN, ACTIONS(481), 1, anon_sym_if, ACTIONS(483), 1, anon_sym_try, ACTIONS(485), 1, anon_sym_new, ACTIONS(493), 1, anon_sym_return, ACTIONS(495), 1, anon_sym_throw, ACTIONS(497), 1, anon_sym_while, ACTIONS(499), 1, anon_sym_do, ACTIONS(501), 1, anon_sym_for, STATE(2135), 1, sym_expression, STATE(4832), 1, sym_bindings, ACTIONS(489), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(491), 2, anon_sym_true, anon_sym_false, ACTIONS(503), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(487), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(925), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2917), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [18427] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(195), 1, anon_sym_DASH, ACTIONS(197), 1, anon_sym_if, ACTIONS(199), 1, anon_sym_try, ACTIONS(201), 1, anon_sym_new, ACTIONS(209), 1, anon_sym_return, ACTIONS(211), 1, anon_sym_throw, ACTIONS(213), 1, anon_sym_while, ACTIONS(215), 1, anon_sym_do, ACTIONS(217), 1, anon_sym_for, ACTIONS(221), 1, sym_identifier, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(225), 1, anon_sym_LPAREN, STATE(657), 1, sym_expression, STATE(4719), 1, sym_bindings, ACTIONS(205), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(207), 2, anon_sym_true, anon_sym_false, ACTIONS(219), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(203), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(945), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(939), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [18523] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(227), 1, anon_sym_DASH, ACTIONS(229), 1, anon_sym_if, ACTIONS(231), 1, anon_sym_try, ACTIONS(233), 1, anon_sym_new, ACTIONS(241), 1, anon_sym_return, ACTIONS(243), 1, anon_sym_throw, ACTIONS(245), 1, anon_sym_while, ACTIONS(247), 1, anon_sym_do, ACTIONS(249), 1, anon_sym_for, ACTIONS(253), 1, sym_identifier, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(257), 1, anon_sym_LPAREN, STATE(703), 1, sym_expression, STATE(4940), 1, sym_bindings, ACTIONS(237), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(239), 2, anon_sym_true, anon_sym_false, ACTIONS(251), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(235), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(879), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(975), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [18619] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(195), 1, anon_sym_DASH, ACTIONS(197), 1, anon_sym_if, ACTIONS(199), 1, anon_sym_try, ACTIONS(201), 1, anon_sym_new, ACTIONS(209), 1, anon_sym_return, ACTIONS(211), 1, anon_sym_throw, ACTIONS(213), 1, anon_sym_while, ACTIONS(215), 1, anon_sym_do, ACTIONS(217), 1, anon_sym_for, ACTIONS(221), 1, sym_identifier, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(225), 1, anon_sym_LPAREN, STATE(655), 1, sym_expression, STATE(4719), 1, sym_bindings, ACTIONS(205), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(207), 2, anon_sym_true, anon_sym_false, ACTIONS(219), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(203), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(945), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(939), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [18715] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(423), 1, sym_identifier, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(427), 1, anon_sym_DASH, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(431), 1, anon_sym_if, ACTIONS(433), 1, anon_sym_try, ACTIONS(435), 1, anon_sym_new, ACTIONS(443), 1, anon_sym_return, ACTIONS(445), 1, anon_sym_throw, ACTIONS(447), 1, anon_sym_while, ACTIONS(449), 1, anon_sym_do, ACTIONS(451), 1, anon_sym_for, STATE(1714), 1, sym_expression, STATE(4882), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(951), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [18811] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(317), 1, anon_sym_do, ACTIONS(323), 1, anon_sym_DASH, ACTIONS(325), 1, anon_sym_try, ACTIONS(327), 1, anon_sym_new, ACTIONS(329), 1, anon_sym_return, ACTIONS(331), 1, anon_sym_throw, ACTIONS(333), 1, anon_sym_while, ACTIONS(335), 1, anon_sym_for, ACTIONS(369), 1, sym_identifier, ACTIONS(371), 1, anon_sym_if, STATE(1470), 1, sym_expression, STATE(4861), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(973), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [18907] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(337), 1, sym_identifier, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(341), 1, anon_sym_DASH, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(345), 1, anon_sym_if, ACTIONS(347), 1, anon_sym_try, ACTIONS(349), 1, anon_sym_new, ACTIONS(357), 1, anon_sym_return, ACTIONS(359), 1, anon_sym_throw, ACTIONS(361), 1, anon_sym_while, ACTIONS(363), 1, anon_sym_do, ACTIONS(365), 1, anon_sym_for, STATE(1494), 1, sym_expression, STATE(4886), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(919), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [19003] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2800), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [19099] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2723), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [19195] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(317), 1, anon_sym_do, ACTIONS(323), 1, anon_sym_DASH, ACTIONS(325), 1, anon_sym_try, ACTIONS(327), 1, anon_sym_new, ACTIONS(329), 1, anon_sym_return, ACTIONS(331), 1, anon_sym_throw, ACTIONS(333), 1, anon_sym_while, ACTIONS(335), 1, anon_sym_for, ACTIONS(369), 1, sym_identifier, ACTIONS(371), 1, anon_sym_if, STATE(1474), 1, sym_expression, STATE(4861), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(973), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [19291] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(830), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [19387] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(195), 1, anon_sym_DASH, ACTIONS(197), 1, anon_sym_if, ACTIONS(199), 1, anon_sym_try, ACTIONS(201), 1, anon_sym_new, ACTIONS(209), 1, anon_sym_return, ACTIONS(211), 1, anon_sym_throw, ACTIONS(213), 1, anon_sym_while, ACTIONS(215), 1, anon_sym_do, ACTIONS(217), 1, anon_sym_for, ACTIONS(221), 1, sym_identifier, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(225), 1, anon_sym_LPAREN, STATE(623), 1, sym_expression, STATE(4719), 1, sym_bindings, ACTIONS(205), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(207), 2, anon_sym_true, anon_sym_false, ACTIONS(219), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(203), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(945), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(939), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [19483] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(317), 1, anon_sym_do, ACTIONS(323), 1, anon_sym_DASH, ACTIONS(325), 1, anon_sym_try, ACTIONS(327), 1, anon_sym_new, ACTIONS(329), 1, anon_sym_return, ACTIONS(331), 1, anon_sym_throw, ACTIONS(333), 1, anon_sym_while, ACTIONS(335), 1, anon_sym_for, ACTIONS(369), 1, sym_identifier, ACTIONS(371), 1, anon_sym_if, STATE(1476), 1, sym_expression, STATE(4861), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(973), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [19579] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(291), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_DASH, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_if, ACTIONS(301), 1, anon_sym_try, ACTIONS(303), 1, anon_sym_new, ACTIONS(311), 1, anon_sym_return, ACTIONS(313), 1, anon_sym_throw, ACTIONS(315), 1, anon_sym_while, ACTIONS(317), 1, anon_sym_do, ACTIONS(319), 1, anon_sym_for, STATE(1436), 1, sym_expression, STATE(5000), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(999), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [19675] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(417), 1, anon_sym_do, ACTIONS(455), 1, anon_sym_DASH, ACTIONS(457), 1, anon_sym_try, ACTIONS(459), 1, anon_sym_new, ACTIONS(461), 1, anon_sym_return, ACTIONS(463), 1, anon_sym_throw, ACTIONS(465), 1, anon_sym_while, ACTIONS(467), 1, anon_sym_for, ACTIONS(469), 1, sym_identifier, ACTIONS(471), 1, anon_sym_if, STATE(1646), 1, sym_expression, STATE(4812), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(887), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [19771] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(473), 1, sym_identifier, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(477), 1, anon_sym_DASH, ACTIONS(479), 1, anon_sym_LPAREN, ACTIONS(481), 1, anon_sym_if, ACTIONS(483), 1, anon_sym_try, ACTIONS(485), 1, anon_sym_new, ACTIONS(493), 1, anon_sym_return, ACTIONS(495), 1, anon_sym_throw, ACTIONS(497), 1, anon_sym_while, ACTIONS(499), 1, anon_sym_do, ACTIONS(501), 1, anon_sym_for, STATE(1739), 1, sym_expression, STATE(4832), 1, sym_bindings, ACTIONS(489), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(491), 2, anon_sym_true, anon_sym_false, ACTIONS(503), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(487), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(925), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2917), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [19867] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(417), 1, anon_sym_do, ACTIONS(455), 1, anon_sym_DASH, ACTIONS(457), 1, anon_sym_try, ACTIONS(459), 1, anon_sym_new, ACTIONS(461), 1, anon_sym_return, ACTIONS(463), 1, anon_sym_throw, ACTIONS(465), 1, anon_sym_while, ACTIONS(467), 1, anon_sym_for, ACTIONS(469), 1, sym_identifier, ACTIONS(471), 1, anon_sym_if, STATE(1643), 1, sym_expression, STATE(4812), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(887), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [19963] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2059), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [20059] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2610), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [20155] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2501), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [20251] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2680), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [20347] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2498), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [20443] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2497), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [20539] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(825), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [20635] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2080), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [20731] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(195), 1, anon_sym_DASH, ACTIONS(197), 1, anon_sym_if, ACTIONS(199), 1, anon_sym_try, ACTIONS(201), 1, anon_sym_new, ACTIONS(209), 1, anon_sym_return, ACTIONS(211), 1, anon_sym_throw, ACTIONS(213), 1, anon_sym_while, ACTIONS(215), 1, anon_sym_do, ACTIONS(217), 1, anon_sym_for, ACTIONS(221), 1, sym_identifier, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(225), 1, anon_sym_LPAREN, STATE(654), 1, sym_expression, STATE(4719), 1, sym_bindings, ACTIONS(205), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(207), 2, anon_sym_true, anon_sym_false, ACTIONS(219), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(203), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(945), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(939), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [20827] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(317), 1, anon_sym_do, ACTIONS(323), 1, anon_sym_DASH, ACTIONS(325), 1, anon_sym_try, ACTIONS(327), 1, anon_sym_new, ACTIONS(329), 1, anon_sym_return, ACTIONS(331), 1, anon_sym_throw, ACTIONS(333), 1, anon_sym_while, ACTIONS(335), 1, anon_sym_for, ACTIONS(369), 1, sym_identifier, ACTIONS(371), 1, anon_sym_if, STATE(1478), 1, sym_expression, STATE(4861), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(973), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [20923] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(828), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [21019] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(317), 1, anon_sym_do, ACTIONS(323), 1, anon_sym_DASH, ACTIONS(325), 1, anon_sym_try, ACTIONS(327), 1, anon_sym_new, ACTIONS(329), 1, anon_sym_return, ACTIONS(331), 1, anon_sym_throw, ACTIONS(333), 1, anon_sym_while, ACTIONS(335), 1, anon_sym_for, ACTIONS(369), 1, sym_identifier, ACTIONS(371), 1, anon_sym_if, STATE(1480), 1, sym_expression, STATE(4861), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(973), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [21115] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(417), 1, anon_sym_do, ACTIONS(455), 1, anon_sym_DASH, ACTIONS(457), 1, anon_sym_try, ACTIONS(459), 1, anon_sym_new, ACTIONS(461), 1, anon_sym_return, ACTIONS(463), 1, anon_sym_throw, ACTIONS(465), 1, anon_sym_while, ACTIONS(467), 1, anon_sym_for, ACTIONS(469), 1, sym_identifier, ACTIONS(471), 1, anon_sym_if, STATE(1749), 1, sym_expression, STATE(4812), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(887), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [21211] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(317), 1, anon_sym_do, ACTIONS(323), 1, anon_sym_DASH, ACTIONS(325), 1, anon_sym_try, ACTIONS(327), 1, anon_sym_new, ACTIONS(329), 1, anon_sym_return, ACTIONS(331), 1, anon_sym_throw, ACTIONS(333), 1, anon_sym_while, ACTIONS(335), 1, anon_sym_for, ACTIONS(369), 1, sym_identifier, ACTIONS(371), 1, anon_sym_if, STATE(1481), 1, sym_expression, STATE(4861), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(973), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [21307] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2896), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [21403] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(195), 1, anon_sym_DASH, ACTIONS(197), 1, anon_sym_if, ACTIONS(199), 1, anon_sym_try, ACTIONS(201), 1, anon_sym_new, ACTIONS(209), 1, anon_sym_return, ACTIONS(211), 1, anon_sym_throw, ACTIONS(213), 1, anon_sym_while, ACTIONS(215), 1, anon_sym_do, ACTIONS(217), 1, anon_sym_for, ACTIONS(221), 1, sym_identifier, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(225), 1, anon_sym_LPAREN, STATE(645), 1, sym_expression, STATE(4719), 1, sym_bindings, ACTIONS(205), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(207), 2, anon_sym_true, anon_sym_false, ACTIONS(219), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(203), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(945), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(939), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [21499] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2085), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [21595] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(1989), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [21691] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2042), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [21787] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(1809), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [21883] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(822), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [21979] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2081), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [22075] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(317), 1, anon_sym_do, ACTIONS(323), 1, anon_sym_DASH, ACTIONS(325), 1, anon_sym_try, ACTIONS(327), 1, anon_sym_new, ACTIONS(329), 1, anon_sym_return, ACTIONS(331), 1, anon_sym_throw, ACTIONS(333), 1, anon_sym_while, ACTIONS(335), 1, anon_sym_for, ACTIONS(369), 1, sym_identifier, ACTIONS(371), 1, anon_sym_if, STATE(1466), 1, sym_expression, STATE(4861), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(973), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [22171] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2759), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [22267] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(818), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [22363] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(631), 1, anon_sym_do, ACTIONS(751), 1, anon_sym_DASH, ACTIONS(753), 1, anon_sym_if, ACTIONS(755), 1, anon_sym_try, ACTIONS(757), 1, anon_sym_new, ACTIONS(759), 1, anon_sym_return, ACTIONS(761), 1, anon_sym_throw, ACTIONS(763), 1, anon_sym_for, ACTIONS(765), 1, sym_identifier, ACTIONS(767), 1, anon_sym_while, STATE(2480), 1, sym_expression, STATE(4932), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1023), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [22459] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(1741), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [22555] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2687), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [22651] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(505), 1, sym_identifier, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(509), 1, anon_sym_DASH, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(513), 1, anon_sym_if, ACTIONS(515), 1, anon_sym_try, ACTIONS(517), 1, anon_sym_new, ACTIONS(525), 1, anon_sym_return, ACTIONS(527), 1, anon_sym_throw, ACTIONS(529), 1, anon_sym_while, ACTIONS(531), 1, anon_sym_do, ACTIONS(533), 1, anon_sym_for, STATE(1950), 1, sym_expression, STATE(4788), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1029), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [22747] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(195), 1, anon_sym_DASH, ACTIONS(197), 1, anon_sym_if, ACTIONS(199), 1, anon_sym_try, ACTIONS(201), 1, anon_sym_new, ACTIONS(209), 1, anon_sym_return, ACTIONS(211), 1, anon_sym_throw, ACTIONS(213), 1, anon_sym_while, ACTIONS(215), 1, anon_sym_do, ACTIONS(217), 1, anon_sym_for, ACTIONS(221), 1, sym_identifier, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(225), 1, anon_sym_LPAREN, STATE(640), 1, sym_expression, STATE(4719), 1, sym_bindings, ACTIONS(205), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(207), 2, anon_sym_true, anon_sym_false, ACTIONS(219), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(203), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(945), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(939), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [22843] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(813), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [22939] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2098), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [23035] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(631), 1, anon_sym_do, ACTIONS(751), 1, anon_sym_DASH, ACTIONS(753), 1, anon_sym_if, ACTIONS(755), 1, anon_sym_try, ACTIONS(757), 1, anon_sym_new, ACTIONS(759), 1, anon_sym_return, ACTIONS(761), 1, anon_sym_throw, ACTIONS(763), 1, anon_sym_for, ACTIONS(765), 1, sym_identifier, ACTIONS(767), 1, anon_sym_while, STATE(2505), 1, sym_expression, STATE(4932), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1023), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [23131] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(337), 1, sym_identifier, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(341), 1, anon_sym_DASH, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(345), 1, anon_sym_if, ACTIONS(347), 1, anon_sym_try, ACTIONS(349), 1, anon_sym_new, ACTIONS(357), 1, anon_sym_return, ACTIONS(359), 1, anon_sym_throw, ACTIONS(361), 1, anon_sym_while, ACTIONS(363), 1, anon_sym_do, ACTIONS(365), 1, anon_sym_for, STATE(1325), 1, sym_expression, STATE(4886), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(919), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [23227] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(814), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [23323] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2101), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [23419] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(195), 1, anon_sym_DASH, ACTIONS(197), 1, anon_sym_if, ACTIONS(199), 1, anon_sym_try, ACTIONS(201), 1, anon_sym_new, ACTIONS(209), 1, anon_sym_return, ACTIONS(211), 1, anon_sym_throw, ACTIONS(213), 1, anon_sym_while, ACTIONS(215), 1, anon_sym_do, ACTIONS(217), 1, anon_sym_for, ACTIONS(221), 1, sym_identifier, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(225), 1, anon_sym_LPAREN, STATE(579), 1, sym_expression, STATE(4719), 1, sym_bindings, ACTIONS(205), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(207), 2, anon_sym_true, anon_sym_false, ACTIONS(219), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(203), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(945), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(939), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [23515] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(473), 1, sym_identifier, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(477), 1, anon_sym_DASH, ACTIONS(479), 1, anon_sym_LPAREN, ACTIONS(481), 1, anon_sym_if, ACTIONS(483), 1, anon_sym_try, ACTIONS(485), 1, anon_sym_new, ACTIONS(493), 1, anon_sym_return, ACTIONS(495), 1, anon_sym_throw, ACTIONS(497), 1, anon_sym_while, ACTIONS(499), 1, anon_sym_do, ACTIONS(501), 1, anon_sym_for, STATE(2158), 1, sym_expression, STATE(4832), 1, sym_bindings, ACTIONS(489), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(491), 2, anon_sym_true, anon_sym_false, ACTIONS(503), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(487), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(925), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2917), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [23611] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(605), 1, sym_identifier, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(609), 1, anon_sym_DASH, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(613), 1, anon_sym_if, ACTIONS(615), 1, anon_sym_try, ACTIONS(617), 1, anon_sym_new, ACTIONS(625), 1, anon_sym_return, ACTIONS(627), 1, anon_sym_throw, ACTIONS(629), 1, anon_sym_while, ACTIONS(631), 1, anon_sym_do, ACTIONS(633), 1, anon_sym_for, STATE(2151), 1, sym_expression, STATE(4879), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1019), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [23707] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(157), 1, anon_sym_DASH, ACTIONS(159), 1, anon_sym_if, ACTIONS(161), 1, anon_sym_try, ACTIONS(163), 1, anon_sym_new, ACTIONS(171), 1, anon_sym_return, ACTIONS(173), 1, anon_sym_throw, ACTIONS(175), 1, anon_sym_while, ACTIONS(177), 1, anon_sym_do, ACTIONS(179), 1, anon_sym_for, ACTIONS(187), 1, sym_identifier, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(193), 1, anon_sym_LPAREN, STATE(568), 1, sym_expression, STATE(4831), 1, sym_bindings, ACTIONS(167), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(169), 2, anon_sym_true, anon_sym_false, ACTIONS(183), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(165), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(845), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(884), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [23803] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(337), 1, sym_identifier, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(341), 1, anon_sym_DASH, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(345), 1, anon_sym_if, ACTIONS(347), 1, anon_sym_try, ACTIONS(349), 1, anon_sym_new, ACTIONS(357), 1, anon_sym_return, ACTIONS(359), 1, anon_sym_throw, ACTIONS(361), 1, anon_sym_while, ACTIONS(363), 1, anon_sym_do, ACTIONS(365), 1, anon_sym_for, STATE(1497), 1, sym_expression, STATE(4886), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(919), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [23899] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(605), 1, sym_identifier, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(609), 1, anon_sym_DASH, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(613), 1, anon_sym_if, ACTIONS(615), 1, anon_sym_try, ACTIONS(617), 1, anon_sym_new, ACTIONS(625), 1, anon_sym_return, ACTIONS(627), 1, anon_sym_throw, ACTIONS(629), 1, anon_sym_while, ACTIONS(631), 1, anon_sym_do, ACTIONS(633), 1, anon_sym_for, STATE(2153), 1, sym_expression, STATE(4879), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1019), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [23995] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(1728), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [24091] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2082), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [24187] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(505), 1, sym_identifier, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(509), 1, anon_sym_DASH, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(513), 1, anon_sym_if, ACTIONS(515), 1, anon_sym_try, ACTIONS(517), 1, anon_sym_new, ACTIONS(525), 1, anon_sym_return, ACTIONS(527), 1, anon_sym_throw, ACTIONS(529), 1, anon_sym_while, ACTIONS(531), 1, anon_sym_do, ACTIONS(533), 1, anon_sym_for, STATE(1946), 1, sym_expression, STATE(4788), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1029), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [24283] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(473), 1, sym_identifier, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(477), 1, anon_sym_DASH, ACTIONS(479), 1, anon_sym_LPAREN, ACTIONS(481), 1, anon_sym_if, ACTIONS(483), 1, anon_sym_try, ACTIONS(485), 1, anon_sym_new, ACTIONS(493), 1, anon_sym_return, ACTIONS(495), 1, anon_sym_throw, ACTIONS(497), 1, anon_sym_while, ACTIONS(499), 1, anon_sym_do, ACTIONS(501), 1, anon_sym_for, STATE(2152), 1, sym_expression, STATE(4832), 1, sym_bindings, ACTIONS(489), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(491), 2, anon_sym_true, anon_sym_false, ACTIONS(503), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(487), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(925), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2917), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [24379] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(637), 1, anon_sym_DASH, ACTIONS(639), 1, anon_sym_if, ACTIONS(641), 1, anon_sym_try, ACTIONS(643), 1, anon_sym_new, ACTIONS(651), 1, anon_sym_return, ACTIONS(653), 1, anon_sym_throw, ACTIONS(655), 1, anon_sym_while, ACTIONS(657), 1, anon_sym_do, ACTIONS(659), 1, anon_sym_for, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(693), 1, anon_sym_LPAREN, STATE(2446), 1, sym_expression, STATE(4787), 1, sym_bindings, ACTIONS(647), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(649), 2, anon_sym_true, anon_sym_false, ACTIONS(661), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(645), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(823), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3257), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [24475] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(317), 1, anon_sym_do, ACTIONS(323), 1, anon_sym_DASH, ACTIONS(325), 1, anon_sym_try, ACTIONS(327), 1, anon_sym_new, ACTIONS(329), 1, anon_sym_return, ACTIONS(331), 1, anon_sym_throw, ACTIONS(333), 1, anon_sym_while, ACTIONS(335), 1, anon_sym_for, ACTIONS(369), 1, sym_identifier, ACTIONS(371), 1, anon_sym_if, STATE(1252), 1, sym_expression, STATE(4861), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(973), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [24571] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(473), 1, sym_identifier, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(477), 1, anon_sym_DASH, ACTIONS(479), 1, anon_sym_LPAREN, ACTIONS(481), 1, anon_sym_if, ACTIONS(483), 1, anon_sym_try, ACTIONS(485), 1, anon_sym_new, ACTIONS(493), 1, anon_sym_return, ACTIONS(495), 1, anon_sym_throw, ACTIONS(497), 1, anon_sym_while, ACTIONS(499), 1, anon_sym_do, ACTIONS(501), 1, anon_sym_for, STATE(2145), 1, sym_expression, STATE(4832), 1, sym_bindings, ACTIONS(489), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(491), 2, anon_sym_true, anon_sym_false, ACTIONS(503), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(487), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(925), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2917), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [24667] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(337), 1, sym_identifier, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(341), 1, anon_sym_DASH, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(345), 1, anon_sym_if, ACTIONS(347), 1, anon_sym_try, ACTIONS(349), 1, anon_sym_new, ACTIONS(357), 1, anon_sym_return, ACTIONS(359), 1, anon_sym_throw, ACTIONS(361), 1, anon_sym_while, ACTIONS(363), 1, anon_sym_do, ACTIONS(365), 1, anon_sym_for, STATE(1407), 1, sym_expression, STATE(4886), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(919), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [24763] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(637), 1, anon_sym_DASH, ACTIONS(639), 1, anon_sym_if, ACTIONS(641), 1, anon_sym_try, ACTIONS(643), 1, anon_sym_new, ACTIONS(651), 1, anon_sym_return, ACTIONS(653), 1, anon_sym_throw, ACTIONS(655), 1, anon_sym_while, ACTIONS(657), 1, anon_sym_do, ACTIONS(659), 1, anon_sym_for, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(693), 1, anon_sym_LPAREN, STATE(2448), 1, sym_expression, STATE(4787), 1, sym_bindings, ACTIONS(647), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(649), 2, anon_sym_true, anon_sym_false, ACTIONS(661), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(645), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(823), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3257), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [24859] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(531), 1, anon_sym_do, ACTIONS(701), 1, anon_sym_DASH, ACTIONS(703), 1, anon_sym_if, ACTIONS(705), 1, anon_sym_try, ACTIONS(707), 1, anon_sym_new, ACTIONS(709), 1, anon_sym_return, ACTIONS(711), 1, anon_sym_throw, ACTIONS(713), 1, anon_sym_for, ACTIONS(715), 1, sym_identifier, ACTIONS(717), 1, anon_sym_while, STATE(1897), 1, sym_expression, STATE(4809), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(983), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [24955] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(391), 1, sym_identifier, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(395), 1, anon_sym_DASH, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(399), 1, anon_sym_if, ACTIONS(401), 1, anon_sym_try, ACTIONS(403), 1, anon_sym_new, ACTIONS(411), 1, anon_sym_return, ACTIONS(413), 1, anon_sym_throw, ACTIONS(415), 1, anon_sym_while, ACTIONS(417), 1, anon_sym_do, ACTIONS(419), 1, anon_sym_for, STATE(1767), 1, sym_expression, STATE(4754), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(859), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [25051] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2735), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [25147] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(391), 1, sym_identifier, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(395), 1, anon_sym_DASH, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(399), 1, anon_sym_if, ACTIONS(401), 1, anon_sym_try, ACTIONS(403), 1, anon_sym_new, ACTIONS(411), 1, anon_sym_return, ACTIONS(413), 1, anon_sym_throw, ACTIONS(415), 1, anon_sym_while, ACTIONS(417), 1, anon_sym_do, ACTIONS(419), 1, anon_sym_for, STATE(1733), 1, sym_expression, STATE(4754), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(859), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [25243] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(423), 1, sym_identifier, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(427), 1, anon_sym_DASH, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(431), 1, anon_sym_if, ACTIONS(433), 1, anon_sym_try, ACTIONS(435), 1, anon_sym_new, ACTIONS(443), 1, anon_sym_return, ACTIONS(445), 1, anon_sym_throw, ACTIONS(447), 1, anon_sym_while, ACTIONS(449), 1, anon_sym_do, ACTIONS(451), 1, anon_sym_for, STATE(1927), 1, sym_expression, STATE(4882), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(951), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [25339] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(637), 1, anon_sym_DASH, ACTIONS(639), 1, anon_sym_if, ACTIONS(641), 1, anon_sym_try, ACTIONS(643), 1, anon_sym_new, ACTIONS(651), 1, anon_sym_return, ACTIONS(653), 1, anon_sym_throw, ACTIONS(655), 1, anon_sym_while, ACTIONS(657), 1, anon_sym_do, ACTIONS(659), 1, anon_sym_for, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(693), 1, anon_sym_LPAREN, STATE(2428), 1, sym_expression, STATE(4787), 1, sym_bindings, ACTIONS(647), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(649), 2, anon_sym_true, anon_sym_false, ACTIONS(661), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(645), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(823), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3257), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [25435] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(1898), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [25531] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(631), 1, anon_sym_do, ACTIONS(751), 1, anon_sym_DASH, ACTIONS(753), 1, anon_sym_if, ACTIONS(755), 1, anon_sym_try, ACTIONS(757), 1, anon_sym_new, ACTIONS(759), 1, anon_sym_return, ACTIONS(761), 1, anon_sym_throw, ACTIONS(763), 1, anon_sym_for, ACTIONS(765), 1, sym_identifier, ACTIONS(767), 1, anon_sym_while, STATE(2496), 1, sym_expression, STATE(4932), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1023), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [25627] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(391), 1, sym_identifier, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(395), 1, anon_sym_DASH, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(399), 1, anon_sym_if, ACTIONS(401), 1, anon_sym_try, ACTIONS(403), 1, anon_sym_new, ACTIONS(411), 1, anon_sym_return, ACTIONS(413), 1, anon_sym_throw, ACTIONS(415), 1, anon_sym_while, ACTIONS(417), 1, anon_sym_do, ACTIONS(419), 1, anon_sym_for, STATE(1753), 1, sym_expression, STATE(4754), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(859), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [25723] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2088), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [25819] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(473), 1, sym_identifier, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(477), 1, anon_sym_DASH, ACTIONS(479), 1, anon_sym_LPAREN, ACTIONS(481), 1, anon_sym_if, ACTIONS(483), 1, anon_sym_try, ACTIONS(485), 1, anon_sym_new, ACTIONS(493), 1, anon_sym_return, ACTIONS(495), 1, anon_sym_throw, ACTIONS(497), 1, anon_sym_while, ACTIONS(499), 1, anon_sym_do, ACTIONS(501), 1, anon_sym_for, STATE(2140), 1, sym_expression, STATE(4832), 1, sym_bindings, ACTIONS(489), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(491), 2, anon_sym_true, anon_sym_false, ACTIONS(503), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(487), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(925), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2917), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [25915] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(473), 1, sym_identifier, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(477), 1, anon_sym_DASH, ACTIONS(479), 1, anon_sym_LPAREN, ACTIONS(481), 1, anon_sym_if, ACTIONS(483), 1, anon_sym_try, ACTIONS(485), 1, anon_sym_new, ACTIONS(493), 1, anon_sym_return, ACTIONS(495), 1, anon_sym_throw, ACTIONS(497), 1, anon_sym_while, ACTIONS(499), 1, anon_sym_do, ACTIONS(501), 1, anon_sym_for, STATE(2137), 1, sym_expression, STATE(4832), 1, sym_bindings, ACTIONS(489), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(491), 2, anon_sym_true, anon_sym_false, ACTIONS(503), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(487), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(925), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2917), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [26011] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(1884), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [26107] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(473), 1, sym_identifier, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(477), 1, anon_sym_DASH, ACTIONS(479), 1, anon_sym_LPAREN, ACTIONS(481), 1, anon_sym_if, ACTIONS(483), 1, anon_sym_try, ACTIONS(485), 1, anon_sym_new, ACTIONS(493), 1, anon_sym_return, ACTIONS(495), 1, anon_sym_throw, ACTIONS(497), 1, anon_sym_while, ACTIONS(499), 1, anon_sym_do, ACTIONS(501), 1, anon_sym_for, STATE(2134), 1, sym_expression, STATE(4832), 1, sym_bindings, ACTIONS(489), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(491), 2, anon_sym_true, anon_sym_false, ACTIONS(503), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(487), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(925), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2917), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [26203] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(391), 1, sym_identifier, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(395), 1, anon_sym_DASH, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(399), 1, anon_sym_if, ACTIONS(401), 1, anon_sym_try, ACTIONS(403), 1, anon_sym_new, ACTIONS(411), 1, anon_sym_return, ACTIONS(413), 1, anon_sym_throw, ACTIONS(415), 1, anon_sym_while, ACTIONS(417), 1, anon_sym_do, ACTIONS(419), 1, anon_sym_for, STATE(1757), 1, sym_expression, STATE(4754), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(859), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [26299] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(337), 1, sym_identifier, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(341), 1, anon_sym_DASH, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(345), 1, anon_sym_if, ACTIONS(347), 1, anon_sym_try, ACTIONS(349), 1, anon_sym_new, ACTIONS(357), 1, anon_sym_return, ACTIONS(359), 1, anon_sym_throw, ACTIONS(361), 1, anon_sym_while, ACTIONS(363), 1, anon_sym_do, ACTIONS(365), 1, anon_sym_for, STATE(1404), 1, sym_expression, STATE(4886), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(919), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [26395] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(765), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [26491] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(631), 1, anon_sym_do, ACTIONS(751), 1, anon_sym_DASH, ACTIONS(753), 1, anon_sym_if, ACTIONS(755), 1, anon_sym_try, ACTIONS(757), 1, anon_sym_new, ACTIONS(759), 1, anon_sym_return, ACTIONS(761), 1, anon_sym_throw, ACTIONS(763), 1, anon_sym_for, ACTIONS(765), 1, sym_identifier, ACTIONS(767), 1, anon_sym_while, STATE(2442), 1, sym_expression, STATE(4932), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1023), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [26587] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(363), 1, anon_sym_do, ACTIONS(373), 1, sym_identifier, ACTIONS(375), 1, anon_sym_DASH, ACTIONS(377), 1, anon_sym_if, ACTIONS(379), 1, anon_sym_try, ACTIONS(381), 1, anon_sym_new, ACTIONS(383), 1, anon_sym_return, ACTIONS(385), 1, anon_sym_throw, ACTIONS(387), 1, anon_sym_while, ACTIONS(389), 1, anon_sym_for, STATE(1407), 1, sym_expression, STATE(4761), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(851), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [26683] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(473), 1, sym_identifier, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(477), 1, anon_sym_DASH, ACTIONS(479), 1, anon_sym_LPAREN, ACTIONS(481), 1, anon_sym_if, ACTIONS(483), 1, anon_sym_try, ACTIONS(485), 1, anon_sym_new, ACTIONS(493), 1, anon_sym_return, ACTIONS(495), 1, anon_sym_throw, ACTIONS(497), 1, anon_sym_while, ACTIONS(499), 1, anon_sym_do, ACTIONS(501), 1, anon_sym_for, STATE(2043), 1, sym_expression, STATE(4832), 1, sym_bindings, ACTIONS(489), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(491), 2, anon_sym_true, anon_sym_false, ACTIONS(503), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(487), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(925), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2917), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [26779] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(227), 1, anon_sym_DASH, ACTIONS(229), 1, anon_sym_if, ACTIONS(231), 1, anon_sym_try, ACTIONS(233), 1, anon_sym_new, ACTIONS(241), 1, anon_sym_return, ACTIONS(243), 1, anon_sym_throw, ACTIONS(245), 1, anon_sym_while, ACTIONS(247), 1, anon_sym_do, ACTIONS(249), 1, anon_sym_for, ACTIONS(253), 1, sym_identifier, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(257), 1, anon_sym_LPAREN, STATE(717), 1, sym_expression, STATE(4940), 1, sym_bindings, ACTIONS(237), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(239), 2, anon_sym_true, anon_sym_false, ACTIONS(251), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(235), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(879), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(975), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [26875] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(1858), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [26971] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(473), 1, sym_identifier, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(477), 1, anon_sym_DASH, ACTIONS(479), 1, anon_sym_LPAREN, ACTIONS(481), 1, anon_sym_if, ACTIONS(483), 1, anon_sym_try, ACTIONS(485), 1, anon_sym_new, ACTIONS(493), 1, anon_sym_return, ACTIONS(495), 1, anon_sym_throw, ACTIONS(497), 1, anon_sym_while, ACTIONS(499), 1, anon_sym_do, ACTIONS(501), 1, anon_sym_for, STATE(1722), 1, sym_expression, STATE(4832), 1, sym_bindings, ACTIONS(489), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(491), 2, anon_sym_true, anon_sym_false, ACTIONS(503), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(487), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(925), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2917), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [27067] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(423), 1, sym_identifier, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(427), 1, anon_sym_DASH, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(431), 1, anon_sym_if, ACTIONS(433), 1, anon_sym_try, ACTIONS(435), 1, anon_sym_new, ACTIONS(443), 1, anon_sym_return, ACTIONS(445), 1, anon_sym_throw, ACTIONS(447), 1, anon_sym_while, ACTIONS(449), 1, anon_sym_do, ACTIONS(451), 1, anon_sym_for, STATE(1559), 1, sym_expression, STATE(4882), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(951), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [27163] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(804), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [27259] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(363), 1, anon_sym_do, ACTIONS(373), 1, sym_identifier, ACTIONS(375), 1, anon_sym_DASH, ACTIONS(377), 1, anon_sym_if, ACTIONS(379), 1, anon_sym_try, ACTIONS(381), 1, anon_sym_new, ACTIONS(383), 1, anon_sym_return, ACTIONS(385), 1, anon_sym_throw, ACTIONS(387), 1, anon_sym_while, ACTIONS(389), 1, anon_sym_for, STATE(1404), 1, sym_expression, STATE(4761), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(851), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [27355] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(417), 1, anon_sym_do, ACTIONS(455), 1, anon_sym_DASH, ACTIONS(457), 1, anon_sym_try, ACTIONS(459), 1, anon_sym_new, ACTIONS(461), 1, anon_sym_return, ACTIONS(463), 1, anon_sym_throw, ACTIONS(465), 1, anon_sym_while, ACTIONS(467), 1, anon_sym_for, ACTIONS(469), 1, sym_identifier, ACTIONS(471), 1, anon_sym_if, STATE(1761), 1, sym_expression, STATE(4812), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(887), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [27451] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(1971), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [27547] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(631), 1, anon_sym_do, ACTIONS(751), 1, anon_sym_DASH, ACTIONS(753), 1, anon_sym_if, ACTIONS(755), 1, anon_sym_try, ACTIONS(757), 1, anon_sym_new, ACTIONS(759), 1, anon_sym_return, ACTIONS(761), 1, anon_sym_throw, ACTIONS(763), 1, anon_sym_for, ACTIONS(765), 1, sym_identifier, ACTIONS(767), 1, anon_sym_while, STATE(2153), 1, sym_expression, STATE(4932), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1023), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [27643] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(417), 1, anon_sym_do, ACTIONS(455), 1, anon_sym_DASH, ACTIONS(457), 1, anon_sym_try, ACTIONS(459), 1, anon_sym_new, ACTIONS(461), 1, anon_sym_return, ACTIONS(463), 1, anon_sym_throw, ACTIONS(465), 1, anon_sym_while, ACTIONS(467), 1, anon_sym_for, ACTIONS(469), 1, sym_identifier, ACTIONS(471), 1, anon_sym_if, STATE(1763), 1, sym_expression, STATE(4812), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(887), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [27739] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(337), 1, sym_identifier, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(341), 1, anon_sym_DASH, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(345), 1, anon_sym_if, ACTIONS(347), 1, anon_sym_try, ACTIONS(349), 1, anon_sym_new, ACTIONS(357), 1, anon_sym_return, ACTIONS(359), 1, anon_sym_throw, ACTIONS(361), 1, anon_sym_while, ACTIONS(363), 1, anon_sym_do, ACTIONS(365), 1, anon_sym_for, STATE(1489), 1, sym_expression, STATE(4886), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(919), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [27835] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(317), 1, anon_sym_do, ACTIONS(323), 1, anon_sym_DASH, ACTIONS(325), 1, anon_sym_try, ACTIONS(327), 1, anon_sym_new, ACTIONS(329), 1, anon_sym_return, ACTIONS(331), 1, anon_sym_throw, ACTIONS(333), 1, anon_sym_while, ACTIONS(335), 1, anon_sym_for, ACTIONS(369), 1, sym_identifier, ACTIONS(371), 1, anon_sym_if, STATE(1408), 1, sym_expression, STATE(4861), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(973), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [27931] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(391), 1, sym_identifier, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(395), 1, anon_sym_DASH, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(399), 1, anon_sym_if, ACTIONS(401), 1, anon_sym_try, ACTIONS(403), 1, anon_sym_new, ACTIONS(411), 1, anon_sym_return, ACTIONS(413), 1, anon_sym_throw, ACTIONS(415), 1, anon_sym_while, ACTIONS(417), 1, anon_sym_do, ACTIONS(419), 1, anon_sym_for, STATE(1765), 1, sym_expression, STATE(4754), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(859), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [28027] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(417), 1, anon_sym_do, ACTIONS(455), 1, anon_sym_DASH, ACTIONS(457), 1, anon_sym_try, ACTIONS(459), 1, anon_sym_new, ACTIONS(461), 1, anon_sym_return, ACTIONS(463), 1, anon_sym_throw, ACTIONS(465), 1, anon_sym_while, ACTIONS(467), 1, anon_sym_for, ACTIONS(469), 1, sym_identifier, ACTIONS(471), 1, anon_sym_if, STATE(1766), 1, sym_expression, STATE(4812), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(887), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [28123] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(803), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [28219] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2617), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [28315] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(391), 1, sym_identifier, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(395), 1, anon_sym_DASH, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(399), 1, anon_sym_if, ACTIONS(401), 1, anon_sym_try, ACTIONS(403), 1, anon_sym_new, ACTIONS(411), 1, anon_sym_return, ACTIONS(413), 1, anon_sym_throw, ACTIONS(415), 1, anon_sym_while, ACTIONS(417), 1, anon_sym_do, ACTIONS(419), 1, anon_sym_for, STATE(1771), 1, sym_expression, STATE(4754), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(859), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [28411] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2160), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [28507] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(417), 1, anon_sym_do, ACTIONS(455), 1, anon_sym_DASH, ACTIONS(457), 1, anon_sym_try, ACTIONS(459), 1, anon_sym_new, ACTIONS(461), 1, anon_sym_return, ACTIONS(463), 1, anon_sym_throw, ACTIONS(465), 1, anon_sym_while, ACTIONS(467), 1, anon_sym_for, ACTIONS(469), 1, sym_identifier, ACTIONS(471), 1, anon_sym_if, STATE(1770), 1, sym_expression, STATE(4812), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(887), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [28603] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(417), 1, anon_sym_do, ACTIONS(455), 1, anon_sym_DASH, ACTIONS(457), 1, anon_sym_try, ACTIONS(459), 1, anon_sym_new, ACTIONS(461), 1, anon_sym_return, ACTIONS(463), 1, anon_sym_throw, ACTIONS(465), 1, anon_sym_while, ACTIONS(467), 1, anon_sym_for, ACTIONS(469), 1, sym_identifier, ACTIONS(471), 1, anon_sym_if, STATE(1772), 1, sym_expression, STATE(4812), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(887), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [28699] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(417), 1, anon_sym_do, ACTIONS(455), 1, anon_sym_DASH, ACTIONS(457), 1, anon_sym_try, ACTIONS(459), 1, anon_sym_new, ACTIONS(461), 1, anon_sym_return, ACTIONS(463), 1, anon_sym_throw, ACTIONS(465), 1, anon_sym_while, ACTIONS(467), 1, anon_sym_for, ACTIONS(469), 1, sym_identifier, ACTIONS(471), 1, anon_sym_if, STATE(1776), 1, sym_expression, STATE(4812), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(887), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [28795] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2103), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [28891] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(417), 1, anon_sym_do, ACTIONS(455), 1, anon_sym_DASH, ACTIONS(457), 1, anon_sym_try, ACTIONS(459), 1, anon_sym_new, ACTIONS(461), 1, anon_sym_return, ACTIONS(463), 1, anon_sym_throw, ACTIONS(465), 1, anon_sym_while, ACTIONS(467), 1, anon_sym_for, ACTIONS(469), 1, sym_identifier, ACTIONS(471), 1, anon_sym_if, STATE(1755), 1, sym_expression, STATE(4812), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(887), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [28987] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2104), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [29083] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(637), 1, anon_sym_DASH, ACTIONS(639), 1, anon_sym_if, ACTIONS(641), 1, anon_sym_try, ACTIONS(643), 1, anon_sym_new, ACTIONS(651), 1, anon_sym_return, ACTIONS(653), 1, anon_sym_throw, ACTIONS(655), 1, anon_sym_while, ACTIONS(657), 1, anon_sym_do, ACTIONS(659), 1, anon_sym_for, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(693), 1, anon_sym_LPAREN, STATE(2394), 1, sym_expression, STATE(4787), 1, sym_bindings, ACTIONS(647), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(649), 2, anon_sym_true, anon_sym_false, ACTIONS(661), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(645), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(823), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3257), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [29179] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2793), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [29275] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2396), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [29371] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(337), 1, sym_identifier, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(341), 1, anon_sym_DASH, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(345), 1, anon_sym_if, ACTIONS(347), 1, anon_sym_try, ACTIONS(349), 1, anon_sym_new, ACTIONS(357), 1, anon_sym_return, ACTIONS(359), 1, anon_sym_throw, ACTIONS(361), 1, anon_sym_while, ACTIONS(363), 1, anon_sym_do, ACTIONS(365), 1, anon_sym_for, STATE(1540), 1, sym_expression, STATE(4886), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(919), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [29467] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(637), 1, anon_sym_DASH, ACTIONS(639), 1, anon_sym_if, ACTIONS(641), 1, anon_sym_try, ACTIONS(643), 1, anon_sym_new, ACTIONS(651), 1, anon_sym_return, ACTIONS(653), 1, anon_sym_throw, ACTIONS(655), 1, anon_sym_while, ACTIONS(657), 1, anon_sym_do, ACTIONS(659), 1, anon_sym_for, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(693), 1, anon_sym_LPAREN, STATE(2400), 1, sym_expression, STATE(4787), 1, sym_bindings, ACTIONS(647), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(649), 2, anon_sym_true, anon_sym_false, ACTIONS(661), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(645), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(823), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3257), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [29563] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(157), 1, anon_sym_DASH, ACTIONS(159), 1, anon_sym_if, ACTIONS(161), 1, anon_sym_try, ACTIONS(163), 1, anon_sym_new, ACTIONS(171), 1, anon_sym_return, ACTIONS(173), 1, anon_sym_throw, ACTIONS(175), 1, anon_sym_while, ACTIONS(177), 1, anon_sym_do, ACTIONS(179), 1, anon_sym_for, ACTIONS(187), 1, sym_identifier, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(193), 1, anon_sym_LPAREN, STATE(601), 1, sym_expression, STATE(4831), 1, sym_bindings, ACTIONS(167), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(169), 2, anon_sym_true, anon_sym_false, ACTIONS(183), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(165), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(845), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(884), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [29659] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(774), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [29755] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(195), 1, anon_sym_DASH, ACTIONS(197), 1, anon_sym_if, ACTIONS(199), 1, anon_sym_try, ACTIONS(201), 1, anon_sym_new, ACTIONS(209), 1, anon_sym_return, ACTIONS(211), 1, anon_sym_throw, ACTIONS(213), 1, anon_sym_while, ACTIONS(215), 1, anon_sym_do, ACTIONS(217), 1, anon_sym_for, ACTIONS(221), 1, sym_identifier, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(225), 1, anon_sym_LPAREN, STATE(674), 1, sym_expression, STATE(4719), 1, sym_bindings, ACTIONS(205), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(207), 2, anon_sym_true, anon_sym_false, ACTIONS(219), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(203), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(945), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(939), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [29851] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(637), 1, anon_sym_DASH, ACTIONS(639), 1, anon_sym_if, ACTIONS(641), 1, anon_sym_try, ACTIONS(643), 1, anon_sym_new, ACTIONS(651), 1, anon_sym_return, ACTIONS(653), 1, anon_sym_throw, ACTIONS(655), 1, anon_sym_while, ACTIONS(657), 1, anon_sym_do, ACTIONS(659), 1, anon_sym_for, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(693), 1, anon_sym_LPAREN, STATE(2404), 1, sym_expression, STATE(4787), 1, sym_bindings, ACTIONS(647), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(649), 2, anon_sym_true, anon_sym_false, ACTIONS(661), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(645), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(823), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3257), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [29947] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(337), 1, sym_identifier, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(341), 1, anon_sym_DASH, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(345), 1, anon_sym_if, ACTIONS(347), 1, anon_sym_try, ACTIONS(349), 1, anon_sym_new, ACTIONS(357), 1, anon_sym_return, ACTIONS(359), 1, anon_sym_throw, ACTIONS(361), 1, anon_sym_while, ACTIONS(363), 1, anon_sym_do, ACTIONS(365), 1, anon_sym_for, STATE(1543), 1, sym_expression, STATE(4886), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(919), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [30043] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(291), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_DASH, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_if, ACTIONS(301), 1, anon_sym_try, ACTIONS(303), 1, anon_sym_new, ACTIONS(311), 1, anon_sym_return, ACTIONS(313), 1, anon_sym_throw, ACTIONS(315), 1, anon_sym_while, ACTIONS(317), 1, anon_sym_do, ACTIONS(319), 1, anon_sym_for, STATE(1258), 1, sym_expression, STATE(5000), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(999), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [30139] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(195), 1, anon_sym_DASH, ACTIONS(197), 1, anon_sym_if, ACTIONS(199), 1, anon_sym_try, ACTIONS(201), 1, anon_sym_new, ACTIONS(209), 1, anon_sym_return, ACTIONS(211), 1, anon_sym_throw, ACTIONS(213), 1, anon_sym_while, ACTIONS(215), 1, anon_sym_do, ACTIONS(217), 1, anon_sym_for, ACTIONS(221), 1, sym_identifier, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(225), 1, anon_sym_LPAREN, STATE(673), 1, sym_expression, STATE(4719), 1, sym_bindings, ACTIONS(205), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(207), 2, anon_sym_true, anon_sym_false, ACTIONS(219), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(203), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(945), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(939), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [30235] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(573), 1, sym_identifier, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(577), 1, anon_sym_DASH, ACTIONS(579), 1, anon_sym_LPAREN, ACTIONS(581), 1, anon_sym_if, ACTIONS(583), 1, anon_sym_try, ACTIONS(585), 1, anon_sym_new, ACTIONS(593), 1, anon_sym_return, ACTIONS(595), 1, anon_sym_throw, ACTIONS(597), 1, anon_sym_while, ACTIONS(599), 1, anon_sym_do, ACTIONS(601), 1, anon_sym_for, STATE(2172), 1, sym_expression, STATE(4721), 1, sym_bindings, ACTIONS(589), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(591), 2, anon_sym_true, anon_sym_false, ACTIONS(603), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(587), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(901), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3135), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [30331] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(337), 1, sym_identifier, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(341), 1, anon_sym_DASH, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(345), 1, anon_sym_if, ACTIONS(347), 1, anon_sym_try, ACTIONS(349), 1, anon_sym_new, ACTIONS(357), 1, anon_sym_return, ACTIONS(359), 1, anon_sym_throw, ACTIONS(361), 1, anon_sym_while, ACTIONS(363), 1, anon_sym_do, ACTIONS(365), 1, anon_sym_for, STATE(1544), 1, sym_expression, STATE(4886), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(919), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [30427] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(423), 1, sym_identifier, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(427), 1, anon_sym_DASH, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(431), 1, anon_sym_if, ACTIONS(433), 1, anon_sym_try, ACTIONS(435), 1, anon_sym_new, ACTIONS(443), 1, anon_sym_return, ACTIONS(445), 1, anon_sym_throw, ACTIONS(447), 1, anon_sym_while, ACTIONS(449), 1, anon_sym_do, ACTIONS(451), 1, anon_sym_for, STATE(1953), 1, sym_expression, STATE(4882), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(951), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [30523] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2457), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [30619] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(637), 1, anon_sym_DASH, ACTIONS(639), 1, anon_sym_if, ACTIONS(641), 1, anon_sym_try, ACTIONS(643), 1, anon_sym_new, ACTIONS(651), 1, anon_sym_return, ACTIONS(653), 1, anon_sym_throw, ACTIONS(655), 1, anon_sym_while, ACTIONS(657), 1, anon_sym_do, ACTIONS(659), 1, anon_sym_for, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(693), 1, anon_sym_LPAREN, STATE(2407), 1, sym_expression, STATE(4787), 1, sym_bindings, ACTIONS(647), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(649), 2, anon_sym_true, anon_sym_false, ACTIONS(661), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(645), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(823), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3257), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [30715] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(637), 1, anon_sym_DASH, ACTIONS(639), 1, anon_sym_if, ACTIONS(641), 1, anon_sym_try, ACTIONS(643), 1, anon_sym_new, ACTIONS(651), 1, anon_sym_return, ACTIONS(653), 1, anon_sym_throw, ACTIONS(655), 1, anon_sym_while, ACTIONS(657), 1, anon_sym_do, ACTIONS(659), 1, anon_sym_for, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(693), 1, anon_sym_LPAREN, STATE(2409), 1, sym_expression, STATE(4787), 1, sym_bindings, ACTIONS(647), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(649), 2, anon_sym_true, anon_sym_false, ACTIONS(661), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(645), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(823), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3257), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [30811] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(637), 1, anon_sym_DASH, ACTIONS(639), 1, anon_sym_if, ACTIONS(641), 1, anon_sym_try, ACTIONS(643), 1, anon_sym_new, ACTIONS(651), 1, anon_sym_return, ACTIONS(653), 1, anon_sym_throw, ACTIONS(655), 1, anon_sym_while, ACTIONS(657), 1, anon_sym_do, ACTIONS(659), 1, anon_sym_for, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(693), 1, anon_sym_LPAREN, STATE(2410), 1, sym_expression, STATE(4787), 1, sym_bindings, ACTIONS(647), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(649), 2, anon_sym_true, anon_sym_false, ACTIONS(661), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(645), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(823), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3257), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [30907] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(363), 1, anon_sym_do, ACTIONS(373), 1, sym_identifier, ACTIONS(375), 1, anon_sym_DASH, ACTIONS(377), 1, anon_sym_if, ACTIONS(379), 1, anon_sym_try, ACTIONS(381), 1, anon_sym_new, ACTIONS(383), 1, anon_sym_return, ACTIONS(385), 1, anon_sym_throw, ACTIONS(387), 1, anon_sym_while, ACTIONS(389), 1, anon_sym_for, STATE(1295), 1, sym_expression, STATE(4761), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(851), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [31003] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(637), 1, anon_sym_DASH, ACTIONS(639), 1, anon_sym_if, ACTIONS(641), 1, anon_sym_try, ACTIONS(643), 1, anon_sym_new, ACTIONS(651), 1, anon_sym_return, ACTIONS(653), 1, anon_sym_throw, ACTIONS(655), 1, anon_sym_while, ACTIONS(657), 1, anon_sym_do, ACTIONS(659), 1, anon_sym_for, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(693), 1, anon_sym_LPAREN, STATE(2443), 1, sym_expression, STATE(4787), 1, sym_bindings, ACTIONS(647), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(649), 2, anon_sym_true, anon_sym_false, ACTIONS(661), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(645), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(823), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3257), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [31099] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2766), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [31195] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(391), 1, sym_identifier, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(395), 1, anon_sym_DASH, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(399), 1, anon_sym_if, ACTIONS(401), 1, anon_sym_try, ACTIONS(403), 1, anon_sym_new, ACTIONS(411), 1, anon_sym_return, ACTIONS(413), 1, anon_sym_throw, ACTIONS(415), 1, anon_sym_while, ACTIONS(417), 1, anon_sym_do, ACTIONS(419), 1, anon_sym_for, STATE(1774), 1, sym_expression, STATE(4754), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(859), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [31291] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(363), 1, anon_sym_do, ACTIONS(373), 1, sym_identifier, ACTIONS(375), 1, anon_sym_DASH, ACTIONS(377), 1, anon_sym_if, ACTIONS(379), 1, anon_sym_try, ACTIONS(381), 1, anon_sym_new, ACTIONS(383), 1, anon_sym_return, ACTIONS(385), 1, anon_sym_throw, ACTIONS(387), 1, anon_sym_while, ACTIONS(389), 1, anon_sym_for, STATE(1599), 1, sym_expression, STATE(4761), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(851), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [31387] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2106), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [31483] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(363), 1, anon_sym_do, ACTIONS(373), 1, sym_identifier, ACTIONS(375), 1, anon_sym_DASH, ACTIONS(377), 1, anon_sym_if, ACTIONS(379), 1, anon_sym_try, ACTIONS(381), 1, anon_sym_new, ACTIONS(383), 1, anon_sym_return, ACTIONS(385), 1, anon_sym_throw, ACTIONS(387), 1, anon_sym_while, ACTIONS(389), 1, anon_sym_for, STATE(1596), 1, sym_expression, STATE(4761), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(851), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [31579] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(363), 1, anon_sym_do, ACTIONS(373), 1, sym_identifier, ACTIONS(375), 1, anon_sym_DASH, ACTIONS(377), 1, anon_sym_if, ACTIONS(379), 1, anon_sym_try, ACTIONS(381), 1, anon_sym_new, ACTIONS(383), 1, anon_sym_return, ACTIONS(385), 1, anon_sym_throw, ACTIONS(387), 1, anon_sym_while, ACTIONS(389), 1, anon_sym_for, STATE(1592), 1, sym_expression, STATE(4761), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(851), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [31675] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(573), 1, sym_identifier, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(577), 1, anon_sym_DASH, ACTIONS(579), 1, anon_sym_LPAREN, ACTIONS(581), 1, anon_sym_if, ACTIONS(583), 1, anon_sym_try, ACTIONS(585), 1, anon_sym_new, ACTIONS(593), 1, anon_sym_return, ACTIONS(595), 1, anon_sym_throw, ACTIONS(597), 1, anon_sym_while, ACTIONS(599), 1, anon_sym_do, ACTIONS(601), 1, anon_sym_for, STATE(2279), 1, sym_expression, STATE(4721), 1, sym_bindings, ACTIONS(589), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(591), 2, anon_sym_true, anon_sym_false, ACTIONS(603), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(587), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(901), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3135), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [31771] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(337), 1, sym_identifier, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(341), 1, anon_sym_DASH, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(345), 1, anon_sym_if, ACTIONS(347), 1, anon_sym_try, ACTIONS(349), 1, anon_sym_new, ACTIONS(357), 1, anon_sym_return, ACTIONS(359), 1, anon_sym_throw, ACTIONS(361), 1, anon_sym_while, ACTIONS(363), 1, anon_sym_do, ACTIONS(365), 1, anon_sym_for, STATE(1572), 1, sym_expression, STATE(4886), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(919), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [31867] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(758), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [31963] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(802), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [32059] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2429), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [32155] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(363), 1, anon_sym_do, ACTIONS(373), 1, sym_identifier, ACTIONS(375), 1, anon_sym_DASH, ACTIONS(377), 1, anon_sym_if, ACTIONS(379), 1, anon_sym_try, ACTIONS(381), 1, anon_sym_new, ACTIONS(383), 1, anon_sym_return, ACTIONS(385), 1, anon_sym_throw, ACTIONS(387), 1, anon_sym_while, ACTIONS(389), 1, anon_sym_for, STATE(1485), 1, sym_expression, STATE(4761), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(851), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [32251] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(363), 1, anon_sym_do, ACTIONS(373), 1, sym_identifier, ACTIONS(375), 1, anon_sym_DASH, ACTIONS(377), 1, anon_sym_if, ACTIONS(379), 1, anon_sym_try, ACTIONS(381), 1, anon_sym_new, ACTIONS(383), 1, anon_sym_return, ACTIONS(385), 1, anon_sym_throw, ACTIONS(387), 1, anon_sym_while, ACTIONS(389), 1, anon_sym_for, STATE(1588), 1, sym_expression, STATE(4761), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(851), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [32347] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(291), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_DASH, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_if, ACTIONS(301), 1, anon_sym_try, ACTIONS(303), 1, anon_sym_new, ACTIONS(311), 1, anon_sym_return, ACTIONS(313), 1, anon_sym_throw, ACTIONS(315), 1, anon_sym_while, ACTIONS(317), 1, anon_sym_do, ACTIONS(319), 1, anon_sym_for, STATE(1424), 1, sym_expression, STATE(5000), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(999), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [32443] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(363), 1, anon_sym_do, ACTIONS(373), 1, sym_identifier, ACTIONS(375), 1, anon_sym_DASH, ACTIONS(377), 1, anon_sym_if, ACTIONS(379), 1, anon_sym_try, ACTIONS(381), 1, anon_sym_new, ACTIONS(383), 1, anon_sym_return, ACTIONS(385), 1, anon_sym_throw, ACTIONS(387), 1, anon_sym_while, ACTIONS(389), 1, anon_sym_for, STATE(1586), 1, sym_expression, STATE(4761), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(851), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [32539] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(531), 1, anon_sym_do, ACTIONS(701), 1, anon_sym_DASH, ACTIONS(703), 1, anon_sym_if, ACTIONS(705), 1, anon_sym_try, ACTIONS(707), 1, anon_sym_new, ACTIONS(709), 1, anon_sym_return, ACTIONS(711), 1, anon_sym_throw, ACTIONS(713), 1, anon_sym_for, ACTIONS(715), 1, sym_identifier, ACTIONS(717), 1, anon_sym_while, STATE(2335), 1, sym_expression, STATE(4809), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(983), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [32635] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(291), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_DASH, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_if, ACTIONS(301), 1, anon_sym_try, ACTIONS(303), 1, anon_sym_new, ACTIONS(311), 1, anon_sym_return, ACTIONS(313), 1, anon_sym_throw, ACTIONS(315), 1, anon_sym_while, ACTIONS(317), 1, anon_sym_do, ACTIONS(319), 1, anon_sym_for, STATE(1416), 1, sym_expression, STATE(5000), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(999), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [32731] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(363), 1, anon_sym_do, ACTIONS(373), 1, sym_identifier, ACTIONS(375), 1, anon_sym_DASH, ACTIONS(377), 1, anon_sym_if, ACTIONS(379), 1, anon_sym_try, ACTIONS(381), 1, anon_sym_new, ACTIONS(383), 1, anon_sym_return, ACTIONS(385), 1, anon_sym_throw, ACTIONS(387), 1, anon_sym_while, ACTIONS(389), 1, anon_sym_for, STATE(1602), 1, sym_expression, STATE(4761), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(851), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [32827] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(157), 1, anon_sym_DASH, ACTIONS(159), 1, anon_sym_if, ACTIONS(161), 1, anon_sym_try, ACTIONS(163), 1, anon_sym_new, ACTIONS(171), 1, anon_sym_return, ACTIONS(173), 1, anon_sym_throw, ACTIONS(175), 1, anon_sym_while, ACTIONS(177), 1, anon_sym_do, ACTIONS(179), 1, anon_sym_for, ACTIONS(187), 1, sym_identifier, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(193), 1, anon_sym_LPAREN, STATE(617), 1, sym_expression, STATE(4831), 1, sym_bindings, ACTIONS(167), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(169), 2, anon_sym_true, anon_sym_false, ACTIONS(183), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(165), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(845), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(884), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [32923] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(473), 1, sym_identifier, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(477), 1, anon_sym_DASH, ACTIONS(479), 1, anon_sym_LPAREN, ACTIONS(481), 1, anon_sym_if, ACTIONS(483), 1, anon_sym_try, ACTIONS(485), 1, anon_sym_new, ACTIONS(493), 1, anon_sym_return, ACTIONS(495), 1, anon_sym_throw, ACTIONS(497), 1, anon_sym_while, ACTIONS(499), 1, anon_sym_do, ACTIONS(501), 1, anon_sym_for, STATE(2128), 1, sym_expression, STATE(4832), 1, sym_bindings, ACTIONS(489), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(491), 2, anon_sym_true, anon_sym_false, ACTIONS(503), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(487), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(925), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2917), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [33019] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2877), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [33115] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(773), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [33211] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(157), 1, anon_sym_DASH, ACTIONS(159), 1, anon_sym_if, ACTIONS(161), 1, anon_sym_try, ACTIONS(163), 1, anon_sym_new, ACTIONS(171), 1, anon_sym_return, ACTIONS(173), 1, anon_sym_throw, ACTIONS(175), 1, anon_sym_while, ACTIONS(177), 1, anon_sym_do, ACTIONS(179), 1, anon_sym_for, ACTIONS(187), 1, sym_identifier, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(193), 1, anon_sym_LPAREN, STATE(620), 1, sym_expression, STATE(4831), 1, sym_bindings, ACTIONS(167), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(169), 2, anon_sym_true, anon_sym_false, ACTIONS(183), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(165), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(845), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(884), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [33307] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2132), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [33403] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2885), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [33499] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(531), 1, anon_sym_do, ACTIONS(701), 1, anon_sym_DASH, ACTIONS(703), 1, anon_sym_if, ACTIONS(705), 1, anon_sym_try, ACTIONS(707), 1, anon_sym_new, ACTIONS(709), 1, anon_sym_return, ACTIONS(711), 1, anon_sym_throw, ACTIONS(713), 1, anon_sym_for, ACTIONS(715), 1, sym_identifier, ACTIONS(717), 1, anon_sym_while, STATE(2267), 1, sym_expression, STATE(4809), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(983), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [33595] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(531), 1, anon_sym_do, ACTIONS(701), 1, anon_sym_DASH, ACTIONS(703), 1, anon_sym_if, ACTIONS(705), 1, anon_sym_try, ACTIONS(707), 1, anon_sym_new, ACTIONS(709), 1, anon_sym_return, ACTIONS(711), 1, anon_sym_throw, ACTIONS(713), 1, anon_sym_for, ACTIONS(715), 1, sym_identifier, ACTIONS(717), 1, anon_sym_while, STATE(2260), 1, sym_expression, STATE(4809), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(983), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [33691] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2495), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [33787] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(423), 1, sym_identifier, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(427), 1, anon_sym_DASH, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(431), 1, anon_sym_if, ACTIONS(433), 1, anon_sym_try, ACTIONS(435), 1, anon_sym_new, ACTIONS(443), 1, anon_sym_return, ACTIONS(445), 1, anon_sym_throw, ACTIONS(447), 1, anon_sym_while, ACTIONS(449), 1, anon_sym_do, ACTIONS(451), 1, anon_sym_for, STATE(1920), 1, sym_expression, STATE(4882), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(951), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [33883] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(531), 1, anon_sym_do, ACTIONS(701), 1, anon_sym_DASH, ACTIONS(703), 1, anon_sym_if, ACTIONS(705), 1, anon_sym_try, ACTIONS(707), 1, anon_sym_new, ACTIONS(709), 1, anon_sym_return, ACTIONS(711), 1, anon_sym_throw, ACTIONS(713), 1, anon_sym_for, ACTIONS(715), 1, sym_identifier, ACTIONS(717), 1, anon_sym_while, STATE(2257), 1, sym_expression, STATE(4809), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(983), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [33979] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(87), 1, anon_sym_do, ACTIONS(537), 1, sym_identifier, ACTIONS(539), 1, anon_sym_DASH, ACTIONS(541), 1, anon_sym_if, ACTIONS(543), 1, anon_sym_try, ACTIONS(545), 1, anon_sym_new, ACTIONS(547), 1, anon_sym_return, ACTIONS(549), 1, anon_sym_throw, ACTIONS(551), 1, anon_sym_while, ACTIONS(553), 1, anon_sym_for, STATE(1741), 1, sym_expression, STATE(4732), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(961), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [34075] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(573), 1, sym_identifier, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(577), 1, anon_sym_DASH, ACTIONS(579), 1, anon_sym_LPAREN, ACTIONS(581), 1, anon_sym_if, ACTIONS(583), 1, anon_sym_try, ACTIONS(585), 1, anon_sym_new, ACTIONS(593), 1, anon_sym_return, ACTIONS(595), 1, anon_sym_throw, ACTIONS(597), 1, anon_sym_while, ACTIONS(599), 1, anon_sym_do, ACTIONS(601), 1, anon_sym_for, STATE(1860), 1, sym_expression, STATE(4721), 1, sym_bindings, ACTIONS(589), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(591), 2, anon_sym_true, anon_sym_false, ACTIONS(603), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(587), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(901), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3135), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [34171] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(157), 1, anon_sym_DASH, ACTIONS(159), 1, anon_sym_if, ACTIONS(161), 1, anon_sym_try, ACTIONS(163), 1, anon_sym_new, ACTIONS(171), 1, anon_sym_return, ACTIONS(173), 1, anon_sym_throw, ACTIONS(175), 1, anon_sym_while, ACTIONS(177), 1, anon_sym_do, ACTIONS(179), 1, anon_sym_for, ACTIONS(187), 1, sym_identifier, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(193), 1, anon_sym_LPAREN, STATE(619), 1, sym_expression, STATE(4831), 1, sym_bindings, ACTIONS(167), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(169), 2, anon_sym_true, anon_sym_false, ACTIONS(183), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(165), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(845), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(884), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [34267] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(573), 1, sym_identifier, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(577), 1, anon_sym_DASH, ACTIONS(579), 1, anon_sym_LPAREN, ACTIONS(581), 1, anon_sym_if, ACTIONS(583), 1, anon_sym_try, ACTIONS(585), 1, anon_sym_new, ACTIONS(593), 1, anon_sym_return, ACTIONS(595), 1, anon_sym_throw, ACTIONS(597), 1, anon_sym_while, ACTIONS(599), 1, anon_sym_do, ACTIONS(601), 1, anon_sym_for, STATE(1850), 1, sym_expression, STATE(4721), 1, sym_bindings, ACTIONS(589), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(591), 2, anon_sym_true, anon_sym_false, ACTIONS(603), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(587), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(901), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3135), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [34363] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2057), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [34459] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(87), 1, anon_sym_do, ACTIONS(537), 1, sym_identifier, ACTIONS(539), 1, anon_sym_DASH, ACTIONS(541), 1, anon_sym_if, ACTIONS(543), 1, anon_sym_try, ACTIONS(545), 1, anon_sym_new, ACTIONS(547), 1, anon_sym_return, ACTIONS(549), 1, anon_sym_throw, ACTIONS(551), 1, anon_sym_while, ACTIONS(553), 1, anon_sym_for, STATE(1706), 1, sym_expression, STATE(4732), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(961), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [34555] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(796), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [34651] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(573), 1, sym_identifier, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(577), 1, anon_sym_DASH, ACTIONS(579), 1, anon_sym_LPAREN, ACTIONS(581), 1, anon_sym_if, ACTIONS(583), 1, anon_sym_try, ACTIONS(585), 1, anon_sym_new, ACTIONS(593), 1, anon_sym_return, ACTIONS(595), 1, anon_sym_throw, ACTIONS(597), 1, anon_sym_while, ACTIONS(599), 1, anon_sym_do, ACTIONS(601), 1, anon_sym_for, STATE(2198), 1, sym_expression, STATE(4721), 1, sym_bindings, ACTIONS(589), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(591), 2, anon_sym_true, anon_sym_false, ACTIONS(603), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(587), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(901), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3135), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [34747] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(573), 1, sym_identifier, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(577), 1, anon_sym_DASH, ACTIONS(579), 1, anon_sym_LPAREN, ACTIONS(581), 1, anon_sym_if, ACTIONS(583), 1, anon_sym_try, ACTIONS(585), 1, anon_sym_new, ACTIONS(593), 1, anon_sym_return, ACTIONS(595), 1, anon_sym_throw, ACTIONS(597), 1, anon_sym_while, ACTIONS(599), 1, anon_sym_do, ACTIONS(601), 1, anon_sym_for, STATE(2195), 1, sym_expression, STATE(4721), 1, sym_bindings, ACTIONS(589), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(591), 2, anon_sym_true, anon_sym_false, ACTIONS(603), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(587), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(901), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3135), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [34843] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2136), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [34939] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(605), 1, sym_identifier, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(609), 1, anon_sym_DASH, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(613), 1, anon_sym_if, ACTIONS(615), 1, anon_sym_try, ACTIONS(617), 1, anon_sym_new, ACTIONS(625), 1, anon_sym_return, ACTIONS(627), 1, anon_sym_throw, ACTIONS(629), 1, anon_sym_while, ACTIONS(631), 1, anon_sym_do, ACTIONS(633), 1, anon_sym_for, STATE(2302), 1, sym_expression, STATE(4879), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1019), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [35035] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(87), 1, anon_sym_do, ACTIONS(537), 1, sym_identifier, ACTIONS(539), 1, anon_sym_DASH, ACTIONS(541), 1, anon_sym_if, ACTIONS(543), 1, anon_sym_try, ACTIONS(545), 1, anon_sym_new, ACTIONS(547), 1, anon_sym_return, ACTIONS(549), 1, anon_sym_throw, ACTIONS(551), 1, anon_sym_while, ACTIONS(553), 1, anon_sym_for, STATE(1728), 1, sym_expression, STATE(4732), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(961), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [35131] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(787), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [35227] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(573), 1, sym_identifier, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(577), 1, anon_sym_DASH, ACTIONS(579), 1, anon_sym_LPAREN, ACTIONS(581), 1, anon_sym_if, ACTIONS(583), 1, anon_sym_try, ACTIONS(585), 1, anon_sym_new, ACTIONS(593), 1, anon_sym_return, ACTIONS(595), 1, anon_sym_throw, ACTIONS(597), 1, anon_sym_while, ACTIONS(599), 1, anon_sym_do, ACTIONS(601), 1, anon_sym_for, STATE(2182), 1, sym_expression, STATE(4721), 1, sym_bindings, ACTIONS(589), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(591), 2, anon_sym_true, anon_sym_false, ACTIONS(603), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(587), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(901), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3135), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [35323] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(573), 1, sym_identifier, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(577), 1, anon_sym_DASH, ACTIONS(579), 1, anon_sym_LPAREN, ACTIONS(581), 1, anon_sym_if, ACTIONS(583), 1, anon_sym_try, ACTIONS(585), 1, anon_sym_new, ACTIONS(593), 1, anon_sym_return, ACTIONS(595), 1, anon_sym_throw, ACTIONS(597), 1, anon_sym_while, ACTIONS(599), 1, anon_sym_do, ACTIONS(601), 1, anon_sym_for, STATE(2338), 1, sym_expression, STATE(4721), 1, sym_bindings, ACTIONS(589), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(591), 2, anon_sym_true, anon_sym_false, ACTIONS(603), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(587), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(901), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3135), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [35419] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(573), 1, sym_identifier, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(577), 1, anon_sym_DASH, ACTIONS(579), 1, anon_sym_LPAREN, ACTIONS(581), 1, anon_sym_if, ACTIONS(583), 1, anon_sym_try, ACTIONS(585), 1, anon_sym_new, ACTIONS(593), 1, anon_sym_return, ACTIONS(595), 1, anon_sym_throw, ACTIONS(597), 1, anon_sym_while, ACTIONS(599), 1, anon_sym_do, ACTIONS(601), 1, anon_sym_for, STATE(2174), 1, sym_expression, STATE(4721), 1, sym_bindings, ACTIONS(589), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(591), 2, anon_sym_true, anon_sym_false, ACTIONS(603), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(587), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(901), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3135), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [35515] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(786), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [35611] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(423), 1, sym_identifier, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(427), 1, anon_sym_DASH, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(431), 1, anon_sym_if, ACTIONS(433), 1, anon_sym_try, ACTIONS(435), 1, anon_sym_new, ACTIONS(443), 1, anon_sym_return, ACTIONS(445), 1, anon_sym_throw, ACTIONS(447), 1, anon_sym_while, ACTIONS(449), 1, anon_sym_do, ACTIONS(451), 1, anon_sym_for, STATE(1915), 1, sym_expression, STATE(4882), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(951), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [35707] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(417), 1, anon_sym_do, ACTIONS(455), 1, anon_sym_DASH, ACTIONS(457), 1, anon_sym_try, ACTIONS(459), 1, anon_sym_new, ACTIONS(461), 1, anon_sym_return, ACTIONS(463), 1, anon_sym_throw, ACTIONS(465), 1, anon_sym_while, ACTIONS(467), 1, anon_sym_for, ACTIONS(469), 1, sym_identifier, ACTIONS(471), 1, anon_sym_if, STATE(1788), 1, sym_expression, STATE(4812), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(887), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [35803] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(809), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [35899] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(531), 1, anon_sym_do, ACTIONS(701), 1, anon_sym_DASH, ACTIONS(703), 1, anon_sym_if, ACTIONS(705), 1, anon_sym_try, ACTIONS(707), 1, anon_sym_new, ACTIONS(709), 1, anon_sym_return, ACTIONS(711), 1, anon_sym_throw, ACTIONS(713), 1, anon_sym_for, ACTIONS(715), 1, sym_identifier, ACTIONS(717), 1, anon_sym_while, STATE(2234), 1, sym_expression, STATE(4809), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(983), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [35995] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2500), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [36091] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(573), 1, sym_identifier, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(577), 1, anon_sym_DASH, ACTIONS(579), 1, anon_sym_LPAREN, ACTIONS(581), 1, anon_sym_if, ACTIONS(583), 1, anon_sym_try, ACTIONS(585), 1, anon_sym_new, ACTIONS(593), 1, anon_sym_return, ACTIONS(595), 1, anon_sym_throw, ACTIONS(597), 1, anon_sym_while, ACTIONS(599), 1, anon_sym_do, ACTIONS(601), 1, anon_sym_for, STATE(2176), 1, sym_expression, STATE(4721), 1, sym_bindings, ACTIONS(589), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(591), 2, anon_sym_true, anon_sym_false, ACTIONS(603), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(587), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(901), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3135), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [36187] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(782), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [36283] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2530), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [36379] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(423), 1, sym_identifier, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(427), 1, anon_sym_DASH, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(431), 1, anon_sym_if, ACTIONS(433), 1, anon_sym_try, ACTIONS(435), 1, anon_sym_new, ACTIONS(443), 1, anon_sym_return, ACTIONS(445), 1, anon_sym_throw, ACTIONS(447), 1, anon_sym_while, ACTIONS(449), 1, anon_sym_do, ACTIONS(451), 1, anon_sym_for, STATE(1879), 1, sym_expression, STATE(4882), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(951), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [36475] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2568), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [36571] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(87), 1, anon_sym_do, ACTIONS(537), 1, sym_identifier, ACTIONS(539), 1, anon_sym_DASH, ACTIONS(541), 1, anon_sym_if, ACTIONS(543), 1, anon_sym_try, ACTIONS(545), 1, anon_sym_new, ACTIONS(547), 1, anon_sym_return, ACTIONS(549), 1, anon_sym_throw, ACTIONS(551), 1, anon_sym_while, ACTIONS(553), 1, anon_sym_for, STATE(1941), 1, sym_expression, STATE(4732), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(961), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [36667] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(738), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [36763] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(391), 1, sym_identifier, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(395), 1, anon_sym_DASH, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(399), 1, anon_sym_if, ACTIONS(401), 1, anon_sym_try, ACTIONS(403), 1, anon_sym_new, ACTIONS(411), 1, anon_sym_return, ACTIONS(413), 1, anon_sym_throw, ACTIONS(415), 1, anon_sym_while, ACTIONS(417), 1, anon_sym_do, ACTIONS(419), 1, anon_sym_for, STATE(1643), 1, sym_expression, STATE(4754), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(859), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [36859] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(795), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [36955] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(531), 1, anon_sym_do, ACTIONS(701), 1, anon_sym_DASH, ACTIONS(703), 1, anon_sym_if, ACTIONS(705), 1, anon_sym_try, ACTIONS(707), 1, anon_sym_new, ACTIONS(709), 1, anon_sym_return, ACTIONS(711), 1, anon_sym_throw, ACTIONS(713), 1, anon_sym_for, ACTIONS(715), 1, sym_identifier, ACTIONS(717), 1, anon_sym_while, STATE(1847), 1, sym_expression, STATE(4809), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(983), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [37051] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(391), 1, sym_identifier, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(395), 1, anon_sym_DASH, ACTIONS(397), 1, anon_sym_LPAREN, ACTIONS(399), 1, anon_sym_if, ACTIONS(401), 1, anon_sym_try, ACTIONS(403), 1, anon_sym_new, ACTIONS(411), 1, anon_sym_return, ACTIONS(413), 1, anon_sym_throw, ACTIONS(415), 1, anon_sym_while, ACTIONS(417), 1, anon_sym_do, ACTIONS(419), 1, anon_sym_for, STATE(1646), 1, sym_expression, STATE(4754), 1, sym_bindings, ACTIONS(407), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(409), 2, anon_sym_true, anon_sym_false, ACTIONS(421), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(405), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(859), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2237), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [37147] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2574), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [37243] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(531), 1, anon_sym_do, ACTIONS(701), 1, anon_sym_DASH, ACTIONS(703), 1, anon_sym_if, ACTIONS(705), 1, anon_sym_try, ACTIONS(707), 1, anon_sym_new, ACTIONS(709), 1, anon_sym_return, ACTIONS(711), 1, anon_sym_throw, ACTIONS(713), 1, anon_sym_for, ACTIONS(715), 1, sym_identifier, ACTIONS(717), 1, anon_sym_while, STATE(2226), 1, sym_expression, STATE(4809), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(983), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [37339] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(87), 1, anon_sym_do, ACTIONS(537), 1, sym_identifier, ACTIONS(539), 1, anon_sym_DASH, ACTIONS(541), 1, anon_sym_if, ACTIONS(543), 1, anon_sym_try, ACTIONS(545), 1, anon_sym_new, ACTIONS(547), 1, anon_sym_return, ACTIONS(549), 1, anon_sym_throw, ACTIONS(551), 1, anon_sym_while, ACTIONS(553), 1, anon_sym_for, STATE(1945), 1, sym_expression, STATE(4732), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(961), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [37435] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(449), 1, anon_sym_do, ACTIONS(555), 1, sym_identifier, ACTIONS(557), 1, anon_sym_DASH, ACTIONS(559), 1, anon_sym_if, ACTIONS(561), 1, anon_sym_try, ACTIONS(563), 1, anon_sym_new, ACTIONS(565), 1, anon_sym_return, ACTIONS(567), 1, anon_sym_throw, ACTIONS(569), 1, anon_sym_while, ACTIONS(571), 1, anon_sym_for, STATE(1714), 1, sym_expression, STATE(4756), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(987), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [37531] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(87), 1, anon_sym_do, ACTIONS(537), 1, sym_identifier, ACTIONS(539), 1, anon_sym_DASH, ACTIONS(541), 1, anon_sym_if, ACTIONS(543), 1, anon_sym_try, ACTIONS(545), 1, anon_sym_new, ACTIONS(547), 1, anon_sym_return, ACTIONS(549), 1, anon_sym_throw, ACTIONS(551), 1, anon_sym_while, ACTIONS(553), 1, anon_sym_for, STATE(1951), 1, sym_expression, STATE(4732), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(961), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [37627] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(291), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_DASH, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_if, ACTIONS(301), 1, anon_sym_try, ACTIONS(303), 1, anon_sym_new, ACTIONS(311), 1, anon_sym_return, ACTIONS(313), 1, anon_sym_throw, ACTIONS(315), 1, anon_sym_while, ACTIONS(317), 1, anon_sym_do, ACTIONS(319), 1, anon_sym_for, STATE(1421), 1, sym_expression, STATE(5000), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(999), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [37723] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(87), 1, anon_sym_do, ACTIONS(537), 1, sym_identifier, ACTIONS(539), 1, anon_sym_DASH, ACTIONS(541), 1, anon_sym_if, ACTIONS(543), 1, anon_sym_try, ACTIONS(545), 1, anon_sym_new, ACTIONS(547), 1, anon_sym_return, ACTIONS(549), 1, anon_sym_throw, ACTIONS(551), 1, anon_sym_while, ACTIONS(553), 1, anon_sym_for, STATE(1956), 1, sym_expression, STATE(4732), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(961), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [37819] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2456), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [37915] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2138), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [38011] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(87), 1, anon_sym_do, ACTIONS(537), 1, sym_identifier, ACTIONS(539), 1, anon_sym_DASH, ACTIONS(541), 1, anon_sym_if, ACTIONS(543), 1, anon_sym_try, ACTIONS(545), 1, anon_sym_new, ACTIONS(547), 1, anon_sym_return, ACTIONS(549), 1, anon_sym_throw, ACTIONS(551), 1, anon_sym_while, ACTIONS(553), 1, anon_sym_for, STATE(1957), 1, sym_expression, STATE(4732), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(961), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [38107] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(87), 1, anon_sym_do, ACTIONS(537), 1, sym_identifier, ACTIONS(539), 1, anon_sym_DASH, ACTIONS(541), 1, anon_sym_if, ACTIONS(543), 1, anon_sym_try, ACTIONS(545), 1, anon_sym_new, ACTIONS(547), 1, anon_sym_return, ACTIONS(549), 1, anon_sym_throw, ACTIONS(551), 1, anon_sym_while, ACTIONS(553), 1, anon_sym_for, STATE(1958), 1, sym_expression, STATE(4732), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(961), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [38203] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(824), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [38299] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(531), 1, anon_sym_do, ACTIONS(701), 1, anon_sym_DASH, ACTIONS(703), 1, anon_sym_if, ACTIONS(705), 1, anon_sym_try, ACTIONS(707), 1, anon_sym_new, ACTIONS(709), 1, anon_sym_return, ACTIONS(711), 1, anon_sym_throw, ACTIONS(713), 1, anon_sym_for, ACTIONS(715), 1, sym_identifier, ACTIONS(717), 1, anon_sym_while, STATE(2223), 1, sym_expression, STATE(4809), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(983), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [38395] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(87), 1, anon_sym_do, ACTIONS(537), 1, sym_identifier, ACTIONS(539), 1, anon_sym_DASH, ACTIONS(541), 1, anon_sym_if, ACTIONS(543), 1, anon_sym_try, ACTIONS(545), 1, anon_sym_new, ACTIONS(547), 1, anon_sym_return, ACTIONS(549), 1, anon_sym_throw, ACTIONS(551), 1, anon_sym_while, ACTIONS(553), 1, anon_sym_for, STATE(1842), 1, sym_expression, STATE(4732), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(961), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [38491] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2139), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [38587] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(449), 1, anon_sym_do, ACTIONS(555), 1, sym_identifier, ACTIONS(557), 1, anon_sym_DASH, ACTIONS(559), 1, anon_sym_if, ACTIONS(561), 1, anon_sym_try, ACTIONS(563), 1, anon_sym_new, ACTIONS(565), 1, anon_sym_return, ACTIONS(567), 1, anon_sym_throw, ACTIONS(569), 1, anon_sym_while, ACTIONS(571), 1, anon_sym_for, STATE(1983), 1, sym_expression, STATE(4756), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(987), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [38683] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(788), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [38779] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(605), 1, sym_identifier, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(609), 1, anon_sym_DASH, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(613), 1, anon_sym_if, ACTIONS(615), 1, anon_sym_try, ACTIONS(617), 1, anon_sym_new, ACTIONS(625), 1, anon_sym_return, ACTIONS(627), 1, anon_sym_throw, ACTIONS(629), 1, anon_sym_while, ACTIONS(631), 1, anon_sym_do, ACTIONS(633), 1, anon_sym_for, STATE(2333), 1, sym_expression, STATE(4879), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1019), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [38875] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(605), 1, sym_identifier, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(609), 1, anon_sym_DASH, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(613), 1, anon_sym_if, ACTIONS(615), 1, anon_sym_try, ACTIONS(617), 1, anon_sym_new, ACTIONS(625), 1, anon_sym_return, ACTIONS(627), 1, anon_sym_throw, ACTIONS(629), 1, anon_sym_while, ACTIONS(631), 1, anon_sym_do, ACTIONS(633), 1, anon_sym_for, STATE(2177), 1, sym_expression, STATE(4879), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1019), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [38971] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2368), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [39067] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(789), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [39163] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(449), 1, anon_sym_do, ACTIONS(555), 1, sym_identifier, ACTIONS(557), 1, anon_sym_DASH, ACTIONS(559), 1, anon_sym_if, ACTIONS(561), 1, anon_sym_try, ACTIONS(563), 1, anon_sym_new, ACTIONS(565), 1, anon_sym_return, ACTIONS(567), 1, anon_sym_throw, ACTIONS(569), 1, anon_sym_while, ACTIONS(571), 1, anon_sym_for, STATE(1988), 1, sym_expression, STATE(4756), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(987), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [39259] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(605), 1, sym_identifier, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(609), 1, anon_sym_DASH, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(613), 1, anon_sym_if, ACTIONS(615), 1, anon_sym_try, ACTIONS(617), 1, anon_sym_new, ACTIONS(625), 1, anon_sym_return, ACTIONS(627), 1, anon_sym_throw, ACTIONS(629), 1, anon_sym_while, ACTIONS(631), 1, anon_sym_do, ACTIONS(633), 1, anon_sym_for, STATE(2183), 1, sym_expression, STATE(4879), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1019), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [39355] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(449), 1, anon_sym_do, ACTIONS(555), 1, sym_identifier, ACTIONS(557), 1, anon_sym_DASH, ACTIONS(559), 1, anon_sym_if, ACTIONS(561), 1, anon_sym_try, ACTIONS(563), 1, anon_sym_new, ACTIONS(565), 1, anon_sym_return, ACTIONS(567), 1, anon_sym_throw, ACTIONS(569), 1, anon_sym_while, ACTIONS(571), 1, anon_sym_for, STATE(1991), 1, sym_expression, STATE(4756), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(987), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [39451] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(790), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [39547] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(605), 1, sym_identifier, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(609), 1, anon_sym_DASH, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(613), 1, anon_sym_if, ACTIONS(615), 1, anon_sym_try, ACTIONS(617), 1, anon_sym_new, ACTIONS(625), 1, anon_sym_return, ACTIONS(627), 1, anon_sym_throw, ACTIONS(629), 1, anon_sym_while, ACTIONS(631), 1, anon_sym_do, ACTIONS(633), 1, anon_sym_for, STATE(2185), 1, sym_expression, STATE(4879), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1019), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [39643] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(449), 1, anon_sym_do, ACTIONS(555), 1, sym_identifier, ACTIONS(557), 1, anon_sym_DASH, ACTIONS(559), 1, anon_sym_if, ACTIONS(561), 1, anon_sym_try, ACTIONS(563), 1, anon_sym_new, ACTIONS(565), 1, anon_sym_return, ACTIONS(567), 1, anon_sym_throw, ACTIONS(569), 1, anon_sym_while, ACTIONS(571), 1, anon_sym_for, STATE(2087), 1, sym_expression, STATE(4756), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(987), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [39739] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2464), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [39835] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(343), 1, anon_sym_LPAREN, ACTIONS(363), 1, anon_sym_do, ACTIONS(373), 1, sym_identifier, ACTIONS(375), 1, anon_sym_DASH, ACTIONS(377), 1, anon_sym_if, ACTIONS(379), 1, anon_sym_try, ACTIONS(381), 1, anon_sym_new, ACTIONS(383), 1, anon_sym_return, ACTIONS(385), 1, anon_sym_throw, ACTIONS(387), 1, anon_sym_while, ACTIONS(389), 1, anon_sym_for, STATE(1344), 1, sym_expression, STATE(4761), 1, sym_bindings, ACTIONS(353), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(355), 2, anon_sym_true, anon_sym_false, ACTIONS(367), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(351), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(851), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2064), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [39931] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2143), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [40027] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(449), 1, anon_sym_do, ACTIONS(555), 1, sym_identifier, ACTIONS(557), 1, anon_sym_DASH, ACTIONS(559), 1, anon_sym_if, ACTIONS(561), 1, anon_sym_try, ACTIONS(563), 1, anon_sym_new, ACTIONS(565), 1, anon_sym_return, ACTIONS(567), 1, anon_sym_throw, ACTIONS(569), 1, anon_sym_while, ACTIONS(571), 1, anon_sym_for, STATE(1993), 1, sym_expression, STATE(4756), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(987), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [40123] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(449), 1, anon_sym_do, ACTIONS(555), 1, sym_identifier, ACTIONS(557), 1, anon_sym_DASH, ACTIONS(559), 1, anon_sym_if, ACTIONS(561), 1, anon_sym_try, ACTIONS(563), 1, anon_sym_new, ACTIONS(565), 1, anon_sym_return, ACTIONS(567), 1, anon_sym_throw, ACTIONS(569), 1, anon_sym_while, ACTIONS(571), 1, anon_sym_for, STATE(1995), 1, sym_expression, STATE(4756), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(987), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [40219] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(754), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [40315] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(449), 1, anon_sym_do, ACTIONS(555), 1, sym_identifier, ACTIONS(557), 1, anon_sym_DASH, ACTIONS(559), 1, anon_sym_if, ACTIONS(561), 1, anon_sym_try, ACTIONS(563), 1, anon_sym_new, ACTIONS(565), 1, anon_sym_return, ACTIONS(567), 1, anon_sym_throw, ACTIONS(569), 1, anon_sym_while, ACTIONS(571), 1, anon_sym_for, STATE(2000), 1, sym_expression, STATE(4756), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(987), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [40411] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2146), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [40507] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(449), 1, anon_sym_do, ACTIONS(555), 1, sym_identifier, ACTIONS(557), 1, anon_sym_DASH, ACTIONS(559), 1, anon_sym_if, ACTIONS(561), 1, anon_sym_try, ACTIONS(563), 1, anon_sym_new, ACTIONS(565), 1, anon_sym_return, ACTIONS(567), 1, anon_sym_throw, ACTIONS(569), 1, anon_sym_while, ACTIONS(571), 1, anon_sym_for, STATE(2154), 1, sym_expression, STATE(4756), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(987), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [40603] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(810), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [40699] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2273), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [40795] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(291), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_DASH, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_if, ACTIONS(301), 1, anon_sym_try, ACTIONS(303), 1, anon_sym_new, ACTIONS(311), 1, anon_sym_return, ACTIONS(313), 1, anon_sym_throw, ACTIONS(315), 1, anon_sym_while, ACTIONS(317), 1, anon_sym_do, ACTIONS(319), 1, anon_sym_for, STATE(1420), 1, sym_expression, STATE(5000), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(999), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [40891] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(505), 1, sym_identifier, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(509), 1, anon_sym_DASH, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(513), 1, anon_sym_if, ACTIONS(515), 1, anon_sym_try, ACTIONS(517), 1, anon_sym_new, ACTIONS(525), 1, anon_sym_return, ACTIONS(527), 1, anon_sym_throw, ACTIONS(529), 1, anon_sym_while, ACTIONS(531), 1, anon_sym_do, ACTIONS(533), 1, anon_sym_for, STATE(1716), 1, sym_expression, STATE(4788), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1029), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [40987] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(820), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [41083] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(719), 1, sym_identifier, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(723), 1, anon_sym_DASH, ACTIONS(725), 1, anon_sym_LPAREN, ACTIONS(727), 1, anon_sym_if, ACTIONS(729), 1, anon_sym_try, ACTIONS(731), 1, anon_sym_new, ACTIONS(739), 1, anon_sym_return, ACTIONS(741), 1, anon_sym_throw, ACTIONS(743), 1, anon_sym_while, ACTIONS(745), 1, anon_sym_do, ACTIONS(747), 1, anon_sym_for, STATE(2662), 1, sym_expression, STATE(4791), 1, sym_bindings, ACTIONS(735), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(737), 2, anon_sym_true, anon_sym_false, ACTIONS(749), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(733), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1013), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3362), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [41179] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(815), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [41275] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(817), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [41371] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(449), 1, anon_sym_do, ACTIONS(555), 1, sym_identifier, ACTIONS(557), 1, anon_sym_DASH, ACTIONS(559), 1, anon_sym_if, ACTIONS(561), 1, anon_sym_try, ACTIONS(563), 1, anon_sym_new, ACTIONS(565), 1, anon_sym_return, ACTIONS(567), 1, anon_sym_throw, ACTIONS(569), 1, anon_sym_while, ACTIONS(571), 1, anon_sym_for, STATE(2097), 1, sym_expression, STATE(4756), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(987), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [41467] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(605), 1, sym_identifier, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(609), 1, anon_sym_DASH, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(613), 1, anon_sym_if, ACTIONS(615), 1, anon_sym_try, ACTIONS(617), 1, anon_sym_new, ACTIONS(625), 1, anon_sym_return, ACTIONS(627), 1, anon_sym_throw, ACTIONS(629), 1, anon_sym_while, ACTIONS(631), 1, anon_sym_do, ACTIONS(633), 1, anon_sym_for, STATE(2187), 1, sym_expression, STATE(4879), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1019), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [41563] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(719), 1, sym_identifier, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(723), 1, anon_sym_DASH, ACTIONS(725), 1, anon_sym_LPAREN, ACTIONS(727), 1, anon_sym_if, ACTIONS(729), 1, anon_sym_try, ACTIONS(731), 1, anon_sym_new, ACTIONS(739), 1, anon_sym_return, ACTIONS(741), 1, anon_sym_throw, ACTIONS(743), 1, anon_sym_while, ACTIONS(745), 1, anon_sym_do, ACTIONS(747), 1, anon_sym_for, STATE(2665), 1, sym_expression, STATE(4791), 1, sym_bindings, ACTIONS(735), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(737), 2, anon_sym_true, anon_sym_false, ACTIONS(749), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(733), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1013), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3362), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [41659] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(637), 1, anon_sym_DASH, ACTIONS(639), 1, anon_sym_if, ACTIONS(641), 1, anon_sym_try, ACTIONS(643), 1, anon_sym_new, ACTIONS(651), 1, anon_sym_return, ACTIONS(653), 1, anon_sym_throw, ACTIONS(655), 1, anon_sym_while, ACTIONS(657), 1, anon_sym_do, ACTIONS(659), 1, anon_sym_for, ACTIONS(689), 1, sym_identifier, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(693), 1, anon_sym_LPAREN, STATE(2420), 1, sym_expression, STATE(4787), 1, sym_bindings, ACTIONS(647), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(649), 2, anon_sym_true, anon_sym_false, ACTIONS(661), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(645), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(823), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3257), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [41755] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(605), 1, sym_identifier, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(609), 1, anon_sym_DASH, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(613), 1, anon_sym_if, ACTIONS(615), 1, anon_sym_try, ACTIONS(617), 1, anon_sym_new, ACTIONS(625), 1, anon_sym_return, ACTIONS(627), 1, anon_sym_throw, ACTIONS(629), 1, anon_sym_while, ACTIONS(631), 1, anon_sym_do, ACTIONS(633), 1, anon_sym_for, STATE(2190), 1, sym_expression, STATE(4879), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1019), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [41851] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(719), 1, sym_identifier, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(723), 1, anon_sym_DASH, ACTIONS(725), 1, anon_sym_LPAREN, ACTIONS(727), 1, anon_sym_if, ACTIONS(729), 1, anon_sym_try, ACTIONS(731), 1, anon_sym_new, ACTIONS(739), 1, anon_sym_return, ACTIONS(741), 1, anon_sym_throw, ACTIONS(743), 1, anon_sym_while, ACTIONS(745), 1, anon_sym_do, ACTIONS(747), 1, anon_sym_for, STATE(2672), 1, sym_expression, STATE(4791), 1, sym_bindings, ACTIONS(735), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(737), 2, anon_sym_true, anon_sym_false, ACTIONS(749), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(733), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1013), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3362), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [41947] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2490), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [42043] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(605), 1, sym_identifier, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(609), 1, anon_sym_DASH, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(613), 1, anon_sym_if, ACTIONS(615), 1, anon_sym_try, ACTIONS(617), 1, anon_sym_new, ACTIONS(625), 1, anon_sym_return, ACTIONS(627), 1, anon_sym_throw, ACTIONS(629), 1, anon_sym_while, ACTIONS(631), 1, anon_sym_do, ACTIONS(633), 1, anon_sym_for, STATE(2192), 1, sym_expression, STATE(4879), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1019), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [42139] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2675), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [42235] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(719), 1, sym_identifier, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(723), 1, anon_sym_DASH, ACTIONS(725), 1, anon_sym_LPAREN, ACTIONS(727), 1, anon_sym_if, ACTIONS(729), 1, anon_sym_try, ACTIONS(731), 1, anon_sym_new, ACTIONS(739), 1, anon_sym_return, ACTIONS(741), 1, anon_sym_throw, ACTIONS(743), 1, anon_sym_while, ACTIONS(745), 1, anon_sym_do, ACTIONS(747), 1, anon_sym_for, STATE(2682), 1, sym_expression, STATE(4791), 1, sym_bindings, ACTIONS(735), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(737), 2, anon_sym_true, anon_sym_false, ACTIONS(749), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(733), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1013), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3362), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [42331] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(719), 1, sym_identifier, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(723), 1, anon_sym_DASH, ACTIONS(725), 1, anon_sym_LPAREN, ACTIONS(727), 1, anon_sym_if, ACTIONS(729), 1, anon_sym_try, ACTIONS(731), 1, anon_sym_new, ACTIONS(739), 1, anon_sym_return, ACTIONS(741), 1, anon_sym_throw, ACTIONS(743), 1, anon_sym_while, ACTIONS(745), 1, anon_sym_do, ACTIONS(747), 1, anon_sym_for, STATE(2685), 1, sym_expression, STATE(4791), 1, sym_bindings, ACTIONS(735), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(737), 2, anon_sym_true, anon_sym_false, ACTIONS(749), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(733), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1013), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3362), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [42427] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(719), 1, sym_identifier, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(723), 1, anon_sym_DASH, ACTIONS(725), 1, anon_sym_LPAREN, ACTIONS(727), 1, anon_sym_if, ACTIONS(729), 1, anon_sym_try, ACTIONS(731), 1, anon_sym_new, ACTIONS(739), 1, anon_sym_return, ACTIONS(741), 1, anon_sym_throw, ACTIONS(743), 1, anon_sym_while, ACTIONS(745), 1, anon_sym_do, ACTIONS(747), 1, anon_sym_for, STATE(2692), 1, sym_expression, STATE(4791), 1, sym_bindings, ACTIONS(735), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(737), 2, anon_sym_true, anon_sym_false, ACTIONS(749), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(733), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1013), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3362), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [42523] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(816), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [42619] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2284), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [42715] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(811), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [42811] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(719), 1, sym_identifier, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(723), 1, anon_sym_DASH, ACTIONS(725), 1, anon_sym_LPAREN, ACTIONS(727), 1, anon_sym_if, ACTIONS(729), 1, anon_sym_try, ACTIONS(731), 1, anon_sym_new, ACTIONS(739), 1, anon_sym_return, ACTIONS(741), 1, anon_sym_throw, ACTIONS(743), 1, anon_sym_while, ACTIONS(745), 1, anon_sym_do, ACTIONS(747), 1, anon_sym_for, STATE(2811), 1, sym_expression, STATE(4791), 1, sym_bindings, ACTIONS(735), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(737), 2, anon_sym_true, anon_sym_false, ACTIONS(749), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(733), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1013), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3362), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [42907] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(291), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_DASH, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_if, ACTIONS(301), 1, anon_sym_try, ACTIONS(303), 1, anon_sym_new, ACTIONS(311), 1, anon_sym_return, ACTIONS(313), 1, anon_sym_throw, ACTIONS(315), 1, anon_sym_while, ACTIONS(317), 1, anon_sym_do, ACTIONS(319), 1, anon_sym_for, STATE(1375), 1, sym_expression, STATE(5000), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(999), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [43003] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(1834), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [43099] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2459), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [43195] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(227), 1, anon_sym_DASH, ACTIONS(229), 1, anon_sym_if, ACTIONS(231), 1, anon_sym_try, ACTIONS(233), 1, anon_sym_new, ACTIONS(241), 1, anon_sym_return, ACTIONS(243), 1, anon_sym_throw, ACTIONS(245), 1, anon_sym_while, ACTIONS(247), 1, anon_sym_do, ACTIONS(249), 1, anon_sym_for, ACTIONS(253), 1, sym_identifier, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(257), 1, anon_sym_LPAREN, STATE(711), 1, sym_expression, STATE(4940), 1, sym_bindings, ACTIONS(237), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(239), 2, anon_sym_true, anon_sym_false, ACTIONS(251), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(235), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(879), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(975), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [43291] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(227), 1, anon_sym_DASH, ACTIONS(229), 1, anon_sym_if, ACTIONS(231), 1, anon_sym_try, ACTIONS(233), 1, anon_sym_new, ACTIONS(241), 1, anon_sym_return, ACTIONS(243), 1, anon_sym_throw, ACTIONS(245), 1, anon_sym_while, ACTIONS(247), 1, anon_sym_do, ACTIONS(249), 1, anon_sym_for, ACTIONS(253), 1, sym_identifier, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(257), 1, anon_sym_LPAREN, STATE(719), 1, sym_expression, STATE(4940), 1, sym_bindings, ACTIONS(237), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(239), 2, anon_sym_true, anon_sym_false, ACTIONS(251), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(235), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(879), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(975), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [43387] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2033), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [43483] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2463), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [43579] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2542), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [43675] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2823), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [43771] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2483), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [43867] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(157), 1, anon_sym_DASH, ACTIONS(159), 1, anon_sym_if, ACTIONS(161), 1, anon_sym_try, ACTIONS(163), 1, anon_sym_new, ACTIONS(171), 1, anon_sym_return, ACTIONS(173), 1, anon_sym_throw, ACTIONS(175), 1, anon_sym_while, ACTIONS(177), 1, anon_sym_do, ACTIONS(179), 1, anon_sym_for, ACTIONS(187), 1, sym_identifier, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(193), 1, anon_sym_LPAREN, STATE(585), 1, sym_expression, STATE(4831), 1, sym_bindings, ACTIONS(167), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(169), 2, anon_sym_true, anon_sym_false, ACTIONS(183), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(165), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(845), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(884), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [43963] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2620), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [44059] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2155), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [44155] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(227), 1, anon_sym_DASH, ACTIONS(229), 1, anon_sym_if, ACTIONS(231), 1, anon_sym_try, ACTIONS(233), 1, anon_sym_new, ACTIONS(241), 1, anon_sym_return, ACTIONS(243), 1, anon_sym_throw, ACTIONS(245), 1, anon_sym_while, ACTIONS(247), 1, anon_sym_do, ACTIONS(249), 1, anon_sym_for, ACTIONS(253), 1, sym_identifier, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(257), 1, anon_sym_LPAREN, STATE(730), 1, sym_expression, STATE(4940), 1, sym_bindings, ACTIONS(237), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(239), 2, anon_sym_true, anon_sym_false, ACTIONS(251), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(235), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(879), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(975), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [44251] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2485), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [44347] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(227), 1, anon_sym_DASH, ACTIONS(229), 1, anon_sym_if, ACTIONS(231), 1, anon_sym_try, ACTIONS(233), 1, anon_sym_new, ACTIONS(241), 1, anon_sym_return, ACTIONS(243), 1, anon_sym_throw, ACTIONS(245), 1, anon_sym_while, ACTIONS(247), 1, anon_sym_do, ACTIONS(249), 1, anon_sym_for, ACTIONS(253), 1, sym_identifier, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(257), 1, anon_sym_LPAREN, STATE(734), 1, sym_expression, STATE(4940), 1, sym_bindings, ACTIONS(237), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(239), 2, anon_sym_true, anon_sym_false, ACTIONS(251), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(235), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(879), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(975), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [44443] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(531), 1, anon_sym_do, ACTIONS(701), 1, anon_sym_DASH, ACTIONS(703), 1, anon_sym_if, ACTIONS(705), 1, anon_sym_try, ACTIONS(707), 1, anon_sym_new, ACTIONS(709), 1, anon_sym_return, ACTIONS(711), 1, anon_sym_throw, ACTIONS(713), 1, anon_sym_for, ACTIONS(715), 1, sym_identifier, ACTIONS(717), 1, anon_sym_while, STATE(1946), 1, sym_expression, STATE(4809), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(983), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [44539] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2465), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [44635] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(227), 1, anon_sym_DASH, ACTIONS(229), 1, anon_sym_if, ACTIONS(231), 1, anon_sym_try, ACTIONS(233), 1, anon_sym_new, ACTIONS(241), 1, anon_sym_return, ACTIONS(243), 1, anon_sym_throw, ACTIONS(245), 1, anon_sym_while, ACTIONS(247), 1, anon_sym_do, ACTIONS(249), 1, anon_sym_for, ACTIONS(253), 1, sym_identifier, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(257), 1, anon_sym_LPAREN, STATE(729), 1, sym_expression, STATE(4940), 1, sym_bindings, ACTIONS(237), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(239), 2, anon_sym_true, anon_sym_false, ACTIONS(251), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(235), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(879), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(975), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [44731] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(157), 1, anon_sym_DASH, ACTIONS(159), 1, anon_sym_if, ACTIONS(161), 1, anon_sym_try, ACTIONS(163), 1, anon_sym_new, ACTIONS(171), 1, anon_sym_return, ACTIONS(173), 1, anon_sym_throw, ACTIONS(175), 1, anon_sym_while, ACTIONS(177), 1, anon_sym_do, ACTIONS(179), 1, anon_sym_for, ACTIONS(187), 1, sym_identifier, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(193), 1, anon_sym_LPAREN, STATE(583), 1, sym_expression, STATE(4831), 1, sym_bindings, ACTIONS(167), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(169), 2, anon_sym_true, anon_sym_false, ACTIONS(183), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(165), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(845), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(884), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [44827] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(291), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_DASH, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_if, ACTIONS(301), 1, anon_sym_try, ACTIONS(303), 1, anon_sym_new, ACTIONS(311), 1, anon_sym_return, ACTIONS(313), 1, anon_sym_throw, ACTIONS(315), 1, anon_sym_while, ACTIONS(317), 1, anon_sym_do, ACTIONS(319), 1, anon_sym_for, STATE(1414), 1, sym_expression, STATE(5000), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(999), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [44923] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(423), 1, sym_identifier, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(427), 1, anon_sym_DASH, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(431), 1, anon_sym_if, ACTIONS(433), 1, anon_sym_try, ACTIONS(435), 1, anon_sym_new, ACTIONS(443), 1, anon_sym_return, ACTIONS(445), 1, anon_sym_throw, ACTIONS(447), 1, anon_sym_while, ACTIONS(449), 1, anon_sym_do, ACTIONS(451), 1, anon_sym_for, STATE(1513), 1, sym_expression, STATE(4882), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(951), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [45019] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2760), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [45115] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(772), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [45211] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(823), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [45307] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(291), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_DASH, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_if, ACTIONS(301), 1, anon_sym_try, ACTIONS(303), 1, anon_sym_new, ACTIONS(311), 1, anon_sym_return, ACTIONS(313), 1, anon_sym_throw, ACTIONS(315), 1, anon_sym_while, ACTIONS(317), 1, anon_sym_do, ACTIONS(319), 1, anon_sym_for, STATE(1406), 1, sym_expression, STATE(5000), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(999), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [45403] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2487), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [45499] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2166), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [45595] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(291), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_DASH, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_if, ACTIONS(301), 1, anon_sym_try, ACTIONS(303), 1, anon_sym_new, ACTIONS(311), 1, anon_sym_return, ACTIONS(313), 1, anon_sym_throw, ACTIONS(315), 1, anon_sym_while, ACTIONS(317), 1, anon_sym_do, ACTIONS(319), 1, anon_sym_for, STATE(1403), 1, sym_expression, STATE(5000), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(999), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [45691] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(449), 1, anon_sym_do, ACTIONS(555), 1, sym_identifier, ACTIONS(557), 1, anon_sym_DASH, ACTIONS(559), 1, anon_sym_if, ACTIONS(561), 1, anon_sym_try, ACTIONS(563), 1, anon_sym_new, ACTIONS(565), 1, anon_sym_return, ACTIONS(567), 1, anon_sym_throw, ACTIONS(569), 1, anon_sym_while, ACTIONS(571), 1, anon_sym_for, STATE(1715), 1, sym_expression, STATE(4756), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(987), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [45787] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(157), 1, anon_sym_DASH, ACTIONS(159), 1, anon_sym_if, ACTIONS(161), 1, anon_sym_try, ACTIONS(163), 1, anon_sym_new, ACTIONS(171), 1, anon_sym_return, ACTIONS(173), 1, anon_sym_throw, ACTIONS(175), 1, anon_sym_while, ACTIONS(177), 1, anon_sym_do, ACTIONS(179), 1, anon_sym_for, ACTIONS(187), 1, sym_identifier, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(193), 1, anon_sym_LPAREN, STATE(600), 1, sym_expression, STATE(4831), 1, sym_bindings, ACTIONS(167), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(169), 2, anon_sym_true, anon_sym_false, ACTIONS(183), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(165), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(845), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(884), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [45883] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2892), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [45979] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2147), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [46075] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(1888), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [46171] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(449), 1, anon_sym_do, ACTIONS(555), 1, sym_identifier, ACTIONS(557), 1, anon_sym_DASH, ACTIONS(559), 1, anon_sym_if, ACTIONS(561), 1, anon_sym_try, ACTIONS(563), 1, anon_sym_new, ACTIONS(565), 1, anon_sym_return, ACTIONS(567), 1, anon_sym_throw, ACTIONS(569), 1, anon_sym_while, ACTIONS(571), 1, anon_sym_for, STATE(1764), 1, sym_expression, STATE(4756), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(987), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [46267] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(227), 1, anon_sym_DASH, ACTIONS(229), 1, anon_sym_if, ACTIONS(231), 1, anon_sym_try, ACTIONS(233), 1, anon_sym_new, ACTIONS(241), 1, anon_sym_return, ACTIONS(243), 1, anon_sym_throw, ACTIONS(245), 1, anon_sym_while, ACTIONS(247), 1, anon_sym_do, ACTIONS(249), 1, anon_sym_for, ACTIONS(253), 1, sym_identifier, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(257), 1, anon_sym_LPAREN, STATE(731), 1, sym_expression, STATE(4940), 1, sym_bindings, ACTIONS(237), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(239), 2, anon_sym_true, anon_sym_false, ACTIONS(251), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(235), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(879), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(975), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [46363] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(157), 1, anon_sym_DASH, ACTIONS(159), 1, anon_sym_if, ACTIONS(161), 1, anon_sym_try, ACTIONS(163), 1, anon_sym_new, ACTIONS(171), 1, anon_sym_return, ACTIONS(173), 1, anon_sym_throw, ACTIONS(175), 1, anon_sym_while, ACTIONS(177), 1, anon_sym_do, ACTIONS(179), 1, anon_sym_for, ACTIONS(187), 1, sym_identifier, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(193), 1, anon_sym_LPAREN, STATE(606), 1, sym_expression, STATE(4831), 1, sym_bindings, ACTIONS(167), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(169), 2, anon_sym_true, anon_sym_false, ACTIONS(183), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(165), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(845), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(884), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [46459] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(157), 1, anon_sym_DASH, ACTIONS(159), 1, anon_sym_if, ACTIONS(161), 1, anon_sym_try, ACTIONS(163), 1, anon_sym_new, ACTIONS(171), 1, anon_sym_return, ACTIONS(173), 1, anon_sym_throw, ACTIONS(175), 1, anon_sym_while, ACTIONS(177), 1, anon_sym_do, ACTIONS(179), 1, anon_sym_for, ACTIONS(187), 1, sym_identifier, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(193), 1, anon_sym_LPAREN, STATE(609), 1, sym_expression, STATE(4831), 1, sym_bindings, ACTIONS(167), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(169), 2, anon_sym_true, anon_sym_false, ACTIONS(183), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(165), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(845), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(884), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [46555] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(157), 1, anon_sym_DASH, ACTIONS(159), 1, anon_sym_if, ACTIONS(161), 1, anon_sym_try, ACTIONS(163), 1, anon_sym_new, ACTIONS(171), 1, anon_sym_return, ACTIONS(173), 1, anon_sym_throw, ACTIONS(175), 1, anon_sym_while, ACTIONS(177), 1, anon_sym_do, ACTIONS(179), 1, anon_sym_for, ACTIONS(187), 1, sym_identifier, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(193), 1, anon_sym_LPAREN, STATE(618), 1, sym_expression, STATE(4831), 1, sym_bindings, ACTIONS(167), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(169), 2, anon_sym_true, anon_sym_false, ACTIONS(183), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(165), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(845), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(884), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [46651] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(291), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_DASH, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_if, ACTIONS(301), 1, anon_sym_try, ACTIONS(303), 1, anon_sym_new, ACTIONS(311), 1, anon_sym_return, ACTIONS(313), 1, anon_sym_throw, ACTIONS(315), 1, anon_sym_while, ACTIONS(317), 1, anon_sym_do, ACTIONS(319), 1, anon_sym_for, STATE(1368), 1, sym_expression, STATE(5000), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(999), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [46747] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(798), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [46843] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(195), 1, anon_sym_DASH, ACTIONS(197), 1, anon_sym_if, ACTIONS(199), 1, anon_sym_try, ACTIONS(201), 1, anon_sym_new, ACTIONS(209), 1, anon_sym_return, ACTIONS(211), 1, anon_sym_throw, ACTIONS(213), 1, anon_sym_while, ACTIONS(215), 1, anon_sym_do, ACTIONS(217), 1, anon_sym_for, ACTIONS(221), 1, sym_identifier, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(225), 1, anon_sym_LPAREN, STATE(575), 1, sym_expression, STATE(4719), 1, sym_bindings, ACTIONS(205), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(207), 2, anon_sym_true, anon_sym_false, ACTIONS(219), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(203), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(945), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(939), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [46939] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(423), 1, sym_identifier, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(427), 1, anon_sym_DASH, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(431), 1, anon_sym_if, ACTIONS(433), 1, anon_sym_try, ACTIONS(435), 1, anon_sym_new, ACTIONS(443), 1, anon_sym_return, ACTIONS(445), 1, anon_sym_throw, ACTIONS(447), 1, anon_sym_while, ACTIONS(449), 1, anon_sym_do, ACTIONS(451), 1, anon_sym_for, STATE(1875), 1, sym_expression, STATE(4882), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(951), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [47035] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(829), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [47131] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(227), 1, anon_sym_DASH, ACTIONS(229), 1, anon_sym_if, ACTIONS(231), 1, anon_sym_try, ACTIONS(233), 1, anon_sym_new, ACTIONS(241), 1, anon_sym_return, ACTIONS(243), 1, anon_sym_throw, ACTIONS(245), 1, anon_sym_while, ACTIONS(247), 1, anon_sym_do, ACTIONS(249), 1, anon_sym_for, ACTIONS(253), 1, sym_identifier, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(257), 1, anon_sym_LPAREN, STATE(728), 1, sym_expression, STATE(4940), 1, sym_bindings, ACTIONS(237), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(239), 2, anon_sym_true, anon_sym_false, ACTIONS(251), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(235), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(879), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(975), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [47227] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(794), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [47323] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2858), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [47419] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(511), 1, anon_sym_LPAREN, ACTIONS(531), 1, anon_sym_do, ACTIONS(701), 1, anon_sym_DASH, ACTIONS(703), 1, anon_sym_if, ACTIONS(705), 1, anon_sym_try, ACTIONS(707), 1, anon_sym_new, ACTIONS(709), 1, anon_sym_return, ACTIONS(711), 1, anon_sym_throw, ACTIONS(713), 1, anon_sym_for, ACTIONS(715), 1, sym_identifier, ACTIONS(717), 1, anon_sym_while, STATE(1950), 1, sym_expression, STATE(4809), 1, sym_bindings, ACTIONS(521), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(523), 2, anon_sym_true, anon_sym_false, ACTIONS(535), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(519), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(983), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2534), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [47515] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(826), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [47611] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(611), 1, anon_sym_LPAREN, ACTIONS(631), 1, anon_sym_do, ACTIONS(751), 1, anon_sym_DASH, ACTIONS(753), 1, anon_sym_if, ACTIONS(755), 1, anon_sym_try, ACTIONS(757), 1, anon_sym_new, ACTIONS(759), 1, anon_sym_return, ACTIONS(761), 1, anon_sym_throw, ACTIONS(763), 1, anon_sym_for, ACTIONS(765), 1, sym_identifier, ACTIONS(767), 1, anon_sym_while, STATE(2491), 1, sym_expression, STATE(4932), 1, sym_bindings, ACTIONS(621), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(623), 2, anon_sym_true, anon_sym_false, ACTIONS(635), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(619), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1023), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2940), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [47707] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(778), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [47803] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2815), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [47899] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(719), 1, sym_identifier, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(723), 1, anon_sym_DASH, ACTIONS(725), 1, anon_sym_LPAREN, ACTIONS(727), 1, anon_sym_if, ACTIONS(729), 1, anon_sym_try, ACTIONS(731), 1, anon_sym_new, ACTIONS(739), 1, anon_sym_return, ACTIONS(741), 1, anon_sym_throw, ACTIONS(743), 1, anon_sym_while, ACTIONS(745), 1, anon_sym_do, ACTIONS(747), 1, anon_sym_for, STATE(2801), 1, sym_expression, STATE(4791), 1, sym_bindings, ACTIONS(735), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(737), 2, anon_sym_true, anon_sym_false, ACTIONS(749), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(733), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1013), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3362), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [47995] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2159), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [48091] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(449), 1, anon_sym_do, ACTIONS(555), 1, sym_identifier, ACTIONS(557), 1, anon_sym_DASH, ACTIONS(559), 1, anon_sym_if, ACTIONS(561), 1, anon_sym_try, ACTIONS(563), 1, anon_sym_new, ACTIONS(565), 1, anon_sym_return, ACTIONS(567), 1, anon_sym_throw, ACTIONS(569), 1, anon_sym_while, ACTIONS(571), 1, anon_sym_for, STATE(1786), 1, sym_expression, STATE(4756), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(987), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [48187] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(719), 1, sym_identifier, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(723), 1, anon_sym_DASH, ACTIONS(725), 1, anon_sym_LPAREN, ACTIONS(727), 1, anon_sym_if, ACTIONS(729), 1, anon_sym_try, ACTIONS(731), 1, anon_sym_new, ACTIONS(739), 1, anon_sym_return, ACTIONS(741), 1, anon_sym_throw, ACTIONS(743), 1, anon_sym_while, ACTIONS(745), 1, anon_sym_do, ACTIONS(747), 1, anon_sym_for, STATE(2807), 1, sym_expression, STATE(4791), 1, sym_bindings, ACTIONS(735), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(737), 2, anon_sym_true, anon_sym_false, ACTIONS(749), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(733), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(1013), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3362), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [48283] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2745), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [48379] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(793), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [48475] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(157), 1, anon_sym_DASH, ACTIONS(159), 1, anon_sym_if, ACTIONS(161), 1, anon_sym_try, ACTIONS(163), 1, anon_sym_new, ACTIONS(171), 1, anon_sym_return, ACTIONS(173), 1, anon_sym_throw, ACTIONS(175), 1, anon_sym_while, ACTIONS(177), 1, anon_sym_do, ACTIONS(179), 1, anon_sym_for, ACTIONS(187), 1, sym_identifier, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(193), 1, anon_sym_LPAREN, STATE(612), 1, sym_expression, STATE(4831), 1, sym_bindings, ACTIONS(167), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(169), 2, anon_sym_true, anon_sym_false, ACTIONS(183), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(165), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(845), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(884), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [48571] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2127), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [48667] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2391), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [48763] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(792), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [48859] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(227), 1, anon_sym_DASH, ACTIONS(229), 1, anon_sym_if, ACTIONS(231), 1, anon_sym_try, ACTIONS(233), 1, anon_sym_new, ACTIONS(241), 1, anon_sym_return, ACTIONS(243), 1, anon_sym_throw, ACTIONS(245), 1, anon_sym_while, ACTIONS(247), 1, anon_sym_do, ACTIONS(249), 1, anon_sym_for, ACTIONS(253), 1, sym_identifier, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(257), 1, anon_sym_LPAREN, STATE(732), 1, sym_expression, STATE(4940), 1, sym_bindings, ACTIONS(237), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(239), 2, anon_sym_true, anon_sym_false, ACTIONS(251), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(235), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(879), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(975), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [48955] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2797), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [49051] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2743), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [49147] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(763), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [49243] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(291), 1, sym_identifier, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(295), 1, anon_sym_DASH, ACTIONS(297), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_if, ACTIONS(301), 1, anon_sym_try, ACTIONS(303), 1, anon_sym_new, ACTIONS(311), 1, anon_sym_return, ACTIONS(313), 1, anon_sym_throw, ACTIONS(315), 1, anon_sym_while, ACTIONS(317), 1, anon_sym_do, ACTIONS(319), 1, anon_sym_for, STATE(1429), 1, sym_expression, STATE(5000), 1, sym_bindings, ACTIONS(307), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(309), 2, anon_sym_true, anon_sym_false, ACTIONS(321), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(305), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(999), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1861), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [49339] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, sym_identifier, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_DASH, ACTIONS(67), 1, anon_sym_LPAREN, ACTIONS(69), 1, anon_sym_if, ACTIONS(71), 1, anon_sym_try, ACTIONS(73), 1, anon_sym_new, ACTIONS(81), 1, anon_sym_return, ACTIONS(83), 1, anon_sym_throw, ACTIONS(85), 1, anon_sym_while, ACTIONS(87), 1, anon_sym_do, ACTIONS(89), 1, anon_sym_for, STATE(2051), 1, sym_expression, STATE(4964), 1, sym_bindings, ACTIONS(77), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(79), 2, anon_sym_true, anon_sym_false, ACTIONS(91), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(51), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, ACTIONS(75), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(2389), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [49435] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(663), 1, anon_sym_DASH, ACTIONS(665), 1, anon_sym_if, ACTIONS(667), 1, anon_sym_try, ACTIONS(669), 1, anon_sym_new, ACTIONS(677), 1, anon_sym_return, ACTIONS(679), 1, anon_sym_throw, ACTIONS(681), 1, anon_sym_while, ACTIONS(683), 1, anon_sym_do, ACTIONS(685), 1, anon_sym_for, ACTIONS(695), 1, sym_identifier, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, STATE(2774), 1, sym_expression, STATE(5020), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(789), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [49531] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(423), 1, sym_identifier, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(427), 1, anon_sym_DASH, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(431), 1, anon_sym_if, ACTIONS(433), 1, anon_sym_try, ACTIONS(435), 1, anon_sym_new, ACTIONS(443), 1, anon_sym_return, ACTIONS(445), 1, anon_sym_throw, ACTIONS(447), 1, anon_sym_while, ACTIONS(449), 1, anon_sym_do, ACTIONS(451), 1, anon_sym_for, STATE(1872), 1, sym_expression, STATE(4882), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(951), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [49627] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(259), 1, anon_sym_DASH, ACTIONS(261), 1, anon_sym_if, ACTIONS(263), 1, anon_sym_try, ACTIONS(265), 1, anon_sym_new, ACTIONS(273), 1, anon_sym_return, ACTIONS(275), 1, anon_sym_throw, ACTIONS(277), 1, anon_sym_while, ACTIONS(279), 1, anon_sym_do, ACTIONS(281), 1, anon_sym_for, ACTIONS(285), 1, sym_identifier, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(289), 1, anon_sym_LPAREN, STATE(781), 1, sym_expression, STATE(4939), 1, sym_bindings, ACTIONS(269), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(271), 2, anon_sym_true, anon_sym_false, ACTIONS(283), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(267), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(897), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(1017), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [49723] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(423), 1, sym_identifier, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(427), 1, anon_sym_DASH, ACTIONS(429), 1, anon_sym_LPAREN, ACTIONS(431), 1, anon_sym_if, ACTIONS(433), 1, anon_sym_try, ACTIONS(435), 1, anon_sym_new, ACTIONS(443), 1, anon_sym_return, ACTIONS(445), 1, anon_sym_throw, ACTIONS(447), 1, anon_sym_while, ACTIONS(449), 1, anon_sym_do, ACTIONS(451), 1, anon_sym_for, STATE(1828), 1, sym_expression, STATE(4882), 1, sym_bindings, ACTIONS(439), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(441), 2, anon_sym_true, anon_sym_false, ACTIONS(453), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(437), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(951), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(2482), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [49819] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(683), 1, anon_sym_do, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(699), 1, anon_sym_LPAREN, ACTIONS(769), 1, sym_identifier, ACTIONS(771), 1, anon_sym_DASH, ACTIONS(773), 1, anon_sym_if, ACTIONS(775), 1, anon_sym_try, ACTIONS(777), 1, anon_sym_new, ACTIONS(779), 1, anon_sym_return, ACTIONS(781), 1, anon_sym_throw, ACTIONS(783), 1, anon_sym_while, ACTIONS(785), 1, anon_sym_for, STATE(2653), 1, sym_expression, STATE(4834), 1, sym_bindings, ACTIONS(673), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(675), 2, anon_sym_true, anon_sym_false, ACTIONS(687), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(671), 3, sym_integer_literal, sym_symbol_literal, sym_null_literal, ACTIONS(993), 3, anon_sym_PLUS, anon_sym_BANG, anon_sym_TILDE, STATE(3058), 26, sym_block, sym_if_expression, sym_match_expression, sym_try_expression, sym_lambda_expression, sym_case_block, sym_assignment_expression, sym_generic_function, sym_call_expression, sym_field_expression, sym_instance_expression, sym_ascription_expression, sym_infix_expression, sym_postfix_expression, sym_prefix_expression, sym_tuple_expression, sym_parenthesized_expression, sym_boolean_literal, sym_interpolated_string_expression, sym_string, sym_unit, sym_return_expression, sym_throw_expression, sym_while_expression, sym_do_while_expression, sym_for_expression, [49915] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1037), 1, anon_sym_LBRACK, ACTIONS(1039), 1, anon_sym_AT, ACTIONS(1041), 1, anon_sym_POUND, STATE(589), 1, sym_type_arguments, STATE(580), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1035), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [49972] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(7), 1, anon_sym_package, ACTIONS(9), 1, anon_sym_object, ACTIONS(11), 1, anon_sym_import, ACTIONS(13), 1, anon_sym_case, ACTIONS(15), 1, anon_sym_class, ACTIONS(17), 1, anon_sym_trait, ACTIONS(19), 1, anon_sym_AT, ACTIONS(21), 1, anon_sym_val, ACTIONS(23), 1, anon_sym_var, ACTIONS(25), 1, anon_sym_type, ACTIONS(27), 1, anon_sym_def, ACTIONS(1043), 1, ts_builtin_sym_end, STATE(3514), 1, sym_modifiers, ACTIONS(31), 2, anon_sym_private, anon_sym_protected, STATE(1297), 2, sym_annotation, aux_sym_object_definition_repeat1, STATE(1724), 2, sym_access_modifier, aux_sym_modifiers_repeat1, ACTIONS(29), 6, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, STATE(566), 14, sym_package_clause, sym_package_object, sym_import_declaration, sym_object_definition, sym_class_definition, sym_trait_definition, sym_val_definition, sym_val_declaration, sym_var_declaration, sym_var_definition, sym_type_definition, sym_function_definition, sym_function_declaration, aux_sym_compilation_unit_repeat1, [50051] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1037), 1, anon_sym_LBRACK, ACTIONS(1041), 1, anon_sym_POUND, ACTIONS(1049), 1, anon_sym_LPAREN, STATE(589), 1, sym_type_arguments, STATE(582), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 3, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, ACTIONS(1047), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [50108] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(1051), 1, ts_builtin_sym_end, ACTIONS(1053), 1, anon_sym_package, ACTIONS(1056), 1, anon_sym_object, ACTIONS(1059), 1, anon_sym_import, ACTIONS(1062), 1, anon_sym_case, ACTIONS(1065), 1, anon_sym_class, ACTIONS(1068), 1, anon_sym_trait, ACTIONS(1071), 1, anon_sym_AT, ACTIONS(1074), 1, anon_sym_val, ACTIONS(1077), 1, anon_sym_var, ACTIONS(1080), 1, anon_sym_type, ACTIONS(1083), 1, anon_sym_def, STATE(3514), 1, sym_modifiers, ACTIONS(1089), 2, anon_sym_private, anon_sym_protected, STATE(1297), 2, sym_annotation, aux_sym_object_definition_repeat1, STATE(1724), 2, sym_access_modifier, aux_sym_modifiers_repeat1, ACTIONS(1086), 6, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, STATE(566), 14, sym_package_clause, sym_package_object, sym_import_declaration, sym_object_definition, sym_class_definition, sym_trait_definition, sym_val_definition, sym_val_declaration, sym_var_declaration, sym_var_definition, sym_type_definition, sym_function_definition, sym_function_declaration, aux_sym_compilation_unit_repeat1, [50187] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1092), 1, anon_sym_LBRACK, ACTIONS(1094), 1, anon_sym_AT, ACTIONS(1096), 1, anon_sym_POUND, STATE(639), 1, sym_type_arguments, STATE(616), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1035), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [50243] = 17, ACTIONS(181), 1, sym_comment, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(1098), 1, ts_builtin_sym_end, ACTIONS(1104), 1, anon_sym_DOT, ACTIONS(1106), 1, anon_sym_LBRACK, ACTIONS(1108), 1, anon_sym_COLON, ACTIONS(1110), 1, anon_sym_EQ, ACTIONS(1112), 1, anon_sym_LPAREN, ACTIONS(1114), 1, anon_sym_match, ACTIONS(1116), 1, anon_sym_catch, ACTIONS(1118), 1, anon_sym_finally, STATE(850), 1, sym_type_arguments, STATE(889), 1, sym_catch_clause, STATE(950), 1, sym_finally_clause, ACTIONS(1100), 2, sym_identifier, sym_operator_identifier, STATE(881), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1102), 20, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, [50317] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1092), 1, anon_sym_LBRACK, ACTIONS(1096), 1, anon_sym_POUND, ACTIONS(1120), 1, anon_sym_LPAREN, STATE(639), 1, sym_type_arguments, STATE(605), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 3, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, ACTIONS(1047), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [50373] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1122), 1, anon_sym_LBRACK, ACTIONS(1124), 1, anon_sym_LPAREN, ACTIONS(1126), 1, anon_sym_POUND, STATE(647), 1, sym_type_arguments, STATE(611), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 3, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, ACTIONS(1047), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [50429] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1122), 1, anon_sym_LBRACK, ACTIONS(1126), 1, anon_sym_POUND, ACTIONS(1128), 1, anon_sym_AT, STATE(647), 1, sym_type_arguments, STATE(608), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1035), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [50485] = 17, ACTIONS(181), 1, sym_comment, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(1098), 1, ts_builtin_sym_end, ACTIONS(1104), 1, anon_sym_DOT, ACTIONS(1106), 1, anon_sym_LBRACK, ACTIONS(1108), 1, anon_sym_COLON, ACTIONS(1110), 1, anon_sym_EQ, ACTIONS(1112), 1, anon_sym_LPAREN, ACTIONS(1114), 1, anon_sym_match, ACTIONS(1130), 1, anon_sym_catch, ACTIONS(1132), 1, anon_sym_finally, STATE(762), 1, sym_catch_clause, STATE(850), 1, sym_type_arguments, STATE(876), 1, sym_finally_clause, ACTIONS(1100), 2, sym_identifier, sym_operator_identifier, STATE(881), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1102), 20, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, [50559] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1138), 1, anon_sym_LPAREN, STATE(573), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, ACTIONS(1136), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [50608] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1141), 1, anon_sym_LBRACK, ACTIONS(1143), 1, anon_sym_AT, ACTIONS(1145), 1, anon_sym_POUND, STATE(698), 1, sym_type_arguments, STATE(663), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1035), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [50663] = 17, ACTIONS(181), 1, sym_comment, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(1098), 1, ts_builtin_sym_end, ACTIONS(1149), 1, anon_sym_DOT, ACTIONS(1151), 1, anon_sym_LBRACK, ACTIONS(1153), 1, anon_sym_COLON, ACTIONS(1155), 1, anon_sym_EQ, ACTIONS(1157), 1, anon_sym_LPAREN, ACTIONS(1159), 1, anon_sym_match, ACTIONS(1161), 1, anon_sym_catch, ACTIONS(1163), 1, anon_sym_finally, STATE(908), 1, sym_catch_clause, STATE(927), 1, sym_type_arguments, STATE(1033), 1, sym_finally_clause, ACTIONS(1147), 2, sym_identifier, sym_operator_identifier, STATE(930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1102), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [50736] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1165), 1, anon_sym_LBRACK, ACTIONS(1167), 1, anon_sym_LPAREN, ACTIONS(1169), 1, anon_sym_POUND, STATE(683), 1, sym_type_arguments, STATE(666), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 3, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, ACTIONS(1047), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [50791] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1165), 1, anon_sym_LBRACK, ACTIONS(1169), 1, anon_sym_POUND, ACTIONS(1171), 1, anon_sym_AT, STATE(683), 1, sym_type_arguments, STATE(675), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1035), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [50846] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1141), 1, anon_sym_LBRACK, ACTIONS(1145), 1, anon_sym_POUND, ACTIONS(1173), 1, anon_sym_LPAREN, STATE(698), 1, sym_type_arguments, STATE(646), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 3, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, ACTIONS(1047), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [50901] = 17, ACTIONS(181), 1, sym_comment, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(1098), 1, ts_builtin_sym_end, ACTIONS(1149), 1, anon_sym_DOT, ACTIONS(1151), 1, anon_sym_LBRACK, ACTIONS(1153), 1, anon_sym_COLON, ACTIONS(1155), 1, anon_sym_EQ, ACTIONS(1157), 1, anon_sym_LPAREN, ACTIONS(1159), 1, anon_sym_match, ACTIONS(1175), 1, anon_sym_catch, ACTIONS(1177), 1, anon_sym_finally, STATE(854), 1, sym_catch_clause, STATE(918), 1, sym_finally_clause, STATE(927), 1, sym_type_arguments, ACTIONS(1147), 2, sym_identifier, sym_operator_identifier, STATE(930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1102), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [50974] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1039), 1, anon_sym_AT, STATE(581), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1181), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [51023] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1187), 1, anon_sym_AT, STATE(581), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1185), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [51072] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1049), 1, anon_sym_LPAREN, STATE(573), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, ACTIONS(1192), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [51121] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(1104), 1, anon_sym_DOT, ACTIONS(1106), 1, anon_sym_LBRACK, ACTIONS(1108), 1, anon_sym_COLON, ACTIONS(1110), 1, anon_sym_EQ, ACTIONS(1112), 1, anon_sym_LPAREN, ACTIONS(1114), 1, anon_sym_match, ACTIONS(1194), 1, ts_builtin_sym_end, STATE(850), 1, sym_type_arguments, ACTIONS(1100), 2, sym_identifier, sym_operator_identifier, STATE(881), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1196), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_catch, anon_sym_finally, [51185] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1198), 1, anon_sym_LBRACK, ACTIONS(1200), 1, anon_sym_LPAREN, ACTIONS(1202), 1, anon_sym_POUND, STATE(770), 1, sym_type_arguments, STATE(713), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 3, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, ACTIONS(1047), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [51239] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(1104), 1, anon_sym_DOT, ACTIONS(1106), 1, anon_sym_LBRACK, ACTIONS(1108), 1, anon_sym_COLON, ACTIONS(1110), 1, anon_sym_EQ, ACTIONS(1112), 1, anon_sym_LPAREN, ACTIONS(1114), 1, anon_sym_match, ACTIONS(1204), 1, ts_builtin_sym_end, STATE(850), 1, sym_type_arguments, ACTIONS(1100), 2, sym_identifier, sym_operator_identifier, STATE(881), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1206), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_catch, anon_sym_finally, [51303] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1210), 31, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [51347] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1214), 31, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [51391] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 31, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [51435] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1222), 31, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [51479] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(1104), 1, anon_sym_DOT, ACTIONS(1106), 1, anon_sym_LBRACK, ACTIONS(1112), 1, anon_sym_LPAREN, ACTIONS(1224), 1, ts_builtin_sym_end, STATE(850), 1, sym_type_arguments, STATE(881), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1226), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [51535] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1198), 1, anon_sym_LBRACK, ACTIONS(1202), 1, anon_sym_POUND, ACTIONS(1228), 1, anon_sym_AT, STATE(770), 1, sym_type_arguments, STATE(710), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1035), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [51589] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1238), 1, anon_sym_with, STATE(599), 1, aux_sym_compound_type_repeat1, ACTIONS(1232), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [51641] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1244), 1, anon_sym_EQ_GT, ACTIONS(1246), 1, sym__interpolated_string_start, ACTIONS(1248), 1, sym__interpolated_multiline_string_start, STATE(862), 1, sym_interpolated_string, ACTIONS(1240), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [51693] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1254), 1, anon_sym_DOT, ACTIONS(1250), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1252), 31, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [51739] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1260), 1, anon_sym_with, STATE(595), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1258), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [51787] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1238), 1, anon_sym_with, STATE(599), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1265), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [51835] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 31, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [51879] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1267), 1, anon_sym_LBRACK, ACTIONS(1269), 1, anon_sym_LPAREN, ACTIONS(1271), 1, anon_sym_POUND, STATE(740), 1, sym_type_arguments, STATE(678), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 3, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, ACTIONS(1047), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [51933] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1238), 1, anon_sym_with, STATE(595), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1275), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [51981] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(1104), 1, anon_sym_DOT, ACTIONS(1106), 1, anon_sym_LBRACK, ACTIONS(1108), 1, anon_sym_COLON, ACTIONS(1110), 1, anon_sym_EQ, ACTIONS(1112), 1, anon_sym_LPAREN, ACTIONS(1114), 1, anon_sym_match, ACTIONS(1277), 1, ts_builtin_sym_end, STATE(850), 1, sym_type_arguments, ACTIONS(1100), 2, sym_identifier, sym_operator_identifier, STATE(881), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1279), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_catch, anon_sym_finally, [52045] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(1104), 1, anon_sym_DOT, ACTIONS(1106), 1, anon_sym_LBRACK, ACTIONS(1108), 1, anon_sym_COLON, ACTIONS(1110), 1, anon_sym_EQ, ACTIONS(1112), 1, anon_sym_LPAREN, ACTIONS(1114), 1, anon_sym_match, ACTIONS(1281), 1, ts_builtin_sym_end, ACTIONS(1285), 1, anon_sym_else, STATE(850), 1, sym_type_arguments, ACTIONS(1100), 2, sym_identifier, sym_operator_identifier, STATE(881), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1283), 21, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_catch, anon_sym_finally, [52111] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(1104), 1, anon_sym_DOT, ACTIONS(1106), 1, anon_sym_LBRACK, ACTIONS(1108), 1, anon_sym_COLON, ACTIONS(1110), 1, anon_sym_EQ, ACTIONS(1112), 1, anon_sym_LPAREN, ACTIONS(1114), 1, anon_sym_match, ACTIONS(1287), 1, ts_builtin_sym_end, STATE(850), 1, sym_type_arguments, ACTIONS(1100), 2, sym_identifier, sym_operator_identifier, STATE(881), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1289), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_catch, anon_sym_finally, [52175] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1291), 1, anon_sym_LPAREN, STATE(603), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, ACTIONS(1136), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [52223] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1296), 31, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [52269] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1120), 1, anon_sym_LPAREN, STATE(603), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, ACTIONS(1192), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [52317] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(1104), 1, anon_sym_DOT, ACTIONS(1106), 1, anon_sym_LBRACK, ACTIONS(1108), 1, anon_sym_COLON, ACTIONS(1110), 1, anon_sym_EQ, ACTIONS(1112), 1, anon_sym_LPAREN, ACTIONS(1300), 1, ts_builtin_sym_end, STATE(850), 1, sym_type_arguments, ACTIONS(1100), 2, sym_identifier, sym_operator_identifier, STATE(881), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1302), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [52379] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1267), 1, anon_sym_LBRACK, ACTIONS(1271), 1, anon_sym_POUND, ACTIONS(1304), 1, anon_sym_AT, STATE(740), 1, sym_type_arguments, STATE(687), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1035), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [52433] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1128), 1, anon_sym_AT, STATE(610), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1181), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [52481] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(1104), 1, anon_sym_DOT, ACTIONS(1106), 1, anon_sym_LBRACK, ACTIONS(1108), 1, anon_sym_COLON, ACTIONS(1110), 1, anon_sym_EQ, ACTIONS(1112), 1, anon_sym_LPAREN, ACTIONS(1114), 1, anon_sym_match, ACTIONS(1306), 1, ts_builtin_sym_end, STATE(850), 1, sym_type_arguments, ACTIONS(1100), 2, sym_identifier, sym_operator_identifier, STATE(881), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1308), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_catch, anon_sym_finally, [52545] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1310), 1, anon_sym_AT, STATE(610), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1185), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [52593] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1124), 1, anon_sym_LPAREN, STATE(613), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, ACTIONS(1192), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [52641] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(1104), 1, anon_sym_DOT, ACTIONS(1106), 1, anon_sym_LBRACK, ACTIONS(1108), 1, anon_sym_COLON, ACTIONS(1110), 1, anon_sym_EQ, ACTIONS(1112), 1, anon_sym_LPAREN, ACTIONS(1313), 1, ts_builtin_sym_end, STATE(850), 1, sym_type_arguments, ACTIONS(1100), 2, sym_identifier, sym_operator_identifier, STATE(881), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1315), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [52703] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1317), 1, anon_sym_LPAREN, STATE(613), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, ACTIONS(1136), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [52751] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1320), 1, anon_sym_AT, STATE(614), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1185), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [52799] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(1104), 1, anon_sym_DOT, ACTIONS(1106), 1, anon_sym_LBRACK, ACTIONS(1108), 1, anon_sym_COLON, ACTIONS(1110), 1, anon_sym_EQ, ACTIONS(1112), 1, anon_sym_LPAREN, ACTIONS(1323), 1, ts_builtin_sym_end, STATE(850), 1, sym_type_arguments, ACTIONS(1100), 2, sym_identifier, sym_operator_identifier, STATE(881), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1325), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [52861] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1094), 1, anon_sym_AT, STATE(614), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1181), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [52909] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(1104), 1, anon_sym_DOT, ACTIONS(1106), 1, anon_sym_LBRACK, ACTIONS(1108), 1, anon_sym_COLON, ACTIONS(1110), 1, anon_sym_EQ, ACTIONS(1112), 1, anon_sym_LPAREN, ACTIONS(1114), 1, anon_sym_match, ACTIONS(1281), 1, ts_builtin_sym_end, ACTIONS(1327), 1, anon_sym_else, STATE(850), 1, sym_type_arguments, ACTIONS(1100), 2, sym_identifier, sym_operator_identifier, STATE(881), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1283), 21, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_catch, anon_sym_finally, [52975] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(1104), 1, anon_sym_DOT, ACTIONS(1106), 1, anon_sym_LBRACK, ACTIONS(1108), 1, anon_sym_COLON, ACTIONS(1110), 1, anon_sym_EQ, ACTIONS(1112), 1, anon_sym_LPAREN, ACTIONS(1329), 1, ts_builtin_sym_end, STATE(850), 1, sym_type_arguments, ACTIONS(1100), 2, sym_identifier, sym_operator_identifier, STATE(881), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1331), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [53037] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(1104), 1, anon_sym_DOT, ACTIONS(1106), 1, anon_sym_LBRACK, ACTIONS(1112), 1, anon_sym_LPAREN, ACTIONS(1333), 1, ts_builtin_sym_end, STATE(850), 1, sym_type_arguments, STATE(881), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1335), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [53093] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(191), 1, anon_sym_LBRACE, ACTIONS(1104), 1, anon_sym_DOT, ACTIONS(1106), 1, anon_sym_LBRACK, ACTIONS(1112), 1, anon_sym_LPAREN, ACTIONS(1337), 1, ts_builtin_sym_end, STATE(850), 1, sym_type_arguments, STATE(881), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1339), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [53149] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 31, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [53193] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 31, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [53237] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(1149), 1, anon_sym_DOT, ACTIONS(1151), 1, anon_sym_LBRACK, ACTIONS(1153), 1, anon_sym_COLON, ACTIONS(1155), 1, anon_sym_EQ, ACTIONS(1157), 1, anon_sym_LPAREN, ACTIONS(1300), 1, ts_builtin_sym_end, STATE(927), 1, sym_type_arguments, ACTIONS(1147), 2, sym_identifier, sym_operator_identifier, STATE(930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1302), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, [53298] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(1149), 1, anon_sym_DOT, ACTIONS(1151), 1, anon_sym_LBRACK, ACTIONS(1153), 1, anon_sym_COLON, ACTIONS(1155), 1, anon_sym_EQ, ACTIONS(1157), 1, anon_sym_LPAREN, ACTIONS(1323), 1, ts_builtin_sym_end, STATE(927), 1, sym_type_arguments, ACTIONS(1147), 2, sym_identifier, sym_operator_identifier, STATE(930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1325), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, [53359] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1351), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [53402] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1296), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [53447] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1355), 1, anon_sym_with, STATE(669), 1, aux_sym_compound_type_repeat1, ACTIONS(1353), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [53498] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1210), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [53541] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1214), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [53584] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [53627] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1359), 1, anon_sym_with, STATE(632), 1, aux_sym_compound_type_repeat1, ACTIONS(1357), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, [53678] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1359), 1, anon_sym_with, STATE(638), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1275), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [53725] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [53768] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [53811] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [53854] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1363), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [53897] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1359), 1, anon_sym_with, STATE(632), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1265), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [53944] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1365), 1, anon_sym_with, STATE(638), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1258), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [53991] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1222), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [54034] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(1149), 1, anon_sym_DOT, ACTIONS(1151), 1, anon_sym_LBRACK, ACTIONS(1153), 1, anon_sym_COLON, ACTIONS(1155), 1, anon_sym_EQ, ACTIONS(1157), 1, anon_sym_LPAREN, ACTIONS(1159), 1, anon_sym_match, ACTIONS(1204), 1, ts_builtin_sym_end, STATE(927), 1, sym_type_arguments, ACTIONS(1147), 2, sym_identifier, sym_operator_identifier, STATE(930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1206), 21, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_catch, anon_sym_finally, [54097] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(1149), 1, anon_sym_DOT, ACTIONS(1151), 1, anon_sym_LBRACK, ACTIONS(1153), 1, anon_sym_COLON, ACTIONS(1155), 1, anon_sym_EQ, ACTIONS(1157), 1, anon_sym_LPAREN, ACTIONS(1159), 1, anon_sym_match, ACTIONS(1287), 1, ts_builtin_sym_end, STATE(927), 1, sym_type_arguments, ACTIONS(1147), 2, sym_identifier, sym_operator_identifier, STATE(930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1289), 21, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_catch, anon_sym_finally, [54160] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1368), 1, anon_sym_DOT, ACTIONS(1250), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1252), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [54205] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1370), 1, anon_sym_LPAREN, STATE(643), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, ACTIONS(1136), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [54252] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1373), 1, anon_sym_LBRACK, ACTIONS(1375), 1, anon_sym_AT, ACTIONS(1377), 1, anon_sym_POUND, STATE(840), 1, sym_type_arguments, STATE(784), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1035), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, [54305] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(1149), 1, anon_sym_DOT, ACTIONS(1151), 1, anon_sym_LBRACK, ACTIONS(1153), 1, anon_sym_COLON, ACTIONS(1155), 1, anon_sym_EQ, ACTIONS(1157), 1, anon_sym_LPAREN, ACTIONS(1159), 1, anon_sym_match, ACTIONS(1194), 1, ts_builtin_sym_end, STATE(927), 1, sym_type_arguments, ACTIONS(1147), 2, sym_identifier, sym_operator_identifier, STATE(930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1196), 21, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_catch, anon_sym_finally, [54368] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1173), 1, anon_sym_LPAREN, STATE(643), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, ACTIONS(1192), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [54415] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1222), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [54458] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [54501] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1381), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [54544] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [54587] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [54630] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1383), 1, anon_sym_AT, STATE(652), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1185), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [54677] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1214), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [54720] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(1149), 1, anon_sym_DOT, ACTIONS(1151), 1, anon_sym_LBRACK, ACTIONS(1153), 1, anon_sym_COLON, ACTIONS(1155), 1, anon_sym_EQ, ACTIONS(1157), 1, anon_sym_LPAREN, ACTIONS(1159), 1, anon_sym_match, ACTIONS(1277), 1, ts_builtin_sym_end, STATE(927), 1, sym_type_arguments, ACTIONS(1147), 2, sym_identifier, sym_operator_identifier, STATE(930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1279), 21, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_catch, anon_sym_finally, [54783] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(1149), 1, anon_sym_DOT, ACTIONS(1151), 1, anon_sym_LBRACK, ACTIONS(1153), 1, anon_sym_COLON, ACTIONS(1155), 1, anon_sym_EQ, ACTIONS(1157), 1, anon_sym_LPAREN, ACTIONS(1159), 1, anon_sym_match, ACTIONS(1306), 1, ts_builtin_sym_end, STATE(927), 1, sym_type_arguments, ACTIONS(1147), 2, sym_identifier, sym_operator_identifier, STATE(930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1308), 21, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_catch, anon_sym_finally, [54846] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1388), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [54889] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(1149), 1, anon_sym_DOT, ACTIONS(1151), 1, anon_sym_LBRACK, ACTIONS(1153), 1, anon_sym_COLON, ACTIONS(1155), 1, anon_sym_EQ, ACTIONS(1157), 1, anon_sym_LPAREN, ACTIONS(1329), 1, ts_builtin_sym_end, STATE(927), 1, sym_type_arguments, ACTIONS(1147), 2, sym_identifier, sym_operator_identifier, STATE(930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1331), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, [54950] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1210), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [54993] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1373), 1, anon_sym_LBRACK, ACTIONS(1377), 1, anon_sym_POUND, ACTIONS(1390), 1, anon_sym_LPAREN, STATE(840), 1, sym_type_arguments, STATE(756), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 3, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, ACTIONS(1047), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, [55046] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1392), 1, anon_sym_LPAREN, STATE(660), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, ACTIONS(1136), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [55093] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1395), 1, anon_sym_DOT, ACTIONS(1250), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1252), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [55138] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1397), 1, anon_sym_with, STATE(662), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1258), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [55185] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1143), 1, anon_sym_AT, STATE(652), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1181), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [55232] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1355), 1, anon_sym_with, STATE(669), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1265), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [55279] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(1149), 1, anon_sym_DOT, ACTIONS(1151), 1, anon_sym_LBRACK, ACTIONS(1157), 1, anon_sym_LPAREN, ACTIONS(1224), 1, ts_builtin_sym_end, STATE(927), 1, sym_type_arguments, STATE(930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1226), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [55334] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1167), 1, anon_sym_LPAREN, STATE(660), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, ACTIONS(1192), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [55381] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [55424] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1400), 1, anon_sym_EQ_GT, ACTIONS(1402), 1, sym__interpolated_string_start, ACTIONS(1404), 1, sym__interpolated_multiline_string_start, STATE(932), 1, sym_interpolated_string, ACTIONS(1240), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [55475] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1355), 1, anon_sym_with, STATE(662), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1275), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [55522] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1406), 1, anon_sym_AT, STATE(670), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1185), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [55569] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1296), 30, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [55614] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(1149), 1, anon_sym_DOT, ACTIONS(1151), 1, anon_sym_LBRACK, ACTIONS(1153), 1, anon_sym_COLON, ACTIONS(1155), 1, anon_sym_EQ, ACTIONS(1157), 1, anon_sym_LPAREN, ACTIONS(1313), 1, ts_builtin_sym_end, STATE(927), 1, sym_type_arguments, ACTIONS(1147), 2, sym_identifier, sym_operator_identifier, STATE(930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1315), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, [55675] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(1149), 1, anon_sym_DOT, ACTIONS(1151), 1, anon_sym_LBRACK, ACTIONS(1157), 1, anon_sym_LPAREN, ACTIONS(1333), 1, ts_builtin_sym_end, STATE(927), 1, sym_type_arguments, STATE(930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1335), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [55730] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(223), 1, anon_sym_LBRACE, ACTIONS(1149), 1, anon_sym_DOT, ACTIONS(1151), 1, anon_sym_LBRACK, ACTIONS(1157), 1, anon_sym_LPAREN, ACTIONS(1337), 1, ts_builtin_sym_end, STATE(927), 1, sym_type_arguments, STATE(930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1339), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [55785] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1171), 1, anon_sym_AT, STATE(670), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1181), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [55832] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [55874] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1409), 1, anon_sym_with, STATE(680), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1265), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [55920] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1269), 1, anon_sym_LPAREN, STATE(727), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, ACTIONS(1192), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [55966] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1411), 1, anon_sym_with, STATE(679), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1258), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [56012] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1409), 1, anon_sym_with, STATE(679), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1275), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [56058] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1414), 1, anon_sym_DOT, ACTIONS(1250), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1252), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [56102] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1409), 1, anon_sym_with, STATE(680), 1, aux_sym_compound_type_repeat1, ACTIONS(1416), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_else, anon_sym_match, [56152] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1222), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [56194] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [56236] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1363), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [56278] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1418), 1, anon_sym_with, STATE(695), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1275), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [56324] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1304), 1, anon_sym_AT, STATE(726), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1181), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [56370] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1214), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [56412] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1388), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [56454] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [56496] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1210), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [56538] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1351), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [56580] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1381), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [56622] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1418), 1, anon_sym_with, STATE(686), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1265), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [56668] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1420), 1, anon_sym_with, STATE(695), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1258), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [56714] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1423), 1, anon_sym_DOT, ACTIONS(1250), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1252), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [56758] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1418), 1, anon_sym_with, STATE(686), 1, aux_sym_compound_type_repeat1, ACTIONS(1425), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, [56808] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1222), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [56850] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [56892] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1214), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [56934] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1210), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [56976] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1388), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [57018] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(1281), 1, ts_builtin_sym_end, ACTIONS(1429), 1, anon_sym_DOT, ACTIONS(1431), 1, anon_sym_LBRACK, ACTIONS(1433), 1, anon_sym_COLON, ACTIONS(1435), 1, anon_sym_EQ, ACTIONS(1437), 1, anon_sym_LPAREN, ACTIONS(1439), 1, anon_sym_else, ACTIONS(1441), 1, anon_sym_match, STATE(954), 1, sym_type_arguments, ACTIONS(1427), 2, sym_identifier, sym_operator_identifier, STATE(955), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1283), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [57082] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1296), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [57126] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1351), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [57168] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1296), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [57212] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1363), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [57254] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1265), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [57296] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1232), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [57342] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1228), 1, anon_sym_AT, STATE(712), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1181), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [57388] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(1281), 1, ts_builtin_sym_end, ACTIONS(1429), 1, anon_sym_DOT, ACTIONS(1431), 1, anon_sym_LBRACK, ACTIONS(1433), 1, anon_sym_COLON, ACTIONS(1435), 1, anon_sym_EQ, ACTIONS(1437), 1, anon_sym_LPAREN, ACTIONS(1441), 1, anon_sym_match, ACTIONS(1443), 1, anon_sym_else, STATE(954), 1, sym_type_arguments, ACTIONS(1427), 2, sym_identifier, sym_operator_identifier, STATE(955), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1283), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [57452] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1445), 1, anon_sym_AT, STATE(712), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1185), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [57498] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1200), 1, anon_sym_LPAREN, STATE(714), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, ACTIONS(1192), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [57544] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1448), 1, anon_sym_LPAREN, STATE(714), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, ACTIONS(1136), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [57590] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1451), 1, anon_sym_EQ_GT, ACTIONS(1453), 1, sym__interpolated_string_start, ACTIONS(1455), 1, sym__interpolated_multiline_string_start, STATE(964), 1, sym_interpolated_string, ACTIONS(1240), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [57640] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(1337), 1, ts_builtin_sym_end, ACTIONS(1429), 1, anon_sym_DOT, ACTIONS(1431), 1, anon_sym_LBRACK, ACTIONS(1437), 1, anon_sym_LPAREN, STATE(954), 1, sym_type_arguments, STATE(955), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1339), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [57694] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(1333), 1, ts_builtin_sym_end, ACTIONS(1429), 1, anon_sym_DOT, ACTIONS(1431), 1, anon_sym_LBRACK, ACTIONS(1437), 1, anon_sym_LPAREN, STATE(954), 1, sym_type_arguments, STATE(955), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1335), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [57748] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(1323), 1, ts_builtin_sym_end, ACTIONS(1429), 1, anon_sym_DOT, ACTIONS(1431), 1, anon_sym_LBRACK, ACTIONS(1433), 1, anon_sym_COLON, ACTIONS(1435), 1, anon_sym_EQ, ACTIONS(1437), 1, anon_sym_LPAREN, STATE(954), 1, sym_type_arguments, ACTIONS(1427), 2, sym_identifier, sym_operator_identifier, STATE(955), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1325), 21, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, [57808] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(1313), 1, ts_builtin_sym_end, ACTIONS(1429), 1, anon_sym_DOT, ACTIONS(1431), 1, anon_sym_LBRACK, ACTIONS(1433), 1, anon_sym_COLON, ACTIONS(1435), 1, anon_sym_EQ, ACTIONS(1437), 1, anon_sym_LPAREN, STATE(954), 1, sym_type_arguments, ACTIONS(1427), 2, sym_identifier, sym_operator_identifier, STATE(955), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1315), 21, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, [57868] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(1224), 1, ts_builtin_sym_end, ACTIONS(1429), 1, anon_sym_DOT, ACTIONS(1431), 1, anon_sym_LBRACK, ACTIONS(1437), 1, anon_sym_LPAREN, STATE(954), 1, sym_type_arguments, STATE(955), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1226), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [57922] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [57964] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [58006] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1381), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [58048] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [58090] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 29, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [58132] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1457), 1, anon_sym_AT, STATE(726), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1185), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [58178] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1460), 1, anon_sym_LPAREN, STATE(727), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, ACTIONS(1136), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [58224] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(1194), 1, ts_builtin_sym_end, ACTIONS(1429), 1, anon_sym_DOT, ACTIONS(1431), 1, anon_sym_LBRACK, ACTIONS(1433), 1, anon_sym_COLON, ACTIONS(1435), 1, anon_sym_EQ, ACTIONS(1437), 1, anon_sym_LPAREN, ACTIONS(1441), 1, anon_sym_match, STATE(954), 1, sym_type_arguments, ACTIONS(1427), 2, sym_identifier, sym_operator_identifier, STATE(955), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1196), 20, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, [58286] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(1300), 1, ts_builtin_sym_end, ACTIONS(1429), 1, anon_sym_DOT, ACTIONS(1431), 1, anon_sym_LBRACK, ACTIONS(1433), 1, anon_sym_COLON, ACTIONS(1435), 1, anon_sym_EQ, ACTIONS(1437), 1, anon_sym_LPAREN, STATE(954), 1, sym_type_arguments, ACTIONS(1427), 2, sym_identifier, sym_operator_identifier, STATE(955), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1302), 21, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, [58346] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(1329), 1, ts_builtin_sym_end, ACTIONS(1429), 1, anon_sym_DOT, ACTIONS(1431), 1, anon_sym_LBRACK, ACTIONS(1433), 1, anon_sym_COLON, ACTIONS(1435), 1, anon_sym_EQ, ACTIONS(1437), 1, anon_sym_LPAREN, STATE(954), 1, sym_type_arguments, ACTIONS(1427), 2, sym_identifier, sym_operator_identifier, STATE(955), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1331), 21, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, [58406] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(1277), 1, ts_builtin_sym_end, ACTIONS(1429), 1, anon_sym_DOT, ACTIONS(1431), 1, anon_sym_LBRACK, ACTIONS(1433), 1, anon_sym_COLON, ACTIONS(1435), 1, anon_sym_EQ, ACTIONS(1437), 1, anon_sym_LPAREN, ACTIONS(1441), 1, anon_sym_match, STATE(954), 1, sym_type_arguments, ACTIONS(1427), 2, sym_identifier, sym_operator_identifier, STATE(955), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1279), 20, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, [58468] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(1204), 1, ts_builtin_sym_end, ACTIONS(1429), 1, anon_sym_DOT, ACTIONS(1431), 1, anon_sym_LBRACK, ACTIONS(1433), 1, anon_sym_COLON, ACTIONS(1435), 1, anon_sym_EQ, ACTIONS(1437), 1, anon_sym_LPAREN, ACTIONS(1441), 1, anon_sym_match, STATE(954), 1, sym_type_arguments, ACTIONS(1427), 2, sym_identifier, sym_operator_identifier, STATE(955), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1206), 20, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, [58530] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(1287), 1, ts_builtin_sym_end, ACTIONS(1429), 1, anon_sym_DOT, ACTIONS(1431), 1, anon_sym_LBRACK, ACTIONS(1433), 1, anon_sym_COLON, ACTIONS(1435), 1, anon_sym_EQ, ACTIONS(1437), 1, anon_sym_LPAREN, ACTIONS(1441), 1, anon_sym_match, STATE(954), 1, sym_type_arguments, ACTIONS(1427), 2, sym_identifier, sym_operator_identifier, STATE(955), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1289), 20, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, [58592] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(255), 1, anon_sym_LBRACE, ACTIONS(1306), 1, ts_builtin_sym_end, ACTIONS(1429), 1, anon_sym_DOT, ACTIONS(1431), 1, anon_sym_LBRACK, ACTIONS(1433), 1, anon_sym_COLON, ACTIONS(1435), 1, anon_sym_EQ, ACTIONS(1437), 1, anon_sym_LPAREN, ACTIONS(1441), 1, anon_sym_match, STATE(954), 1, sym_type_arguments, ACTIONS(1427), 2, sym_identifier, sym_operator_identifier, STATE(955), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1308), 20, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, [58654] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1363), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [58695] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [58736] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1363), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [58777] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1463), 1, ts_builtin_sym_end, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1467), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [58838] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [58879] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1222), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [58920] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1481), 1, anon_sym_EQ_GT, ACTIONS(1483), 1, sym__interpolated_string_start, ACTIONS(1485), 1, sym__interpolated_multiline_string_start, STATE(1016), 1, sym_interpolated_string, ACTIONS(1240), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [58969] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1491), 1, anon_sym_STAR, ACTIONS(1487), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1489), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [59012] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [59053] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1495), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [59094] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [59135] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1497), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1499), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [59196] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [59237] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1210), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [59278] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1501), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1503), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [59339] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1265), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [59380] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1214), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [59421] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1505), 1, anon_sym_LPAREN, STATE(752), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, ACTIONS(1136), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, [59466] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1508), 1, anon_sym_with, STATE(776), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1275), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [59511] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1510), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1512), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [59572] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1214), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [59613] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1390), 1, anon_sym_LPAREN, STATE(752), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 4, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, ACTIONS(1192), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, [59658] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1210), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [59699] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1514), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1516), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [59760] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [59801] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1518), 1, anon_sym_AT, STATE(760), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1185), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, [59846] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1508), 1, anon_sym_with, STATE(753), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1265), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [59891] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1132), 1, anon_sym_finally, STATE(838), 1, sym_finally_clause, ACTIONS(1521), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, sym_identifier, sym_operator_identifier, [59936] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1337), 1, ts_builtin_sym_end, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1477), 1, anon_sym_LPAREN, STATE(993), 1, sym_type_arguments, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1339), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [59989] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1351), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [60030] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1525), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1527), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [60091] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1388), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [60132] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1381), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [60173] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [60214] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1351), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [60255] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1222), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [60296] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1388), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [60337] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1529), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1531), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [60398] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1333), 1, ts_builtin_sym_end, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1477), 1, anon_sym_LPAREN, STATE(993), 1, sym_type_arguments, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1335), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [60451] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1533), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1535), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [60512] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1045), 1, ts_builtin_sym_end, ACTIONS(1537), 1, anon_sym_LBRACK, ACTIONS(1539), 1, anon_sym_LPAREN, ACTIONS(1541), 1, anon_sym_POUND, STATE(973), 1, sym_type_arguments, STATE(976), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1047), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [60563] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1543), 1, anon_sym_with, STATE(776), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1258), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [60608] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1508), 1, anon_sym_with, STATE(753), 1, aux_sym_compound_type_repeat1, ACTIONS(1546), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_match, [60657] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1548), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1550), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [60718] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1381), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [60759] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1323), 1, ts_builtin_sym_end, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1325), 20, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, [60818] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1552), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1554), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [60879] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1313), 1, ts_builtin_sym_end, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1315), 20, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, [60938] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1558), 1, anon_sym_with, STATE(827), 1, aux_sym_compound_type_repeat1, ACTIONS(1556), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, [60987] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1375), 1, anon_sym_AT, STATE(760), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1181), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, [61032] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1560), 1, anon_sym_DOT, ACTIONS(1250), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1252), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [61075] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1562), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1564), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [61136] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1566), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1568), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [61197] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1570), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1572), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [61258] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1574), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1576), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [61319] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1578), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1580), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [61380] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1582), 1, anon_sym_with, STATE(791), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1258), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [61425] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1585), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1587), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [61486] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1589), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1591), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [61547] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1593), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1595), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [61608] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1597), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1599), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [61669] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1601), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1603), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [61730] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1265), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [61771] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1605), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1607), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [61832] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1357), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, [61877] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1558), 1, anon_sym_with, STATE(827), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1265), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [61922] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1613), 1, anon_sym_EQ_GT, ACTIONS(1609), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1611), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [61965] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1204), 1, ts_builtin_sym_end, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1206), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [62026] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1615), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1617), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [62087] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1619), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1621), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [62148] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1353), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [62193] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1287), 1, ts_builtin_sym_end, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1289), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [62254] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1296), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [62297] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1623), 1, anon_sym_DOT, ACTIONS(1250), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1252), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [62340] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1194), 1, ts_builtin_sym_end, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1196), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [62401] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1625), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1627), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [62462] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1629), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1631), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [62523] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [62564] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1633), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1635), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [62625] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1637), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1639), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [62686] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1641), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1643), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [62747] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1277), 1, ts_builtin_sym_end, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1279), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [62808] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1645), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1647), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [62869] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1649), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1651), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [62930] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1296), 28, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [62973] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1653), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1655), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [63034] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1224), 1, ts_builtin_sym_end, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1477), 1, anon_sym_LPAREN, STATE(993), 1, sym_type_arguments, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1226), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [63087] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1657), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1659), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [63148] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1300), 1, ts_builtin_sym_end, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1302), 20, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, [63207] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1661), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1663), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [63268] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1665), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1667), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [63329] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1329), 1, ts_builtin_sym_end, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1331), 20, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, [63388] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1558), 1, anon_sym_with, STATE(791), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1275), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [63433] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1669), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1671), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [63494] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1306), 1, ts_builtin_sym_end, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1308), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [63555] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(287), 1, anon_sym_LBRACE, ACTIONS(1469), 1, anon_sym_DOT, ACTIONS(1471), 1, anon_sym_LBRACK, ACTIONS(1473), 1, anon_sym_COLON, ACTIONS(1475), 1, anon_sym_EQ, ACTIONS(1477), 1, anon_sym_LPAREN, ACTIONS(1479), 1, anon_sym_match, ACTIONS(1673), 1, ts_builtin_sym_end, STATE(993), 1, sym_type_arguments, ACTIONS(1465), 2, sym_identifier, sym_operator_identifier, STATE(999), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1675), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [63616] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_match, sym_identifier, sym_operator_identifier, [63656] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1677), 1, anon_sym_LBRACK, ACTIONS(1679), 1, anon_sym_LPAREN, ACTIONS(1681), 1, anon_sym_POUND, STATE(1001), 1, sym_type_arguments, ACTIONS(1045), 2, ts_builtin_sym_end, anon_sym_LBRACE, STATE(1000), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1047), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [63706] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1416), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_else, anon_sym_match, [63750] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1683), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1685), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [63790] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1689), 1, anon_sym_with, STATE(842), 1, aux_sym_compound_type_repeat1, ACTIONS(1687), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, [63838] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1691), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1693), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [63878] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_match, sym_identifier, sym_operator_identifier, [63918] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1695), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1697), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [63958] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1699), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1701), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [63998] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1222), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_match, sym_identifier, sym_operator_identifier, [64038] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1495), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [64078] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1689), 1, anon_sym_with, STATE(870), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1275), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [64122] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1265), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [64162] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_match, sym_identifier, sym_operator_identifier, [64202] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1613), 1, anon_sym_EQ_GT, ACTIONS(1609), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1611), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [64244] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1703), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1705), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [64284] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1265), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [64324] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1707), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1709), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [64364] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1487), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1489), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [64404] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1711), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1713), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [64444] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1351), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [64484] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1715), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1717), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [64524] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1388), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [64564] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1177), 1, anon_sym_finally, STATE(898), 1, sym_finally_clause, ACTIONS(1521), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, sym_identifier, sym_operator_identifier, [64608] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1381), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [64648] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1719), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1721), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [64688] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1296), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_match, sym_identifier, sym_operator_identifier, [64730] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1723), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1725), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [64770] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1727), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1729), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [64810] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1731), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1733), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [64850] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_match, sym_identifier, sym_operator_identifier, [64890] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1735), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1737), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [64930] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1739), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1741), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [64970] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1689), 1, anon_sym_with, STATE(842), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1265), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [65014] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1745), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [65054] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1749), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [65094] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1751), 1, anon_sym_STAR, ACTIONS(1487), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1489), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [65136] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1363), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [65176] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1351), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [65216] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1753), 1, anon_sym_with, STATE(870), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1258), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [65260] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [65300] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1381), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [65340] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1388), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [65380] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1756), 1, anon_sym_DOT, ACTIONS(1250), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1252), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_match, sym_identifier, sym_operator_identifier, [65422] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1758), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1760), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [65462] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1521), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [65502] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1762), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1764), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [65542] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1351), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [65582] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [65622] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1495), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [65662] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1766), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1768), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [65702] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1363), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [65742] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1388), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [65782] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1240), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [65822] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1210), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_match, sym_identifier, sym_operator_identifier, [65862] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1425), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, [65906] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1770), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1772), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [65946] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1033), 1, ts_builtin_sym_end, ACTIONS(1537), 1, anon_sym_LBRACK, ACTIONS(1541), 1, anon_sym_POUND, ACTIONS(1774), 1, anon_sym_AT, STATE(973), 1, sym_type_arguments, STATE(1006), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1035), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [65996] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1118), 1, anon_sym_finally, STATE(947), 1, sym_finally_clause, ACTIONS(1521), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [66040] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1381), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [66080] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1214), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_match, sym_identifier, sym_operator_identifier, [66120] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1745), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [66159] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1351), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, [66198] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1749), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, [66237] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1388), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, [66276] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1770), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1772), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [66315] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1691), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1693), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [66354] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1695), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1697), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [66393] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1699), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1701), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [66432] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1703), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1705), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [66471] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1495), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [66510] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1351), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [66549] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 3, ts_builtin_sym_end, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1296), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [66590] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1707), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1709), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [66629] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1546), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_match, [66672] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1388), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [66711] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1487), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1489), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [66750] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1163), 1, anon_sym_finally, STATE(1032), 1, sym_finally_clause, ACTIONS(1521), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [66793] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1613), 1, anon_sym_EQ_GT, ACTIONS(1609), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1611), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [66834] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1556), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, [66877] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1727), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1729), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [66916] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1381), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, [66955] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1265), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [66994] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [67033] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1723), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1725), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [67072] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1731), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1733), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [67111] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1758), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1760), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [67150] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1521), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [67189] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1381), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [67228] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1363), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, [67267] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1265), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [67306] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1776), 1, anon_sym_LBRACK, ACTIONS(1778), 1, anon_sym_AT, ACTIONS(1780), 1, anon_sym_POUND, STATE(1048), 1, sym_type_arguments, STATE(1055), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 3, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1035), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [67355] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1495), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [67394] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1739), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1741), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [67433] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1683), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1685), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [67472] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1749), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [67511] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1711), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1713), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [67550] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1715), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1717), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [67589] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1719), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1721), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [67628] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1766), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1768), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [67667] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1776), 1, anon_sym_LBRACK, ACTIONS(1780), 1, anon_sym_POUND, ACTIONS(1782), 1, anon_sym_LPAREN, STATE(1048), 1, sym_type_arguments, ACTIONS(1045), 2, ts_builtin_sym_end, anon_sym_LBRACE, STATE(1044), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1047), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [67716] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1735), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1737), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [67755] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [67794] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1784), 1, anon_sym_DOT, ACTIONS(1250), 3, ts_builtin_sym_end, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1252), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [67835] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1762), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1764), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [67874] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1745), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, [67913] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1699), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1701), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, [67952] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1786), 1, anon_sym_STAR, ACTIONS(1487), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1489), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [67993] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1240), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [68032] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1677), 1, anon_sym_LBRACK, ACTIONS(1681), 1, anon_sym_POUND, ACTIONS(1788), 1, anon_sym_AT, STATE(1001), 1, sym_type_arguments, ACTIONS(1033), 2, ts_builtin_sym_end, anon_sym_LBRACE, STATE(1054), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1035), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [68081] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1745), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [68119] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1134), 1, ts_builtin_sym_end, ACTIONS(1790), 1, anon_sym_LPAREN, STATE(942), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1136), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [68161] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1707), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1709), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [68199] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1487), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1489), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [68237] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1687), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, [68279] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1731), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1733), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [68317] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1695), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1697), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [68355] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1758), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1760), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [68393] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1793), 1, anon_sym_STAR, ACTIONS(1487), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1489), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [68433] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1521), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [68471] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1691), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1693), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [68509] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 3, ts_builtin_sym_end, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [68547] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1749), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [68585] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1711), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1713), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [68623] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1766), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1768), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [68661] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1799), 1, anon_sym_LBRACK, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1051), 1, sym_type_parameters, STATE(1092), 1, sym_access_modifier, STATE(1336), 1, sym_extends_clause, STATE(1539), 1, sym_template_body, ACTIONS(1801), 2, anon_sym_private, anon_sym_protected, STATE(1089), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1795), 18, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, [68717] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1770), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1772), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [68755] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [68793] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1495), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [68831] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1699), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1701), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, [68869] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1745), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, [68907] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 3, ts_builtin_sym_end, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [68945] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1495), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [68983] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1735), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1737), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [69021] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [69059] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1388), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [69097] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1762), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1764), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [69135] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1493), 30, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_RBRACK, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_STAR, [69171] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1296), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [69211] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1351), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [69249] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1799), 1, anon_sym_LBRACK, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1049), 1, sym_type_parameters, STATE(1063), 1, sym_access_modifier, STATE(1310), 1, sym_extends_clause, STATE(1669), 1, sym_template_body, ACTIONS(1801), 2, anon_sym_private, anon_sym_protected, STATE(1086), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1807), 18, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, [69305] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1749), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, [69343] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 3, ts_builtin_sym_end, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1222), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [69381] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1265), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [69419] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1240), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [69457] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1190), 1, ts_builtin_sym_end, ACTIONS(1539), 1, anon_sym_LPAREN, STATE(942), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1192), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [69499] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1727), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1729), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [69537] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1613), 1, anon_sym_EQ_GT, ACTIONS(1609), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1611), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [69577] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 3, ts_builtin_sym_end, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1210), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [69615] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1723), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1725), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [69653] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1809), 1, anon_sym_DOT, ACTIONS(1250), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1252), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [69693] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1799), 1, anon_sym_LBRACK, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1062), 1, sym_type_parameters, STATE(1098), 1, sym_access_modifier, STATE(1316), 1, sym_extends_clause, STATE(1512), 1, sym_template_body, ACTIONS(1801), 2, anon_sym_private, anon_sym_protected, STATE(1102), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1811), 18, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, [69749] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1381), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [69787] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1703), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1705), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [69825] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1683), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1685), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [69863] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 3, ts_builtin_sym_end, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1214), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [69901] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1719), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1721), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [69939] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1799), 1, anon_sym_LBRACK, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1050), 1, sym_type_parameters, STATE(1096), 1, sym_access_modifier, STATE(1358), 1, sym_extends_clause, STATE(1635), 1, sym_template_body, ACTIONS(1801), 2, anon_sym_private, anon_sym_protected, STATE(1064), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1813), 18, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, [69995] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1715), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1717), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [70033] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 3, ts_builtin_sym_end, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [70071] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1739), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1741), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [70109] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1731), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1733), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [70146] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1711), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1713), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [70183] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1495), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [70220] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1762), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1764), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [70257] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1296), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [70296] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [70333] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [70370] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1766), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1768), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [70407] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1679), 1, anon_sym_LPAREN, ACTIONS(1190), 2, ts_builtin_sym_end, anon_sym_LBRACE, STATE(1007), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1192), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [70448] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1222), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [70485] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 29, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_RBRACK, anon_sym_LT_COLON, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_LPAREN, [70520] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [70557] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1381), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [70594] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1214), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [70631] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1179), 1, ts_builtin_sym_end, ACTIONS(1774), 1, anon_sym_AT, STATE(1023), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1181), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [70672] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1817), 1, anon_sym_LPAREN, ACTIONS(1134), 2, ts_builtin_sym_end, anon_sym_LBRACE, STATE(1007), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1136), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [70713] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1758), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1760), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [70750] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1487), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1489), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [70787] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1820), 29, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_RBRACK, anon_sym_LT_COLON, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_LPAREN, [70822] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(1826), 1, anon_sym_LBRACK, ACTIONS(1828), 1, anon_sym_COLON, ACTIONS(1830), 1, anon_sym_EQ, ACTIONS(1832), 1, anon_sym_LPAREN, STATE(1079), 1, sym_type_parameters, STATE(1694), 1, sym_block, STATE(1078), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1822), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [70873] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 2, ts_builtin_sym_end, anon_sym_LBRACK, ACTIONS(1218), 27, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [70910] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1749), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [70947] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1723), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1725), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [70984] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(1826), 1, anon_sym_LBRACK, ACTIONS(1832), 1, anon_sym_LPAREN, ACTIONS(1836), 1, anon_sym_COLON, ACTIONS(1838), 1, anon_sym_EQ, STATE(1068), 1, sym_type_parameters, STATE(1517), 1, sym_block, STATE(1094), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1834), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [71035] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1735), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1737), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [71072] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1240), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [71109] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(1826), 1, anon_sym_LBRACK, ACTIONS(1832), 1, anon_sym_LPAREN, ACTIONS(1842), 1, anon_sym_COLON, ACTIONS(1844), 1, anon_sym_EQ, STATE(1107), 1, sym_type_parameters, STATE(1553), 1, sym_block, STATE(1106), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1840), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [71160] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [71197] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1351), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [71234] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1683), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1685), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [71271] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1727), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1729), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [71308] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1183), 1, ts_builtin_sym_end, ACTIONS(1846), 1, anon_sym_AT, STATE(1023), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1185), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [71349] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1707), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1709), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [71386] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1739), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1741), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [71423] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1745), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [71460] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1388), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [71497] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [71534] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1770), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1772), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [71571] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1715), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1717), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [71608] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1691), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1693), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [71645] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1695), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1697), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [71682] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1521), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [71719] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1210), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [71756] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1849), 1, anon_sym_DOT, ACTIONS(1250), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1252), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [71795] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1719), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1721), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [71832] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1703), 5, ts_builtin_sym_end, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1705), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_match, sym_identifier, sym_operator_identifier, [71869] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 1, ts_builtin_sym_end, ACTIONS(1851), 1, anon_sym_with, STATE(1057), 1, aux_sym_compound_type_repeat1, ACTIONS(1265), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [71909] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1210), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [71945] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 3, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, ACTIONS(1218), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [71981] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [72017] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [72053] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1256), 1, ts_builtin_sym_end, ACTIONS(1853), 1, anon_sym_with, STATE(1043), 1, aux_sym_compound_type_repeat1, ACTIONS(1258), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [72093] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1782), 1, anon_sym_LPAREN, ACTIONS(1190), 2, ts_builtin_sym_end, anon_sym_LBRACE, STATE(1060), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1192), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [72133] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [72169] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1214), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [72205] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 2, ts_builtin_sym_end, anon_sym_LPAREN, ACTIONS(1388), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [72241] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1222), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [72277] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1105), 1, sym_access_modifier, STATE(1346), 1, sym_extends_clause, STATE(1545), 1, sym_template_body, ACTIONS(1801), 2, anon_sym_private, anon_sym_protected, STATE(1072), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1856), 18, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, [72327] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1065), 1, sym_access_modifier, STATE(1372), 1, sym_extends_clause, STATE(1555), 1, sym_template_body, ACTIONS(1801), 2, anon_sym_private, anon_sym_protected, STATE(1085), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1858), 18, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, [72377] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1071), 1, sym_access_modifier, STATE(1334), 1, sym_extends_clause, STATE(1650), 1, sym_template_body, ACTIONS(1801), 2, anon_sym_private, anon_sym_protected, STATE(1076), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1860), 18, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, [72427] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 2, ts_builtin_sym_end, anon_sym_LPAREN, ACTIONS(1351), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [72463] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1862), 1, anon_sym_AT, STATE(1053), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 3, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1185), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [72503] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1788), 1, anon_sym_AT, ACTIONS(1179), 2, ts_builtin_sym_end, anon_sym_LBRACE, STATE(1058), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1181), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [72543] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1778), 1, anon_sym_AT, STATE(1053), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 3, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1181), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [72583] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1230), 1, ts_builtin_sym_end, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1851), 1, anon_sym_with, STATE(1057), 1, aux_sym_compound_type_repeat1, ACTIONS(1865), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_PIPE, [72627] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1273), 1, ts_builtin_sym_end, ACTIONS(1851), 1, anon_sym_with, STATE(1043), 1, aux_sym_compound_type_repeat1, ACTIONS(1275), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [72667] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1867), 1, anon_sym_AT, ACTIONS(1183), 2, ts_builtin_sym_end, anon_sym_LBRACE, STATE(1058), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1185), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [72707] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 2, ts_builtin_sym_end, anon_sym_LPAREN, ACTIONS(1381), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [72743] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1870), 1, anon_sym_LPAREN, ACTIONS(1134), 2, ts_builtin_sym_end, anon_sym_LBRACE, STATE(1060), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1136), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [72783] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 4, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [72819] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1082), 1, sym_access_modifier, STATE(1289), 1, sym_extends_clause, STATE(1676), 1, sym_template_body, ACTIONS(1801), 2, anon_sym_private, anon_sym_protected, STATE(1095), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1873), 18, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, [72869] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1333), 1, sym_extends_clause, STATE(1542), 1, sym_template_body, STATE(1070), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1875), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [72914] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1392), 1, sym_extends_clause, STATE(1573), 1, sym_template_body, STATE(1138), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1877), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [72959] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1276), 1, sym_extends_clause, STATE(1609), 1, sym_template_body, STATE(1087), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1879), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [73004] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1881), 1, anon_sym_with, STATE(1101), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 3, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1275), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_operator_identifier, [73043] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1883), 1, anon_sym_with, STATE(1075), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 2, ts_builtin_sym_end, anon_sym_LBRACE, ACTIONS(1265), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_operator_identifier, [73082] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(1832), 1, anon_sym_LPAREN, ACTIONS(1887), 1, anon_sym_COLON, ACTIONS(1889), 1, anon_sym_EQ, STATE(1688), 1, sym_block, STATE(1100), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1885), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [73127] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 1, ts_builtin_sym_end, ACTIONS(1363), 26, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [73162] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1349), 1, sym_extends_clause, STATE(1531), 1, sym_template_body, STATE(1138), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1891), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [73207] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1366), 1, sym_extends_clause, STATE(1619), 1, sym_template_body, STATE(1073), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1893), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [73252] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1279), 1, sym_extends_clause, STATE(1529), 1, sym_template_body, STATE(1138), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1895), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [73297] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1384), 1, sym_extends_clause, STATE(1606), 1, sym_template_body, STATE(1138), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1897), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [73342] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1342), 1, sym_extends_clause, STATE(1658), 1, sym_template_body, STATE(1138), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1899), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [73387] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1883), 1, anon_sym_with, STATE(1090), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 2, ts_builtin_sym_end, anon_sym_LBRACE, ACTIONS(1275), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_operator_identifier, [73426] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1355), 1, sym_extends_clause, STATE(1630), 1, sym_template_body, STATE(1138), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1901), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [73471] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(1832), 1, anon_sym_LPAREN, ACTIONS(1905), 1, anon_sym_COLON, ACTIONS(1907), 1, anon_sym_EQ, STATE(1502), 1, sym_block, STATE(1117), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1903), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [73516] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(1832), 1, anon_sym_LPAREN, ACTIONS(1911), 1, anon_sym_COLON, ACTIONS(1913), 1, anon_sym_EQ, STATE(1490), 1, sym_block, STATE(1117), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1909), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [73561] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(1832), 1, anon_sym_LPAREN, ACTIONS(1917), 1, anon_sym_COLON, ACTIONS(1919), 1, anon_sym_EQ, STATE(1500), 1, sym_block, STATE(1103), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1915), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [73606] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1302), 1, sym_extends_clause, STATE(1515), 1, sym_template_body, STATE(1138), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1921), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [73651] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 3, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1381), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [73686] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1383), 1, sym_extends_clause, STATE(1570), 1, sym_template_body, STATE(1080), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1923), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [73731] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1401), 1, sym_extends_clause, STATE(1581), 1, sym_template_body, STATE(1138), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1925), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [73776] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1391), 1, sym_extends_clause, STATE(1567), 1, sym_template_body, STATE(1138), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1927), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [73821] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1388), 1, sym_extends_clause, STATE(1597), 1, sym_template_body, STATE(1138), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1929), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [73866] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1313), 1, sym_extends_clause, STATE(1486), 1, sym_template_body, STATE(1138), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1931), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [73911] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1331), 1, sym_extends_clause, STATE(1657), 1, sym_template_body, STATE(1138), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1933), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [73956] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 3, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1388), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [73991] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1362), 1, sym_extends_clause, STATE(1632), 1, sym_template_body, STATE(1138), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1935), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [74036] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1937), 1, anon_sym_with, STATE(1090), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 2, ts_builtin_sym_end, anon_sym_LBRACE, ACTIONS(1258), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_operator_identifier, [74075] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1883), 1, anon_sym_with, STATE(1075), 1, aux_sym_compound_type_repeat1, ACTIONS(1230), 2, ts_builtin_sym_end, anon_sym_LBRACE, ACTIONS(1940), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 20, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [74118] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1343), 1, sym_extends_clause, STATE(1645), 1, sym_template_body, STATE(1074), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1942), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [74163] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1881), 1, anon_sym_with, STATE(1066), 1, aux_sym_compound_type_repeat1, ACTIONS(1944), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 3, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1234), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [74206] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(1832), 1, anon_sym_LPAREN, ACTIONS(1948), 1, anon_sym_COLON, ACTIONS(1950), 1, anon_sym_EQ, STATE(1689), 1, sym_block, STATE(1117), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1946), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [74251] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1370), 1, sym_extends_clause, STATE(1563), 1, sym_template_body, STATE(1138), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1952), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [74296] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1381), 1, sym_extends_clause, STATE(1562), 1, sym_template_body, STATE(1083), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1954), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [74341] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 3, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1351), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [74376] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1294), 1, sym_extends_clause, STATE(1693), 1, sym_template_body, STATE(1099), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1956), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [74421] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1367), 1, sym_extends_clause, STATE(1557), 1, sym_template_body, STATE(1138), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1958), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [74466] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(1832), 1, anon_sym_LPAREN, ACTIONS(1962), 1, anon_sym_COLON, ACTIONS(1964), 1, anon_sym_EQ, STATE(1514), 1, sym_block, STATE(1117), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1960), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [74511] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1966), 1, anon_sym_with, STATE(1101), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 3, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1258), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_operator_identifier, [74550] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1282), 1, sym_extends_clause, STATE(1692), 1, sym_template_body, STATE(1138), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1969), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [74595] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(1832), 1, anon_sym_LPAREN, ACTIONS(1973), 1, anon_sym_COLON, ACTIONS(1975), 1, anon_sym_EQ, STATE(1670), 1, sym_block, STATE(1117), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1971), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [74640] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1881), 1, anon_sym_with, STATE(1066), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 3, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1265), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_operator_identifier, [74679] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, ACTIONS(1805), 1, anon_sym_LPAREN, STATE(1275), 1, sym_extends_clause, STATE(1523), 1, sym_template_body, STATE(1084), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1977), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [74724] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(1832), 1, anon_sym_LPAREN, ACTIONS(1981), 1, anon_sym_COLON, ACTIONS(1983), 1, anon_sym_EQ, STATE(1648), 1, sym_block, STATE(1117), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1979), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [74769] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(1832), 1, anon_sym_LPAREN, ACTIONS(1987), 1, anon_sym_COLON, ACTIONS(1989), 1, anon_sym_EQ, STATE(1653), 1, sym_block, STATE(1077), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1985), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [74814] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1799), 1, anon_sym_LBRACK, ACTIONS(1803), 1, anon_sym_extends, STATE(1199), 1, sym_type_parameters, STATE(1360), 1, sym_extends_clause, STATE(1633), 1, sym_template_body, ACTIONS(1991), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [74858] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1993), 1, anon_sym_LBRACK, ACTIONS(1995), 1, anon_sym_AT, ACTIONS(1997), 1, anon_sym_POUND, STATE(1260), 1, sym_type_arguments, STATE(1175), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1035), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [74902] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 3, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1381), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [74936] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1799), 1, anon_sym_LBRACK, ACTIONS(1803), 1, anon_sym_extends, STATE(1210), 1, sym_type_parameters, STATE(1281), 1, sym_extends_clause, STATE(1690), 1, sym_template_body, ACTIONS(1999), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [74980] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 2, ts_builtin_sym_end, anon_sym_LBRACE, ACTIONS(1363), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [75014] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1799), 1, anon_sym_LBRACK, ACTIONS(1803), 1, anon_sym_extends, STATE(1202), 1, sym_type_parameters, STATE(1332), 1, sym_extends_clause, STATE(1487), 1, sym_template_body, ACTIONS(2001), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [75058] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 1, ts_builtin_sym_end, ACTIONS(1265), 25, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [75092] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(1993), 1, anon_sym_LBRACK, ACTIONS(1997), 1, anon_sym_POUND, ACTIONS(2003), 1, anon_sym_LPAREN, STATE(1260), 1, sym_type_arguments, STATE(1160), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 6, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1047), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [75136] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 3, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1363), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [75170] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2007), 1, anon_sym_LPAREN, STATE(1117), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(2005), 23, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [75206] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1230), 1, ts_builtin_sym_end, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1865), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_PIPE, [75244] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 3, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1388), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [75278] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 3, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1351), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_with, sym_identifier, sym_operator_identifier, [75312] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2010), 1, ts_builtin_sym_end, ACTIONS(2016), 1, anon_sym_EQ, ACTIONS(2012), 4, anon_sym_COLON, anon_sym_PIPE, sym_identifier, sym_operator_identifier, ACTIONS(2014), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [75349] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2018), 1, anon_sym_LBRACK, ACTIONS(2020), 1, anon_sym_AT, ACTIONS(2022), 1, anon_sym_POUND, STATE(1303), 1, sym_type_arguments, STATE(1255), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1035), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [75392] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(4098), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, ACTIONS(2026), 2, anon_sym_RBRACE, anon_sym_RPAREN, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [75443] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2038), 1, anon_sym_LBRACK, ACTIONS(2040), 1, anon_sym_AT, ACTIONS(2042), 1, anon_sym_POUND, STATE(1377), 1, sym_type_arguments, STATE(1223), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1035), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [75486] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2044), 1, anon_sym_DOT, ACTIONS(1250), 6, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, anon_sym_LPAREN, anon_sym_POUND, ACTIONS(1252), 18, anon_sym_object, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_wildcard, [75521] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2046), 1, ts_builtin_sym_end, ACTIONS(2050), 1, anon_sym_EQ, ACTIONS(2012), 4, anon_sym_COLON, anon_sym_PIPE, sym_identifier, sym_operator_identifier, ACTIONS(2048), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [75558] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1944), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 3, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1234), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [75595] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1230), 2, ts_builtin_sym_end, anon_sym_LBRACE, ACTIONS(1940), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 20, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [75632] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 6, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, anon_sym_LPAREN, anon_sym_POUND, ACTIONS(1296), 18, anon_sym_object, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_wildcard, [75667] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2038), 1, anon_sym_LBRACK, ACTIONS(2042), 1, anon_sym_POUND, ACTIONS(2052), 1, anon_sym_LPAREN, STATE(1377), 1, sym_type_arguments, STATE(1229), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 6, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1047), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [75710] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 2, ts_builtin_sym_end, anon_sym_LBRACE, ACTIONS(1265), 23, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_operator_identifier, [75743] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2054), 1, ts_builtin_sym_end, ACTIONS(2058), 1, anon_sym_EQ, ACTIONS(2012), 4, anon_sym_COLON, anon_sym_PIPE, sym_identifier, sym_operator_identifier, ACTIONS(2056), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [75780] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 3, ts_builtin_sym_end, anon_sym_LBRACE, anon_sym_LPAREN, ACTIONS(1265), 22, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_EQ_GT, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_operator_identifier, [75813] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2060), 1, ts_builtin_sym_end, ACTIONS(2064), 1, anon_sym_EQ, ACTIONS(2012), 4, anon_sym_COLON, anon_sym_PIPE, sym_identifier, sym_operator_identifier, ACTIONS(2062), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [75850] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(4098), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2066), 2, anon_sym_RBRACE, anon_sym_RPAREN, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [75901] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2070), 1, anon_sym_LBRACK, STATE(1215), 1, sym_access_qualifier, ACTIONS(2068), 23, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_extends, anon_sym_LPAREN, [75936] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2018), 1, anon_sym_LBRACK, ACTIONS(2022), 1, anon_sym_POUND, ACTIONS(2072), 1, anon_sym_LPAREN, STATE(1303), 1, sym_type_arguments, STATE(1272), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 6, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1047), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [75979] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2076), 1, anon_sym_LPAREN, STATE(1138), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(2074), 22, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_extends, [76014] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2079), 1, ts_builtin_sym_end, ACTIONS(2083), 1, anon_sym_EQ, ACTIONS(2012), 4, anon_sym_COLON, anon_sym_PIPE, sym_identifier, sym_operator_identifier, ACTIONS(2081), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [76051] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 1, ts_builtin_sym_end, ACTIONS(1495), 24, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [76084] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2085), 1, ts_builtin_sym_end, ACTIONS(2089), 1, anon_sym_EQ, ACTIONS(2012), 4, anon_sym_COLON, anon_sym_PIPE, sym_identifier, sym_operator_identifier, ACTIONS(2087), 19, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [76121] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4739), 1, sym_enumerators, STATE(4752), 1, sym_stable_type_identifier, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [76171] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4736), 1, sym_enumerators, STATE(4752), 1, sym_stable_type_identifier, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [76221] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4749), 1, sym_enumerators, STATE(4752), 1, sym_stable_type_identifier, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [76271] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4982), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [76321] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4900), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [76371] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4766), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [76421] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2091), 1, sym_identifier, ACTIONS(2093), 1, anon_sym_object, ACTIONS(2095), 1, anon_sym_class, ACTIONS(2097), 1, anon_sym_LPAREN, STATE(3560), 1, sym_stable_identifier, STATE(4776), 1, sym_stable_type_identifier, ACTIONS(2101), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2103), 2, anon_sym_true, anon_sym_false, ACTIONS(2105), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2099), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3653), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [76471] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4811), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [76521] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1683), 9, sym__simple_string, sym__simple_multiline_string, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LPAREN, anon_sym_BANG, anon_sym_TILDE, sym_floating_point_literal, sym_character_literal, ACTIONS(1685), 15, anon_sym_DASH, anon_sym_if, anon_sym_try, anon_sym_new, sym_identifier, sym_integer_literal, anon_sym_true, anon_sym_false, sym_symbol_literal, sym_null_literal, anon_sym_return, anon_sym_throw, anon_sym_while, anon_sym_do, anon_sym_for, [76553] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4737), 1, sym_enumerators, STATE(4752), 1, sym_stable_type_identifier, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [76603] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2107), 1, anon_sym_LBRACK, ACTIONS(2109), 1, anon_sym_AT, ACTIONS(2111), 1, anon_sym_POUND, STATE(1439), 1, sym_type_arguments, STATE(1324), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1035), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [76645] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4764), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [76695] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4920), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [76745] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4842), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [76795] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2113), 1, anon_sym_AT, STATE(1156), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1185), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [76831] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 6, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, anon_sym_LPAREN, anon_sym_POUND, ACTIONS(1347), 18, anon_sym_object, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_wildcard, [76863] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, STATE(1351), 1, sym_extends_clause, STATE(1637), 1, sym_template_body, ACTIONS(2116), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [76901] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4919), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [76951] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2003), 1, anon_sym_LPAREN, STATE(1164), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1192), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [76987] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1216), 6, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, anon_sym_LPAREN, anon_sym_POUND, ACTIONS(1218), 18, anon_sym_object, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_wildcard, [77019] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4967), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [77069] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4972), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [77119] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2118), 1, anon_sym_LPAREN, STATE(1164), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1136), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [77155] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4974), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [77205] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4817), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [77255] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4746), 1, sym_enumerators, STATE(4752), 1, sym_stable_type_identifier, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [77305] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4744), 1, sym_enumerators, STATE(4752), 1, sym_stable_type_identifier, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [77355] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4728), 1, sym_enumerators, STATE(4752), 1, sym_stable_type_identifier, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [77405] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4725), 1, sym_enumerators, STATE(4752), 1, sym_stable_type_identifier, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [77455] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4864), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [77505] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4904), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [77555] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4894), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [77605] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4881), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [77655] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1995), 1, anon_sym_AT, STATE(1156), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1181), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [77691] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4742), 1, sym_enumerators, STATE(4752), 1, sym_stable_type_identifier, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [77741] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2121), 24, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_LPAREN, [77771] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2107), 1, anon_sym_LBRACK, ACTIONS(2111), 1, anon_sym_POUND, ACTIONS(2123), 1, anon_sym_LPAREN, STATE(1439), 1, sym_type_arguments, STATE(1348), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 6, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1047), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [77813] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4895), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [77863] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4862), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [77913] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2125), 1, anon_sym_LBRACK, ACTIONS(2127), 1, anon_sym_LPAREN, ACTIONS(2129), 1, anon_sym_POUND, STATE(1457), 1, sym_type_arguments, STATE(1317), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 6, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1047), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [77955] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4845), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [78005] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4839), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [78055] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4844), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [78105] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1208), 6, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, anon_sym_LPAREN, anon_sym_POUND, ACTIONS(1210), 18, anon_sym_object, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_wildcard, [78137] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4818), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [78187] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1220), 6, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, anon_sym_LPAREN, anon_sym_POUND, ACTIONS(1222), 18, anon_sym_object, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_wildcard, [78219] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1341), 6, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, anon_sym_LPAREN, anon_sym_POUND, ACTIONS(1343), 18, anon_sym_object, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_wildcard, [78251] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4860), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [78301] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4999), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [78351] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4810), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [78401] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4858), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [78451] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4952), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [78501] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4771), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [78551] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2125), 1, anon_sym_LBRACK, ACTIONS(2129), 1, anon_sym_POUND, ACTIONS(2131), 1, anon_sym_AT, STATE(1457), 1, sym_type_arguments, STATE(1298), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1035), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [78593] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2133), 24, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_LPAREN, [78623] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4772), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [78673] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4789), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [78723] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, STATE(1398), 1, sym_extends_clause, STATE(1584), 1, sym_template_body, ACTIONS(2135), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [78761] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2137), 24, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_LPAREN, [78791] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4796), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [78841] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, STATE(1319), 1, sym_extends_clause, STATE(1665), 1, sym_template_body, ACTIONS(2139), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [78879] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2141), 24, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_COLON, anon_sym_AT, anon_sym_val, anon_sym_EQ, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_LPAREN, [78909] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4734), 1, sym_enumerators, STATE(4752), 1, sym_stable_type_identifier, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [78959] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4798), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [79009] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4853), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [79059] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4950), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [79109] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4807), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [79159] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4847), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [79209] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, ACTIONS(1803), 1, anon_sym_extends, STATE(1326), 1, sym_extends_clause, STATE(1484), 1, sym_template_body, ACTIONS(2143), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [79247] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4855), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [79297] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1212), 6, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, anon_sym_LPAREN, anon_sym_POUND, ACTIONS(1214), 18, anon_sym_object, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_wildcard, [79329] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(3810), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, STATE(4804), 1, sym_enumerators, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [79379] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(2147), 1, anon_sym_EQ, STATE(1571), 1, sym_block, ACTIONS(2145), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [79414] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2149), 23, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_extends, anon_sym_LPAREN, [79443] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(2153), 1, anon_sym_EQ, STATE(1674), 1, sym_block, ACTIONS(2151), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [79478] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2155), 1, sym_identifier, ACTIONS(2157), 1, anon_sym_LPAREN, ACTIONS(2159), 1, anon_sym_RPAREN, STATE(3598), 1, sym_stable_identifier, STATE(4846), 1, sym_stable_type_identifier, ACTIONS(2163), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2165), 2, anon_sym_true, anon_sym_false, ACTIONS(2167), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2161), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3675), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [79525] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1296), 15, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [79558] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2171), 1, anon_sym_DOT, STATE(1225), 1, aux_sym_package_identifier_repeat1, ACTIONS(2169), 21, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [79591] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(2175), 1, anon_sym_EQ, STATE(1680), 1, sym_block, ACTIONS(2173), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [79626] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(2179), 1, anon_sym_EQ, STATE(1519), 1, sym_block, ACTIONS(2177), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [79661] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(2183), 1, anon_sym_EQ, STATE(1671), 1, sym_block, ACTIONS(2181), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [79696] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2040), 1, anon_sym_AT, STATE(1227), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1181), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [79731] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(2187), 1, anon_sym_EQ, STATE(1550), 1, sym_block, ACTIONS(2185), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [79766] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2191), 1, anon_sym_DOT, STATE(1225), 1, aux_sym_package_identifier_repeat1, ACTIONS(2189), 21, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [79799] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2194), 23, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_extends, anon_sym_LPAREN, [79828] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2196), 1, anon_sym_AT, STATE(1227), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1185), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [79863] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(2201), 1, anon_sym_EQ, STATE(1583), 1, sym_block, ACTIONS(2199), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [79898] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2052), 1, anon_sym_LPAREN, STATE(1232), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1192), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [79933] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(2205), 1, anon_sym_EQ, STATE(1498), 1, sym_block, ACTIONS(2203), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [79968] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2209), 1, anon_sym_LPAREN, STATE(1444), 1, sym_arguments, ACTIONS(2207), 21, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [80001] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2211), 1, anon_sym_LPAREN, STATE(1232), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1136), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [80036] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2214), 1, anon_sym_LBRACK, ACTIONS(2216), 1, anon_sym_LPAREN, ACTIONS(2218), 1, anon_sym_POUND, STATE(1631), 1, sym_type_arguments, STATE(1431), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 6, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1047), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [80077] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2220), 23, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_extends, anon_sym_LPAREN, [80106] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2157), 1, anon_sym_LPAREN, ACTIONS(2222), 1, sym_identifier, ACTIONS(2224), 1, anon_sym_RPAREN, STATE(3536), 1, sym_stable_identifier, STATE(4846), 1, sym_stable_type_identifier, ACTIONS(2165), 2, anon_sym_true, anon_sym_false, ACTIONS(2167), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2228), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2226), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3641), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [80153] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2024), 1, sym_identifier, ACTIONS(2028), 1, anon_sym_LPAREN, STATE(3656), 1, sym_stable_identifier, STATE(4098), 1, sym_enumerator, STATE(4752), 1, sym_stable_type_identifier, ACTIONS(2032), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2030), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3802), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [80200] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2230), 23, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_extends, anon_sym_LPAREN, [80229] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(2234), 1, anon_sym_EQ, STATE(1548), 1, sym_block, ACTIONS(2232), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [80264] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2236), 1, anon_sym_LBRACK, ACTIONS(2238), 1, anon_sym_LPAREN, ACTIONS(2240), 1, anon_sym_POUND, STATE(1534), 1, sym_type_arguments, STATE(1418), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 4, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RPAREN, ACTIONS(1047), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [80305] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2236), 1, anon_sym_LBRACK, ACTIONS(2240), 1, anon_sym_POUND, ACTIONS(2242), 1, anon_sym_AT, STATE(1534), 1, sym_type_arguments, STATE(1467), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1035), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [80346] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1343), 15, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [80377] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2244), 1, anon_sym_LBRACK, ACTIONS(2246), 1, anon_sym_LPAREN, ACTIONS(2248), 1, anon_sym_POUND, STATE(1501), 1, sym_type_arguments, STATE(1473), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 6, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1047), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [80418] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2157), 1, anon_sym_LPAREN, ACTIONS(2250), 1, sym_identifier, ACTIONS(2252), 1, anon_sym_RPAREN, STATE(3540), 1, sym_stable_identifier, STATE(4846), 1, sym_stable_type_identifier, ACTIONS(2165), 2, anon_sym_true, anon_sym_false, ACTIONS(2167), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2256), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2254), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3644), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [80465] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1347), 15, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [80496] = 17, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2266), 1, anon_sym_EQ, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2270), 1, anon_sym_match, ACTIONS(2272), 1, anon_sym_catch, ACTIONS(2274), 1, anon_sym_finally, STATE(1883), 1, sym_type_arguments, STATE(1900), 1, sym_finally_clause, STATE(1979), 1, sym_catch_clause, ACTIONS(1102), 2, anon_sym_if, anon_sym_else, ACTIONS(2258), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1098), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [80555] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1820), 23, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_extends, anon_sym_LPAREN, [80584] = 17, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2270), 1, anon_sym_match, ACTIONS(2272), 1, anon_sym_catch, ACTIONS(2278), 1, anon_sym_EQ, ACTIONS(2280), 1, anon_sym_finally, STATE(1883), 1, sym_type_arguments, STATE(1900), 1, sym_finally_clause, STATE(1910), 1, sym_catch_clause, ACTIONS(1102), 2, anon_sym_case, anon_sym_else, ACTIONS(2276), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1098), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [80643] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2209), 1, anon_sym_LPAREN, ACTIONS(2282), 1, anon_sym_LBRACK, ACTIONS(2284), 1, anon_sym_POUND, STATE(1187), 1, sym_type_arguments, STATE(1618), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 17, anon_sym_object, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [80682] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1210), 15, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [80713] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2157), 1, anon_sym_LPAREN, ACTIONS(2286), 1, sym_identifier, ACTIONS(2288), 1, anon_sym_RPAREN, STATE(3592), 1, sym_stable_identifier, STATE(4846), 1, sym_stable_type_identifier, ACTIONS(2165), 2, anon_sym_true, anon_sym_false, ACTIONS(2167), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2292), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2290), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3676), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [80760] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2157), 1, anon_sym_LPAREN, ACTIONS(2294), 1, sym_identifier, ACTIONS(2296), 1, anon_sym_RPAREN, STATE(3527), 1, sym_stable_identifier, STATE(4846), 1, sym_stable_type_identifier, ACTIONS(2165), 2, anon_sym_true, anon_sym_false, ACTIONS(2167), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2300), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2298), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3630), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [80807] = 17, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2266), 1, anon_sym_EQ, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2270), 1, anon_sym_match, ACTIONS(2302), 1, anon_sym_catch, ACTIONS(2304), 1, anon_sym_finally, STATE(1883), 1, sym_type_arguments, STATE(2118), 1, sym_catch_clause, STATE(2278), 1, sym_finally_clause, ACTIONS(1102), 2, anon_sym_if, anon_sym_else, ACTIONS(2258), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1098), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [80866] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2157), 1, anon_sym_LPAREN, ACTIONS(2306), 1, sym_identifier, ACTIONS(2308), 1, anon_sym_RPAREN, STATE(3529), 1, sym_stable_identifier, STATE(4846), 1, sym_stable_type_identifier, ACTIONS(2165), 2, anon_sym_true, anon_sym_false, ACTIONS(2167), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2312), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2310), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3634), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [80913] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2157), 1, anon_sym_LPAREN, ACTIONS(2314), 1, sym_identifier, ACTIONS(2316), 1, anon_sym_RPAREN, STATE(3591), 1, sym_stable_identifier, STATE(4846), 1, sym_stable_type_identifier, ACTIONS(2165), 2, anon_sym_true, anon_sym_false, ACTIONS(2167), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2320), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2318), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3681), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [80960] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2020), 1, anon_sym_AT, STATE(1270), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1181), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [80995] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2322), 23, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_extends, anon_sym_LPAREN, [81024] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1214), 15, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [81055] = 17, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2270), 1, anon_sym_match, ACTIONS(2278), 1, anon_sym_EQ, ACTIONS(2302), 1, anon_sym_catch, ACTIONS(2324), 1, anon_sym_finally, STATE(1883), 1, sym_type_arguments, STATE(2126), 1, sym_catch_clause, STATE(2278), 1, sym_finally_clause, ACTIONS(1102), 2, anon_sym_case, anon_sym_else, ACTIONS(2276), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1098), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [81114] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1218), 15, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [81145] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1222), 15, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [81176] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2244), 1, anon_sym_LBRACK, ACTIONS(2248), 1, anon_sym_POUND, ACTIONS(2326), 1, anon_sym_AT, STATE(1501), 1, sym_type_arguments, STATE(1463), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1035), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [81217] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(2330), 1, anon_sym_EQ, STATE(1549), 1, sym_block, ACTIONS(2328), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [81252] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(2332), 1, anon_sym_DOT, ACTIONS(1250), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1252), 15, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [81285] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2171), 1, anon_sym_DOT, STATE(1219), 1, aux_sym_package_identifier_repeat1, ACTIONS(2334), 21, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [81318] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(2338), 1, anon_sym_EQ, STATE(1522), 1, sym_block, ACTIONS(2336), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [81353] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1824), 1, anon_sym_LBRACE, ACTIONS(2342), 1, anon_sym_EQ, STATE(1547), 1, sym_block, ACTIONS(2340), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [81388] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2214), 1, anon_sym_LBRACK, ACTIONS(2218), 1, anon_sym_POUND, ACTIONS(2344), 1, anon_sym_AT, STATE(1631), 1, sym_type_arguments, STATE(1483), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1035), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [81429] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 23, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_extends, anon_sym_LPAREN, [81458] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2346), 23, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_extends, anon_sym_LPAREN, [81487] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2348), 1, anon_sym_AT, STATE(1270), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1185), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [81522] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1218), 15, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [81553] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2072), 1, anon_sym_LPAREN, STATE(1274), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1192), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [81588] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2157), 1, anon_sym_LPAREN, ACTIONS(2351), 1, sym_identifier, ACTIONS(2353), 1, anon_sym_RPAREN, STATE(3595), 1, sym_stable_identifier, STATE(4846), 1, sym_stable_type_identifier, ACTIONS(2165), 2, anon_sym_true, anon_sym_false, ACTIONS(2167), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2357), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2355), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3666), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [81635] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2359), 1, anon_sym_LPAREN, STATE(1274), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1136), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [81670] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1558), 1, sym_template_body, ACTIONS(2362), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [81702] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1656), 1, sym_template_body, ACTIONS(2364), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [81734] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2366), 1, sym_identifier, ACTIONS(2368), 1, anon_sym_LPAREN, STATE(3699), 1, sym_stable_identifier, STATE(5015), 1, sym_stable_type_identifier, ACTIONS(2372), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2374), 2, anon_sym_true, anon_sym_false, ACTIONS(2376), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2370), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3900), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [81778] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1296), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [81810] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1661), 1, sym_template_body, ACTIONS(2378), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [81842] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1296), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [81874] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1505), 1, sym_template_body, ACTIONS(2380), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [81906] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1556), 1, sym_template_body, ACTIONS(2382), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [81938] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1210), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [81968] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2097), 1, anon_sym_LPAREN, ACTIONS(2384), 1, sym_identifier, STATE(3683), 1, sym_stable_identifier, STATE(4776), 1, sym_stable_type_identifier, ACTIONS(2103), 2, anon_sym_true, anon_sym_false, ACTIONS(2105), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2388), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2386), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3689), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [82012] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2097), 1, anon_sym_LPAREN, ACTIONS(2390), 1, sym_identifier, STATE(3646), 1, sym_stable_identifier, STATE(4776), 1, sym_stable_type_identifier, ACTIONS(2103), 2, anon_sym_true, anon_sym_false, ACTIONS(2105), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2394), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2392), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3775), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [82056] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2097), 1, anon_sym_LPAREN, ACTIONS(2396), 1, sym_identifier, STATE(3651), 1, sym_stable_identifier, STATE(4776), 1, sym_stable_type_identifier, ACTIONS(2103), 2, anon_sym_true, anon_sym_false, ACTIONS(2105), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2400), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2398), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3782), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [82100] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2402), 1, anon_sym_with, STATE(1287), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1258), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [82134] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(2407), 1, anon_sym_with, STATE(1304), 1, aux_sym_compound_type_repeat1, ACTIONS(2405), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1234), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [82172] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1565), 1, sym_template_body, ACTIONS(2409), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [82204] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1218), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [82234] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1214), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [82264] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1298), 22, ts_builtin_sym_end, anon_sym_package, anon_sym_DOT, anon_sym_object, anon_sym_import, anon_sym_COMMA, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [82292] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2368), 1, anon_sym_LPAREN, ACTIONS(2411), 1, sym_identifier, STATE(3778), 1, sym_stable_identifier, STATE(5015), 1, sym_stable_type_identifier, ACTIONS(2374), 2, anon_sym_true, anon_sym_false, ACTIONS(2376), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2415), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2413), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3837), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [82336] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1560), 1, sym_template_body, ACTIONS(2417), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [82368] = 17, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(1102), 1, anon_sym_if, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2427), 1, anon_sym_EQ, ACTIONS(2429), 1, anon_sym_LPAREN, ACTIONS(2431), 1, anon_sym_match, ACTIONS(2433), 1, anon_sym_catch, ACTIONS(2435), 1, anon_sym_finally, STATE(2013), 1, sym_finally_clause, STATE(2029), 1, sym_type_arguments, STATE(2077), 1, sym_catch_clause, ACTIONS(2419), 2, sym_identifier, sym_operator_identifier, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1098), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [82426] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1218), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [82456] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_AT, ACTIONS(2437), 1, anon_sym_object, ACTIONS(2439), 1, anon_sym_case, ACTIONS(2441), 1, anon_sym_class, ACTIONS(2443), 1, anon_sym_trait, ACTIONS(2445), 1, anon_sym_val, ACTIONS(2447), 1, anon_sym_var, ACTIONS(2449), 1, anon_sym_type, ACTIONS(2451), 1, anon_sym_def, STATE(3522), 1, sym_modifiers, ACTIONS(31), 2, anon_sym_private, anon_sym_protected, STATE(1724), 2, sym_access_modifier, aux_sym_modifiers_repeat1, STATE(1805), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(29), 6, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, [82510] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2131), 1, anon_sym_AT, STATE(1307), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1181), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [82544] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2368), 1, anon_sym_LPAREN, ACTIONS(2453), 1, sym_identifier, STATE(3754), 1, sym_stable_identifier, STATE(5015), 1, sym_stable_type_identifier, ACTIONS(2374), 2, anon_sym_true, anon_sym_false, ACTIONS(2376), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2457), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2455), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3866), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [82588] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2368), 1, anon_sym_LPAREN, ACTIONS(2459), 1, sym_identifier, STATE(3759), 1, sym_stable_identifier, STATE(5015), 1, sym_stable_type_identifier, ACTIONS(2374), 2, anon_sym_true, anon_sym_false, ACTIONS(2376), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2463), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2461), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3858), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [82632] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2368), 1, anon_sym_LPAREN, ACTIONS(2465), 1, sym_identifier, STATE(3711), 1, sym_stable_identifier, STATE(5015), 1, sym_stable_type_identifier, ACTIONS(2374), 2, anon_sym_true, anon_sym_false, ACTIONS(2376), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2469), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2467), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3895), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [82676] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1554), 1, sym_template_body, ACTIONS(2471), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [82708] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1222), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [82738] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2407), 1, anon_sym_with, STATE(1287), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1275), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [82772] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2473), 1, anon_sym_LBRACK, ACTIONS(2475), 1, anon_sym_LPAREN, ACTIONS(2477), 1, anon_sym_POUND, STATE(1745), 1, sym_type_arguments, STATE(1621), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 4, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RPAREN, ACTIONS(1047), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [82812] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2473), 1, anon_sym_LBRACK, ACTIONS(2477), 1, anon_sym_POUND, ACTIONS(2479), 1, anon_sym_AT, STATE(1745), 1, sym_type_arguments, STATE(1682), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1035), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [82852] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2481), 1, anon_sym_AT, STATE(1307), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1185), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [82886] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 22, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_LPAREN, [82914] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2157), 1, anon_sym_LPAREN, ACTIONS(2484), 1, sym_identifier, STATE(3650), 1, sym_stable_identifier, STATE(4846), 1, sym_stable_type_identifier, ACTIONS(2165), 2, anon_sym_true, anon_sym_false, ACTIONS(2167), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2488), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2486), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3792), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [82958] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1537), 1, sym_template_body, ACTIONS(2490), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [82990] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1638), 1, sym_template_body, ACTIONS(2492), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [83022] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(2494), 1, anon_sym_DOT, ACTIONS(1250), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1252), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [83054] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1546), 1, sym_template_body, ACTIONS(2496), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [83086] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1343), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [83116] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2268), 1, anon_sym_LPAREN, STATE(1883), 1, sym_type_arguments, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1224), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1226), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [83158] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1576), 1, sym_template_body, ACTIONS(2498), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [83190] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2127), 1, anon_sym_LPAREN, STATE(1328), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1192), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [83224] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2368), 1, anon_sym_LPAREN, ACTIONS(2500), 1, sym_identifier, STATE(3777), 1, sym_stable_identifier, STATE(5015), 1, sym_stable_type_identifier, ACTIONS(2374), 2, anon_sym_true, anon_sym_false, ACTIONS(2376), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2504), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2502), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3840), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [83268] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1491), 1, sym_template_body, ACTIONS(2506), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [83300] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1218), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [83330] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2510), 1, anon_sym_DOT, ACTIONS(2508), 21, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_COMMA, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [83360] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2514), 1, anon_sym_COMMA, STATE(1352), 1, aux_sym_import_declaration_repeat1, ACTIONS(2512), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [83392] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1347), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [83422] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2109), 1, anon_sym_AT, STATE(1339), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1181), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [83456] = 17, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(1102), 1, anon_sym_case, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2429), 1, anon_sym_LPAREN, ACTIONS(2431), 1, anon_sym_match, ACTIONS(2518), 1, anon_sym_EQ, ACTIONS(2520), 1, anon_sym_catch, ACTIONS(2522), 1, anon_sym_finally, STATE(2029), 1, sym_type_arguments, STATE(2308), 1, sym_catch_clause, STATE(2398), 1, sym_finally_clause, ACTIONS(2516), 2, sym_identifier, sym_operator_identifier, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1098), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [83514] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1691), 1, sym_template_body, ACTIONS(2524), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [83546] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2157), 1, anon_sym_LPAREN, ACTIONS(2526), 1, sym_identifier, STATE(3561), 1, sym_stable_identifier, STATE(4846), 1, sym_stable_type_identifier, ACTIONS(2165), 2, anon_sym_true, anon_sym_false, ACTIONS(2167), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2530), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2528), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3652), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [83590] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2532), 1, anon_sym_LPAREN, STATE(1328), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1136), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [83624] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2157), 1, anon_sym_LPAREN, ACTIONS(2535), 1, sym_identifier, STATE(3525), 1, sym_stable_identifier, STATE(4846), 1, sym_stable_type_identifier, ACTIONS(2165), 2, anon_sym_true, anon_sym_false, ACTIONS(2167), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2539), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2537), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3629), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [83668] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2543), 1, anon_sym_COMMA, STATE(1330), 1, aux_sym_import_declaration_repeat1, ACTIONS(2541), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [83700] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1577), 1, sym_template_body, ACTIONS(2546), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [83732] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1662), 1, sym_template_body, ACTIONS(2548), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [83764] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1530), 1, sym_template_body, ACTIONS(2550), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [83796] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1629), 1, sym_template_body, ACTIONS(2552), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [83828] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2368), 1, anon_sym_LPAREN, ACTIONS(2554), 1, sym_identifier, STATE(3764), 1, sym_stable_identifier, STATE(5015), 1, sym_stable_type_identifier, ACTIONS(2374), 2, anon_sym_true, anon_sym_false, ACTIONS(2376), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2558), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2556), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3855), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [83872] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1639), 1, sym_template_body, ACTIONS(2560), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [83904] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2368), 1, anon_sym_LPAREN, ACTIONS(2562), 1, sym_identifier, STATE(3776), 1, sym_stable_identifier, STATE(5015), 1, sym_stable_type_identifier, ACTIONS(2374), 2, anon_sym_true, anon_sym_false, ACTIONS(2376), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2566), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2564), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3836), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [83948] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1386), 22, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_LPAREN, [83976] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2568), 1, anon_sym_AT, STATE(1339), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1185), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [84010] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2368), 1, anon_sym_LPAREN, ACTIONS(2571), 1, sym_identifier, STATE(3726), 1, sym_stable_identifier, STATE(5015), 1, sym_stable_type_identifier, ACTIONS(2374), 2, anon_sym_true, anon_sym_false, ACTIONS(2376), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2575), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2573), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3887), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [84054] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2368), 1, anon_sym_LPAREN, ACTIONS(2577), 1, sym_identifier, STATE(3727), 1, sym_stable_identifier, STATE(5015), 1, sym_stable_type_identifier, ACTIONS(2374), 2, anon_sym_true, anon_sym_false, ACTIONS(2376), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2581), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2579), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3881), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [84098] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1594), 1, sym_template_body, ACTIONS(2583), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [84130] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1641), 1, sym_template_body, ACTIONS(2585), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [84162] = 17, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(1102), 1, anon_sym_if, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2427), 1, anon_sym_EQ, ACTIONS(2429), 1, anon_sym_LPAREN, ACTIONS(2431), 1, anon_sym_match, ACTIONS(2520), 1, anon_sym_catch, ACTIONS(2587), 1, anon_sym_finally, STATE(2029), 1, sym_type_arguments, STATE(2229), 1, sym_catch_clause, STATE(2398), 1, sym_finally_clause, ACTIONS(2419), 2, sym_identifier, sym_operator_identifier, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1098), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [84220] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1351), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [84250] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1528), 1, sym_template_body, ACTIONS(2589), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [84282] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1347), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [84312] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2123), 1, anon_sym_LPAREN, STATE(1357), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1192), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [84346] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1582), 1, sym_template_body, ACTIONS(2591), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [84378] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1343), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [84408] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1532), 1, sym_template_body, ACTIONS(2593), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [84440] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2514), 1, anon_sym_COMMA, STATE(1330), 1, aux_sym_import_declaration_repeat1, ACTIONS(2595), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [84472] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1379), 22, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, anon_sym_LPAREN, [84500] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, anon_sym_AT, ACTIONS(2597), 1, anon_sym_object, ACTIONS(2599), 1, anon_sym_case, ACTIONS(2601), 1, anon_sym_class, ACTIONS(2603), 1, anon_sym_trait, ACTIONS(2605), 1, anon_sym_val, ACTIONS(2607), 1, anon_sym_var, ACTIONS(2609), 1, anon_sym_type, ACTIONS(2611), 1, anon_sym_def, STATE(3552), 1, sym_modifiers, ACTIONS(31), 2, anon_sym_private, anon_sym_protected, STATE(1724), 2, sym_access_modifier, aux_sym_modifiers_repeat1, STATE(1805), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(29), 6, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, [84554] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1600), 1, sym_template_body, ACTIONS(2613), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [84586] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2368), 1, anon_sym_LPAREN, ACTIONS(2615), 1, sym_identifier, STATE(3705), 1, sym_stable_identifier, STATE(5015), 1, sym_stable_type_identifier, ACTIONS(2374), 2, anon_sym_true, anon_sym_false, ACTIONS(2376), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2619), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2617), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3896), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [84630] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2621), 1, anon_sym_LPAREN, STATE(1357), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1136), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [84664] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1678), 1, sym_template_body, ACTIONS(2624), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [84696] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(2626), 1, anon_sym_DOT, ACTIONS(1250), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1252), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [84728] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1608), 1, sym_template_body, ACTIONS(2628), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [84760] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2630), 1, anon_sym_LBRACK, ACTIONS(2632), 1, anon_sym_AT, ACTIONS(2634), 1, anon_sym_POUND, STATE(1793), 1, sym_type_arguments, STATE(1568), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1035), 9, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [84800] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1649), 1, sym_template_body, ACTIONS(2636), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [84832] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1388), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [84862] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1381), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [84892] = 17, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(1102), 1, anon_sym_case, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2429), 1, anon_sym_LPAREN, ACTIONS(2431), 1, anon_sym_match, ACTIONS(2433), 1, anon_sym_catch, ACTIONS(2518), 1, anon_sym_EQ, ACTIONS(2638), 1, anon_sym_finally, STATE(2013), 1, sym_finally_clause, STATE(2016), 1, sym_catch_clause, STATE(2029), 1, sym_type_arguments, ACTIONS(2516), 2, sym_identifier, sym_operator_identifier, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1098), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [84950] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1612), 1, sym_template_body, ACTIONS(2640), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [84982] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1574), 1, sym_template_body, ACTIONS(2642), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [85014] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2268), 1, anon_sym_LPAREN, STATE(1883), 1, sym_type_arguments, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1333), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1335), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [85056] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2157), 1, anon_sym_LPAREN, ACTIONS(2644), 1, sym_identifier, STATE(3571), 1, sym_stable_identifier, STATE(4846), 1, sym_stable_type_identifier, ACTIONS(2165), 2, anon_sym_true, anon_sym_false, ACTIONS(2167), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2648), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2646), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3660), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [85100] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1516), 1, sym_template_body, ACTIONS(2650), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [85132] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2368), 1, anon_sym_LPAREN, ACTIONS(2652), 1, sym_identifier, STATE(3692), 1, sym_stable_identifier, STATE(5015), 1, sym_stable_type_identifier, ACTIONS(2374), 2, anon_sym_true, anon_sym_false, ACTIONS(2376), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2656), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2654), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3907), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [85176] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1604), 1, sym_template_body, ACTIONS(2658), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [85208] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2157), 1, anon_sym_LPAREN, ACTIONS(2660), 1, sym_identifier, STATE(3667), 1, sym_stable_identifier, STATE(4846), 1, sym_stable_type_identifier, ACTIONS(2165), 2, anon_sym_true, anon_sym_false, ACTIONS(2167), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2664), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2662), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3704), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [85252] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2157), 1, anon_sym_LPAREN, ACTIONS(2666), 1, sym_identifier, STATE(3671), 1, sym_stable_identifier, STATE(4846), 1, sym_stable_type_identifier, ACTIONS(2165), 2, anon_sym_true, anon_sym_false, ACTIONS(2167), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2670), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2668), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3706), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [85296] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2268), 1, anon_sym_LPAREN, STATE(1883), 1, sym_type_arguments, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1337), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1339), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [85338] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2157), 1, anon_sym_LPAREN, ACTIONS(2672), 1, sym_identifier, STATE(3677), 1, sym_stable_identifier, STATE(4846), 1, sym_stable_type_identifier, ACTIONS(2165), 2, anon_sym_true, anon_sym_false, ACTIONS(2167), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2676), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2674), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3710), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [85382] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1222), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [85412] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1218), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [85442] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2678), 1, anon_sym_LBRACK, ACTIONS(2680), 1, anon_sym_LPAREN, ACTIONS(2682), 1, anon_sym_POUND, STATE(1798), 1, sym_type_arguments, STATE(1617), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 4, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RPAREN, ACTIONS(1047), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [85482] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2407), 1, anon_sym_with, STATE(1304), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1265), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [85516] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1590), 1, sym_template_body, ACTIONS(2684), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [85548] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2678), 1, anon_sym_LBRACK, ACTIONS(2682), 1, anon_sym_POUND, ACTIONS(2686), 1, anon_sym_AT, STATE(1798), 1, sym_type_arguments, STATE(1607), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1035), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [85588] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1510), 1, sym_template_body, ACTIONS(2688), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [85620] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1509), 1, sym_template_body, ACTIONS(2690), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [85652] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1214), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [85682] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2630), 1, anon_sym_LBRACK, ACTIONS(2634), 1, anon_sym_POUND, ACTIONS(2692), 1, anon_sym_LPAREN, STATE(1793), 1, sym_type_arguments, STATE(1603), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 6, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1047), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [85722] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2368), 1, anon_sym_LPAREN, ACTIONS(2694), 1, sym_identifier, STATE(3765), 1, sym_stable_identifier, STATE(5015), 1, sym_stable_type_identifier, ACTIONS(2374), 2, anon_sym_true, anon_sym_false, ACTIONS(2376), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2698), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2696), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3856), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [85766] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1659), 1, sym_template_body, ACTIONS(2700), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [85798] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2189), 22, ts_builtin_sym_end, anon_sym_package, anon_sym_DOT, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [85826] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2157), 1, anon_sym_LPAREN, ACTIONS(2702), 1, sym_identifier, STATE(3541), 1, sym_stable_identifier, STATE(4846), 1, sym_stable_type_identifier, ACTIONS(2165), 2, anon_sym_true, anon_sym_false, ACTIONS(2167), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2706), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2704), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3645), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [85870] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1587), 1, sym_template_body, ACTIONS(2708), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [85902] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1579), 1, sym_template_body, ACTIONS(2710), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [85934] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2028), 1, anon_sym_LPAREN, ACTIONS(2712), 1, sym_identifier, STATE(3668), 1, sym_stable_identifier, STATE(4752), 1, sym_stable_type_identifier, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2716), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2714), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3691), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [85978] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2028), 1, anon_sym_LPAREN, ACTIONS(2718), 1, sym_identifier, STATE(3674), 1, sym_stable_identifier, STATE(4752), 1, sym_stable_type_identifier, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2722), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2720), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3702), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [86022] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2028), 1, anon_sym_LPAREN, ACTIONS(2724), 1, sym_identifier, STATE(3678), 1, sym_stable_identifier, STATE(4752), 1, sym_stable_type_identifier, ACTIONS(2034), 2, anon_sym_true, anon_sym_false, ACTIONS(2036), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2728), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2726), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3724), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [86066] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2368), 1, anon_sym_LPAREN, ACTIONS(2730), 1, sym_identifier, STATE(3750), 1, sym_stable_identifier, STATE(5015), 1, sym_stable_type_identifier, ACTIONS(2374), 2, anon_sym_true, anon_sym_false, ACTIONS(2376), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2734), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2732), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3867), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [86110] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2368), 1, anon_sym_LPAREN, ACTIONS(2736), 1, sym_identifier, STATE(3763), 1, sym_stable_identifier, STATE(5015), 1, sym_stable_type_identifier, ACTIONS(2374), 2, anon_sym_true, anon_sym_false, ACTIONS(2376), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2740), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2738), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3859), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [86154] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1578), 1, sym_template_body, ACTIONS(2742), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [86186] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2091), 1, sym_identifier, ACTIONS(2097), 1, anon_sym_LPAREN, STATE(3560), 1, sym_stable_identifier, STATE(4776), 1, sym_stable_type_identifier, ACTIONS(2101), 2, sym_floating_point_literal, sym_character_literal, ACTIONS(2103), 2, anon_sym_true, anon_sym_false, ACTIONS(2105), 2, sym__simple_string, sym__simple_multiline_string, ACTIONS(2099), 4, sym_wildcard, sym_integer_literal, sym_symbol_literal, sym_null_literal, STATE(3653), 8, sym_case_class_pattern, sym_infix_pattern, sym_capture_pattern, sym_typed_pattern, sym_alternative_pattern, sym_tuple_pattern, sym_boolean_literal, sym_string, [86230] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1210), 14, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [86260] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1797), 1, anon_sym_LBRACE, STATE(1660), 1, sym_template_body, ACTIONS(2744), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [86292] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2746), 1, anon_sym_LPAREN, STATE(1402), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1136), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [86325] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2278), 1, anon_sym_EQ, STATE(1883), 1, sym_type_arguments, ACTIONS(2276), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1329), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1331), 5, anon_sym_case, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [86372] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2429), 1, anon_sym_LPAREN, STATE(2029), 1, sym_type_arguments, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1337), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1339), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [86413] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(2749), 1, anon_sym_EQ_GT, ACTIONS(2751), 1, sym__interpolated_string_start, ACTIONS(2753), 1, sym__interpolated_multiline_string_start, STATE(1876), 1, sym_interpolated_string, ACTIONS(1240), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1242), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [86450] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2270), 1, anon_sym_match, ACTIONS(2278), 1, anon_sym_EQ, STATE(1883), 1, sym_type_arguments, ACTIONS(2276), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1306), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1308), 4, anon_sym_case, anon_sym_else, anon_sym_catch, anon_sym_finally, [86499] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2429), 1, anon_sym_LPAREN, STATE(2029), 1, sym_type_arguments, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1333), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1335), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [86540] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2266), 1, anon_sym_EQ, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2270), 1, anon_sym_match, ACTIONS(2755), 1, anon_sym_else, STATE(1883), 1, sym_type_arguments, ACTIONS(2258), 2, sym_identifier, sym_operator_identifier, ACTIONS(1283), 3, anon_sym_if, anon_sym_catch, anon_sym_finally, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1281), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [86591] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1388), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [86620] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1351), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [86649] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2266), 1, anon_sym_EQ, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2270), 1, anon_sym_match, ACTIONS(2757), 1, anon_sym_else, STATE(1883), 1, sym_type_arguments, ACTIONS(2258), 2, sym_identifier, sym_operator_identifier, ACTIONS(1283), 3, anon_sym_if, anon_sym_catch, anon_sym_finally, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1281), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [86700] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1381), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [86729] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2759), 1, anon_sym_LBRACK, ACTIONS(2761), 1, anon_sym_AT, ACTIONS(2763), 1, anon_sym_POUND, STATE(1870), 1, sym_type_arguments, STATE(1779), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1035), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [86768] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2278), 1, anon_sym_EQ, STATE(1883), 1, sym_type_arguments, ACTIONS(2276), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1300), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1302), 5, anon_sym_case, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [86815] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2759), 1, anon_sym_LBRACK, ACTIONS(2763), 1, anon_sym_POUND, ACTIONS(2765), 1, anon_sym_LPAREN, STATE(1870), 1, sym_type_arguments, STATE(1754), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 4, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RPAREN, ACTIONS(1047), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [86854] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2270), 1, anon_sym_match, ACTIONS(2278), 1, anon_sym_EQ, ACTIONS(2767), 1, anon_sym_else, STATE(1883), 1, sym_type_arguments, ACTIONS(2276), 2, sym_identifier, sym_operator_identifier, ACTIONS(1283), 3, anon_sym_case, anon_sym_catch, anon_sym_finally, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1281), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [86905] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2769), 1, anon_sym_LBRACK, ACTIONS(2771), 1, anon_sym_LPAREN, ACTIONS(2773), 1, anon_sym_POUND, STATE(1840), 1, sym_type_arguments, STATE(1782), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 4, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RPAREN, ACTIONS(1047), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [86944] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2238), 1, anon_sym_LPAREN, STATE(1402), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1192), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [86977] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2775), 21, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_COMMA, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [87004] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2270), 1, anon_sym_match, ACTIONS(2278), 1, anon_sym_EQ, STATE(1883), 1, sym_type_arguments, ACTIONS(2276), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1277), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1279), 4, anon_sym_case, anon_sym_else, anon_sym_catch, anon_sym_finally, [87053] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2270), 1, anon_sym_match, ACTIONS(2278), 1, anon_sym_EQ, STATE(1883), 1, sym_type_arguments, ACTIONS(2276), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1194), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1196), 4, anon_sym_case, anon_sym_else, anon_sym_catch, anon_sym_finally, [87102] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2270), 1, anon_sym_match, ACTIONS(2278), 1, anon_sym_EQ, STATE(1883), 1, sym_type_arguments, ACTIONS(2276), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1287), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1289), 4, anon_sym_case, anon_sym_else, anon_sym_catch, anon_sym_finally, [87151] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2777), 1, anon_sym_AT, STATE(1423), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1185), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [87184] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2270), 1, anon_sym_match, ACTIONS(2278), 1, anon_sym_EQ, STATE(1883), 1, sym_type_arguments, ACTIONS(2276), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1204), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1206), 4, anon_sym_case, anon_sym_else, anon_sym_catch, anon_sym_finally, [87233] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1296), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [87264] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2780), 21, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_COMMA, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [87291] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2782), 1, anon_sym_LPAREN, STATE(1427), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1136), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [87324] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2278), 1, anon_sym_EQ, STATE(1883), 1, sym_type_arguments, ACTIONS(2276), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1323), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1325), 5, anon_sym_case, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [87371] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2278), 1, anon_sym_EQ, STATE(1883), 1, sym_type_arguments, ACTIONS(2276), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1313), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1315), 5, anon_sym_case, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [87418] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2769), 1, anon_sym_LBRACK, ACTIONS(2773), 1, anon_sym_POUND, ACTIONS(2785), 1, anon_sym_AT, STATE(1840), 1, sym_type_arguments, STATE(1803), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1035), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [87457] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2216), 1, anon_sym_LPAREN, STATE(1427), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1192), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [87490] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2282), 1, anon_sym_LBRACK, ACTIONS(2284), 1, anon_sym_POUND, ACTIONS(2787), 1, anon_sym_LPAREN, STATE(1187), 1, sym_type_arguments, STATE(1976), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, ACTIONS(1047), 12, anon_sym_val, anon_sym_var, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_wildcard, [87529] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1210), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [87558] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1214), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [87587] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1351), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [87616] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2270), 1, anon_sym_match, ACTIONS(2278), 1, anon_sym_EQ, ACTIONS(2789), 1, anon_sym_else, STATE(1883), 1, sym_type_arguments, ACTIONS(2276), 2, sym_identifier, sym_operator_identifier, ACTIONS(1283), 3, anon_sym_case, anon_sym_catch, anon_sym_finally, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1281), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [87667] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1218), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [87696] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1388), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [87725] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1222), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [87754] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(2793), 1, anon_sym_with, STATE(1453), 1, aux_sym_compound_type_repeat1, ACTIONS(2791), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1234), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [87791] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2795), 1, anon_sym_AT, STATE(1441), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1185), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [87824] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(2798), 1, anon_sym_DOT, ACTIONS(1250), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1252), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [87855] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1381), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [87884] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2800), 21, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_LBRACE, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [87911] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1210), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [87940] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1218), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [87969] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2802), 21, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_COMMA, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [87996] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2429), 1, anon_sym_LPAREN, STATE(2029), 1, sym_type_arguments, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1224), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1226), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [88037] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2804), 21, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_COMMA, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [88064] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1296), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [88095] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1214), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [88124] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2806), 1, anon_sym_LPAREN, STATE(1452), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1136), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [88157] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2793), 1, anon_sym_with, STATE(1459), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1275), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [88190] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1343), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [88219] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1363), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [88248] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1218), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [88277] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1222), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [88306] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2793), 1, anon_sym_with, STATE(1453), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1265), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [88339] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2809), 1, anon_sym_with, STATE(1459), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1258), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [88372] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(2812), 1, anon_sym_DOT, ACTIONS(1250), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1252), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [88403] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(2751), 1, sym__interpolated_string_start, ACTIONS(2753), 1, sym__interpolated_multiline_string_start, ACTIONS(2814), 1, anon_sym_EQ_GT, STATE(1876), 1, sym_interpolated_string, ACTIONS(1240), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1242), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [88440] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1347), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [88469] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2326), 1, anon_sym_AT, STATE(1479), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1181), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [88502] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2266), 1, anon_sym_EQ, ACTIONS(2268), 1, anon_sym_LPAREN, STATE(1883), 1, sym_type_arguments, ACTIONS(2258), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1323), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1325), 5, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [88549] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2816), 1, anon_sym_with, STATE(1475), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1265), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [88582] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2266), 1, anon_sym_EQ, ACTIONS(2268), 1, anon_sym_LPAREN, STATE(1883), 1, sym_type_arguments, ACTIONS(2258), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1313), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1315), 5, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [88629] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2242), 1, anon_sym_AT, STATE(1423), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1181), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [88662] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1347), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [88691] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1218), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [88720] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2266), 1, anon_sym_EQ, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2270), 1, anon_sym_match, STATE(1883), 1, sym_type_arguments, ACTIONS(2258), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1204), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1206), 4, anon_sym_if, anon_sym_else, anon_sym_catch, anon_sym_finally, [88769] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(2816), 1, anon_sym_with, STATE(1475), 1, aux_sym_compound_type_repeat1, ACTIONS(2818), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1234), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, [88806] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2266), 1, anon_sym_EQ, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2270), 1, anon_sym_match, STATE(1883), 1, sym_type_arguments, ACTIONS(2258), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1287), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1289), 4, anon_sym_if, anon_sym_else, anon_sym_catch, anon_sym_finally, [88855] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2246), 1, anon_sym_LPAREN, STATE(1452), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1192), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [88888] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2266), 1, anon_sym_EQ, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2270), 1, anon_sym_match, STATE(1883), 1, sym_type_arguments, ACTIONS(2258), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1194), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1196), 4, anon_sym_if, anon_sym_else, anon_sym_catch, anon_sym_finally, [88937] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2816), 1, anon_sym_with, STATE(1477), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1275), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [88970] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2266), 1, anon_sym_EQ, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2270), 1, anon_sym_match, STATE(1883), 1, sym_type_arguments, ACTIONS(2258), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1277), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1279), 4, anon_sym_if, anon_sym_else, anon_sym_catch, anon_sym_finally, [89019] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2820), 1, anon_sym_with, STATE(1477), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1258), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [89052] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2266), 1, anon_sym_EQ, ACTIONS(2268), 1, anon_sym_LPAREN, STATE(1883), 1, sym_type_arguments, ACTIONS(2258), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1300), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1302), 5, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [89099] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2823), 1, anon_sym_AT, STATE(1479), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1185), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [89132] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2266), 1, anon_sym_EQ, ACTIONS(2268), 1, anon_sym_LPAREN, ACTIONS(2270), 1, anon_sym_match, STATE(1883), 1, sym_type_arguments, ACTIONS(2258), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1306), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1308), 4, anon_sym_if, anon_sym_else, anon_sym_catch, anon_sym_finally, [89181] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(293), 1, anon_sym_LBRACE, ACTIONS(2260), 1, anon_sym_DOT, ACTIONS(2262), 1, anon_sym_LBRACK, ACTIONS(2264), 1, anon_sym_COLON, ACTIONS(2266), 1, anon_sym_EQ, ACTIONS(2268), 1, anon_sym_LPAREN, STATE(1883), 1, sym_type_arguments, ACTIONS(2258), 2, sym_identifier, sym_operator_identifier, STATE(1882), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1329), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1331), 5, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [89228] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1343), 13, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [89257] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2344), 1, anon_sym_AT, STATE(1441), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1181), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [89290] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2826), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [89316] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2427), 1, anon_sym_EQ, ACTIONS(2429), 1, anon_sym_LPAREN, STATE(2029), 1, sym_type_arguments, ACTIONS(2419), 2, sym_identifier, sym_operator_identifier, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1300), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1302), 4, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, [89362] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2828), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [89388] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2830), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [89414] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2832), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [89440] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2429), 1, anon_sym_LPAREN, ACTIONS(2431), 1, anon_sym_match, ACTIONS(2518), 1, anon_sym_EQ, STATE(2029), 1, sym_type_arguments, ACTIONS(2516), 2, sym_identifier, sym_operator_identifier, ACTIONS(1279), 3, anon_sym_case, anon_sym_catch, anon_sym_finally, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1277), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [89488] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2834), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [89514] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2836), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [89540] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2838), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [89566] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2840), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [89592] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2429), 1, anon_sym_LPAREN, ACTIONS(2431), 1, anon_sym_match, ACTIONS(2518), 1, anon_sym_EQ, STATE(2029), 1, sym_type_arguments, ACTIONS(2516), 2, sym_identifier, sym_operator_identifier, ACTIONS(1196), 3, anon_sym_case, anon_sym_catch, anon_sym_finally, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1194), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [89640] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2842), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [89666] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2429), 1, anon_sym_LPAREN, ACTIONS(2431), 1, anon_sym_match, ACTIONS(2518), 1, anon_sym_EQ, STATE(2029), 1, sym_type_arguments, ACTIONS(2516), 2, sym_identifier, sym_operator_identifier, ACTIONS(1289), 3, anon_sym_case, anon_sym_catch, anon_sym_finally, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1287), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [89714] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2429), 1, anon_sym_LPAREN, ACTIONS(2431), 1, anon_sym_match, ACTIONS(2518), 1, anon_sym_EQ, STATE(2029), 1, sym_type_arguments, ACTIONS(2516), 2, sym_identifier, sym_operator_identifier, ACTIONS(1206), 3, anon_sym_case, anon_sym_catch, anon_sym_finally, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1204), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [89762] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2844), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [89788] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1218), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [89816] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2846), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [89842] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1222), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [89870] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2848), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [89896] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1351), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [89924] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2850), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [89950] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2852), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [89976] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(2854), 1, anon_sym_DOT, ACTIONS(1250), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1252), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [90006] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1388), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [90034] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1381), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [90062] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2856), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90088] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2858), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90114] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1218), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [90142] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2860), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90168] = 17, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(1102), 1, anon_sym_else, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2870), 1, anon_sym_EQ, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(2874), 1, anon_sym_match, ACTIONS(2876), 1, anon_sym_catch, ACTIONS(2878), 1, anon_sym_finally, STATE(2460), 1, sym_type_arguments, STATE(2512), 1, sym_catch_clause, STATE(2955), 1, sym_finally_clause, ACTIONS(1098), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(2862), 2, sym_identifier, sym_operator_identifier, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, [90224] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2880), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90250] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2882), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90276] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2884), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90302] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2886), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90328] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(2405), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1234), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [90360] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2888), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90386] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1739), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90412] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1265), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [90440] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2890), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90466] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2892), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90492] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2894), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90518] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2896), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90544] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2898), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90570] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1363), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [90598] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2900), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90624] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2902), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90650] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2904), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90676] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2906), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90702] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2908), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90728] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2910), 1, anon_sym_AT, STATE(1533), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1185), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [90760] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1222), 14, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [90788] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 14, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [90816] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1210), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [90844] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2913), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90870] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1351), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [90898] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2915), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [90924] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2429), 1, anon_sym_LPAREN, ACTIONS(2518), 1, anon_sym_EQ, STATE(2029), 1, sym_type_arguments, ACTIONS(2516), 2, sym_identifier, sym_operator_identifier, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1300), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1302), 4, anon_sym_case, anon_sym_match, anon_sym_catch, anon_sym_finally, [90970] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1388), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [90998] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2917), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91024] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2429), 1, anon_sym_LPAREN, ACTIONS(2431), 1, anon_sym_match, ACTIONS(2518), 1, anon_sym_EQ, STATE(2029), 1, sym_type_arguments, ACTIONS(2516), 2, sym_identifier, sym_operator_identifier, ACTIONS(1308), 3, anon_sym_case, anon_sym_catch, anon_sym_finally, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1306), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [91072] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2429), 1, anon_sym_LPAREN, ACTIONS(2518), 1, anon_sym_EQ, STATE(2029), 1, sym_type_arguments, ACTIONS(2516), 2, sym_identifier, sym_operator_identifier, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1329), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1331), 4, anon_sym_case, anon_sym_match, anon_sym_catch, anon_sym_finally, [91118] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2919), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91144] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2921), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91170] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2923), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91196] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2925), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91222] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2927), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91248] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2929), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91274] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1381), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [91302] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2931), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91328] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2933), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91354] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2935), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91380] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2937), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91406] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2939), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91432] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2941), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91458] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2943), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91484] = 17, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(1102), 1, anon_sym_else, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2870), 1, anon_sym_EQ, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(2874), 1, anon_sym_match, ACTIONS(2945), 1, anon_sym_catch, ACTIONS(2947), 1, anon_sym_finally, STATE(2445), 1, sym_finally_clause, STATE(2460), 1, sym_type_arguments, STATE(2493), 1, sym_catch_clause, ACTIONS(1098), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(2862), 2, sym_identifier, sym_operator_identifier, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, [91540] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2949), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91566] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(2951), 1, anon_sym_DOT, ACTIONS(1250), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1252), 14, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [91596] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2953), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91622] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2955), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91648] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2957), 1, anon_sym_LBRACK, ACTIONS(2959), 1, anon_sym_AT, ACTIONS(2961), 1, anon_sym_POUND, STATE(2065), 1, sym_type_arguments, STATE(1932), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1035), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [91686] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2963), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91712] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1347), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [91740] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2965), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91766] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2632), 1, anon_sym_AT, STATE(1601), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1181), 9, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [91798] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 14, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [91826] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2967), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91852] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2969), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91878] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2429), 1, anon_sym_LPAREN, ACTIONS(2518), 1, anon_sym_EQ, STATE(2029), 1, sym_type_arguments, ACTIONS(2516), 2, sym_identifier, sym_operator_identifier, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1313), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1315), 4, anon_sym_case, anon_sym_match, anon_sym_catch, anon_sym_finally, [91924] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2971), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91950] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2973), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [91976] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2429), 1, anon_sym_LPAREN, ACTIONS(2518), 1, anon_sym_EQ, STATE(2029), 1, sym_type_arguments, ACTIONS(2516), 2, sym_identifier, sym_operator_identifier, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1323), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1325), 4, anon_sym_case, anon_sym_match, anon_sym_catch, anon_sym_finally, [92022] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2975), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [92048] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2977), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [92074] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2979), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [92100] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2981), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [92126] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1343), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [92154] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2983), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [92180] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2985), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [92206] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2987), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [92232] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2989), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [92258] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1214), 14, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [92286] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2427), 1, anon_sym_EQ, ACTIONS(2429), 1, anon_sym_LPAREN, STATE(2029), 1, sym_type_arguments, ACTIONS(2419), 2, sym_identifier, sym_operator_identifier, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1329), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1331), 4, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, [92332] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2991), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [92358] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2427), 1, anon_sym_EQ, ACTIONS(2429), 1, anon_sym_LPAREN, ACTIONS(2431), 1, anon_sym_match, STATE(2029), 1, sym_type_arguments, ACTIONS(2419), 2, sym_identifier, sym_operator_identifier, ACTIONS(1308), 3, anon_sym_if, anon_sym_catch, anon_sym_finally, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1306), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [92406] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1214), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [92434] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2993), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [92460] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1210), 14, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [92488] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2427), 1, anon_sym_EQ, ACTIONS(2429), 1, anon_sym_LPAREN, ACTIONS(2431), 1, anon_sym_match, STATE(2029), 1, sym_type_arguments, ACTIONS(2419), 2, sym_identifier, sym_operator_identifier, ACTIONS(1279), 3, anon_sym_if, anon_sym_catch, anon_sym_finally, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1277), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [92536] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(2995), 1, anon_sym_EQ_GT, ACTIONS(2997), 1, sym__interpolated_string_start, ACTIONS(2999), 1, sym__interpolated_multiline_string_start, STATE(2034), 1, sym_interpolated_string, ACTIONS(1240), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1242), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [92572] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3001), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [92598] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2427), 1, anon_sym_EQ, ACTIONS(2429), 1, anon_sym_LPAREN, STATE(2029), 1, sym_type_arguments, ACTIONS(2419), 2, sym_identifier, sym_operator_identifier, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1323), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1325), 4, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, [92644] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2427), 1, anon_sym_EQ, ACTIONS(2429), 1, anon_sym_LPAREN, ACTIONS(2431), 1, anon_sym_match, STATE(2029), 1, sym_type_arguments, ACTIONS(2419), 2, sym_identifier, sym_operator_identifier, ACTIONS(1196), 3, anon_sym_if, anon_sym_catch, anon_sym_finally, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1194), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [92692] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3003), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [92718] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2427), 1, anon_sym_EQ, ACTIONS(2429), 1, anon_sym_LPAREN, ACTIONS(2431), 1, anon_sym_match, STATE(2029), 1, sym_type_arguments, ACTIONS(2419), 2, sym_identifier, sym_operator_identifier, ACTIONS(1289), 3, anon_sym_if, anon_sym_catch, anon_sym_finally, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1287), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [92766] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2427), 1, anon_sym_EQ, ACTIONS(2429), 1, anon_sym_LPAREN, ACTIONS(2431), 1, anon_sym_match, STATE(2029), 1, sym_type_arguments, ACTIONS(2419), 2, sym_identifier, sym_operator_identifier, ACTIONS(1206), 3, anon_sym_if, anon_sym_catch, anon_sym_finally, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1204), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [92814] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3005), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [92840] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3007), 1, anon_sym_AT, STATE(1601), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1185), 9, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [92872] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(339), 1, anon_sym_LBRACE, ACTIONS(2421), 1, anon_sym_DOT, ACTIONS(2423), 1, anon_sym_LBRACK, ACTIONS(2425), 1, anon_sym_COLON, ACTIONS(2427), 1, anon_sym_EQ, ACTIONS(2429), 1, anon_sym_LPAREN, STATE(2029), 1, sym_type_arguments, ACTIONS(2419), 2, sym_identifier, sym_operator_identifier, STATE(2030), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1313), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1315), 4, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, [92918] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2692), 1, anon_sym_LPAREN, STATE(1610), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1192), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [92950] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3010), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [92976] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(2957), 1, anon_sym_LBRACK, ACTIONS(2961), 1, anon_sym_POUND, ACTIONS(3012), 1, anon_sym_LPAREN, STATE(2065), 1, sym_type_arguments, STATE(1854), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 4, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RPAREN, ACTIONS(1047), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [93014] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3014), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [93040] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2686), 1, anon_sym_AT, STATE(1616), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1181), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [93072] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3016), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [93098] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3018), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [93124] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3020), 1, anon_sym_LPAREN, STATE(1610), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 7, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1136), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [93156] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1210), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [93184] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3023), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [93210] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(2997), 1, sym__interpolated_string_start, ACTIONS(2999), 1, sym__interpolated_multiline_string_start, ACTIONS(3025), 1, anon_sym_EQ_GT, STATE(2034), 1, sym_interpolated_string, ACTIONS(1240), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1242), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [93246] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1343), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [93274] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1347), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [93302] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3027), 1, anon_sym_AT, STATE(1616), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1185), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [93334] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2680), 1, anon_sym_LPAREN, STATE(1624), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1192), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [93366] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2209), 1, anon_sym_LPAREN, STATE(1651), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 17, anon_sym_object, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [93396] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3030), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [93422] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1214), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [93450] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2475), 1, anon_sym_LPAREN, STATE(1628), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1192), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [93482] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1343), 14, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [93510] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3032), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [93536] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3034), 1, anon_sym_LPAREN, STATE(1624), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1136), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [93568] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1218), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [93596] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1347), 14, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [93624] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(3037), 1, anon_sym_LBRACK, ACTIONS(3039), 1, anon_sym_AT, ACTIONS(3041), 1, anon_sym_POUND, STATE(2157), 1, sym_type_arguments, STATE(1827), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1035), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [93662] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3043), 1, anon_sym_LPAREN, STATE(1628), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1136), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [93694] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3046), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [93720] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3048), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [93746] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1222), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [93774] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3050), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [93800] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3052), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [93826] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1296), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [93856] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3054), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [93882] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3056), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [93908] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3058), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [93934] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3060), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [93960] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3062), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [93986] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3064), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94012] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3066), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94038] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3070), 1, anon_sym_with, STATE(1663), 1, aux_sym_compound_type_repeat1, ACTIONS(3068), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, ACTIONS(1230), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [94074] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, STATE(2252), 1, sym_type_arguments, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1337), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1339), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [94114] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3078), 1, anon_sym_DOT, ACTIONS(1250), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1252), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [94144] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3080), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94170] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, STATE(2252), 1, sym_type_arguments, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1333), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1335), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [94210] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3082), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94236] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3084), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94262] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3086), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94288] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3088), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94314] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3090), 1, anon_sym_LPAREN, STATE(1651), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 17, anon_sym_object, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94344] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3093), 1, anon_sym_with, STATE(1652), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1258), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [94376] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3096), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94402] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3070), 1, anon_sym_with, STATE(1663), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1265), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [94434] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3098), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94460] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3100), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94486] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3102), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94512] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3104), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94538] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3106), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94564] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3108), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94590] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3110), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94616] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3112), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94642] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3070), 1, anon_sym_with, STATE(1652), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1275), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [94674] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1296), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [94704] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3114), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94730] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3116), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94756] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1363), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [94784] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3120), 1, anon_sym_with, STATE(1677), 1, aux_sym_compound_type_repeat1, ACTIONS(3118), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, ACTIONS(1230), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [94820] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3122), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94846] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3124), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94872] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3126), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94898] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3128), 1, anon_sym_with, STATE(1672), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1258), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [94930] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3120), 1, anon_sym_with, STATE(1677), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1265), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [94962] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3131), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [94988] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, STATE(2252), 1, sym_type_arguments, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1224), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1226), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [95028] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3133), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [95054] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3120), 1, anon_sym_with, STATE(1672), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1275), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [95086] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3135), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [95112] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(3037), 1, anon_sym_LBRACK, ACTIONS(3041), 1, anon_sym_POUND, ACTIONS(3137), 1, anon_sym_LPAREN, STATE(2157), 1, sym_type_arguments, STATE(1966), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 4, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RPAREN, ACTIONS(1047), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [95150] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3139), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [95176] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3141), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [95202] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2479), 1, anon_sym_AT, STATE(1533), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1181), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [95234] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3143), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [95260] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1296), 14, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [95290] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3145), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [95316] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3147), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [95342] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1762), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [95368] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3149), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [95394] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3151), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [95420] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3153), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [95446] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3155), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [95472] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3157), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [95498] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3159), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [95524] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3161), 20, ts_builtin_sym_end, anon_sym_package, anon_sym_object, anon_sym_import, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_AT, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [95550] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1218), 12, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [95578] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3163), 1, anon_sym_with, STATE(1710), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1275), 9, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [95609] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1210), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [95636] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3165), 1, anon_sym_with, STATE(1719), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1275), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [95667] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1296), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [95696] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(1283), 1, anon_sym_case, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3171), 1, anon_sym_EQ, ACTIONS(3173), 1, anon_sym_else, ACTIONS(3175), 1, anon_sym_match, STATE(2252), 1, sym_type_arguments, ACTIONS(3167), 2, sym_identifier, sym_operator_identifier, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1281), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [95745] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2872), 1, anon_sym_LPAREN, STATE(2460), 1, sym_type_arguments, ACTIONS(1224), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1226), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [95784] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3163), 1, anon_sym_with, STATE(1696), 1, aux_sym_compound_type_repeat1, ACTIONS(3177), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 6, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, ACTIONS(1230), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [95819] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3181), 1, anon_sym_with, STATE(1713), 1, aux_sym_compound_type_repeat1, ACTIONS(3179), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 6, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_match, ACTIONS(1230), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [95854] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1495), 11, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [95881] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [95908] = 14, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3193), 1, anon_sym_EQ, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3197), 1, anon_sym_if, ACTIONS(3199), 1, anon_sym_match, STATE(2369), 1, sym_type_arguments, STATE(4105), 1, sym_guard, ACTIONS(3183), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(3187), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [95957] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1347), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [95984] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3203), 1, anon_sym_LBRACK, STATE(2114), 1, sym_access_qualifier, ACTIONS(3201), 17, anon_sym_object, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, [96013] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1343), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [96040] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3205), 1, anon_sym_with, STATE(1710), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1258), 9, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [96071] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3163), 1, anon_sym_with, STATE(1696), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1265), 9, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [96102] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1296), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [96131] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3181), 1, anon_sym_with, STATE(1740), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1275), 9, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [96162] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2872), 1, anon_sym_LPAREN, STATE(2460), 1, sym_type_arguments, ACTIONS(1333), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1335), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [96201] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2872), 1, anon_sym_LPAREN, STATE(2460), 1, sym_type_arguments, ACTIONS(1337), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1339), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [96240] = 16, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3216), 1, anon_sym_EQ, ACTIONS(3218), 1, anon_sym_LPAREN, ACTIONS(3220), 1, anon_sym_match, ACTIONS(3222), 1, anon_sym_catch, ACTIONS(3224), 1, anon_sym_finally, STATE(2606), 1, sym_type_arguments, STATE(2905), 1, sym_catch_clause, STATE(3081), 1, sym_finally_clause, ACTIONS(1098), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3208), 2, sym_identifier, sym_operator_identifier, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, [96293] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3226), 1, sym_identifier, ACTIONS(3228), 1, anon_sym_AT, ACTIONS(3232), 1, anon_sym_implicit, ACTIONS(3234), 1, anon_sym_RPAREN, STATE(4448), 1, sym_modifiers, STATE(4471), 1, sym_class_parameter, ACTIONS(65), 2, anon_sym_private, anon_sym_protected, ACTIONS(3230), 2, anon_sym_val, anon_sym_var, STATE(1724), 2, sym_access_modifier, aux_sym_modifiers_repeat1, STATE(2061), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(63), 5, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_lazy, anon_sym_override, [96338] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3165), 1, anon_sym_with, STATE(1698), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1265), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [96369] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3236), 1, anon_sym_with, STATE(1719), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1258), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [96400] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(2818), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1234), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, [96431] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3165), 1, anon_sym_with, STATE(1698), 1, aux_sym_compound_type_repeat1, ACTIONS(3239), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1234), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, anon_sym_while, [96466] = 16, ACTIONS(181), 1, sym_comment, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(3243), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_LBRACK, ACTIONS(3247), 1, anon_sym_COLON, ACTIONS(3249), 1, anon_sym_EQ, ACTIONS(3251), 1, anon_sym_LPAREN, ACTIONS(3253), 1, anon_sym_match, ACTIONS(3255), 1, anon_sym_catch, ACTIONS(3257), 1, anon_sym_finally, STATE(2898), 1, sym_type_arguments, STATE(2973), 1, sym_catch_clause, STATE(3241), 1, sym_finally_clause, ACTIONS(1102), 2, anon_sym_EQ_GT, anon_sym_else, ACTIONS(3241), 2, sym_identifier, sym_operator_identifier, STATE(2930), 3, sym_block, sym_case_block, sym_arguments, [96519] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1351), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [96546] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(65), 2, anon_sym_private, anon_sym_protected, STATE(1807), 2, sym_access_modifier, aux_sym_modifiers_repeat1, ACTIONS(3261), 6, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, ACTIONS(3259), 9, anon_sym_object, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, sym_identifier, [96577] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3263), 1, anon_sym_DOT, ACTIONS(1250), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1252), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [96606] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1347), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [96633] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1351), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [96660] = 9, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3195), 1, anon_sym_LPAREN, STATE(2369), 1, sym_type_arguments, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1337), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1339), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [96699] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1343), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [96726] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1265), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [96753] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1265), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [96780] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1388), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [96807] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(1283), 1, anon_sym_case, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3171), 1, anon_sym_EQ, ACTIONS(3175), 1, anon_sym_match, ACTIONS(3265), 1, anon_sym_else, STATE(2252), 1, sym_type_arguments, ACTIONS(3167), 2, sym_identifier, sym_operator_identifier, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1281), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [96856] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1363), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [96883] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1388), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [96910] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3267), 1, anon_sym_STAR, ACTIONS(1487), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1489), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [96939] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3226), 1, sym_identifier, ACTIONS(3228), 1, anon_sym_AT, ACTIONS(3269), 1, anon_sym_RPAREN, STATE(4286), 1, sym_class_parameter, STATE(4448), 1, sym_modifiers, ACTIONS(65), 2, anon_sym_private, anon_sym_protected, ACTIONS(3230), 2, anon_sym_val, anon_sym_var, STATE(1724), 2, sym_access_modifier, aux_sym_modifiers_repeat1, STATE(2061), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(63), 6, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, [96982] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3181), 1, anon_sym_with, STATE(1713), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1265), 9, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [97013] = 16, ACTIONS(181), 1, sym_comment, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(3243), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_LBRACK, ACTIONS(3247), 1, anon_sym_COLON, ACTIONS(3249), 1, anon_sym_EQ, ACTIONS(3251), 1, anon_sym_LPAREN, ACTIONS(3253), 1, anon_sym_match, ACTIONS(3271), 1, anon_sym_catch, ACTIONS(3273), 1, anon_sym_finally, STATE(2694), 1, sym_catch_clause, STATE(2898), 1, sym_type_arguments, STATE(2935), 1, sym_finally_clause, ACTIONS(1102), 2, anon_sym_EQ_GT, anon_sym_else, ACTIONS(3241), 2, sym_identifier, sym_operator_identifier, STATE(2930), 3, sym_block, sym_case_block, sym_arguments, [97066] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3275), 1, anon_sym_with, STATE(1740), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1258), 9, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [97097] = 9, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3195), 1, anon_sym_LPAREN, STATE(2369), 1, sym_type_arguments, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1333), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1335), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [97136] = 16, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3216), 1, anon_sym_EQ, ACTIONS(3218), 1, anon_sym_LPAREN, ACTIONS(3220), 1, anon_sym_match, ACTIONS(3278), 1, anon_sym_catch, ACTIONS(3280), 1, anon_sym_finally, STATE(2606), 1, sym_type_arguments, STATE(2711), 1, sym_finally_clause, STATE(2864), 1, sym_catch_clause, ACTIONS(1098), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3208), 2, sym_identifier, sym_operator_identifier, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, [97189] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(2791), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1234), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [97220] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3282), 1, anon_sym_LPAREN, STATE(1744), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1136), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [97251] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1222), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [97278] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1381), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [97305] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1343), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [97332] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1210), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [97359] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(1283), 1, anon_sym_if, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3175), 1, anon_sym_match, ACTIONS(3287), 1, anon_sym_EQ, ACTIONS(3289), 1, anon_sym_else, STATE(2252), 1, sym_type_arguments, ACTIONS(3285), 2, sym_identifier, sym_operator_identifier, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1281), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [97408] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1296), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [97437] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3171), 1, anon_sym_EQ, STATE(2252), 1, sym_type_arguments, ACTIONS(3167), 2, sym_identifier, sym_operator_identifier, ACTIONS(1331), 3, anon_sym_case, anon_sym_else, anon_sym_match, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1329), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [97482] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1613), 1, anon_sym_EQ_GT, ACTIONS(1609), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1611), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [97511] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3171), 1, anon_sym_EQ, ACTIONS(3175), 1, anon_sym_match, STATE(2252), 1, sym_type_arguments, ACTIONS(1308), 2, anon_sym_case, anon_sym_else, ACTIONS(3167), 2, sym_identifier, sym_operator_identifier, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1306), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [97558] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2765), 1, anon_sym_LPAREN, STATE(1744), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1192), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [97589] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3287), 1, anon_sym_EQ, STATE(2252), 1, sym_type_arguments, ACTIONS(3285), 2, sym_identifier, sym_operator_identifier, ACTIONS(1315), 3, anon_sym_if, anon_sym_else, anon_sym_match, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1313), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [97634] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1363), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [97661] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3171), 1, anon_sym_EQ, STATE(2252), 1, sym_type_arguments, ACTIONS(3167), 2, sym_identifier, sym_operator_identifier, ACTIONS(1302), 3, anon_sym_case, anon_sym_else, anon_sym_match, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1300), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [97706] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3291), 1, anon_sym_AT, STATE(1758), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1185), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [97737] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3226), 1, sym_identifier, ACTIONS(3228), 1, anon_sym_AT, ACTIONS(3294), 1, anon_sym_RPAREN, STATE(4441), 1, sym_class_parameter, STATE(4448), 1, sym_modifiers, ACTIONS(65), 2, anon_sym_private, anon_sym_protected, ACTIONS(3230), 2, anon_sym_val, anon_sym_var, STATE(1724), 2, sym_access_modifier, aux_sym_modifiers_repeat1, STATE(2061), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(63), 6, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, [97780] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(3296), 1, anon_sym_LBRACK, ACTIONS(3298), 1, anon_sym_LPAREN, ACTIONS(3300), 1, anon_sym_POUND, STATE(2362), 1, sym_type_arguments, STATE(2124), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 4, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_RPAREN, ACTIONS(1047), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [97817] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3175), 1, anon_sym_match, ACTIONS(3287), 1, anon_sym_EQ, STATE(2252), 1, sym_type_arguments, ACTIONS(1206), 2, anon_sym_if, anon_sym_else, ACTIONS(3285), 2, sym_identifier, sym_operator_identifier, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1204), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [97864] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3175), 1, anon_sym_match, ACTIONS(3287), 1, anon_sym_EQ, STATE(2252), 1, sym_type_arguments, ACTIONS(1289), 2, anon_sym_if, anon_sym_else, ACTIONS(3285), 2, sym_identifier, sym_operator_identifier, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1287), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [97911] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3175), 1, anon_sym_match, ACTIONS(3287), 1, anon_sym_EQ, STATE(2252), 1, sym_type_arguments, ACTIONS(1196), 2, anon_sym_if, anon_sym_else, ACTIONS(3285), 2, sym_identifier, sym_operator_identifier, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1194), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [97958] = 16, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(2874), 1, anon_sym_match, ACTIONS(2876), 1, anon_sym_catch, ACTIONS(3304), 1, anon_sym_EQ, ACTIONS(3306), 1, anon_sym_finally, STATE(2460), 1, sym_type_arguments, STATE(2903), 1, sym_catch_clause, STATE(2955), 1, sym_finally_clause, ACTIONS(1102), 2, anon_sym_else, anon_sym_while, ACTIONS(3302), 2, sym_identifier, sym_operator_identifier, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, [98011] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3171), 1, anon_sym_EQ, ACTIONS(3175), 1, anon_sym_match, STATE(2252), 1, sym_type_arguments, ACTIONS(1279), 2, anon_sym_case, anon_sym_else, ACTIONS(3167), 2, sym_identifier, sym_operator_identifier, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1277), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [98058] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3175), 1, anon_sym_match, ACTIONS(3287), 1, anon_sym_EQ, STATE(2252), 1, sym_type_arguments, ACTIONS(1279), 2, anon_sym_if, anon_sym_else, ACTIONS(3285), 2, sym_identifier, sym_operator_identifier, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1277), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [98105] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3171), 1, anon_sym_EQ, STATE(2252), 1, sym_type_arguments, ACTIONS(3167), 2, sym_identifier, sym_operator_identifier, ACTIONS(1315), 3, anon_sym_case, anon_sym_else, anon_sym_match, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1313), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [98150] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3171), 1, anon_sym_EQ, STATE(2252), 1, sym_type_arguments, ACTIONS(3167), 2, sym_identifier, sym_operator_identifier, ACTIONS(1325), 3, anon_sym_case, anon_sym_else, anon_sym_match, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1323), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [98195] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3287), 1, anon_sym_EQ, STATE(2252), 1, sym_type_arguments, ACTIONS(3285), 2, sym_identifier, sym_operator_identifier, ACTIONS(1325), 3, anon_sym_if, anon_sym_else, anon_sym_match, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1323), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [98240] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3287), 1, anon_sym_EQ, STATE(2252), 1, sym_type_arguments, ACTIONS(3285), 2, sym_identifier, sym_operator_identifier, ACTIONS(1302), 3, anon_sym_if, anon_sym_else, anon_sym_match, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1300), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [98285] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3171), 1, anon_sym_EQ, ACTIONS(3175), 1, anon_sym_match, STATE(2252), 1, sym_type_arguments, ACTIONS(1196), 2, anon_sym_case, anon_sym_else, ACTIONS(3167), 2, sym_identifier, sym_operator_identifier, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1194), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [98332] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3175), 1, anon_sym_match, ACTIONS(3287), 1, anon_sym_EQ, STATE(2252), 1, sym_type_arguments, ACTIONS(1308), 2, anon_sym_if, anon_sym_else, ACTIONS(3285), 2, sym_identifier, sym_operator_identifier, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1306), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [98379] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3171), 1, anon_sym_EQ, ACTIONS(3175), 1, anon_sym_match, STATE(2252), 1, sym_type_arguments, ACTIONS(1289), 2, anon_sym_case, anon_sym_else, ACTIONS(3167), 2, sym_identifier, sym_operator_identifier, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1287), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [98426] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3171), 1, anon_sym_EQ, ACTIONS(3175), 1, anon_sym_match, STATE(2252), 1, sym_type_arguments, ACTIONS(1206), 2, anon_sym_case, anon_sym_else, ACTIONS(3167), 2, sym_identifier, sym_operator_identifier, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1204), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [98473] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1218), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [98500] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3287), 1, anon_sym_EQ, STATE(2252), 1, sym_type_arguments, ACTIONS(3285), 2, sym_identifier, sym_operator_identifier, ACTIONS(1331), 3, anon_sym_if, anon_sym_else, anon_sym_match, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1329), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [98545] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3308), 1, anon_sym_LPAREN, STATE(1777), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1136), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [98576] = 9, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3195), 1, anon_sym_LPAREN, STATE(2369), 1, sym_type_arguments, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1224), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1226), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [98615] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2761), 1, anon_sym_AT, STATE(1758), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1181), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [98646] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(3311), 1, anon_sym_EQ_GT, ACTIONS(3313), 1, sym__interpolated_string_start, ACTIONS(3315), 1, sym__interpolated_multiline_string_start, STATE(2245), 1, sym_interpolated_string, ACTIONS(1242), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1240), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [98681] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1381), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [98708] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2771), 1, anon_sym_LPAREN, STATE(1777), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1192), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [98739] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1351), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [98766] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(3313), 1, sym__interpolated_string_start, ACTIONS(3315), 1, sym__interpolated_multiline_string_start, ACTIONS(3317), 1, anon_sym_EQ_GT, STATE(2245), 1, sym_interpolated_string, ACTIONS(1242), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1240), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [98801] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1210), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [98828] = 16, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(2874), 1, anon_sym_match, ACTIONS(2945), 1, anon_sym_catch, ACTIONS(3304), 1, anon_sym_EQ, ACTIONS(3319), 1, anon_sym_finally, STATE(2445), 1, sym_finally_clause, STATE(2460), 1, sym_type_arguments, STATE(2605), 1, sym_catch_clause, ACTIONS(1102), 2, anon_sym_else, anon_sym_while, ACTIONS(3302), 2, sym_identifier, sym_operator_identifier, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, [98881] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3321), 1, anon_sym_DOT, ACTIONS(1250), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1252), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [98910] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(393), 1, anon_sym_LBRACE, ACTIONS(1283), 1, anon_sym_if, ACTIONS(3072), 1, anon_sym_DOT, ACTIONS(3074), 1, anon_sym_LBRACK, ACTIONS(3076), 1, anon_sym_LPAREN, ACTIONS(3169), 1, anon_sym_COLON, ACTIONS(3175), 1, anon_sym_match, ACTIONS(3287), 1, anon_sym_EQ, ACTIONS(3323), 1, anon_sym_else, STATE(2252), 1, sym_type_arguments, ACTIONS(3285), 2, sym_identifier, sym_operator_identifier, STATE(2251), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1281), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [98959] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1214), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [98986] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3325), 1, anon_sym_AT, STATE(1790), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1185), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [99017] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1214), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [99044] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1347), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [99071] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1222), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [99098] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [99125] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1388), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [99152] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [99179] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [99206] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1222), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [99233] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(3296), 1, anon_sym_LBRACK, ACTIONS(3300), 1, anon_sym_POUND, ACTIONS(3328), 1, anon_sym_AT, STATE(2362), 1, sym_type_arguments, STATE(2111), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1035), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [99270] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3226), 1, sym_identifier, ACTIONS(3228), 1, anon_sym_AT, ACTIONS(3330), 1, anon_sym_implicit, ACTIONS(3332), 1, anon_sym_RPAREN, STATE(4434), 1, sym_class_parameter, STATE(4448), 1, sym_modifiers, ACTIONS(65), 2, anon_sym_private, anon_sym_protected, ACTIONS(3230), 2, anon_sym_val, anon_sym_var, STATE(1724), 2, sym_access_modifier, aux_sym_modifiers_repeat1, STATE(2061), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(63), 5, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_lazy, anon_sym_override, [99315] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1214), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [99342] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1381), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [99369] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2785), 1, anon_sym_AT, STATE(1790), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1181), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [99400] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1218), 11, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [99427] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3334), 1, anon_sym_AT, STATE(1805), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 16, anon_sym_object, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, [99456] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3337), 1, anon_sym_DOT, ACTIONS(1250), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1252), 13, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [99485] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3344), 2, anon_sym_private, anon_sym_protected, STATE(1807), 2, sym_access_modifier, aux_sym_modifiers_repeat1, ACTIONS(3341), 6, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, ACTIONS(3339), 9, anon_sym_object, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, sym_identifier, [99516] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1388), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [99542] = 12, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(1315), 2, anon_sym_case, anon_sym_match, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1313), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [99586] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1388), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [99612] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3862), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [99656] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [99682] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3911), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [99726] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3359), 1, anon_sym_with, STATE(1814), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1258), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [99756] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3362), 1, anon_sym_with, STATE(1823), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1265), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [99786] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1381), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [99812] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3871), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [99856] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(3226), 1, sym_identifier, ACTIONS(3228), 1, anon_sym_AT, STATE(4448), 1, sym_modifiers, STATE(4657), 1, sym_class_parameter, ACTIONS(65), 2, anon_sym_private, anon_sym_protected, ACTIONS(3230), 2, anon_sym_val, anon_sym_var, STATE(1724), 2, sym_access_modifier, aux_sym_modifiers_repeat1, STATE(2061), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(63), 6, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, [99896] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3838), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [99940] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3364), 1, anon_sym_LPAREN, STATE(1820), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, ACTIONS(1136), 12, anon_sym_val, anon_sym_var, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_wildcard, [99970] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1381), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [99996] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3878), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [100040] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3362), 1, anon_sym_with, STATE(1814), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1275), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [100070] = 12, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3193), 1, anon_sym_EQ, ACTIONS(3195), 1, anon_sym_LPAREN, STATE(2369), 1, sym_type_arguments, ACTIONS(1325), 2, anon_sym_if, anon_sym_match, ACTIONS(3183), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1323), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [100114] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3809), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [100158] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3367), 1, anon_sym_DOT, ACTIONS(1250), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1252), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [100186] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3039), 1, anon_sym_AT, STATE(1938), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1181), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [100216] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2870), 1, anon_sym_EQ, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(2874), 1, anon_sym_match, STATE(2460), 1, sym_type_arguments, ACTIONS(1204), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(2862), 2, sym_identifier, sym_operator_identifier, ACTIONS(1206), 3, anon_sym_else, anon_sym_catch, anon_sym_finally, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, [100262] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1351), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [100288] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3362), 1, anon_sym_with, STATE(1823), 1, aux_sym_compound_type_repeat1, ACTIONS(3369), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1234), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, anon_sym_while, [100322] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3829), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [100366] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3868), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [100410] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3893), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [100454] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1279), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1277), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [100500] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1388), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [100526] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1351), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [100552] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1296), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [100580] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3898), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [100624] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3860), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [100668] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1222), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [100694] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3904), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [100738] = 12, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3193), 1, anon_sym_EQ, ACTIONS(3195), 1, anon_sym_LPAREN, STATE(2369), 1, sym_type_arguments, ACTIONS(1315), 2, anon_sym_if, anon_sym_match, ACTIONS(3183), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1313), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [100782] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [100808] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3371), 1, anon_sym_LPAREN, STATE(1844), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1136), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [100838] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3068), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, ACTIONS(1230), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [100868] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3863), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [100912] = 16, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(1102), 1, anon_sym_while, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3218), 1, anon_sym_LPAREN, ACTIONS(3220), 1, anon_sym_match, ACTIONS(3278), 1, anon_sym_catch, ACTIONS(3376), 1, anon_sym_EQ, ACTIONS(3378), 1, anon_sym_finally, STATE(2606), 1, sym_type_arguments, STATE(2711), 1, sym_finally_clause, STATE(2980), 1, sym_catch_clause, ACTIONS(3374), 2, sym_identifier, sym_operator_identifier, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, [100964] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1381), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [100990] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1214), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [101016] = 16, ACTIONS(181), 1, sym_comment, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(1102), 1, anon_sym_EQ_GT, ACTIONS(3382), 1, anon_sym_DOT, ACTIONS(3384), 1, anon_sym_LBRACK, ACTIONS(3386), 1, anon_sym_COLON, ACTIONS(3388), 1, anon_sym_EQ, ACTIONS(3390), 1, anon_sym_LPAREN, ACTIONS(3392), 1, anon_sym_match, ACTIONS(3394), 1, anon_sym_catch, ACTIONS(3396), 1, anon_sym_finally, STATE(3002), 1, sym_catch_clause, STATE(3129), 1, sym_finally_clause, STATE(3133), 1, sym_type_arguments, ACTIONS(3380), 2, sym_identifier, sym_operator_identifier, STATE(3134), 3, sym_block, sym_case_block, sym_arguments, [101068] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [101094] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3398), 1, anon_sym_with, STATE(1852), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1258), 8, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [101124] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3401), 1, anon_sym_with, STATE(1867), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1265), 8, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [101154] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3012), 1, anon_sym_LPAREN, STATE(1844), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1192), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [101184] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1210), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [101210] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3403), 1, anon_sym_LPAREN, STATE(1856), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1136), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [101240] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3901), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [101284] = 12, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(1302), 2, anon_sym_case, anon_sym_match, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1300), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [101328] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3852), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [101372] = 16, ACTIONS(181), 1, sym_comment, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(1102), 1, anon_sym_EQ_GT, ACTIONS(3382), 1, anon_sym_DOT, ACTIONS(3384), 1, anon_sym_LBRACK, ACTIONS(3386), 1, anon_sym_COLON, ACTIONS(3388), 1, anon_sym_EQ, ACTIONS(3390), 1, anon_sym_LPAREN, ACTIONS(3392), 1, anon_sym_match, ACTIONS(3406), 1, anon_sym_catch, ACTIONS(3408), 1, anon_sym_finally, STATE(3071), 1, sym_catch_clause, STATE(3133), 1, sym_type_arguments, STATE(3375), 1, sym_finally_clause, ACTIONS(3380), 2, sym_identifier, sym_operator_identifier, STATE(3134), 3, sym_block, sym_case_block, sym_arguments, [101424] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1240), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1242), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [101450] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3870), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [101494] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1343), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [101520] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1347), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [101546] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1265), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [101572] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3410), 1, anon_sym_DOT, ACTIONS(1250), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1252), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [101600] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3401), 1, anon_sym_with, STATE(1852), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1275), 8, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [101630] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2870), 1, anon_sym_EQ, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(2874), 1, anon_sym_match, STATE(2460), 1, sym_type_arguments, ACTIONS(1287), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(2862), 2, sym_identifier, sym_operator_identifier, ACTIONS(1289), 3, anon_sym_else, anon_sym_catch, anon_sym_finally, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, [101676] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3412), 1, anon_sym_AT, STATE(1869), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1185), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [101706] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1222), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [101732] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1762), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1764), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [101758] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2870), 1, anon_sym_EQ, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(2874), 1, anon_sym_match, STATE(2460), 1, sym_type_arguments, ACTIONS(1194), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(2862), 2, sym_identifier, sym_operator_identifier, ACTIONS(1196), 3, anon_sym_else, anon_sym_catch, anon_sym_finally, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, [101804] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3820), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [101848] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [101874] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2870), 1, anon_sym_EQ, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(2874), 1, anon_sym_match, STATE(2460), 1, sym_type_arguments, ACTIONS(1277), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(2862), 2, sym_identifier, sym_operator_identifier, ACTIONS(1279), 3, anon_sym_else, anon_sym_catch, anon_sym_finally, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, [101920] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1735), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1737), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [101946] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3818), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [101990] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1214), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [102016] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2870), 1, anon_sym_EQ, ACTIONS(2872), 1, anon_sym_LPAREN, STATE(2460), 1, sym_type_arguments, ACTIONS(1300), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(2862), 2, sym_identifier, sym_operator_identifier, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1302), 4, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [102060] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1210), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [102086] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3401), 1, anon_sym_with, STATE(1867), 1, aux_sym_compound_type_repeat1, ACTIONS(3415), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 5, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, ACTIONS(1230), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [102120] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1766), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1768), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [102146] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1711), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1713), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [102172] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1308), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1306), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [102218] = 15, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, ACTIONS(3417), 1, anon_sym_RBRACE, ACTIONS(3419), 1, anon_sym_case, STATE(2369), 1, sym_type_arguments, STATE(3897), 1, aux_sym__block_repeat1, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(3421), 2, sym__automatic_semicolon, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [102268] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3885), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [102312] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3839), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [102356] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1206), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1204), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [102402] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(3423), 1, anon_sym_EQ_GT, ACTIONS(3425), 1, sym__interpolated_string_start, ACTIONS(3427), 1, sym__interpolated_multiline_string_start, STATE(2379), 1, sym_interpolated_string, ACTIONS(1242), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1240), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [102436] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3843), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [102480] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3899), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [102524] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1495), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [102550] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1351), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [102576] = 12, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(1325), 2, anon_sym_case, anon_sym_match, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1323), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [102620] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1343), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [102646] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1749), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [102672] = 16, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(1102), 1, anon_sym_while, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3218), 1, anon_sym_LPAREN, ACTIONS(3220), 1, anon_sym_match, ACTIONS(3222), 1, anon_sym_catch, ACTIONS(3376), 1, anon_sym_EQ, ACTIONS(3429), 1, anon_sym_finally, STATE(2606), 1, sym_type_arguments, STATE(3066), 1, sym_catch_clause, STATE(3081), 1, sym_finally_clause, ACTIONS(3374), 2, sym_identifier, sym_operator_identifier, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, [102724] = 12, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(1331), 2, anon_sym_case, anon_sym_match, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1329), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [102768] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3835), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [102812] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1521), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1523), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [102838] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3879), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [102882] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1758), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1760), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [102908] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1347), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [102934] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1731), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1733), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [102960] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1363), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [102986] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1487), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1489), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [103012] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3869), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [103056] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1707), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1709), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [103082] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3823), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [103126] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2280), 1, anon_sym_finally, STATE(1916), 1, sym_finally_clause, ACTIONS(1521), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1523), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, sym_identifier, sym_operator_identifier, [103156] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3872), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [103200] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1703), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1705), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [103226] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3218), 1, anon_sym_LPAREN, STATE(2606), 1, sym_type_arguments, ACTIONS(1224), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1226), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [103264] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1699), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1701), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [103290] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2870), 1, anon_sym_EQ, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(2874), 1, anon_sym_match, STATE(2460), 1, sym_type_arguments, ACTIONS(1306), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(2862), 2, sym_identifier, sym_operator_identifier, ACTIONS(1308), 3, anon_sym_else, anon_sym_catch, anon_sym_finally, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, [103336] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1695), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1697), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [103362] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1691), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1693), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [103388] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1770), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1772), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [103414] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3841), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [103458] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2870), 1, anon_sym_EQ, ACTIONS(2872), 1, anon_sym_LPAREN, STATE(2460), 1, sym_type_arguments, ACTIONS(1329), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(2862), 2, sym_identifier, sym_operator_identifier, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1331), 4, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [103502] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1495), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [103528] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3880), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [103572] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3848), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [103616] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3857), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [103660] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(3425), 1, sym__interpolated_string_start, ACTIONS(3427), 1, sym__interpolated_multiline_string_start, ACTIONS(3431), 1, anon_sym_EQ_GT, STATE(2379), 1, sym_interpolated_string, ACTIONS(1242), 6, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1240), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [103694] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3846), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [103738] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2870), 1, anon_sym_EQ, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(2874), 1, anon_sym_match, ACTIONS(3433), 1, anon_sym_else, STATE(2460), 1, sym_type_arguments, ACTIONS(1281), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1283), 2, anon_sym_catch, anon_sym_finally, ACTIONS(2862), 2, sym_identifier, sym_operator_identifier, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, [103786] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1739), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1741), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [103812] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3894), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [103856] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1613), 1, anon_sym_EQ_GT, ACTIONS(1609), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1611), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [103884] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3883), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [103928] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2959), 1, anon_sym_AT, STATE(1869), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1181), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [103958] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1745), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [103984] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3903), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [104028] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(3435), 1, anon_sym_EQ_GT, ACTIONS(3437), 1, sym__interpolated_string_start, ACTIONS(3439), 1, sym__interpolated_multiline_string_start, STATE(2466), 1, sym_interpolated_string, ACTIONS(1240), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1242), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [104062] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1719), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1721), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [104088] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1715), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1717), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [104114] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3441), 1, anon_sym_AT, STATE(1938), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1185), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [104144] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1363), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [104170] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2870), 1, anon_sym_EQ, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(2874), 1, anon_sym_match, ACTIONS(3444), 1, anon_sym_else, STATE(2460), 1, sym_type_arguments, ACTIONS(1281), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1283), 2, anon_sym_catch, anon_sym_finally, ACTIONS(2862), 2, sym_identifier, sym_operator_identifier, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, [104218] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1206), 1, anon_sym_if, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3193), 1, anon_sym_EQ, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, STATE(2369), 1, sym_type_arguments, ACTIONS(3183), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1204), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [104264] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3446), 1, anon_sym_STAR, ACTIONS(1487), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1489), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [104292] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1289), 1, anon_sym_if, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3193), 1, anon_sym_EQ, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, STATE(2369), 1, sym_type_arguments, ACTIONS(3183), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1287), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [104338] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3448), 1, anon_sym_with, STATE(1978), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1275), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [104368] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1196), 1, anon_sym_if, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3193), 1, anon_sym_EQ, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, STATE(2369), 1, sym_type_arguments, ACTIONS(3183), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1194), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [104414] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3218), 1, anon_sym_LPAREN, STATE(2606), 1, sym_type_arguments, ACTIONS(1333), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1335), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [104452] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3877), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [104496] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1296), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [104524] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3830), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [104568] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3218), 1, anon_sym_LPAREN, STATE(2606), 1, sym_type_arguments, ACTIONS(1337), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1339), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [104606] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1279), 1, anon_sym_if, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3193), 1, anon_sym_EQ, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, STATE(2369), 1, sym_type_arguments, ACTIONS(3183), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1277), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [104652] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2870), 1, anon_sym_EQ, ACTIONS(2872), 1, anon_sym_LPAREN, STATE(2460), 1, sym_type_arguments, ACTIONS(1323), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(2862), 2, sym_identifier, sym_operator_identifier, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1325), 4, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [104696] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2870), 1, anon_sym_EQ, ACTIONS(2872), 1, anon_sym_LPAREN, STATE(2460), 1, sym_type_arguments, ACTIONS(1313), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(2862), 2, sym_identifier, sym_operator_identifier, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1315), 4, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [104740] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1363), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [104766] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1351), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [104792] = 12, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3193), 1, anon_sym_EQ, ACTIONS(3195), 1, anon_sym_LPAREN, STATE(2369), 1, sym_type_arguments, ACTIONS(1302), 2, anon_sym_if, anon_sym_match, ACTIONS(3183), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1300), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [104836] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1308), 1, anon_sym_if, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3193), 1, anon_sym_EQ, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, STATE(2369), 1, sym_type_arguments, ACTIONS(3183), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1306), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [104882] = 12, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3193), 1, anon_sym_EQ, ACTIONS(3195), 1, anon_sym_LPAREN, STATE(2369), 1, sym_type_arguments, ACTIONS(1331), 2, anon_sym_if, anon_sym_match, ACTIONS(3183), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1329), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [104926] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1727), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1729), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [104952] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1265), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [104978] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1723), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1725), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [105004] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1388), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [105030] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3861), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [105074] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1343), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [105100] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3118), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, ACTIONS(1230), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [105130] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3137), 1, anon_sym_LPAREN, STATE(1856), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1192), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [105160] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1683), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1685), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [105186] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1289), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1287), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [105232] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3902), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [105276] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1381), 10, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [105302] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1196), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1194), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [105348] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1347), 12, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [105374] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, ACTIONS(3357), 1, anon_sym_RPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(3864), 2, sym__type, sym_function_type, STATE(4420), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [105418] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(3450), 1, anon_sym_LBRACK, ACTIONS(3452), 1, anon_sym_LPAREN, ACTIONS(3454), 1, anon_sym_POUND, STATE(2431), 1, sym_type_arguments, STATE(2432), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1047), 9, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [105454] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3448), 1, anon_sym_with, STATE(1944), 1, aux_sym_compound_type_repeat1, ACTIONS(3456), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1234), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, anon_sym_while, [105488] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2787), 1, anon_sym_LPAREN, STATE(1820), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, ACTIONS(1192), 12, anon_sym_val, anon_sym_var, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_wildcard, [105518] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3448), 1, anon_sym_with, STATE(1944), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1265), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [105548] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3458), 1, anon_sym_with, STATE(1978), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1258), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [105578] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2274), 1, anon_sym_finally, STATE(1916), 1, sym_finally_clause, ACTIONS(1521), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1523), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_catch, sym_identifier, sym_operator_identifier, [105608] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3461), 1, sym_identifier, ACTIONS(3463), 1, anon_sym_EQ_GT, ACTIONS(3465), 1, anon_sym_LPAREN, STATE(3416), 1, sym__annotated_type, STATE(4815), 1, sym_parameter_types, STATE(4823), 1, sym_stable_identifier, STATE(3635), 2, sym_compound_type, sym_infix_type, STATE(4070), 2, sym__type, sym_function_type, STATE(4153), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2829), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [105649] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1495), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [105674] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3177), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 6, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, ACTIONS(1230), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [105703] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(2874), 1, anon_sym_match, ACTIONS(3304), 1, anon_sym_EQ, STATE(2460), 1, sym_type_arguments, ACTIONS(3302), 2, sym_identifier, sym_operator_identifier, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1206), 4, anon_sym_else, anon_sym_catch, anon_sym_finally, anon_sym_while, [105746] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1381), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [105771] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1347), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [105796] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1265), 9, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [105821] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(2874), 1, anon_sym_match, ACTIONS(3304), 1, anon_sym_EQ, STATE(2460), 1, sym_type_arguments, ACTIONS(3302), 2, sym_identifier, sym_operator_identifier, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1289), 4, anon_sym_else, anon_sym_catch, anon_sym_finally, anon_sym_while, [105864] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(2874), 1, anon_sym_match, ACTIONS(3304), 1, anon_sym_EQ, STATE(2460), 1, sym_type_arguments, ACTIONS(3302), 2, sym_identifier, sym_operator_identifier, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1196), 4, anon_sym_else, anon_sym_catch, anon_sym_finally, anon_sym_while, [105907] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1651), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1649), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [105952] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1296), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [105979] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(2874), 1, anon_sym_match, ACTIONS(3304), 1, anon_sym_EQ, STATE(2460), 1, sym_type_arguments, ACTIONS(3302), 2, sym_identifier, sym_operator_identifier, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1279), 4, anon_sym_else, anon_sym_catch, anon_sym_finally, anon_sym_while, [106022] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1749), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, [106047] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(3304), 1, anon_sym_EQ, STATE(2460), 1, sym_type_arguments, ACTIONS(3302), 2, sym_identifier, sym_operator_identifier, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1302), 5, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, anon_sym_while, [106088] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1343), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [106113] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(2874), 1, anon_sym_match, ACTIONS(3304), 1, anon_sym_EQ, STATE(2460), 1, sym_type_arguments, ACTIONS(3302), 2, sym_identifier, sym_operator_identifier, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1308), 4, anon_sym_else, anon_sym_catch, anon_sym_finally, anon_sym_while, [106156] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1576), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1574), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [106201] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1745), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [106226] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1580), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1578), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [106271] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1770), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1772), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [106296] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(3304), 1, anon_sym_EQ, STATE(2460), 1, sym_type_arguments, ACTIONS(3302), 2, sym_identifier, sym_operator_identifier, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1331), 5, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, anon_sym_while, [106337] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1691), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1693), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [106362] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1695), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1697), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [106387] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1699), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1701), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [106412] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(3467), 1, anon_sym_EQ_GT, ACTIONS(3469), 1, sym__interpolated_string_start, ACTIONS(3471), 1, sym__interpolated_multiline_string_start, STATE(2601), 1, sym_interpolated_string, ACTIONS(1240), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1242), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [106445] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1703), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1705), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [106470] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1495), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [106495] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1388), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [106520] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1707), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1709), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [106545] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1487), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1489), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [106570] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1467), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1463), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [106615] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1731), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1733), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [106640] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1758), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1760), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [106665] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1521), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1523), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [106690] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1381), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [106715] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(3450), 1, anon_sym_LBRACK, ACTIONS(3454), 1, anon_sym_POUND, ACTIONS(3473), 1, anon_sym_AT, STATE(2431), 1, sym_type_arguments, STATE(2636), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1035), 8, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [106750] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2638), 1, anon_sym_finally, STATE(2002), 1, sym_finally_clause, ACTIONS(1523), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, sym_identifier, sym_operator_identifier, ACTIONS(1521), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [106779] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1512), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1510), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [106824] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3216), 1, anon_sym_EQ, ACTIONS(3218), 1, anon_sym_LPAREN, STATE(2606), 1, sym_type_arguments, ACTIONS(1323), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3208), 2, sym_identifier, sym_operator_identifier, ACTIONS(1325), 3, anon_sym_match, anon_sym_catch, anon_sym_finally, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, [106867] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1388), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [106892] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1749), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [106917] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1627), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1625), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [106962] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3216), 1, anon_sym_EQ, ACTIONS(3218), 1, anon_sym_LPAREN, STATE(2606), 1, sym_type_arguments, ACTIONS(1313), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3208), 2, sym_identifier, sym_operator_identifier, ACTIONS(1315), 3, anon_sym_match, anon_sym_catch, anon_sym_finally, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, [107005] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(3475), 1, anon_sym_LBRACK, ACTIONS(3477), 1, anon_sym_LPAREN, ACTIONS(3479), 1, anon_sym_POUND, STATE(2548), 1, sym_type_arguments, STATE(2539), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 4, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1047), 7, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [107040] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1265), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [107065] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1643), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1641), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [107110] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1564), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1562), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [107155] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1727), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1729), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [107180] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3239), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1234), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, anon_sym_while, [107209] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1711), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1713), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [107234] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1766), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1768), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [107259] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1723), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1725), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [107284] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(3243), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_LBRACK, ACTIONS(3251), 1, anon_sym_LPAREN, STATE(2898), 1, sym_type_arguments, STATE(2930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1226), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [107319] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1535), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1533), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [107364] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1735), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1737), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [107389] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1762), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1764), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [107414] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1351), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [107439] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(4146), 2, sym__type, sym_function_type, STATE(4672), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [107480] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1568), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1566), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [107525] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1381), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [107550] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1388), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [107575] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1351), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [107600] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1659), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1657), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [107645] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(3243), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_LBRACK, ACTIONS(3247), 1, anon_sym_COLON, ACTIONS(3249), 1, anon_sym_EQ, ACTIONS(3251), 1, anon_sym_LPAREN, STATE(2898), 1, sym_type_arguments, ACTIONS(3241), 2, sym_identifier, sym_operator_identifier, STATE(2930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1315), 5, anon_sym_EQ_GT, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [107686] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(3243), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_LBRACK, ACTIONS(3247), 1, anon_sym_COLON, ACTIONS(3249), 1, anon_sym_EQ, ACTIONS(3251), 1, anon_sym_LPAREN, STATE(2898), 1, sym_type_arguments, ACTIONS(3241), 2, sym_identifier, sym_operator_identifier, STATE(2930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1325), 5, anon_sym_EQ_GT, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [107727] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1739), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1741), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [107752] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(3243), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_LBRACK, ACTIONS(3251), 1, anon_sym_LPAREN, STATE(2898), 1, sym_type_arguments, STATE(2930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1335), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [107787] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(3243), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_LBRACK, ACTIONS(3251), 1, anon_sym_LPAREN, STATE(2898), 1, sym_type_arguments, STATE(2930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1339), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [107822] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1683), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1685), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [107847] = 14, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, ACTIONS(3417), 1, anon_sym_RBRACE, STATE(2369), 1, sym_type_arguments, STATE(4001), 1, aux_sym__block_repeat1, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(3481), 2, sym__automatic_semicolon, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [107894] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1351), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [107919] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1663), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1661), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [107964] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3483), 1, sym_identifier, ACTIONS(3485), 1, anon_sym_EQ_GT, ACTIONS(3487), 1, anon_sym_LPAREN, STATE(2311), 1, sym__annotated_type, STATE(4946), 1, sym_stable_identifier, STATE(4989), 1, sym_parameter_types, STATE(2683), 2, sym__type, sym_function_type, STATE(2758), 2, sym_compound_type, sym_infix_type, STATE(2942), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(1240), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [108005] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [108030] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3489), 1, sym_identifier, ACTIONS(3491), 1, anon_sym_EQ_GT, ACTIONS(3493), 1, anon_sym_LPAREN, STATE(2089), 1, sym__annotated_type, STATE(4916), 1, sym_stable_identifier, STATE(4918), 1, sym_parameter_types, STATE(2489), 2, sym_compound_type, sym_infix_type, STATE(2670), 2, sym__type, sym_function_type, STATE(2958), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(1430), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [108071] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1719), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1721), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [108096] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1715), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1717), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [108121] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1572), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1570), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [108166] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3495), 1, anon_sym_DOT, ACTIONS(1250), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1252), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [108193] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1599), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1597), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [108238] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3497), 1, sym_identifier, ACTIONS(3499), 1, anon_sym_EQ_GT, ACTIONS(3501), 1, anon_sym_LPAREN, STATE(1471), 1, sym__annotated_type, STATE(4851), 1, sym_parameter_types, STATE(4857), 1, sym_stable_identifier, STATE(1720), 2, sym_compound_type, sym_infix_type, STATE(1942), 2, sym__type, sym_function_type, STATE(2009), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(1124), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [108279] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3228), 1, anon_sym_AT, ACTIONS(3503), 1, sym_identifier, STATE(4278), 1, sym_modifiers, ACTIONS(65), 2, anon_sym_private, anon_sym_protected, ACTIONS(3505), 2, anon_sym_val, anon_sym_var, STATE(1724), 2, sym_access_modifier, aux_sym_modifiers_repeat1, STATE(2120), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(63), 6, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, [108316] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3507), 1, sym_identifier, ACTIONS(3509), 1, anon_sym_EQ_GT, ACTIONS(3511), 1, anon_sym_LPAREN, STATE(682), 1, sym__annotated_type, STATE(4926), 1, sym_stable_identifier, STATE(4928), 1, sym_parameter_types, STATE(833), 2, sym_compound_type, sym_infix_type, STATE(938), 2, sym__type, sym_function_type, STATE(944), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(577), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [108357] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3489), 1, sym_identifier, ACTIONS(3493), 1, anon_sym_LPAREN, ACTIONS(3513), 1, anon_sym_EQ_GT, STATE(2614), 1, sym__annotated_type, STATE(4916), 1, sym_stable_identifier, STATE(4985), 1, sym_parameter_types, STATE(3041), 2, sym_compound_type, sym_infix_type, STATE(3098), 2, sym__type, sym_function_type, STATE(3238), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(1430), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [108398] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1240), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1242), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [108423] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1222), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [108448] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3517), 1, anon_sym_with, STATE(2079), 1, aux_sym_compound_type_repeat1, ACTIONS(3515), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1234), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, anon_sym_while, [108481] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, ACTIONS(3521), 1, anon_sym_case, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(3519), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [108526] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3523), 1, anon_sym_with, STATE(2068), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1258), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [108555] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3517), 1, anon_sym_with, STATE(2079), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1265), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [108584] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(4160), 2, sym__type, sym_function_type, STATE(4661), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [108625] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3353), 1, anon_sym_EQ_GT, ACTIONS(3355), 1, anon_sym_LPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(4172), 2, sym__type, sym_function_type, STATE(4661), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [108666] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [108691] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3483), 1, sym_identifier, ACTIONS(3487), 1, anon_sym_LPAREN, ACTIONS(3526), 1, anon_sym_EQ_GT, STATE(1721), 1, sym__annotated_type, STATE(4946), 1, sym_stable_identifier, STATE(4948), 1, sym_parameter_types, STATE(2028), 2, sym_compound_type, sym_infix_type, STATE(2263), 2, sym__type, sym_function_type, STATE(2430), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(1240), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [108732] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1363), 9, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [108757] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3528), 1, sym_identifier, ACTIONS(3530), 1, anon_sym_EQ_GT, ACTIONS(3532), 1, anon_sym_LPAREN, STATE(2261), 1, sym__annotated_type, STATE(4795), 1, sym_parameter_types, STATE(4803), 1, sym_stable_identifier, STATE(2798), 2, sym_compound_type, sym_infix_type, STATE(2931), 2, sym__type, sym_function_type, STATE(3132), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(1627), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [108798] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1214), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [108823] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2435), 1, anon_sym_finally, STATE(2002), 1, sym_finally_clause, ACTIONS(1523), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_catch, sym_identifier, sym_operator_identifier, ACTIONS(1521), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [108852] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1210), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [108877] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3517), 1, anon_sym_with, STATE(2068), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1275), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [108906] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1617), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1615), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [108951] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1621), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1619), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [108996] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1639), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1637), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [109041] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3216), 1, anon_sym_EQ, ACTIONS(3218), 1, anon_sym_LPAREN, STATE(2606), 1, sym_type_arguments, ACTIONS(1329), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3208), 2, sym_identifier, sym_operator_identifier, ACTIONS(1331), 3, anon_sym_match, anon_sym_catch, anon_sym_finally, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, [109084] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1343), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [109109] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1635), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1633), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [109154] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3216), 1, anon_sym_EQ, ACTIONS(3218), 1, anon_sym_LPAREN, ACTIONS(3220), 1, anon_sym_match, STATE(2606), 1, sym_type_arguments, ACTIONS(1306), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1308), 2, anon_sym_catch, anon_sym_finally, ACTIONS(3208), 2, sym_identifier, sym_operator_identifier, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, [109199] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(2874), 1, anon_sym_match, ACTIONS(3304), 1, anon_sym_EQ, ACTIONS(3534), 1, anon_sym_else, STATE(2460), 1, sym_type_arguments, ACTIONS(3302), 2, sym_identifier, sym_operator_identifier, ACTIONS(1283), 3, anon_sym_catch, anon_sym_finally, anon_sym_while, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, [109244] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1675), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1673), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [109289] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3538), 1, anon_sym_with, STATE(2102), 1, aux_sym_compound_type_repeat1, ACTIONS(3536), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1234), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_while, [109322] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3216), 1, anon_sym_EQ, ACTIONS(3218), 1, anon_sym_LPAREN, STATE(2606), 1, sym_type_arguments, ACTIONS(1300), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3208), 2, sym_identifier, sym_operator_identifier, ACTIONS(1302), 3, anon_sym_match, anon_sym_catch, anon_sym_finally, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, [109365] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3540), 1, sym_identifier, ACTIONS(3542), 1, anon_sym_EQ_GT, ACTIONS(3544), 1, anon_sym_LPAREN, STATE(1288), 1, sym__annotated_type, STATE(4936), 1, sym_stable_identifier, STATE(4938), 1, sym_parameter_types, STATE(1518), 2, sym_compound_type, sym_infix_type, STATE(1736), 2, sym__type, sym_function_type, STATE(1906), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(1109), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [109406] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3546), 1, sym_identifier, ACTIONS(3548), 1, anon_sym_EQ_GT, ACTIONS(3550), 1, anon_sym_LPAREN, STATE(777), 1, sym__annotated_type, STATE(4805), 1, sym_parameter_types, STATE(4813), 1, sym_stable_identifier, STATE(905), 2, sym_compound_type, sym_infix_type, STATE(949), 2, sym__type, sym_function_type, STATE(1009), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(607), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [109447] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3552), 1, anon_sym_with, STATE(2093), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1258), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [109476] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3538), 1, anon_sym_with, STATE(2102), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1265), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [109505] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3216), 1, anon_sym_EQ, ACTIONS(3218), 1, anon_sym_LPAREN, ACTIONS(3220), 1, anon_sym_match, STATE(2606), 1, sym_type_arguments, ACTIONS(1277), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1279), 2, anon_sym_catch, anon_sym_finally, ACTIONS(3208), 2, sym_identifier, sym_operator_identifier, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, [109550] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1347), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [109575] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(2874), 1, anon_sym_match, ACTIONS(3304), 1, anon_sym_EQ, ACTIONS(3555), 1, anon_sym_else, STATE(2460), 1, sym_type_arguments, ACTIONS(3302), 2, sym_identifier, sym_operator_identifier, ACTIONS(1283), 3, anon_sym_catch, anon_sym_finally, anon_sym_while, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, [109620] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1671), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1669), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [109665] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1363), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [109690] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3557), 1, sym_identifier, ACTIONS(3559), 1, anon_sym_EQ_GT, ACTIONS(3561), 1, anon_sym_LPAREN, STATE(2475), 1, sym__annotated_type, STATE(4873), 1, sym_stable_identifier, STATE(4981), 1, sym_parameter_types, STATE(2901), 2, sym__type, sym_function_type, STATE(3012), 2, sym_compound_type, sym_infix_type, STATE(3124), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(1382), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [109731] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1667), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1665), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [109776] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3538), 1, anon_sym_with, STATE(2093), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1275), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [109805] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1503), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1501), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [109850] = 12, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(3563), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [109893] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3565), 1, sym_identifier, ACTIONS(3567), 1, anon_sym_EQ_GT, ACTIONS(3569), 1, anon_sym_LPAREN, STATE(1668), 1, sym__annotated_type, STATE(4901), 1, sym_stable_identifier, STATE(4903), 1, sym_parameter_types, STATE(1965), 2, sym_compound_type, sym_infix_type, STATE(2163), 2, sym__type, sym_function_type, STATE(2291), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(1195), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [109934] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1531), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1529), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [109979] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3216), 1, anon_sym_EQ, ACTIONS(3218), 1, anon_sym_LPAREN, ACTIONS(3220), 1, anon_sym_match, STATE(2606), 1, sym_type_arguments, ACTIONS(1194), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1196), 2, anon_sym_catch, anon_sym_finally, ACTIONS(3208), 2, sym_identifier, sym_operator_identifier, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, [110024] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3216), 1, anon_sym_EQ, ACTIONS(3218), 1, anon_sym_LPAREN, ACTIONS(3220), 1, anon_sym_match, STATE(2606), 1, sym_type_arguments, ACTIONS(1287), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1289), 2, anon_sym_catch, anon_sym_finally, ACTIONS(3208), 2, sym_identifier, sym_operator_identifier, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, [110069] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [110094] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3216), 1, anon_sym_EQ, ACTIONS(3218), 1, anon_sym_LPAREN, ACTIONS(3220), 1, anon_sym_match, STATE(2606), 1, sym_type_arguments, ACTIONS(1204), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1206), 2, anon_sym_catch, anon_sym_finally, ACTIONS(3208), 2, sym_identifier, sym_operator_identifier, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, [110139] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3328), 1, anon_sym_AT, STATE(2123), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1181), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [110168] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1296), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [110195] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1603), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1601), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [110240] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3571), 17, anon_sym_object, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, [110263] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1343), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [110288] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3557), 1, sym_identifier, ACTIONS(3561), 1, anon_sym_LPAREN, ACTIONS(3573), 1, anon_sym_EQ_GT, STATE(1830), 1, sym__annotated_type, STATE(4867), 1, sym_parameter_types, STATE(4873), 1, sym_stable_identifier, STATE(2258), 2, sym_compound_type, sym_infix_type, STATE(2392), 2, sym__type, sym_function_type, STATE(2769), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(1382), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [110329] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1613), 1, anon_sym_EQ_GT, ACTIONS(1609), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1611), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [110356] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2304), 1, anon_sym_finally, STATE(2301), 1, sym_finally_clause, ACTIONS(1523), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1521), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [110385] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1347), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [110410] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3575), 1, anon_sym_AT, ACTIONS(1183), 2, anon_sym_PLUS, anon_sym_DASH, STATE(2120), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1185), 12, anon_sym_val, anon_sym_var, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_wildcard, [110439] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, STATE(2952), 1, sym_type_arguments, ACTIONS(1224), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1226), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [110476] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1745), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, [110501] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3584), 1, anon_sym_AT, STATE(2123), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1185), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [110530] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3298), 1, anon_sym_LPAREN, STATE(2130), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1192), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [110559] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3587), 1, sym_identifier, ACTIONS(3589), 1, anon_sym_EQ_GT, ACTIONS(3591), 1, anon_sym_LPAREN, STATE(1703), 1, sym__annotated_type, STATE(4745), 1, sym_parameter_types, STATE(4753), 1, sym_stable_identifier, STATE(2165), 2, sym_compound_type, sym_infix_type, STATE(2283), 2, sym__type, sym_function_type, STATE(2413), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(1267), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [110600] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2324), 1, anon_sym_finally, STATE(2301), 1, sym_finally_clause, ACTIONS(1523), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1521), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [110629] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1655), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1653), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [110674] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(3243), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_LBRACK, ACTIONS(3247), 1, anon_sym_COLON, ACTIONS(3249), 1, anon_sym_EQ, ACTIONS(3251), 1, anon_sym_LPAREN, ACTIONS(3253), 1, anon_sym_match, ACTIONS(3593), 1, anon_sym_else, STATE(2898), 1, sym_type_arguments, ACTIONS(3241), 2, sym_identifier, sym_operator_identifier, ACTIONS(1283), 3, anon_sym_EQ_GT, anon_sym_catch, anon_sym_finally, STATE(2930), 3, sym_block, sym_case_block, sym_arguments, [110719] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3595), 1, sym_identifier, ACTIONS(3597), 1, anon_sym_EQ_GT, ACTIONS(3599), 1, anon_sym_LPAREN, STATE(592), 1, sym__annotated_type, STATE(4956), 1, sym_stable_identifier, STATE(4958), 1, sym_parameter_types, STATE(709), 2, sym_compound_type, sym_infix_type, STATE(742), 2, sym__type, sym_function_type, STATE(849), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(563), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [110760] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3601), 1, anon_sym_LPAREN, STATE(2130), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 5, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1136), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [110789] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1265), 9, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [110814] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1550), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1548), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [110859] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3528), 1, sym_identifier, ACTIONS(3532), 1, anon_sym_LPAREN, ACTIONS(3604), 1, anon_sym_EQ_GT, STATE(2902), 1, sym__annotated_type, STATE(4803), 1, sym_stable_identifier, STATE(4968), 1, sym_parameter_types, STATE(3142), 2, sym_compound_type, sym_infix_type, STATE(3261), 2, sym__type, sym_function_type, STATE(3382), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(1627), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [110900] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(3243), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_LBRACK, ACTIONS(3247), 1, anon_sym_COLON, ACTIONS(3249), 1, anon_sym_EQ, ACTIONS(3251), 1, anon_sym_LPAREN, STATE(2898), 1, sym_type_arguments, ACTIONS(3241), 2, sym_identifier, sym_operator_identifier, STATE(2930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1331), 5, anon_sym_EQ_GT, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [110941] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(3243), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_LBRACK, ACTIONS(3247), 1, anon_sym_COLON, ACTIONS(3249), 1, anon_sym_EQ, ACTIONS(3251), 1, anon_sym_LPAREN, ACTIONS(3253), 1, anon_sym_match, ACTIONS(3606), 1, anon_sym_else, STATE(2898), 1, sym_type_arguments, ACTIONS(3241), 2, sym_identifier, sym_operator_identifier, ACTIONS(1283), 3, anon_sym_EQ_GT, anon_sym_catch, anon_sym_finally, STATE(2930), 3, sym_block, sym_case_block, sym_arguments, [110986] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1554), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1552), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [111031] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(3243), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_LBRACK, ACTIONS(3247), 1, anon_sym_COLON, ACTIONS(3249), 1, anon_sym_EQ, ACTIONS(3251), 1, anon_sym_LPAREN, ACTIONS(3253), 1, anon_sym_match, STATE(2898), 1, sym_type_arguments, ACTIONS(3241), 2, sym_identifier, sym_operator_identifier, STATE(2930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1308), 4, anon_sym_EQ_GT, anon_sym_else, anon_sym_catch, anon_sym_finally, [111074] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1587), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1585), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [111119] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1591), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1589), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [111164] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(3243), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_LBRACK, ACTIONS(3247), 1, anon_sym_COLON, ACTIONS(3249), 1, anon_sym_EQ, ACTIONS(3251), 1, anon_sym_LPAREN, STATE(2898), 1, sym_type_arguments, ACTIONS(3241), 2, sym_identifier, sym_operator_identifier, STATE(2930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1302), 5, anon_sym_EQ_GT, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [111205] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3461), 1, sym_identifier, ACTIONS(3463), 1, anon_sym_EQ_GT, ACTIONS(3465), 1, anon_sym_LPAREN, STATE(3416), 1, sym__annotated_type, STATE(4815), 1, sym_parameter_types, STATE(4823), 1, sym_stable_identifier, STATE(3635), 2, sym_compound_type, sym_infix_type, STATE(4096), 2, sym__type, sym_function_type, STATE(4119), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(2829), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [111246] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1210), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [111271] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1595), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1593), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [111316] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(3608), 1, sym_identifier, ACTIONS(3610), 1, anon_sym_EQ_GT, ACTIONS(3612), 1, anon_sym_LPAREN, STATE(631), 1, sym__annotated_type, STATE(4883), 1, sym_parameter_types, STATE(4889), 1, sym_stable_identifier, STATE(799), 2, sym_compound_type, sym_infix_type, STATE(867), 2, sym__type, sym_function_type, STATE(907), 2, sym_lazy_parameter_type, sym_repeated_parameter_type, STATE(571), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [111357] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(3243), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_LBRACK, ACTIONS(3247), 1, anon_sym_COLON, ACTIONS(3249), 1, anon_sym_EQ, ACTIONS(3251), 1, anon_sym_LPAREN, ACTIONS(3253), 1, anon_sym_match, STATE(2898), 1, sym_type_arguments, ACTIONS(3241), 2, sym_identifier, sym_operator_identifier, STATE(2930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1279), 4, anon_sym_EQ_GT, anon_sym_else, anon_sym_catch, anon_sym_finally, [111400] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1607), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1605), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [111445] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1516), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1514), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [111490] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(3437), 1, sym__interpolated_string_start, ACTIONS(3439), 1, sym__interpolated_multiline_string_start, ACTIONS(3614), 1, anon_sym_EQ_GT, STATE(2466), 1, sym_interpolated_string, ACTIONS(1240), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [111523] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3616), 1, anon_sym_DOT, ACTIONS(1250), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1252), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [111550] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(3304), 1, anon_sym_EQ, STATE(2460), 1, sym_type_arguments, ACTIONS(3302), 2, sym_identifier, sym_operator_identifier, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1325), 5, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, anon_sym_while, [111591] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, STATE(2952), 1, sym_type_arguments, ACTIONS(1333), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1335), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [111628] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(3243), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_LBRACK, ACTIONS(3247), 1, anon_sym_COLON, ACTIONS(3249), 1, anon_sym_EQ, ACTIONS(3251), 1, anon_sym_LPAREN, ACTIONS(3253), 1, anon_sym_match, STATE(2898), 1, sym_type_arguments, ACTIONS(3241), 2, sym_identifier, sym_operator_identifier, STATE(2930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1196), 4, anon_sym_EQ_GT, anon_sym_else, anon_sym_catch, anon_sym_finally, [111671] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, STATE(2952), 1, sym_type_arguments, ACTIONS(1337), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1339), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [111708] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(425), 1, anon_sym_LBRACE, ACTIONS(2864), 1, anon_sym_DOT, ACTIONS(2866), 1, anon_sym_LBRACK, ACTIONS(2868), 1, anon_sym_COLON, ACTIONS(2872), 1, anon_sym_LPAREN, ACTIONS(3304), 1, anon_sym_EQ, STATE(2460), 1, sym_type_arguments, ACTIONS(3302), 2, sym_identifier, sym_operator_identifier, STATE(2461), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1315), 5, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, anon_sym_while, [111749] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1631), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1629), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [111794] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(3243), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_LBRACK, ACTIONS(3247), 1, anon_sym_COLON, ACTIONS(3249), 1, anon_sym_EQ, ACTIONS(3251), 1, anon_sym_LPAREN, ACTIONS(3253), 1, anon_sym_match, STATE(2898), 1, sym_type_arguments, ACTIONS(3241), 2, sym_identifier, sym_operator_identifier, STATE(2930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1289), 4, anon_sym_EQ_GT, anon_sym_else, anon_sym_catch, anon_sym_finally, [111837] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1222), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [111862] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(475), 1, anon_sym_LBRACE, ACTIONS(3243), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_LBRACK, ACTIONS(3247), 1, anon_sym_COLON, ACTIONS(3249), 1, anon_sym_EQ, ACTIONS(3251), 1, anon_sym_LPAREN, ACTIONS(3253), 1, anon_sym_match, STATE(2898), 1, sym_type_arguments, ACTIONS(3241), 2, sym_identifier, sym_operator_identifier, STATE(2930), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1206), 4, anon_sym_EQ_GT, anon_sym_else, anon_sym_catch, anon_sym_finally, [111905] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1647), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1645), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [111950] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1499), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1497), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [111995] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3618), 17, anon_sym_object, anon_sym_case, anon_sym_class, anon_sym_trait, anon_sym_val, anon_sym_var, anon_sym_type, anon_sym_def, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, [112018] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [112043] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3620), 1, anon_sym_STAR, ACTIONS(1487), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1489), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [112070] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1363), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [112095] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3179), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 6, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_match, ACTIONS(1230), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [112124] = 13, ACTIONS(41), 1, anon_sym_LBRACE, ACTIONS(181), 1, sym_comment, ACTIONS(1527), 1, anon_sym_case, ACTIONS(3185), 1, anon_sym_DOT, ACTIONS(3189), 1, anon_sym_LBRACK, ACTIONS(3191), 1, anon_sym_COLON, ACTIONS(3195), 1, anon_sym_LPAREN, ACTIONS(3199), 1, anon_sym_match, ACTIONS(3349), 1, anon_sym_EQ, STATE(2369), 1, sym_type_arguments, ACTIONS(3347), 2, sym_identifier, sym_operator_identifier, ACTIONS(1525), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, STATE(2372), 3, sym_block, sym_case_block, sym_arguments, [112169] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1214), 11, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [112194] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1699), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1701), 9, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, [112219] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(3382), 1, anon_sym_DOT, ACTIONS(3384), 1, anon_sym_LBRACK, ACTIONS(3390), 1, anon_sym_LPAREN, STATE(3133), 1, sym_type_arguments, STATE(3134), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1226), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [112253] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1723), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1725), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [112277] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3636), 1, anon_sym_RPAREN, ACTIONS(3638), 1, anon_sym_match, STATE(3083), 1, sym_type_arguments, STATE(4431), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [112323] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(3382), 1, anon_sym_DOT, ACTIONS(3384), 1, anon_sym_LBRACK, ACTIONS(3390), 1, anon_sym_LPAREN, STATE(3133), 1, sym_type_arguments, STATE(3134), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1335), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [112357] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3640), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4302), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [112403] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(3382), 1, anon_sym_DOT, ACTIONS(3384), 1, anon_sym_LBRACK, ACTIONS(3386), 1, anon_sym_COLON, ACTIONS(3388), 1, anon_sym_EQ, ACTIONS(3390), 1, anon_sym_LPAREN, STATE(3133), 1, sym_type_arguments, ACTIONS(3380), 2, sym_identifier, sym_operator_identifier, STATE(3134), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1331), 4, anon_sym_EQ_GT, anon_sym_match, anon_sym_catch, anon_sym_finally, [112443] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(3382), 1, anon_sym_DOT, ACTIONS(3384), 1, anon_sym_LBRACK, ACTIONS(3386), 1, anon_sym_COLON, ACTIONS(3388), 1, anon_sym_EQ, ACTIONS(3390), 1, anon_sym_LPAREN, STATE(3133), 1, sym_type_arguments, ACTIONS(3380), 2, sym_identifier, sym_operator_identifier, STATE(3134), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1325), 4, anon_sym_EQ_GT, anon_sym_match, anon_sym_catch, anon_sym_finally, [112483] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(3382), 1, anon_sym_DOT, ACTIONS(3384), 1, anon_sym_LBRACK, ACTIONS(3386), 1, anon_sym_COLON, ACTIONS(3388), 1, anon_sym_EQ, ACTIONS(3390), 1, anon_sym_LPAREN, STATE(3133), 1, sym_type_arguments, ACTIONS(3380), 2, sym_identifier, sym_operator_identifier, STATE(3134), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1315), 4, anon_sym_EQ_GT, anon_sym_match, anon_sym_catch, anon_sym_finally, [112523] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3646), 1, anon_sym_EQ, STATE(2952), 1, sym_type_arguments, ACTIONS(1329), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1331), 2, anon_sym_else, anon_sym_match, ACTIONS(3642), 2, sym_identifier, sym_operator_identifier, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [112565] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3648), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4445), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [112611] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1265), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [112635] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3650), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4389), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [112681] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3652), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4536), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [112727] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(3382), 1, anon_sym_DOT, ACTIONS(3384), 1, anon_sym_LBRACK, ACTIONS(3386), 1, anon_sym_COLON, ACTIONS(3388), 1, anon_sym_EQ, ACTIONS(3390), 1, anon_sym_LPAREN, STATE(3133), 1, sym_type_arguments, ACTIONS(3380), 2, sym_identifier, sym_operator_identifier, STATE(3134), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1302), 4, anon_sym_EQ_GT, anon_sym_match, anon_sym_catch, anon_sym_finally, [112767] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(1308), 1, anon_sym_else, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3646), 1, anon_sym_EQ, ACTIONS(3654), 1, anon_sym_match, STATE(2952), 1, sym_type_arguments, ACTIONS(1306), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3642), 2, sym_identifier, sym_operator_identifier, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [112811] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3634), 1, anon_sym_LPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(1224), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1226), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [112847] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3646), 1, anon_sym_EQ, STATE(2952), 1, sym_type_arguments, ACTIONS(1300), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1302), 2, anon_sym_else, anon_sym_match, ACTIONS(3642), 2, sym_identifier, sym_operator_identifier, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [112889] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1381), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [112913] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(1279), 1, anon_sym_else, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3646), 1, anon_sym_EQ, ACTIONS(3654), 1, anon_sym_match, STATE(2952), 1, sym_type_arguments, ACTIONS(1277), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3642), 2, sym_identifier, sym_operator_identifier, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [112957] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(3656), 1, anon_sym_EQ_GT, ACTIONS(3658), 1, sym__interpolated_string_start, ACTIONS(3660), 1, sym__interpolated_multiline_string_start, STATE(2927), 1, sym_interpolated_string, ACTIONS(1240), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [112989] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1388), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [113013] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(1196), 1, anon_sym_else, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3646), 1, anon_sym_EQ, ACTIONS(3654), 1, anon_sym_match, STATE(2952), 1, sym_type_arguments, ACTIONS(1194), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3642), 2, sym_identifier, sym_operator_identifier, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [113057] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1745), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [113081] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(1206), 1, anon_sym_else, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3646), 1, anon_sym_EQ, ACTIONS(3654), 1, anon_sym_match, STATE(2952), 1, sym_type_arguments, ACTIONS(1204), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3642), 2, sym_identifier, sym_operator_identifier, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [113125] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3646), 1, anon_sym_EQ, ACTIONS(3654), 1, anon_sym_match, ACTIONS(3662), 1, anon_sym_else, STATE(2952), 1, sym_type_arguments, ACTIONS(1281), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3642), 2, sym_identifier, sym_operator_identifier, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [113169] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1351), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [113193] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(3382), 1, anon_sym_DOT, ACTIONS(3384), 1, anon_sym_LBRACK, ACTIONS(3386), 1, anon_sym_COLON, ACTIONS(3388), 1, anon_sym_EQ, ACTIONS(3390), 1, anon_sym_LPAREN, ACTIONS(3392), 1, anon_sym_match, STATE(3133), 1, sym_type_arguments, ACTIONS(3380), 2, sym_identifier, sym_operator_identifier, ACTIONS(1279), 3, anon_sym_EQ_GT, anon_sym_catch, anon_sym_finally, STATE(3134), 3, sym_block, sym_case_block, sym_arguments, [113235] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3664), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4417), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [113281] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3666), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4333), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [113327] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(3382), 1, anon_sym_DOT, ACTIONS(3384), 1, anon_sym_LBRACK, ACTIONS(3386), 1, anon_sym_COLON, ACTIONS(3388), 1, anon_sym_EQ, ACTIONS(3390), 1, anon_sym_LPAREN, ACTIONS(3392), 1, anon_sym_match, STATE(3133), 1, sym_type_arguments, ACTIONS(3380), 2, sym_identifier, sym_operator_identifier, ACTIONS(1196), 3, anon_sym_EQ_GT, anon_sym_catch, anon_sym_finally, STATE(3134), 3, sym_block, sym_case_block, sym_arguments, [113369] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1363), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [113393] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3668), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4487), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [113439] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3672), 1, anon_sym_LBRACK, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(2511), 1, sym_type_parameters, STATE(3162), 1, sym_access_modifier, STATE(3790), 1, sym_extends_clause, STATE(3991), 1, sym_template_body, ACTIONS(3674), 2, anon_sym_private, anon_sym_protected, STATE(3158), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1807), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [113481] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3680), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4525), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [113527] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(3382), 1, anon_sym_DOT, ACTIONS(3384), 1, anon_sym_LBRACK, ACTIONS(3386), 1, anon_sym_COLON, ACTIONS(3388), 1, anon_sym_EQ, ACTIONS(3390), 1, anon_sym_LPAREN, ACTIONS(3392), 1, anon_sym_match, STATE(3133), 1, sym_type_arguments, ACTIONS(3380), 2, sym_identifier, sym_operator_identifier, ACTIONS(1289), 3, anon_sym_EQ_GT, anon_sym_catch, anon_sym_finally, STATE(3134), 3, sym_block, sym_case_block, sym_arguments, [113569] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(3382), 1, anon_sym_DOT, ACTIONS(3384), 1, anon_sym_LBRACK, ACTIONS(3386), 1, anon_sym_COLON, ACTIONS(3388), 1, anon_sym_EQ, ACTIONS(3390), 1, anon_sym_LPAREN, ACTIONS(3392), 1, anon_sym_match, STATE(3133), 1, sym_type_arguments, ACTIONS(3380), 2, sym_identifier, sym_operator_identifier, ACTIONS(1206), 3, anon_sym_EQ_GT, anon_sym_catch, anon_sym_finally, STATE(3134), 3, sym_block, sym_case_block, sym_arguments, [113611] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3682), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4196), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [113657] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3684), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4280), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [113703] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1351), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [113727] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1388), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [113751] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3415), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 5, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, ACTIONS(1230), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [113779] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3686), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4473), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [113825] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1363), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [113849] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3688), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4516), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [113895] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3690), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4311), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [113941] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3692), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4367), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [113987] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1265), 8, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [114011] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3694), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4506), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [114057] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1381), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [114081] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1715), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1717), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [114105] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1719), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1721), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [114129] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3696), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4115), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [114175] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(3698), 1, anon_sym_LBRACK, ACTIONS(3700), 1, anon_sym_LPAREN, ACTIONS(3702), 1, anon_sym_POUND, STATE(2990), 1, sym_type_arguments, ACTIONS(1045), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(2991), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1047), 8, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [114209] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1343), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [114233] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3218), 1, anon_sym_LPAREN, ACTIONS(3220), 1, anon_sym_match, ACTIONS(3376), 1, anon_sym_EQ, STATE(2606), 1, sym_type_arguments, ACTIONS(3374), 2, sym_identifier, sym_operator_identifier, ACTIONS(1206), 3, anon_sym_catch, anon_sym_finally, anon_sym_while, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, [114275] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3218), 1, anon_sym_LPAREN, ACTIONS(3220), 1, anon_sym_match, ACTIONS(3376), 1, anon_sym_EQ, STATE(2606), 1, sym_type_arguments, ACTIONS(3374), 2, sym_identifier, sym_operator_identifier, ACTIONS(1289), 3, anon_sym_catch, anon_sym_finally, anon_sym_while, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, [114317] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1347), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [114341] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3218), 1, anon_sym_LPAREN, ACTIONS(3220), 1, anon_sym_match, ACTIONS(3376), 1, anon_sym_EQ, STATE(2606), 1, sym_type_arguments, ACTIONS(3374), 2, sym_identifier, sym_operator_identifier, ACTIONS(1196), 3, anon_sym_catch, anon_sym_finally, anon_sym_while, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, [114383] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3704), 1, anon_sym_with, STATE(2227), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1258), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [114411] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1613), 1, anon_sym_EQ_GT, ACTIONS(1609), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1611), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [114437] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2587), 1, anon_sym_finally, STATE(2433), 1, sym_finally_clause, ACTIONS(1523), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1521), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [114465] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1745), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, [114489] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3707), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4291), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [114535] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3709), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4250), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [114581] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3711), 1, anon_sym_with, STATE(2253), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1265), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [114609] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3218), 1, anon_sym_LPAREN, ACTIONS(3220), 1, anon_sym_match, ACTIONS(3376), 1, anon_sym_EQ, STATE(2606), 1, sym_type_arguments, ACTIONS(3374), 2, sym_identifier, sym_operator_identifier, ACTIONS(1279), 3, anon_sym_catch, anon_sym_finally, anon_sym_while, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, [114651] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3713), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4125), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [114697] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3715), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4249), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [114743] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1240), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1242), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [114767] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3717), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4128), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [114813] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3719), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4299), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [114859] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1296), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [114885] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1762), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1764), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [114909] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3672), 1, anon_sym_LBRACK, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(2616), 1, sym_type_parameters, STATE(3308), 1, sym_access_modifier, STATE(3748), 1, sym_extends_clause, STATE(4095), 1, sym_template_body, ACTIONS(3674), 2, anon_sym_private, anon_sym_protected, STATE(3305), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1813), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [114951] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3721), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4256), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [114997] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1749), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, [115021] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1735), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1737), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [115045] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3723), 1, anon_sym_with, STATE(2285), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1275), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [115073] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3725), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4253), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [115119] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1495), 10, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [115143] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1351), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [115167] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3727), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4170), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [115213] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1766), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1768), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [115237] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1711), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1713), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [115261] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3711), 1, anon_sym_with, STATE(2227), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1275), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [115289] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3729), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4359), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [115335] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1699), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1701), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, [115359] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3731), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4493), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [115405] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3218), 1, anon_sym_LPAREN, ACTIONS(3376), 1, anon_sym_EQ, STATE(2606), 1, sym_type_arguments, ACTIONS(3374), 2, sym_identifier, sym_operator_identifier, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1302), 4, anon_sym_match, anon_sym_catch, anon_sym_finally, anon_sym_while, [115445] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3369), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1234), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, anon_sym_while, [115473] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3733), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4426), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [115519] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3218), 1, anon_sym_LPAREN, ACTIONS(3220), 1, anon_sym_match, ACTIONS(3376), 1, anon_sym_EQ, STATE(2606), 1, sym_type_arguments, ACTIONS(3374), 2, sym_identifier, sym_operator_identifier, ACTIONS(1308), 3, anon_sym_catch, anon_sym_finally, anon_sym_while, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, [115561] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3711), 1, anon_sym_with, STATE(2253), 1, aux_sym_compound_type_repeat1, ACTIONS(3735), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, anon_sym_while, ACTIONS(1230), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, [115593] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3737), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4167), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [115639] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3739), 1, anon_sym_STAR, ACTIONS(1487), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1489), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [115665] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3741), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4459), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [115711] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1343), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [115735] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(3475), 1, anon_sym_LBRACK, ACTIONS(3479), 1, anon_sym_POUND, ACTIONS(3743), 1, anon_sym_AT, STATE(2548), 1, sym_type_arguments, STATE(3019), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 4, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1035), 6, anon_sym_EQ_GT, anon_sym_case, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [115769] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3218), 1, anon_sym_LPAREN, ACTIONS(3376), 1, anon_sym_EQ, STATE(2606), 1, sym_type_arguments, ACTIONS(3374), 2, sym_identifier, sym_operator_identifier, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1331), 4, anon_sym_match, anon_sym_catch, anon_sym_finally, anon_sym_while, [115809] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3745), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4132), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [115855] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3747), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4403), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [115901] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1749), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [115925] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1739), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1741), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [115949] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3749), 1, anon_sym_DOT, ACTIONS(1250), 5, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1252), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [115975] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3634), 1, anon_sym_LPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(1333), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1335), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [116011] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1388), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [116035] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3751), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4437), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [116081] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3753), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4460), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [116127] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3755), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4464), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [116173] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1521), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1523), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [116197] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(3382), 1, anon_sym_DOT, ACTIONS(3384), 1, anon_sym_LBRACK, ACTIONS(3390), 1, anon_sym_LPAREN, STATE(3133), 1, sym_type_arguments, STATE(3134), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1339), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [116231] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1265), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [116255] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3723), 1, anon_sym_with, STATE(2246), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1265), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [116283] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1347), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [116307] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3757), 1, anon_sym_STAR, ACTIONS(1489), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1487), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [116333] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3634), 1, anon_sym_LPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(1337), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1339), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [116369] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3759), 1, anon_sym_with, STATE(2285), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1258), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [116397] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1495), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [116421] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3762), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4114), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [116467] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1758), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1760), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [116491] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3672), 1, anon_sym_LBRACK, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(2650), 1, sym_type_parameters, STATE(3290), 1, sym_access_modifier, STATE(3729), 1, sym_extends_clause, STATE(4086), 1, sym_template_body, ACTIONS(3674), 2, anon_sym_private, anon_sym_protected, STATE(3278), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1795), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [116533] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1731), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1733), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [116557] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1487), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1489), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [116581] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3764), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4224), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [116627] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1707), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1709), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [116651] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3766), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4293), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [116697] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1703), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1705), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [116721] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3768), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4292), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [116767] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3770), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4232), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [116813] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3772), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4225), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [116859] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3774), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4308), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [116905] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3776), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4482), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [116951] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1695), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1697), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [116975] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3646), 1, anon_sym_EQ, ACTIONS(3654), 1, anon_sym_match, ACTIONS(3778), 1, anon_sym_else, STATE(2952), 1, sym_type_arguments, ACTIONS(1281), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3642), 2, sym_identifier, sym_operator_identifier, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [117019] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(3780), 1, anon_sym_LBRACK, ACTIONS(3782), 1, anon_sym_AT, ACTIONS(3784), 1, anon_sym_POUND, STATE(2982), 1, sym_type_arguments, STATE(2924), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1035), 5, anon_sym_EQ_GT, anon_sym_case, anon_sym_with, sym_identifier, sym_operator_identifier, [117053] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3786), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4282), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [117099] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1770), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1772), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [117123] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3788), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4465), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [117169] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3790), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4529), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [117215] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2522), 1, anon_sym_finally, STATE(2433), 1, sym_finally_clause, ACTIONS(1523), 6, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1521), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [117243] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3792), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4277), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [117289] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3723), 1, anon_sym_with, STATE(2246), 1, aux_sym_compound_type_repeat1, ACTIONS(3794), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_while, ACTIONS(1230), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, [117321] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(3165), 1, anon_sym_with, STATE(1698), 1, aux_sym_compound_type_repeat1, ACTIONS(3239), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [117351] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3796), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4524), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [117397] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3672), 1, anon_sym_LBRACK, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(2852), 1, sym_type_parameters, STATE(3212), 1, sym_access_modifier, STATE(3741), 1, sym_extends_clause, STATE(4003), 1, sym_template_body, ACTIONS(3674), 2, anon_sym_private, anon_sym_protected, STATE(3210), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1811), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [117439] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(3798), 1, anon_sym_LBRACK, ACTIONS(3800), 1, anon_sym_LPAREN, ACTIONS(3802), 1, anon_sym_POUND, STATE(2938), 1, sym_type_arguments, ACTIONS(1045), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(2939), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1047), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [117473] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3804), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4297), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [117519] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3806), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4375), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [117565] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3808), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4451), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [117611] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3810), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4158), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [117657] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 5, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1296), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [117683] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1381), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [117707] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(3812), 1, anon_sym_EQ_GT, ACTIONS(3814), 1, sym__interpolated_string_start, ACTIONS(3816), 1, sym__interpolated_multiline_string_start, STATE(2949), 1, sym_interpolated_string, ACTIONS(1240), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1242), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [117739] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3818), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4200), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [117785] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3820), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4515), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [117831] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3456), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1234), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, anon_sym_while, [117859] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3822), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4199), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [117905] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3824), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4319), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [117951] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(3469), 1, sym__interpolated_string_start, ACTIONS(3471), 1, sym__interpolated_multiline_string_start, ACTIONS(3826), 1, anon_sym_EQ_GT, STATE(2601), 1, sym_interpolated_string, ACTIONS(1240), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [117983] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3828), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4422), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [118029] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1691), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1693), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [118053] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3830), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4339), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [118099] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3832), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4523), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [118145] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3646), 1, anon_sym_EQ, STATE(2952), 1, sym_type_arguments, ACTIONS(1323), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1325), 2, anon_sym_else, anon_sym_match, ACTIONS(3642), 2, sym_identifier, sym_operator_identifier, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [118187] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3646), 1, anon_sym_EQ, STATE(2952), 1, sym_type_arguments, ACTIONS(1313), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1315), 2, anon_sym_else, anon_sym_match, ACTIONS(3642), 2, sym_identifier, sym_operator_identifier, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [118229] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3834), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4208), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [118275] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3218), 1, anon_sym_LPAREN, ACTIONS(3376), 1, anon_sym_EQ, STATE(2606), 1, sym_type_arguments, ACTIONS(3374), 2, sym_identifier, sym_operator_identifier, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1315), 4, anon_sym_match, anon_sym_catch, anon_sym_finally, anon_sym_while, [118315] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1727), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1729), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [118339] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3836), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4408), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [118385] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(575), 1, anon_sym_LBRACE, ACTIONS(3382), 1, anon_sym_DOT, ACTIONS(3384), 1, anon_sym_LBRACK, ACTIONS(3386), 1, anon_sym_COLON, ACTIONS(3388), 1, anon_sym_EQ, ACTIONS(3390), 1, anon_sym_LPAREN, ACTIONS(3392), 1, anon_sym_match, STATE(3133), 1, sym_type_arguments, ACTIONS(3380), 2, sym_identifier, sym_operator_identifier, ACTIONS(1308), 3, anon_sym_EQ_GT, anon_sym_catch, anon_sym_finally, STATE(3134), 3, sym_block, sym_case_block, sym_arguments, [118427] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1379), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, anon_sym_LPAREN, ACTIONS(1381), 12, anon_sym_val, anon_sym_var, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_wildcard, [118451] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1386), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, anon_sym_LPAREN, ACTIONS(1388), 12, anon_sym_val, anon_sym_var, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_wildcard, [118475] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1613), 1, anon_sym_EQ_GT, ACTIONS(1611), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1609), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [118501] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 4, anon_sym_PLUS, anon_sym_DASH, anon_sym_AT, anon_sym_LPAREN, ACTIONS(1351), 12, anon_sym_val, anon_sym_var, anon_sym_abstract, anon_sym_final, anon_sym_sealed, anon_sym_implicit, anon_sym_lazy, anon_sym_override, anon_sym_private, anon_sym_protected, sym_identifier, sym_wildcard, [118525] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3838), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4147), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [118571] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [118595] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3840), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4397), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [118641] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3842), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4361), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [118687] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3844), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4214), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [118733] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3846), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4347), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [118779] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1210), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [118803] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3848), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4351), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [118849] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3850), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4324), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [118895] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3852), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4383), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [118941] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1683), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1685), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [118965] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3854), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4366), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [119011] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3856), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4501), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [119057] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1214), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [119081] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(507), 1, anon_sym_LBRACE, ACTIONS(3210), 1, anon_sym_DOT, ACTIONS(3212), 1, anon_sym_LBRACK, ACTIONS(3214), 1, anon_sym_COLON, ACTIONS(3218), 1, anon_sym_LPAREN, ACTIONS(3376), 1, anon_sym_EQ, STATE(2606), 1, sym_type_arguments, ACTIONS(3374), 2, sym_identifier, sym_operator_identifier, STATE(2602), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1325), 4, anon_sym_match, anon_sym_catch, anon_sym_finally, anon_sym_while, [119121] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, ACTIONS(1495), 8, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, [119145] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3858), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4149), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [119191] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [119215] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(1289), 1, anon_sym_else, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3646), 1, anon_sym_EQ, ACTIONS(3654), 1, anon_sym_match, STATE(2952), 1, sym_type_arguments, ACTIONS(1287), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3642), 2, sym_identifier, sym_operator_identifier, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [119259] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1222), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [119283] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(3780), 1, anon_sym_LBRACK, ACTIONS(3784), 1, anon_sym_POUND, ACTIONS(3860), 1, anon_sym_LPAREN, STATE(2982), 1, sym_type_arguments, STATE(2983), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 4, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1047), 6, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [119317] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3862), 1, anon_sym_DOT, ACTIONS(1250), 5, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1252), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [119343] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3864), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4192), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [119389] = 14, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3866), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, STATE(4183), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [119435] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1343), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [119458] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, ACTIONS(3868), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [119499] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1713), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1711), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [119522] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1347), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [119545] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(3698), 1, anon_sym_LBRACK, ACTIONS(3702), 1, anon_sym_POUND, ACTIONS(3870), 1, anon_sym_AT, STATE(2990), 1, sym_type_arguments, ACTIONS(1033), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3059), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1035), 7, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_with, sym_identifier, sym_operator_identifier, [119578] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1768), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1766), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [119601] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1495), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [119624] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3872), 1, anon_sym_with, STATE(2374), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1258), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [119651] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3875), 1, anon_sym_with, STATE(2390), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1265), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [119678] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 6, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1296), 8, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [119703] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1749), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1747), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [119726] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1727), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1729), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [119749] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1737), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1735), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [119772] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1381), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1379), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [119795] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1723), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1725), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [119818] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(3880), 1, anon_sym_EQ_GT, ACTIONS(3882), 1, anon_sym_COLON, ACTIONS(3885), 1, sym__interpolated_string_start, ACTIONS(3887), 1, sym__interpolated_multiline_string_start, STATE(3080), 1, sym_interpolated_string, ACTIONS(3877), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1240), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 4, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [119853] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1347), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1345), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [119876] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1495), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [119899] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1764), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1762), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [119922] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1685), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1683), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [119945] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(3880), 1, anon_sym_EQ_GT, ACTIONS(3885), 1, sym__interpolated_string_start, ACTIONS(3887), 1, sym__interpolated_multiline_string_start, STATE(3080), 1, sym_interpolated_string, ACTIONS(1242), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1240), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, [119976] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1683), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1685), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [119999] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1242), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1240), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [120022] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3875), 1, anon_sym_with, STATE(2374), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1275), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [120049] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, ACTIONS(3889), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [120090] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3891), 1, anon_sym_STAR, ACTIONS(1487), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1489), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [120115] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3875), 1, anon_sym_with, STATE(2390), 1, aux_sym_compound_type_repeat1, ACTIONS(3893), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_while, ACTIONS(1230), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, [120146] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(3897), 1, anon_sym_DOT, ACTIONS(3899), 1, anon_sym_LBRACK, ACTIONS(3901), 1, anon_sym_COLON, ACTIONS(3903), 1, anon_sym_EQ, ACTIONS(3905), 1, anon_sym_LPAREN, ACTIONS(3907), 1, anon_sym_match, STATE(3249), 1, sym_type_arguments, ACTIONS(1206), 2, anon_sym_EQ_GT, anon_sym_else, ACTIONS(3895), 2, sym_identifier, sym_operator_identifier, STATE(3250), 3, sym_block, sym_case_block, sym_arguments, [120187] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(3897), 1, anon_sym_DOT, ACTIONS(3899), 1, anon_sym_LBRACK, ACTIONS(3901), 1, anon_sym_COLON, ACTIONS(3903), 1, anon_sym_EQ, ACTIONS(3905), 1, anon_sym_LPAREN, ACTIONS(3907), 1, anon_sym_match, STATE(3249), 1, sym_type_arguments, ACTIONS(1289), 2, anon_sym_EQ_GT, anon_sym_else, ACTIONS(3895), 2, sym_identifier, sym_operator_identifier, STATE(3250), 3, sym_block, sym_case_block, sym_arguments, [120228] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, STATE(3083), 1, sym_type_arguments, ACTIONS(1194), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [120269] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, STATE(3083), 1, sym_type_arguments, ACTIONS(1287), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [120310] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1523), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1521), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [120333] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1760), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1758), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [120356] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(3897), 1, anon_sym_DOT, ACTIONS(3899), 1, anon_sym_LBRACK, ACTIONS(3901), 1, anon_sym_COLON, ACTIONS(3903), 1, anon_sym_EQ, ACTIONS(3905), 1, anon_sym_LPAREN, ACTIONS(3907), 1, anon_sym_match, STATE(3249), 1, sym_type_arguments, ACTIONS(1196), 2, anon_sym_EQ_GT, anon_sym_else, ACTIONS(3895), 2, sym_identifier, sym_operator_identifier, STATE(3250), 3, sym_block, sym_case_block, sym_arguments, [120397] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(3909), 1, anon_sym_LBRACK, ACTIONS(3911), 1, anon_sym_LPAREN, ACTIONS(3913), 1, anon_sym_POUND, STATE(3092), 1, sym_type_arguments, ACTIONS(1045), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3091), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1047), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [120430] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1745), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [120453] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(1283), 1, anon_sym_while, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3654), 1, anon_sym_match, ACTIONS(3917), 1, anon_sym_EQ, ACTIONS(3919), 1, anon_sym_else, STATE(2952), 1, sym_type_arguments, ACTIONS(3915), 2, sym_identifier, sym_operator_identifier, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [120496] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(3897), 1, anon_sym_DOT, ACTIONS(3899), 1, anon_sym_LBRACK, ACTIONS(3901), 1, anon_sym_COLON, ACTIONS(3903), 1, anon_sym_EQ, ACTIONS(3905), 1, anon_sym_LPAREN, ACTIONS(3907), 1, anon_sym_match, STATE(3249), 1, sym_type_arguments, ACTIONS(1279), 2, anon_sym_EQ_GT, anon_sym_else, ACTIONS(3895), 2, sym_identifier, sym_operator_identifier, STATE(3250), 3, sym_block, sym_case_block, sym_arguments, [120537] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1745), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1743), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [120560] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1733), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1731), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [120583] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(3897), 1, anon_sym_DOT, ACTIONS(3899), 1, anon_sym_LBRACK, ACTIONS(3901), 1, anon_sym_COLON, ACTIONS(3903), 1, anon_sym_EQ, ACTIONS(3905), 1, anon_sym_LPAREN, STATE(3249), 1, sym_type_arguments, ACTIONS(3895), 2, sym_identifier, sym_operator_identifier, ACTIONS(1302), 3, anon_sym_EQ_GT, anon_sym_else, anon_sym_match, STATE(3250), 3, sym_block, sym_case_block, sym_arguments, [120622] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(3897), 1, anon_sym_DOT, ACTIONS(3899), 1, anon_sym_LBRACK, ACTIONS(3905), 1, anon_sym_LPAREN, STATE(3249), 1, sym_type_arguments, STATE(3250), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1226), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [120655] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(3897), 1, anon_sym_DOT, ACTIONS(3899), 1, anon_sym_LBRACK, ACTIONS(3901), 1, anon_sym_COLON, ACTIONS(3903), 1, anon_sym_EQ, ACTIONS(3905), 1, anon_sym_LPAREN, ACTIONS(3907), 1, anon_sym_match, STATE(3249), 1, sym_type_arguments, ACTIONS(1308), 2, anon_sym_EQ_GT, anon_sym_else, ACTIONS(3895), 2, sym_identifier, sym_operator_identifier, STATE(3250), 3, sym_block, sym_case_block, sym_arguments, [120696] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(3897), 1, anon_sym_DOT, ACTIONS(3899), 1, anon_sym_LBRACK, ACTIONS(3901), 1, anon_sym_COLON, ACTIONS(3903), 1, anon_sym_EQ, ACTIONS(3905), 1, anon_sym_LPAREN, STATE(3249), 1, sym_type_arguments, ACTIONS(3895), 2, sym_identifier, sym_operator_identifier, ACTIONS(1331), 3, anon_sym_EQ_GT, anon_sym_else, anon_sym_match, STATE(3250), 3, sym_block, sym_case_block, sym_arguments, [120735] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1363), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [120758] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1772), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1770), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [120781] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1489), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1487), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [120804] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1770), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1772), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [120827] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1613), 1, anon_sym_EQ_GT, ACTIONS(1609), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1611), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [120852] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1691), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1693), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [120875] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1695), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1697), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [120898] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1709), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1707), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [120921] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1699), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1701), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [120944] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(1283), 1, anon_sym_EQ_GT, ACTIONS(3897), 1, anon_sym_DOT, ACTIONS(3899), 1, anon_sym_LBRACK, ACTIONS(3901), 1, anon_sym_COLON, ACTIONS(3903), 1, anon_sym_EQ, ACTIONS(3905), 1, anon_sym_LPAREN, ACTIONS(3907), 1, anon_sym_match, ACTIONS(3921), 1, anon_sym_else, STATE(3249), 1, sym_type_arguments, ACTIONS(3895), 2, sym_identifier, sym_operator_identifier, STATE(3250), 3, sym_block, sym_case_block, sym_arguments, [120987] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1705), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1703), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [121010] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1703), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1705), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [121033] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(3448), 1, anon_sym_with, STATE(1944), 1, aux_sym_compound_type_repeat1, ACTIONS(3456), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [121062] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1707), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1709), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [121085] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1693), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1691), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [121108] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1343), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1341), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [121131] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(1325), 1, anon_sym_match, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(1323), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [121172] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(1283), 1, anon_sym_EQ_GT, ACTIONS(3897), 1, anon_sym_DOT, ACTIONS(3899), 1, anon_sym_LBRACK, ACTIONS(3901), 1, anon_sym_COLON, ACTIONS(3903), 1, anon_sym_EQ, ACTIONS(3905), 1, anon_sym_LPAREN, ACTIONS(3907), 1, anon_sym_match, ACTIONS(3923), 1, anon_sym_else, STATE(3249), 1, sym_type_arguments, ACTIONS(3895), 2, sym_identifier, sym_operator_identifier, STATE(3250), 3, sym_block, sym_case_block, sym_arguments, [121215] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(1315), 1, anon_sym_match, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(1313), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [121256] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1487), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1489), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [121279] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 5, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1222), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [121302] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3452), 1, anon_sym_LPAREN, STATE(2441), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1192), 9, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [121329] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1697), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1695), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [121352] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(3814), 1, sym__interpolated_string_start, ACTIONS(3816), 1, sym__interpolated_multiline_string_start, ACTIONS(3925), 1, anon_sym_EQ_GT, STATE(2949), 1, sym_interpolated_string, ACTIONS(1240), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [121383] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 5, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1218), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [121406] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1731), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1733), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [121429] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1381), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [121452] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3917), 1, anon_sym_EQ, STATE(2952), 1, sym_type_arguments, ACTIONS(3915), 2, sym_identifier, sym_operator_identifier, ACTIONS(1325), 3, anon_sym_else, anon_sym_match, anon_sym_while, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [121491] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1758), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1760), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [121514] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 5, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1214), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [121537] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3927), 1, anon_sym_LPAREN, STATE(2441), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1136), 9, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [121564] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3917), 1, anon_sym_EQ, STATE(2952), 1, sym_type_arguments, ACTIONS(3915), 2, sym_identifier, sym_operator_identifier, ACTIONS(1315), 3, anon_sym_else, anon_sym_match, anon_sym_while, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [121603] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(3897), 1, anon_sym_DOT, ACTIONS(3899), 1, anon_sym_LBRACK, ACTIONS(3901), 1, anon_sym_COLON, ACTIONS(3903), 1, anon_sym_EQ, ACTIONS(3905), 1, anon_sym_LPAREN, STATE(3249), 1, sym_type_arguments, ACTIONS(3895), 2, sym_identifier, sym_operator_identifier, ACTIONS(1315), 3, anon_sym_EQ_GT, anon_sym_else, anon_sym_match, STATE(3250), 3, sym_block, sym_case_block, sym_arguments, [121642] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(3897), 1, anon_sym_DOT, ACTIONS(3899), 1, anon_sym_LBRACK, ACTIONS(3901), 1, anon_sym_COLON, ACTIONS(3903), 1, anon_sym_EQ, ACTIONS(3905), 1, anon_sym_LPAREN, STATE(3249), 1, sym_type_arguments, ACTIONS(3895), 2, sym_identifier, sym_operator_identifier, ACTIONS(1325), 3, anon_sym_EQ_GT, anon_sym_else, anon_sym_match, STATE(3250), 3, sym_block, sym_case_block, sym_arguments, [121681] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1521), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1523), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [121704] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(3897), 1, anon_sym_DOT, ACTIONS(3899), 1, anon_sym_LBRACK, ACTIONS(3905), 1, anon_sym_LPAREN, STATE(3249), 1, sym_type_arguments, STATE(3250), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1335), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [121737] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 5, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1210), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [121760] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(691), 1, anon_sym_LBRACE, ACTIONS(3897), 1, anon_sym_DOT, ACTIONS(3899), 1, anon_sym_LBRACK, ACTIONS(3905), 1, anon_sym_LPAREN, STATE(3249), 1, sym_type_arguments, STATE(3250), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1339), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [121793] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1749), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [121816] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1729), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1727), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [121839] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1495), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1493), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [121862] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1725), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1723), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [121885] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, STATE(3083), 1, sym_type_arguments, ACTIONS(1277), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [121926] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1388), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1386), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [121949] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1363), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [121972] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, ACTIONS(3930), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [122013] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, ACTIONS(3932), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [122054] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 5, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1343), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [122077] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, ACTIONS(3934), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [122118] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1711), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1713), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [122141] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1766), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1768), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [122164] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(3936), 1, anon_sym_EQ_GT, ACTIONS(3938), 1, sym__interpolated_string_start, ACTIONS(3940), 1, sym__interpolated_multiline_string_start, STATE(3137), 1, sym_interpolated_string, ACTIONS(1240), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [122195] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, ACTIONS(3942), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [122236] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, ACTIONS(3944), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [122277] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, ACTIONS(3946), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [122318] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1735), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1737), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [122341] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(3798), 1, anon_sym_LBRACK, ACTIONS(3802), 1, anon_sym_POUND, ACTIONS(3948), 1, anon_sym_AT, STATE(2938), 1, sym_type_arguments, ACTIONS(1033), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3115), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1035), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_with, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [122374] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1762), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1764), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [122397] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1715), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1717), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [122420] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1719), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1721), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [122443] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 5, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1347), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [122466] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3950), 1, anon_sym_DOT, ACTIONS(1250), 6, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1252), 8, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [122491] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(3952), 1, anon_sym_LBRACK, ACTIONS(3954), 1, anon_sym_LPAREN, ACTIONS(3956), 1, anon_sym_POUND, STATE(3090), 1, sym_type_arguments, STATE(3095), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1047), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [122522] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1739), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1741), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [122545] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(3362), 1, anon_sym_with, STATE(1823), 1, aux_sym_compound_type_repeat1, ACTIONS(3369), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, [122574] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1388), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [122597] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1351), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1349), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [122620] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1351), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [122643] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1741), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1739), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [122666] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3917), 1, anon_sym_EQ, STATE(2952), 1, sym_type_arguments, ACTIONS(3915), 2, sym_identifier, sym_operator_identifier, ACTIONS(1331), 3, anon_sym_else, anon_sym_match, anon_sym_while, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [122705] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1265), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [122728] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1240), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1242), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [122751] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, ACTIONS(3958), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [122792] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3654), 1, anon_sym_match, ACTIONS(3917), 1, anon_sym_EQ, STATE(2952), 1, sym_type_arguments, ACTIONS(1308), 2, anon_sym_else, anon_sym_while, ACTIONS(3915), 2, sym_identifier, sym_operator_identifier, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [122833] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, ACTIONS(3960), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [122874] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3917), 1, anon_sym_EQ, STATE(2952), 1, sym_type_arguments, ACTIONS(3915), 2, sym_identifier, sym_operator_identifier, ACTIONS(1302), 3, anon_sym_else, anon_sym_match, anon_sym_while, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [122913] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, ACTIONS(3962), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [122954] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1381), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [122977] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3536), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1234), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_while, [123004] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, STATE(3083), 1, sym_type_arguments, ACTIONS(1204), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [123045] = 13, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(1283), 1, anon_sym_while, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3654), 1, anon_sym_match, ACTIONS(3917), 1, anon_sym_EQ, ACTIONS(3964), 1, anon_sym_else, STATE(2952), 1, sym_type_arguments, ACTIONS(3915), 2, sym_identifier, sym_operator_identifier, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [123088] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1265), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [123111] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2947), 1, anon_sym_finally, STATE(2417), 1, sym_finally_clause, ACTIONS(1521), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1523), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, sym_identifier, sym_operator_identifier, [123138] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(3966), 1, anon_sym_LBRACK, ACTIONS(3968), 1, anon_sym_LPAREN, ACTIONS(3970), 1, anon_sym_POUND, STATE(3045), 1, sym_type_arguments, ACTIONS(1045), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3044), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1047), 7, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [123171] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, ACTIONS(3972), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [123212] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3654), 1, anon_sym_match, ACTIONS(3917), 1, anon_sym_EQ, STATE(2952), 1, sym_type_arguments, ACTIONS(1279), 2, anon_sym_else, anon_sym_while, ACTIONS(3915), 2, sym_identifier, sym_operator_identifier, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [123253] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(1331), 1, anon_sym_match, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(1329), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [123294] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, STATE(3083), 1, sym_type_arguments, ACTIONS(1306), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [123335] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3515), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1234), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, anon_sym_while, [123362] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, ACTIONS(3974), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [123403] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(1302), 1, anon_sym_match, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(1300), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [123444] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3654), 1, anon_sym_match, ACTIONS(3917), 1, anon_sym_EQ, STATE(2952), 1, sym_type_arguments, ACTIONS(1196), 2, anon_sym_else, anon_sym_while, ACTIONS(3915), 2, sym_identifier, sym_operator_identifier, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [123485] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1388), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [123508] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3654), 1, anon_sym_match, ACTIONS(3917), 1, anon_sym_EQ, STATE(2952), 1, sym_type_arguments, ACTIONS(1289), 2, anon_sym_else, anon_sym_while, ACTIONS(3915), 2, sym_identifier, sym_operator_identifier, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [123549] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(3578), 1, anon_sym_DOT, ACTIONS(3580), 1, anon_sym_LBRACK, ACTIONS(3582), 1, anon_sym_LPAREN, ACTIONS(3644), 1, anon_sym_COLON, ACTIONS(3654), 1, anon_sym_match, ACTIONS(3917), 1, anon_sym_EQ, STATE(2952), 1, sym_type_arguments, ACTIONS(1206), 2, anon_sym_else, anon_sym_while, ACTIONS(3915), 2, sym_identifier, sym_operator_identifier, STATE(2951), 3, sym_block, sym_case_block, sym_arguments, [123590] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1717), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1715), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [123613] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1351), 9, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [123636] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1721), 7, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_if, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1719), 8, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, [123659] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3976), 1, sym_identifier, ACTIONS(3978), 1, anon_sym_LPAREN, STATE(3460), 1, sym__annotated_type, STATE(4765), 1, sym_parameter_types, STATE(4773), 1, sym_stable_identifier, STATE(3625), 2, sym_compound_type, sym_infix_type, STATE(4038), 2, sym__type, sym_function_type, STATE(2545), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [123693] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4348), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [123727] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3152), 1, sym_access_modifier, STATE(3773), 1, sym_extends_clause, STATE(3956), 1, sym_template_body, ACTIONS(3674), 2, anon_sym_private, anon_sym_protected, STATE(3149), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1856), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [123763] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2878), 1, anon_sym_finally, STATE(2963), 1, sym_finally_clause, ACTIONS(1521), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1523), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [123789] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4237), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [123823] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3984), 1, anon_sym_AT, STATE(2514), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1185), 8, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [123849] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3461), 1, sym_identifier, ACTIONS(3465), 1, anon_sym_LPAREN, STATE(3416), 1, sym__annotated_type, STATE(4815), 1, sym_parameter_types, STATE(4823), 1, sym_stable_identifier, STATE(968), 2, sym__type, sym_function_type, STATE(3635), 2, sym_compound_type, sym_infix_type, STATE(2829), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [123883] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 6, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1210), 8, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [123905] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3595), 1, sym_identifier, ACTIONS(3599), 1, anon_sym_LPAREN, STATE(592), 1, sym__annotated_type, STATE(4956), 1, sym_stable_identifier, STATE(4958), 1, sym_parameter_types, STATE(709), 2, sym_compound_type, sym_infix_type, STATE(744), 2, sym__type, sym_function_type, STATE(563), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [123939] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4258), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [123973] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(3987), 1, anon_sym_EQ_GT, ACTIONS(3989), 1, sym__interpolated_string_start, ACTIONS(3991), 1, sym__interpolated_multiline_string_start, STATE(3251), 1, sym_interpolated_string, ACTIONS(1240), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [124003] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3993), 1, anon_sym_LPAREN, STATE(2520), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 4, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1136), 7, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [124029] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3996), 1, sym_identifier, ACTIONS(3998), 1, anon_sym_LPAREN, STATE(835), 1, sym__annotated_type, STATE(4891), 1, sym_parameter_types, STATE(4896), 1, sym_stable_identifier, STATE(945), 2, sym_compound_type, sym_infix_type, STATE(1022), 2, sym__type, sym_function_type, STATE(644), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [124063] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 6, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1214), 8, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [124085] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3565), 1, sym_identifier, ACTIONS(3569), 1, anon_sym_LPAREN, STATE(1668), 1, sym__annotated_type, STATE(4901), 1, sym_stable_identifier, STATE(4903), 1, sym_parameter_types, STATE(1965), 2, sym_compound_type, sym_infix_type, STATE(2006), 2, sym__type, sym_function_type, STATE(1195), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [124119] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3733), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [124159] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4000), 1, sym_identifier, ACTIONS(4002), 1, anon_sym_LPAREN, STATE(3042), 1, sym__annotated_type, STATE(4715), 1, sym_stable_identifier, STATE(4983), 1, sym_parameter_types, STATE(3377), 2, sym_compound_type, sym_infix_type, STATE(3409), 2, sym__type, sym_function_type, STATE(1799), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [124193] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4254), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [124227] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4004), 1, sym_identifier, ACTIONS(4006), 1, anon_sym_LPAREN, STATE(697), 1, sym__annotated_type, STATE(4931), 1, sym_stable_identifier, STATE(4933), 1, sym_parameter_types, STATE(886), 2, sym_compound_type, sym_infix_type, STATE(923), 2, sym__type, sym_function_type, STATE(574), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [124261] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4008), 1, sym_identifier, ACTIONS(4010), 1, anon_sym_LPAREN, STATE(3205), 1, sym__annotated_type, STATE(4843), 1, sym_parameter_types, STATE(4849), 1, sym_stable_identifier, STATE(3451), 2, sym_compound_type, sym_infix_type, STATE(3647), 2, sym__type, sym_function_type, STATE(2266), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [124295] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 6, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1218), 8, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [124317] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3682), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [124357] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4251), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [124391] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4456), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [124425] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4012), 1, sym_identifier, ACTIONS(4014), 1, anon_sym_LPAREN, STATE(1056), 1, sym__annotated_type, STATE(4718), 1, sym_stable_identifier, STATE(4740), 1, sym_parameter_types, STATE(1118), 2, sym_compound_type, sym_infix_type, STATE(1140), 2, sym__type, sym_function_type, STATE(888), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [124459] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1240), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1242), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [124481] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1296), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [124505] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4016), 1, sym_identifier, ACTIONS(4018), 1, anon_sym_LPAREN, STATE(3616), 1, sym__annotated_type, STATE(4720), 1, sym_parameter_types, STATE(4726), 1, sym_stable_identifier, STATE(3801), 2, sym_compound_type, sym_infix_type, STATE(3854), 2, sym__type, sym_function_type, STATE(2996), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [124539] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4261), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [124573] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4227), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [124607] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3477), 1, anon_sym_LPAREN, STATE(2520), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 4, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1192), 7, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [124633] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4468), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [124667] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4275), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [124701] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3764), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [124741] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4012), 1, sym_identifier, ACTIONS(4014), 1, anon_sym_LPAREN, STATE(1056), 1, sym__annotated_type, STATE(4718), 1, sym_stable_identifier, STATE(4740), 1, sym_parameter_types, STATE(1118), 2, sym_compound_type, sym_infix_type, STATE(1141), 2, sym__type, sym_function_type, STATE(888), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [124775] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4020), 1, sym_identifier, ACTIONS(4022), 1, anon_sym_LPAREN, STATE(2310), 1, sym__annotated_type, STATE(4951), 1, sym_stable_identifier, STATE(4953), 1, sym_parameter_types, STATE(2630), 2, sym_compound_type, sym_infix_type, STATE(2919), 2, sym__type, sym_function_type, STATE(1564), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [124809] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(3966), 1, anon_sym_LBRACK, ACTIONS(3970), 1, anon_sym_POUND, ACTIONS(4024), 1, anon_sym_AT, STATE(3045), 1, sym_type_arguments, ACTIONS(1033), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3291), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1035), 6, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_with, sym_identifier, sym_operator_identifier, [124841] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4026), 1, sym_identifier, ACTIONS(4028), 1, anon_sym_LPAREN, STATE(1881), 1, sym__annotated_type, STATE(4859), 1, sym_parameter_types, STATE(4865), 1, sym_stable_identifier, STATE(2209), 2, sym_compound_type, sym_infix_type, STATE(2450), 2, sym__type, sym_function_type, STATE(1361), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [124875] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4030), 1, sym_identifier, ACTIONS(4032), 1, anon_sym_LPAREN, STATE(3493), 1, sym__annotated_type, STATE(4911), 1, sym_stable_identifier, STATE(4913), 1, sym_parameter_types, STATE(3636), 2, sym_compound_type, sym_infix_type, STATE(3707), 2, sym__type, sym_function_type, STATE(2810), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [124909] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 6, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1222), 8, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [124931] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4034), 1, sym_identifier, ACTIONS(4036), 1, anon_sym_LPAREN, STATE(1091), 1, sym__annotated_type, STATE(4727), 1, sym_parameter_types, STATE(4733), 1, sym_stable_identifier, STATE(1128), 2, sym_compound_type, sym_infix_type, STATE(1228), 2, sym__type, sym_function_type, STATE(940), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [124965] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1495), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [124987] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4034), 1, sym_identifier, ACTIONS(4036), 1, anon_sym_LPAREN, STATE(1091), 1, sym__annotated_type, STATE(4727), 1, sym_parameter_types, STATE(4733), 1, sym_stable_identifier, STATE(1128), 2, sym_compound_type, sym_infix_type, STATE(1214), 2, sym__type, sym_function_type, STATE(940), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125021] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4038), 1, sym_identifier, ACTIONS(4040), 1, anon_sym_LPAREN, STATE(3229), 1, sym__annotated_type, STATE(4825), 1, sym_parameter_types, STATE(4833), 1, sym_stable_identifier, STATE(3426), 2, sym_compound_type, sym_infix_type, STATE(3950), 2, sym__type, sym_function_type, STATE(2303), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125055] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4008), 1, sym_identifier, ACTIONS(4010), 1, anon_sym_LPAREN, STATE(3205), 1, sym__annotated_type, STATE(4843), 1, sym_parameter_types, STATE(4849), 1, sym_stable_identifier, STATE(3451), 2, sym_compound_type, sym_infix_type, STATE(3654), 2, sym__type, sym_function_type, STATE(2266), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125089] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4042), 1, anon_sym_DOT, ACTIONS(1250), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1252), 9, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [125113] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4038), 1, sym_identifier, ACTIONS(4040), 1, anon_sym_LPAREN, STATE(3229), 1, sym__annotated_type, STATE(4825), 1, sym_parameter_types, STATE(4833), 1, sym_stable_identifier, STATE(3426), 2, sym_compound_type, sym_infix_type, STATE(3948), 2, sym__type, sym_function_type, STATE(2303), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125147] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4008), 1, sym_identifier, ACTIONS(4010), 1, anon_sym_LPAREN, STATE(3205), 1, sym__annotated_type, STATE(4843), 1, sym_parameter_types, STATE(4849), 1, sym_stable_identifier, STATE(3451), 2, sym_compound_type, sym_infix_type, STATE(3682), 2, sym__type, sym_function_type, STATE(2266), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125181] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4038), 1, sym_identifier, ACTIONS(4040), 1, anon_sym_LPAREN, STATE(3229), 1, sym__annotated_type, STATE(4825), 1, sym_parameter_types, STATE(4833), 1, sym_stable_identifier, STATE(3426), 2, sym_compound_type, sym_infix_type, STATE(4079), 2, sym__type, sym_function_type, STATE(2303), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125215] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4496), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125249] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4044), 1, sym_identifier, ACTIONS(4046), 1, anon_sym_LPAREN, STATE(3559), 1, sym__annotated_type, STATE(4785), 1, sym_parameter_types, STATE(4793), 1, sym_stable_identifier, STATE(3796), 2, sym_compound_type, sym_infix_type, STATE(4323), 2, sym__type, sym_function_type, STATE(3013), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125283] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4038), 1, sym_identifier, ACTIONS(4040), 1, anon_sym_LPAREN, STATE(3229), 1, sym__annotated_type, STATE(4825), 1, sym_parameter_types, STATE(4833), 1, sym_stable_identifier, STATE(3426), 2, sym_compound_type, sym_infix_type, STATE(3984), 2, sym__type, sym_function_type, STATE(2303), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125317] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4478), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125351] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3587), 1, sym_identifier, ACTIONS(3591), 1, anon_sym_LPAREN, STATE(1703), 1, sym__annotated_type, STATE(4745), 1, sym_parameter_types, STATE(4753), 1, sym_stable_identifier, STATE(2165), 2, sym_compound_type, sym_infix_type, STATE(2358), 2, sym__type, sym_function_type, STATE(1267), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125385] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4048), 1, sym_identifier, ACTIONS(4050), 1, anon_sym_LPAREN, STATE(3056), 1, sym__annotated_type, STATE(4835), 1, sym_parameter_types, STATE(4841), 1, sym_stable_identifier, STATE(3394), 2, sym_compound_type, sym_infix_type, STATE(3431), 2, sym__type, sym_function_type, STATE(2015), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125419] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4004), 1, sym_identifier, ACTIONS(4006), 1, anon_sym_LPAREN, STATE(697), 1, sym__annotated_type, STATE(4931), 1, sym_stable_identifier, STATE(4933), 1, sym_parameter_types, STATE(886), 2, sym_compound_type, sym_infix_type, STATE(911), 2, sym__type, sym_function_type, STATE(574), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125453] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4008), 1, sym_identifier, ACTIONS(4010), 1, anon_sym_LPAREN, STATE(3205), 1, sym__annotated_type, STATE(4843), 1, sym_parameter_types, STATE(4849), 1, sym_stable_identifier, STATE(3451), 2, sym_compound_type, sym_infix_type, STATE(3638), 2, sym__type, sym_function_type, STATE(2266), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125487] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4020), 1, sym_identifier, ACTIONS(4022), 1, anon_sym_LPAREN, STATE(2915), 1, sym__annotated_type, STATE(4951), 1, sym_stable_identifier, STATE(4991), 1, sym_parameter_types, STATE(3201), 2, sym__type, sym_function_type, STATE(3234), 2, sym_compound_type, sym_infix_type, STATE(1564), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125521] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4048), 1, sym_identifier, ACTIONS(4050), 1, anon_sym_LPAREN, STATE(3056), 1, sym__annotated_type, STATE(4835), 1, sym_parameter_types, STATE(4841), 1, sym_stable_identifier, STATE(3394), 2, sym_compound_type, sym_infix_type, STATE(3449), 2, sym__type, sym_function_type, STATE(2015), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125555] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, ACTIONS(4056), 1, anon_sym_while, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [125595] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4058), 1, sym_identifier, ACTIONS(4060), 1, anon_sym_LPAREN, STATE(1093), 1, sym__annotated_type, STATE(4780), 1, sym_stable_identifier, STATE(4829), 1, sym_parameter_types, STATE(968), 2, sym__type, sym_function_type, STATE(1127), 2, sym_compound_type, sym_infix_type, STATE(922), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125629] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4016), 1, sym_identifier, ACTIONS(4018), 1, anon_sym_LPAREN, STATE(3616), 1, sym__annotated_type, STATE(4720), 1, sym_parameter_types, STATE(4726), 1, sym_stable_identifier, STATE(3801), 2, sym_compound_type, sym_infix_type, STATE(3884), 2, sym__type, sym_function_type, STATE(2996), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125663] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4062), 1, anon_sym_LBRACK, ACTIONS(4064), 1, anon_sym_LPAREN, ACTIONS(4066), 1, anon_sym_POUND, STATE(3303), 1, sym_type_arguments, STATE(3299), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1045), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, ACTIONS(1047), 5, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [125695] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4058), 1, sym_identifier, ACTIONS(4060), 1, anon_sym_LPAREN, STATE(1093), 1, sym__annotated_type, STATE(4780), 1, sym_stable_identifier, STATE(4829), 1, sym_parameter_types, STATE(1127), 2, sym_compound_type, sym_infix_type, STATE(1686), 2, sym__type, sym_function_type, STATE(922), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125729] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4016), 1, sym_identifier, ACTIONS(4018), 1, anon_sym_LPAREN, STATE(3616), 1, sym__annotated_type, STATE(4720), 1, sym_parameter_types, STATE(4726), 1, sym_stable_identifier, STATE(3801), 2, sym_compound_type, sym_infix_type, STATE(3889), 2, sym__type, sym_function_type, STATE(2996), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125763] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, ACTIONS(4068), 1, anon_sym_while, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [125803] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4058), 1, sym_identifier, ACTIONS(4060), 1, anon_sym_LPAREN, STATE(1093), 1, sym__annotated_type, STATE(4780), 1, sym_stable_identifier, STATE(4829), 1, sym_parameter_types, STATE(1127), 2, sym_compound_type, sym_infix_type, STATE(1685), 2, sym__type, sym_function_type, STATE(922), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125837] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4174), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125871] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(4072), 1, anon_sym_DOT, ACTIONS(4074), 1, anon_sym_EQ_GT, ACTIONS(4076), 1, anon_sym_LBRACK, ACTIONS(4078), 1, anon_sym_COLON, ACTIONS(4080), 1, anon_sym_EQ, ACTIONS(4082), 1, anon_sym_LPAREN, ACTIONS(4084), 1, anon_sym_match, STATE(3373), 1, sym_type_arguments, ACTIONS(4070), 2, sym_identifier, sym_operator_identifier, STATE(3371), 3, sym_block, sym_case_block, sym_arguments, [125911] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4048), 1, sym_identifier, ACTIONS(4050), 1, anon_sym_LPAREN, STATE(3056), 1, sym__annotated_type, STATE(4835), 1, sym_parameter_types, STATE(4841), 1, sym_stable_identifier, STATE(3394), 2, sym_compound_type, sym_infix_type, STATE(3457), 2, sym__type, sym_function_type, STATE(2015), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125945] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4008), 1, sym_identifier, ACTIONS(4010), 1, anon_sym_LPAREN, STATE(3205), 1, sym__annotated_type, STATE(4843), 1, sym_parameter_types, STATE(4849), 1, sym_stable_identifier, STATE(3451), 2, sym_compound_type, sym_infix_type, STATE(3637), 2, sym__type, sym_function_type, STATE(2266), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [125979] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1762), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1764), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [126001] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4086), 1, sym_identifier, ACTIONS(4088), 1, anon_sym_LPAREN, STATE(1975), 1, sym__annotated_type, STATE(4971), 1, sym_stable_identifier, STATE(4977), 1, sym_parameter_types, STATE(2324), 2, sym_compound_type, sym_infix_type, STATE(2373), 2, sym__type, sym_function_type, STATE(1306), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [126035] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4016), 1, sym_identifier, ACTIONS(4018), 1, anon_sym_LPAREN, STATE(3616), 1, sym__annotated_type, STATE(4720), 1, sym_parameter_types, STATE(4726), 1, sym_stable_identifier, STATE(3801), 2, sym_compound_type, sym_infix_type, STATE(3849), 2, sym__type, sym_function_type, STATE(2996), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [126069] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 6, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1296), 7, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [126093] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4144), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [126127] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4090), 1, anon_sym_LBRACK, ACTIONS(4092), 1, anon_sym_LPAREN, ACTIONS(4094), 1, anon_sym_POUND, STATE(3166), 1, sym_type_arguments, ACTIONS(1045), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3167), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1047), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [126159] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4008), 1, sym_identifier, ACTIONS(4010), 1, anon_sym_LPAREN, STATE(3205), 1, sym__annotated_type, STATE(4843), 1, sym_parameter_types, STATE(4849), 1, sym_stable_identifier, STATE(3451), 2, sym_compound_type, sym_infix_type, STATE(3628), 2, sym__type, sym_function_type, STATE(2266), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [126193] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4285), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [126227] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4058), 1, sym_identifier, ACTIONS(4060), 1, anon_sym_LPAREN, STATE(1093), 1, sym__annotated_type, STATE(4780), 1, sym_stable_identifier, STATE(4829), 1, sym_parameter_types, STATE(1127), 2, sym_compound_type, sym_infix_type, STATE(1681), 2, sym__type, sym_function_type, STATE(922), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [126261] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4016), 1, sym_identifier, ACTIONS(4018), 1, anon_sym_LPAREN, STATE(3616), 1, sym__annotated_type, STATE(4720), 1, sym_parameter_types, STATE(4726), 1, sym_stable_identifier, STATE(3801), 2, sym_compound_type, sym_infix_type, STATE(3821), 2, sym__type, sym_function_type, STATE(2996), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [126295] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4298), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [126329] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4038), 1, sym_identifier, ACTIONS(4040), 1, anon_sym_LPAREN, STATE(3229), 1, sym__annotated_type, STATE(4825), 1, sym_parameter_types, STATE(4833), 1, sym_stable_identifier, STATE(3426), 2, sym_compound_type, sym_infix_type, STATE(4048), 2, sym__type, sym_function_type, STATE(2303), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [126363] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4038), 1, sym_identifier, ACTIONS(4040), 1, anon_sym_LPAREN, STATE(3229), 1, sym__annotated_type, STATE(4825), 1, sym_parameter_types, STATE(4833), 1, sym_stable_identifier, STATE(3426), 2, sym_compound_type, sym_infix_type, STATE(4046), 2, sym__type, sym_function_type, STATE(2303), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [126397] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4038), 1, sym_identifier, ACTIONS(4040), 1, anon_sym_LPAREN, STATE(3229), 1, sym__annotated_type, STATE(4825), 1, sym_parameter_types, STATE(4833), 1, sym_stable_identifier, STATE(3426), 2, sym_compound_type, sym_infix_type, STATE(4045), 2, sym__type, sym_function_type, STATE(2303), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [126431] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4034), 1, sym_identifier, ACTIONS(4036), 1, anon_sym_LPAREN, STATE(1091), 1, sym__annotated_type, STATE(4727), 1, sym_parameter_types, STATE(4733), 1, sym_stable_identifier, STATE(1128), 2, sym_compound_type, sym_infix_type, STATE(1224), 2, sym__type, sym_function_type, STATE(940), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [126465] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4034), 1, sym_identifier, ACTIONS(4036), 1, anon_sym_LPAREN, STATE(1091), 1, sym__annotated_type, STATE(4727), 1, sym_parameter_types, STATE(4733), 1, sym_stable_identifier, STATE(1128), 2, sym_compound_type, sym_infix_type, STATE(1238), 2, sym__type, sym_function_type, STATE(940), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [126499] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4058), 1, sym_identifier, ACTIONS(4060), 1, anon_sym_LPAREN, STATE(1093), 1, sym__annotated_type, STATE(4780), 1, sym_stable_identifier, STATE(4829), 1, sym_parameter_types, STATE(1127), 2, sym_compound_type, sym_infix_type, STATE(1683), 2, sym__type, sym_function_type, STATE(922), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [126533] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1495), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [126555] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4488), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [126589] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4044), 1, sym_identifier, ACTIONS(4046), 1, anon_sym_LPAREN, STATE(3559), 1, sym__annotated_type, STATE(4785), 1, sym_parameter_types, STATE(4793), 1, sym_stable_identifier, STATE(3796), 2, sym_compound_type, sym_infix_type, STATE(4181), 2, sym__type, sym_function_type, STATE(3013), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [126623] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4307), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [126657] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1735), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1737), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [126679] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1766), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1768), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [126701] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(3885), 1, sym__interpolated_string_start, ACTIONS(3887), 1, sym__interpolated_multiline_string_start, ACTIONS(4096), 1, anon_sym_EQ_GT, STATE(3080), 1, sym_interpolated_string, ACTIONS(1240), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [126731] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4098), 1, anon_sym_LBRACK, ACTIONS(4100), 1, anon_sym_LPAREN, ACTIONS(4102), 1, anon_sym_POUND, STATE(3313), 1, sym_type_arguments, ACTIONS(1045), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3311), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1047), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [126763] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3319), 1, anon_sym_finally, STATE(2417), 1, sym_finally_clause, ACTIONS(1521), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, sym_identifier, sym_operator_identifier, anon_sym_while, [126789] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1711), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1713), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [126811] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4316), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [126845] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1265), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [126867] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(4054), 1, anon_sym_EQ, STATE(3083), 1, sym_type_arguments, ACTIONS(1325), 2, anon_sym_match, anon_sym_while, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [126905] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(4054), 1, anon_sym_EQ, STATE(3083), 1, sym_type_arguments, ACTIONS(1315), 2, anon_sym_match, anon_sym_while, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [126943] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4038), 1, sym_identifier, ACTIONS(4040), 1, anon_sym_LPAREN, STATE(3229), 1, sym__annotated_type, STATE(4825), 1, sym_parameter_types, STATE(4833), 1, sym_stable_identifier, STATE(3426), 2, sym_compound_type, sym_infix_type, STATE(3670), 2, sym__type, sym_function_type, STATE(2303), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [126977] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4012), 1, sym_identifier, ACTIONS(4014), 1, anon_sym_LPAREN, STATE(1056), 1, sym__annotated_type, STATE(4718), 1, sym_stable_identifier, STATE(4740), 1, sym_parameter_types, STATE(1118), 2, sym_compound_type, sym_infix_type, STATE(1126), 2, sym__type, sym_function_type, STATE(888), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127011] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4034), 1, sym_identifier, ACTIONS(4036), 1, anon_sym_LPAREN, STATE(1091), 1, sym__annotated_type, STATE(4727), 1, sym_parameter_types, STATE(4733), 1, sym_stable_identifier, STATE(1128), 2, sym_compound_type, sym_infix_type, STATE(1221), 2, sym__type, sym_function_type, STATE(940), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127045] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(3538), 1, anon_sym_with, STATE(2102), 1, aux_sym_compound_type_repeat1, ACTIONS(3536), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, [127073] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_SEMI, ACTIONS(1218), 10, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [127095] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3277), 1, sym_access_modifier, STATE(3725), 1, sym_extends_clause, STATE(4085), 1, sym_template_body, ACTIONS(3674), 2, anon_sym_private, anon_sym_protected, STATE(3275), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1858), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [127131] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3838), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [127171] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4086), 1, sym_identifier, ACTIONS(4088), 1, anon_sym_LPAREN, STATE(2423), 1, sym__annotated_type, STATE(4971), 1, sym_stable_identifier, STATE(4993), 1, sym_parameter_types, STATE(2914), 2, sym_compound_type, sym_infix_type, STATE(3006), 2, sym__type, sym_function_type, STATE(1306), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127205] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4436), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127239] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, ACTIONS(4104), 1, anon_sym_while, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [127279] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4106), 1, sym_identifier, ACTIONS(4108), 1, anon_sym_LPAREN, STATE(783), 1, sym__annotated_type, STATE(4961), 1, sym_stable_identifier, STATE(4963), 1, sym_parameter_types, STATE(910), 2, sym_compound_type, sym_infix_type, STATE(959), 2, sym__type, sym_function_type, STATE(591), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127313] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4008), 1, sym_identifier, ACTIONS(4010), 1, anon_sym_LPAREN, STATE(3205), 1, sym__annotated_type, STATE(4843), 1, sym_parameter_types, STATE(4849), 1, sym_stable_identifier, STATE(3451), 2, sym_compound_type, sym_infix_type, STATE(3624), 2, sym__type, sym_function_type, STATE(2266), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127347] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4012), 1, sym_identifier, ACTIONS(4014), 1, anon_sym_LPAREN, STATE(1056), 1, sym__annotated_type, STATE(4718), 1, sym_stable_identifier, STATE(4740), 1, sym_parameter_types, STATE(1118), 2, sym_compound_type, sym_infix_type, STATE(1132), 2, sym__type, sym_function_type, STATE(888), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127381] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4110), 1, sym_identifier, ACTIONS(4112), 1, anon_sym_LPAREN, STATE(3584), 1, sym__annotated_type, STATE(4775), 1, sym_parameter_types, STATE(4783), 1, sym_stable_identifier, STATE(3752), 2, sym_compound_type, sym_infix_type, STATE(4195), 2, sym__type, sym_function_type, STATE(3005), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127415] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3976), 1, sym_identifier, ACTIONS(3978), 1, anon_sym_LPAREN, STATE(3460), 1, sym__annotated_type, STATE(4765), 1, sym_parameter_types, STATE(4773), 1, sym_stable_identifier, STATE(3625), 2, sym_compound_type, sym_infix_type, STATE(4040), 2, sym__type, sym_function_type, STATE(2545), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127449] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4048), 1, sym_identifier, ACTIONS(4050), 1, anon_sym_LPAREN, STATE(3056), 1, sym__annotated_type, STATE(4835), 1, sym_parameter_types, STATE(4841), 1, sym_stable_identifier, STATE(3394), 2, sym_compound_type, sym_infix_type, STATE(3488), 2, sym__type, sym_function_type, STATE(2015), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127483] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4213), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127517] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4117), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127551] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4016), 1, sym_identifier, ACTIONS(4018), 1, anon_sym_LPAREN, STATE(3616), 1, sym__annotated_type, STATE(4720), 1, sym_parameter_types, STATE(4726), 1, sym_stable_identifier, STATE(3801), 2, sym_compound_type, sym_infix_type, STATE(3831), 2, sym__type, sym_function_type, STATE(2996), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127585] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3794), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_while, ACTIONS(1230), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, [127611] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4114), 1, sym_identifier, ACTIONS(4116), 1, anon_sym_LPAREN, STATE(1642), 1, sym__annotated_type, STATE(4906), 1, sym_stable_identifier, STATE(4908), 1, sym_parameter_types, STATE(1845), 2, sym_compound_type, sym_infix_type, STATE(1981), 2, sym__type, sym_function_type, STATE(1152), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127645] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4048), 1, sym_identifier, ACTIONS(4050), 1, anon_sym_LPAREN, STATE(3056), 1, sym__annotated_type, STATE(4835), 1, sym_parameter_types, STATE(4841), 1, sym_stable_identifier, STATE(3394), 2, sym_compound_type, sym_infix_type, STATE(3485), 2, sym__type, sym_function_type, STATE(2015), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127679] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4118), 1, sym_identifier, ACTIONS(4120), 1, anon_sym_LPAREN, STATE(3385), 1, sym__annotated_type, STATE(4755), 1, sym_parameter_types, STATE(4763), 1, sym_stable_identifier, STATE(3599), 2, sym_compound_type, sym_infix_type, STATE(3828), 2, sym__type, sym_function_type, STATE(2371), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127713] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4321), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127747] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4012), 1, sym_identifier, ACTIONS(4014), 1, anon_sym_LPAREN, STATE(1056), 1, sym__annotated_type, STATE(4718), 1, sym_stable_identifier, STATE(4740), 1, sym_parameter_types, STATE(1118), 2, sym_compound_type, sym_infix_type, STATE(1121), 2, sym__type, sym_function_type, STATE(888), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127781] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3473), 1, anon_sym_AT, STATE(2514), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1181), 8, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [127807] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4016), 1, sym_identifier, ACTIONS(4018), 1, anon_sym_LPAREN, STATE(3616), 1, sym__annotated_type, STATE(4720), 1, sym_parameter_types, STATE(4726), 1, sym_stable_identifier, STATE(3801), 2, sym_compound_type, sym_infix_type, STATE(3833), 2, sym__type, sym_function_type, STATE(2996), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127841] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4058), 1, sym_identifier, ACTIONS(4060), 1, anon_sym_LPAREN, STATE(1093), 1, sym__annotated_type, STATE(4780), 1, sym_stable_identifier, STATE(4829), 1, sym_parameter_types, STATE(1127), 2, sym_compound_type, sym_infix_type, STATE(1647), 2, sym__type, sym_function_type, STATE(922), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127875] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1363), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [127897] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4418), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127931] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4502), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [127965] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1347), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [127987] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4122), 1, sym_identifier, ACTIONS(4124), 1, anon_sym_LPAREN, STATE(3435), 1, sym__annotated_type, STATE(4735), 1, sym_parameter_types, STATE(4743), 1, sym_stable_identifier, STATE(3684), 2, sym_compound_type, sym_infix_type, STATE(3698), 2, sym__type, sym_function_type, STATE(2467), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128021] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4008), 1, sym_identifier, ACTIONS(4010), 1, anon_sym_LPAREN, STATE(3205), 1, sym__annotated_type, STATE(4843), 1, sym_parameter_types, STATE(4849), 1, sym_stable_identifier, STATE(3451), 2, sym_compound_type, sym_infix_type, STATE(3640), 2, sym__type, sym_function_type, STATE(2266), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128055] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3528), 1, sym_identifier, ACTIONS(3532), 1, anon_sym_LPAREN, STATE(2902), 1, sym__annotated_type, STATE(4803), 1, sym_stable_identifier, STATE(4968), 1, sym_parameter_types, STATE(3142), 2, sym_compound_type, sym_infix_type, STATE(3150), 2, sym__type, sym_function_type, STATE(1627), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128089] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4008), 1, sym_identifier, ACTIONS(4010), 1, anon_sym_LPAREN, STATE(3205), 1, sym__annotated_type, STATE(4843), 1, sym_parameter_types, STATE(4849), 1, sym_stable_identifier, STATE(3451), 2, sym_compound_type, sym_infix_type, STATE(3662), 2, sym__type, sym_function_type, STATE(2266), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128123] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4008), 1, sym_identifier, ACTIONS(4010), 1, anon_sym_LPAREN, STATE(3205), 1, sym__annotated_type, STATE(4843), 1, sym_parameter_types, STATE(4849), 1, sym_stable_identifier, STATE(3451), 2, sym_compound_type, sym_infix_type, STATE(3639), 2, sym__type, sym_function_type, STATE(2266), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128157] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4048), 1, sym_identifier, ACTIONS(4050), 1, anon_sym_LPAREN, STATE(3056), 1, sym__annotated_type, STATE(4835), 1, sym_parameter_types, STATE(4841), 1, sym_stable_identifier, STATE(3394), 2, sym_compound_type, sym_infix_type, STATE(3445), 2, sym__type, sym_function_type, STATE(2015), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128191] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4048), 1, sym_identifier, ACTIONS(4050), 1, anon_sym_LPAREN, STATE(3056), 1, sym__annotated_type, STATE(4835), 1, sym_parameter_types, STATE(4841), 1, sym_stable_identifier, STATE(3394), 2, sym_compound_type, sym_infix_type, STATE(3446), 2, sym__type, sym_function_type, STATE(2015), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128225] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3228), 1, sym_access_modifier, STATE(3742), 1, sym_extends_clause, STATE(4066), 1, sym_template_body, ACTIONS(3674), 2, anon_sym_private, anon_sym_protected, STATE(3226), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1860), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [128261] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4127), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128295] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4126), 1, sym_identifier, ACTIONS(4128), 1, anon_sym_LPAREN, STATE(2066), 1, sym__annotated_type, STATE(4921), 1, sym_stable_identifier, STATE(4923), 1, sym_parameter_types, STATE(2499), 2, sym_compound_type, sym_infix_type, STATE(2874), 2, sym__type, sym_function_type, STATE(1413), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128329] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, ACTIONS(4130), 1, anon_sym_while, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [128369] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4510), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128403] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4520), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128437] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4110), 1, sym_identifier, ACTIONS(4112), 1, anon_sym_LPAREN, STATE(3584), 1, sym__annotated_type, STATE(4775), 1, sym_parameter_types, STATE(4783), 1, sym_stable_identifier, STATE(968), 2, sym__type, sym_function_type, STATE(3752), 2, sym_compound_type, sym_infix_type, STATE(3005), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128471] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4330), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128505] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1699), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1701), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [128527] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4335), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128561] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3497), 1, sym_identifier, ACTIONS(3501), 1, anon_sym_LPAREN, STATE(1471), 1, sym__annotated_type, STATE(4851), 1, sym_parameter_types, STATE(4857), 1, sym_stable_identifier, STATE(1720), 2, sym_compound_type, sym_infix_type, STATE(1892), 2, sym__type, sym_function_type, STATE(1124), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128595] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4132), 1, anon_sym_DOT, ACTIONS(1250), 6, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1252), 7, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [128619] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(1206), 1, anon_sym_EQ_GT, ACTIONS(4072), 1, anon_sym_DOT, ACTIONS(4076), 1, anon_sym_LBRACK, ACTIONS(4078), 1, anon_sym_COLON, ACTIONS(4080), 1, anon_sym_EQ, ACTIONS(4082), 1, anon_sym_LPAREN, ACTIONS(4084), 1, anon_sym_match, STATE(3373), 1, sym_type_arguments, ACTIONS(4070), 2, sym_identifier, sym_operator_identifier, STATE(3371), 3, sym_block, sym_case_block, sym_arguments, [128659] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(1289), 1, anon_sym_EQ_GT, ACTIONS(4072), 1, anon_sym_DOT, ACTIONS(4076), 1, anon_sym_LBRACK, ACTIONS(4078), 1, anon_sym_COLON, ACTIONS(4080), 1, anon_sym_EQ, ACTIONS(4082), 1, anon_sym_LPAREN, ACTIONS(4084), 1, anon_sym_match, STATE(3373), 1, sym_type_arguments, ACTIONS(4070), 2, sym_identifier, sym_operator_identifier, STATE(3371), 3, sym_block, sym_case_block, sym_arguments, [128699] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4168), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128733] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(1196), 1, anon_sym_EQ_GT, ACTIONS(4072), 1, anon_sym_DOT, ACTIONS(4076), 1, anon_sym_LBRACK, ACTIONS(4078), 1, anon_sym_COLON, ACTIONS(4080), 1, anon_sym_EQ, ACTIONS(4082), 1, anon_sym_LPAREN, ACTIONS(4084), 1, anon_sym_match, STATE(3373), 1, sym_type_arguments, ACTIONS(4070), 2, sym_identifier, sym_operator_identifier, STATE(3371), 3, sym_block, sym_case_block, sym_arguments, [128773] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1745), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [128795] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4399), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128829] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4401), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128863] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4394), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128897] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4134), 1, anon_sym_STAR, ACTIONS(1487), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1489), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [128921] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4008), 1, sym_identifier, ACTIONS(4010), 1, anon_sym_LPAREN, STATE(3205), 1, sym__annotated_type, STATE(4843), 1, sym_parameter_types, STATE(4849), 1, sym_stable_identifier, STATE(3451), 2, sym_compound_type, sym_infix_type, STATE(3663), 2, sym__type, sym_function_type, STATE(2266), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [128955] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(1279), 1, anon_sym_EQ_GT, ACTIONS(4072), 1, anon_sym_DOT, ACTIONS(4076), 1, anon_sym_LBRACK, ACTIONS(4078), 1, anon_sym_COLON, ACTIONS(4080), 1, anon_sym_EQ, ACTIONS(4082), 1, anon_sym_LPAREN, ACTIONS(4084), 1, anon_sym_match, STATE(3373), 1, sym_type_arguments, ACTIONS(4070), 2, sym_identifier, sym_operator_identifier, STATE(3371), 3, sym_block, sym_case_block, sym_arguments, [128995] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4344), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [129029] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4038), 1, sym_identifier, ACTIONS(4040), 1, anon_sym_LPAREN, STATE(3229), 1, sym__annotated_type, STATE(4825), 1, sym_parameter_types, STATE(4833), 1, sym_stable_identifier, STATE(3426), 2, sym_compound_type, sym_infix_type, STATE(3995), 2, sym__type, sym_function_type, STATE(2303), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [129063] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3832), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [129103] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4118), 1, sym_identifier, ACTIONS(4120), 1, anon_sym_LPAREN, STATE(3385), 1, sym__annotated_type, STATE(4755), 1, sym_parameter_types, STATE(4763), 1, sym_stable_identifier, STATE(968), 2, sym__type, sym_function_type, STATE(3599), 2, sym_compound_type, sym_infix_type, STATE(2371), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [129137] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4378), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [129171] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4345), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [129205] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4349), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [129239] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, ACTIONS(4136), 1, anon_sym_while, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [129279] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4038), 1, sym_identifier, ACTIONS(4040), 1, anon_sym_LPAREN, STATE(3229), 1, sym__annotated_type, STATE(4825), 1, sym_parameter_types, STATE(4833), 1, sym_stable_identifier, STATE(3426), 2, sym_compound_type, sym_infix_type, STATE(3996), 2, sym__type, sym_function_type, STATE(2303), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [129313] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(4072), 1, anon_sym_DOT, ACTIONS(4076), 1, anon_sym_LBRACK, ACTIONS(4078), 1, anon_sym_COLON, ACTIONS(4080), 1, anon_sym_EQ, ACTIONS(4082), 1, anon_sym_LPAREN, STATE(3373), 1, sym_type_arguments, ACTIONS(1302), 2, anon_sym_EQ_GT, anon_sym_match, ACTIONS(4070), 2, sym_identifier, sym_operator_identifier, STATE(3371), 3, sym_block, sym_case_block, sym_arguments, [129351] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4138), 1, anon_sym_STAR, ACTIONS(1487), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1489), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [129375] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3729), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [129415] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(1308), 1, anon_sym_EQ_GT, ACTIONS(4072), 1, anon_sym_DOT, ACTIONS(4076), 1, anon_sym_LBRACK, ACTIONS(4078), 1, anon_sym_COLON, ACTIONS(4080), 1, anon_sym_EQ, ACTIONS(4082), 1, anon_sym_LPAREN, ACTIONS(4084), 1, anon_sym_match, STATE(3373), 1, sym_type_arguments, ACTIONS(4070), 2, sym_identifier, sym_operator_identifier, STATE(3371), 3, sym_block, sym_case_block, sym_arguments, [129455] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4358), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [129489] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3822), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [129529] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4038), 1, sym_identifier, ACTIONS(4040), 1, anon_sym_LPAREN, STATE(3229), 1, sym__annotated_type, STATE(4825), 1, sym_parameter_types, STATE(4833), 1, sym_stable_identifier, STATE(3426), 2, sym_compound_type, sym_infix_type, STATE(4037), 2, sym__type, sym_function_type, STATE(2303), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [129563] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4363), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [129597] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4030), 1, sym_identifier, ACTIONS(4032), 1, anon_sym_LPAREN, STATE(3493), 1, sym__annotated_type, STATE(4911), 1, sym_stable_identifier, STATE(4913), 1, sym_parameter_types, STATE(3636), 2, sym_compound_type, sym_infix_type, STATE(3701), 2, sym__type, sym_function_type, STATE(2810), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [129631] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4106), 1, sym_identifier, ACTIONS(4108), 1, anon_sym_LPAREN, STATE(783), 1, sym__annotated_type, STATE(4961), 1, sym_stable_identifier, STATE(4963), 1, sym_parameter_types, STATE(910), 2, sym_compound_type, sym_infix_type, STATE(977), 2, sym__type, sym_function_type, STATE(591), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [129665] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(4072), 1, anon_sym_DOT, ACTIONS(4076), 1, anon_sym_LBRACK, ACTIONS(4078), 1, anon_sym_COLON, ACTIONS(4080), 1, anon_sym_EQ, ACTIONS(4082), 1, anon_sym_LPAREN, STATE(3373), 1, sym_type_arguments, ACTIONS(1331), 2, anon_sym_EQ_GT, anon_sym_match, ACTIONS(4070), 2, sym_identifier, sym_operator_identifier, STATE(3371), 3, sym_block, sym_case_block, sym_arguments, [129703] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4202), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [129737] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3273), 1, anon_sym_finally, STATE(2961), 1, sym_finally_clause, ACTIONS(1521), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, sym_identifier, sym_operator_identifier, [129763] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4140), 1, sym_identifier, ACTIONS(4142), 1, anon_sym_LPAREN, STATE(1440), 1, sym__annotated_type, STATE(4966), 1, sym_stable_identifier, STATE(4973), 1, sym_parameter_types, STATE(1743), 2, sym_compound_type, sym_infix_type, STATE(1921), 2, sym__type, sym_function_type, STATE(1122), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [129797] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(3517), 1, anon_sym_with, STATE(2079), 1, aux_sym_compound_type_repeat1, ACTIONS(3515), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, [129825] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4539), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [129859] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4533), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [129893] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4513), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [129927] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4044), 1, sym_identifier, ACTIONS(4046), 1, anon_sym_LPAREN, STATE(3559), 1, sym__annotated_type, STATE(4785), 1, sym_parameter_types, STATE(4793), 1, sym_stable_identifier, STATE(3796), 2, sym_compound_type, sym_infix_type, STATE(4112), 2, sym__type, sym_function_type, STATE(3013), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [129961] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4357), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [129995] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1749), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [130017] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4530), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130051] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1749), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [130073] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4372), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130107] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1613), 1, anon_sym_EQ_GT, ACTIONS(1609), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1611), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [130131] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3489), 1, sym_identifier, ACTIONS(3493), 1, anon_sym_LPAREN, STATE(2089), 1, sym__annotated_type, STATE(4916), 1, sym_stable_identifier, STATE(4918), 1, sym_parameter_types, STATE(2489), 2, sym_compound_type, sym_infix_type, STATE(2550), 2, sym__type, sym_function_type, STATE(1430), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130165] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3546), 1, sym_identifier, ACTIONS(3550), 1, anon_sym_LPAREN, STATE(777), 1, sym__annotated_type, STATE(4805), 1, sym_parameter_types, STATE(4813), 1, sym_stable_identifier, STATE(905), 2, sym_compound_type, sym_infix_type, STATE(963), 2, sym__type, sym_function_type, STATE(607), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130199] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4377), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130233] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4526), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130267] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1521), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1523), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [130289] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4034), 1, sym_identifier, ACTIONS(4036), 1, anon_sym_LPAREN, STATE(1091), 1, sym__annotated_type, STATE(4727), 1, sym_parameter_types, STATE(4733), 1, sym_stable_identifier, STATE(1128), 2, sym_compound_type, sym_infix_type, STATE(1220), 2, sym__type, sym_function_type, STATE(940), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130323] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4386), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130357] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4058), 1, sym_identifier, ACTIONS(4060), 1, anon_sym_LPAREN, STATE(1093), 1, sym__annotated_type, STATE(4780), 1, sym_stable_identifier, STATE(4829), 1, sym_parameter_types, STATE(1127), 2, sym_compound_type, sym_infix_type, STATE(1504), 2, sym__type, sym_function_type, STATE(922), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130391] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4016), 1, sym_identifier, ACTIONS(4018), 1, anon_sym_LPAREN, STATE(3616), 1, sym__annotated_type, STATE(4720), 1, sym_parameter_types, STATE(4726), 1, sym_stable_identifier, STATE(3801), 2, sym_compound_type, sym_infix_type, STATE(3811), 2, sym__type, sym_function_type, STATE(2996), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130425] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4391), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130459] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4012), 1, sym_identifier, ACTIONS(4014), 1, anon_sym_LPAREN, STATE(1056), 1, sym__annotated_type, STATE(4718), 1, sym_stable_identifier, STATE(4740), 1, sym_parameter_types, STATE(1118), 2, sym_compound_type, sym_infix_type, STATE(1139), 2, sym__type, sym_function_type, STATE(888), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130493] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4016), 1, sym_identifier, ACTIONS(4018), 1, anon_sym_LPAREN, STATE(3616), 1, sym__annotated_type, STATE(4720), 1, sym_parameter_types, STATE(4726), 1, sym_stable_identifier, STATE(3801), 2, sym_compound_type, sym_infix_type, STATE(3812), 2, sym__type, sym_function_type, STATE(2996), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130527] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1343), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [130549] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4012), 1, sym_identifier, ACTIONS(4014), 1, anon_sym_LPAREN, STATE(1056), 1, sym__annotated_type, STATE(4718), 1, sym_stable_identifier, STATE(4740), 1, sym_parameter_types, STATE(1118), 2, sym_compound_type, sym_infix_type, STATE(1134), 2, sym__type, sym_function_type, STATE(888), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130583] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4462), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130617] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4188), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130651] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(4054), 1, anon_sym_EQ, STATE(3083), 1, sym_type_arguments, ACTIONS(1331), 2, anon_sym_match, anon_sym_while, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [130689] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4058), 1, sym_identifier, ACTIONS(4060), 1, anon_sym_LPAREN, STATE(1093), 1, sym__annotated_type, STATE(4780), 1, sym_stable_identifier, STATE(4829), 1, sym_parameter_types, STATE(1127), 2, sym_compound_type, sym_infix_type, STATE(1231), 2, sym__type, sym_function_type, STATE(922), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130723] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4144), 1, sym_identifier, ACTIONS(4146), 1, anon_sym_LPAREN, STATE(627), 1, sym__annotated_type, STATE(4976), 1, sym_stable_identifier, STATE(4979), 1, sym_parameter_types, STATE(805), 2, sym_compound_type, sym_infix_type, STATE(859), 2, sym__type, sym_function_type, STATE(567), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130757] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4034), 1, sym_identifier, ACTIONS(4036), 1, anon_sym_LPAREN, STATE(1091), 1, sym__annotated_type, STATE(4727), 1, sym_parameter_types, STATE(4733), 1, sym_stable_identifier, STATE(968), 2, sym__type, sym_function_type, STATE(1128), 2, sym_compound_type, sym_infix_type, STATE(940), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130791] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4517), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130825] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4034), 1, sym_identifier, ACTIONS(4036), 1, anon_sym_LPAREN, STATE(1091), 1, sym__annotated_type, STATE(4727), 1, sym_parameter_types, STATE(4733), 1, sym_stable_identifier, STATE(1128), 2, sym_compound_type, sym_infix_type, STATE(1216), 2, sym__type, sym_function_type, STATE(940), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130859] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4086), 1, sym_identifier, ACTIONS(4088), 1, anon_sym_LPAREN, STATE(2423), 1, sym__annotated_type, STATE(4971), 1, sym_stable_identifier, STATE(4993), 1, sym_parameter_types, STATE(2914), 2, sym_compound_type, sym_infix_type, STATE(2922), 2, sym__type, sym_function_type, STATE(1306), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130893] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4034), 1, sym_identifier, ACTIONS(4036), 1, anon_sym_LPAREN, STATE(1091), 1, sym__annotated_type, STATE(4727), 1, sym_parameter_types, STATE(4733), 1, sym_stable_identifier, STATE(1128), 2, sym_compound_type, sym_infix_type, STATE(1222), 2, sym__type, sym_function_type, STATE(940), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130927] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4400), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130961] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4405), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [130995] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1758), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1760), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [131017] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4020), 1, sym_identifier, ACTIONS(4022), 1, anon_sym_LPAREN, STATE(2310), 1, sym__annotated_type, STATE(4951), 1, sym_stable_identifier, STATE(4953), 1, sym_parameter_types, STATE(2630), 2, sym_compound_type, sym_infix_type, STATE(2975), 2, sym__type, sym_function_type, STATE(1564), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [131051] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4148), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [131091] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4414), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [131125] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4114), 1, sym_identifier, ACTIONS(4116), 1, anon_sym_LPAREN, STATE(1642), 1, sym__annotated_type, STATE(4906), 1, sym_stable_identifier, STATE(4908), 1, sym_parameter_types, STATE(1845), 2, sym_compound_type, sym_infix_type, STATE(2027), 2, sym__type, sym_function_type, STATE(1152), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [131159] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4512), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [131193] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(1308), 1, anon_sym_while, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [131233] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4178), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [131267] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4337), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [131301] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4150), 1, anon_sym_DOT, ACTIONS(1250), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1252), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [131325] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, ACTIONS(4152), 1, anon_sym_while, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [131365] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4058), 1, sym_identifier, ACTIONS(4060), 1, anon_sym_LPAREN, STATE(1093), 1, sym__annotated_type, STATE(4780), 1, sym_stable_identifier, STATE(4829), 1, sym_parameter_types, STATE(1127), 2, sym_compound_type, sym_infix_type, STATE(1524), 2, sym__type, sym_function_type, STATE(922), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [131399] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3762), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [131439] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3976), 1, sym_identifier, ACTIONS(3978), 1, anon_sym_LPAREN, STATE(3460), 1, sym__annotated_type, STATE(4765), 1, sym_parameter_types, STATE(4773), 1, sym_stable_identifier, STATE(968), 2, sym__type, sym_function_type, STATE(3625), 2, sym_compound_type, sym_infix_type, STATE(2545), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [131473] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4219), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [131507] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4058), 1, sym_identifier, ACTIONS(4060), 1, anon_sym_LPAREN, STATE(1093), 1, sym__annotated_type, STATE(4780), 1, sym_stable_identifier, STATE(4829), 1, sym_parameter_types, STATE(1127), 2, sym_compound_type, sym_infix_type, STATE(1525), 2, sym__type, sym_function_type, STATE(922), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [131541] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1731), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1733), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [131563] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4317), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [131597] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4020), 1, sym_identifier, ACTIONS(4022), 1, anon_sym_LPAREN, STATE(2915), 1, sym__annotated_type, STATE(4951), 1, sym_stable_identifier, STATE(4991), 1, sym_parameter_types, STATE(3234), 2, sym_compound_type, sym_infix_type, STATE(3314), 2, sym__type, sym_function_type, STATE(1564), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [131631] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3557), 1, sym_identifier, ACTIONS(3561), 1, anon_sym_LPAREN, STATE(1830), 1, sym__annotated_type, STATE(4867), 1, sym_parameter_types, STATE(4873), 1, sym_stable_identifier, STATE(2258), 2, sym_compound_type, sym_infix_type, STATE(2384), 2, sym__type, sym_function_type, STATE(1382), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [131665] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4177), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [131699] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3483), 1, sym_identifier, ACTIONS(3487), 1, anon_sym_LPAREN, STATE(1721), 1, sym__annotated_type, STATE(4946), 1, sym_stable_identifier, STATE(4948), 1, sym_parameter_types, STATE(2028), 2, sym_compound_type, sym_infix_type, STATE(2248), 2, sym__type, sym_function_type, STATE(1240), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [131733] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3483), 1, sym_identifier, ACTIONS(3487), 1, anon_sym_LPAREN, STATE(2311), 1, sym__annotated_type, STATE(4946), 1, sym_stable_identifier, STATE(4989), 1, sym_parameter_types, STATE(2758), 2, sym_compound_type, sym_infix_type, STATE(2838), 2, sym__type, sym_function_type, STATE(1240), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [131767] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4419), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [131801] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4058), 1, sym_identifier, ACTIONS(4060), 1, anon_sym_LPAREN, STATE(1093), 1, sym__annotated_type, STATE(4780), 1, sym_stable_identifier, STATE(4829), 1, sym_parameter_types, STATE(1127), 2, sym_compound_type, sym_infix_type, STATE(1552), 2, sym__type, sym_function_type, STATE(922), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [131835] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3239), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [131859] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3768), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [131899] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3786), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [131939] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4406), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [131973] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4126), 1, sym_identifier, ACTIONS(4128), 1, anon_sym_LPAREN, STATE(2696), 1, sym__annotated_type, STATE(4921), 1, sym_stable_identifier, STATE(4987), 1, sym_parameter_types, STATE(3072), 2, sym_compound_type, sym_infix_type, STATE(3087), 2, sym__type, sym_function_type, STATE(1413), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132007] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4163), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132041] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1351), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [132063] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4230), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132097] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, ACTIONS(4154), 1, anon_sym_while, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [132137] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3528), 1, sym_identifier, ACTIONS(3532), 1, anon_sym_LPAREN, STATE(2261), 1, sym__annotated_type, STATE(4795), 1, sym_parameter_types, STATE(4803), 1, sym_stable_identifier, STATE(2798), 2, sym_compound_type, sym_infix_type, STATE(2908), 2, sym__type, sym_function_type, STATE(1627), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132171] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4152), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132205] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1487), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1489), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [132227] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4428), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132261] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4000), 1, sym_identifier, ACTIONS(4002), 1, anon_sym_LPAREN, STATE(2393), 1, sym__annotated_type, STATE(4715), 1, sym_stable_identifier, STATE(4875), 1, sym_parameter_types, STATE(2970), 2, sym_compound_type, sym_infix_type, STATE(3108), 2, sym__type, sym_function_type, STATE(1799), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132295] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4156), 1, sym_identifier, ACTIONS(4158), 1, anon_sym_LPAREN, STATE(1702), 1, sym__annotated_type, STATE(4941), 1, sym_stable_identifier, STATE(4943), 1, sym_parameter_types, STATE(1982), 2, sym_compound_type, sym_infix_type, STATE(2336), 2, sym__type, sym_function_type, STATE(1261), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132329] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(4054), 1, anon_sym_EQ, STATE(3083), 1, sym_type_arguments, ACTIONS(1302), 2, anon_sym_match, anon_sym_while, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [132367] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3737), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [132407] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4137), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132441] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1707), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1709), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [132463] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4140), 1, sym_identifier, ACTIONS(4142), 1, anon_sym_LPAREN, STATE(1440), 1, sym__annotated_type, STATE(4966), 1, sym_stable_identifier, STATE(4973), 1, sym_parameter_types, STATE(1743), 2, sym_compound_type, sym_infix_type, STATE(1959), 2, sym__type, sym_function_type, STATE(1122), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132497] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4503), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132531] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4086), 1, sym_identifier, ACTIONS(4088), 1, anon_sym_LPAREN, STATE(1975), 1, sym__annotated_type, STATE(4971), 1, sym_stable_identifier, STATE(4977), 1, sym_parameter_types, STATE(2324), 2, sym_compound_type, sym_infix_type, STATE(2378), 2, sym__type, sym_function_type, STATE(1306), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132565] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4044), 1, sym_identifier, ACTIONS(4046), 1, anon_sym_LPAREN, STATE(3559), 1, sym__annotated_type, STATE(4785), 1, sym_parameter_types, STATE(4793), 1, sym_stable_identifier, STATE(968), 2, sym__type, sym_function_type, STATE(3796), 2, sym_compound_type, sym_infix_type, STATE(3013), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132599] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4122), 1, sym_identifier, ACTIONS(4124), 1, anon_sym_LPAREN, STATE(3435), 1, sym__annotated_type, STATE(4735), 1, sym_parameter_types, STATE(4743), 1, sym_stable_identifier, STATE(3684), 2, sym_compound_type, sym_infix_type, STATE(3794), 2, sym__type, sym_function_type, STATE(2467), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132633] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4498), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132667] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4505), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132701] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4160), 1, anon_sym_LBRACK, ACTIONS(4162), 1, anon_sym_LPAREN, ACTIONS(4164), 1, anon_sym_POUND, STATE(3287), 1, sym_type_arguments, ACTIONS(1045), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3286), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1047), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [132733] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4126), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132767] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4038), 1, sym_identifier, ACTIONS(4040), 1, anon_sym_LPAREN, STATE(3229), 1, sym__annotated_type, STATE(4825), 1, sym_parameter_types, STATE(4833), 1, sym_stable_identifier, STATE(3426), 2, sym_compound_type, sym_infix_type, STATE(3997), 2, sym__type, sym_function_type, STATE(2303), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132801] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1388), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [132823] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4034), 1, sym_identifier, ACTIONS(4036), 1, anon_sym_LPAREN, STATE(1091), 1, sym__annotated_type, STATE(4727), 1, sym_parameter_types, STATE(4733), 1, sym_stable_identifier, STATE(1128), 2, sym_compound_type, sym_infix_type, STATE(1230), 2, sym__type, sym_function_type, STATE(940), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132857] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4111), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132891] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4008), 1, sym_identifier, ACTIONS(4010), 1, anon_sym_LPAREN, STATE(3205), 1, sym__annotated_type, STATE(4843), 1, sym_parameter_types, STATE(4849), 1, sym_stable_identifier, STATE(3451), 2, sym_compound_type, sym_infix_type, STATE(3633), 2, sym__type, sym_function_type, STATE(2266), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132925] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4527), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [132959] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1703), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1705), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [132981] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, ACTIONS(4166), 1, anon_sym_while, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [133021] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4122), 1, sym_identifier, ACTIONS(4124), 1, anon_sym_LPAREN, STATE(3518), 1, sym__annotated_type, STATE(4743), 1, sym_stable_identifier, STATE(4898), 1, sym_parameter_types, STATE(3697), 2, sym_compound_type, sym_infix_type, STATE(3722), 2, sym__type, sym_function_type, STATE(2467), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [133055] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4322), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [133089] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4038), 1, sym_identifier, ACTIONS(4040), 1, anon_sym_LPAREN, STATE(3229), 1, sym__annotated_type, STATE(4825), 1, sym_parameter_types, STATE(4833), 1, sym_stable_identifier, STATE(3426), 2, sym_compound_type, sym_infix_type, STATE(3947), 2, sym__type, sym_function_type, STATE(2303), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [133123] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, ACTIONS(4168), 1, anon_sym_while, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [133163] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3735), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, anon_sym_while, ACTIONS(1230), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, [133189] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4415), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [133223] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3715), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [133263] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(4072), 1, anon_sym_DOT, ACTIONS(4076), 1, anon_sym_LBRACK, ACTIONS(4082), 1, anon_sym_LPAREN, STATE(3373), 1, sym_type_arguments, STATE(3371), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1339), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [133295] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(1279), 1, anon_sym_while, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [133335] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1695), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1697), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [133357] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1691), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1693), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [133379] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4270), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [133413] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4000), 1, sym_identifier, ACTIONS(4002), 1, anon_sym_LPAREN, STATE(2393), 1, sym__annotated_type, STATE(4715), 1, sym_stable_identifier, STATE(4875), 1, sym_parameter_types, STATE(2970), 2, sym_compound_type, sym_infix_type, STATE(3113), 2, sym__type, sym_function_type, STATE(1799), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [133447] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(4072), 1, anon_sym_DOT, ACTIONS(4076), 1, anon_sym_LBRACK, ACTIONS(4082), 1, anon_sym_LPAREN, STATE(3373), 1, sym_type_arguments, STATE(3371), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1335), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [133479] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4342), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [133513] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(4072), 1, anon_sym_DOT, ACTIONS(4076), 1, anon_sym_LBRACK, ACTIONS(4078), 1, anon_sym_COLON, ACTIONS(4080), 1, anon_sym_EQ, ACTIONS(4082), 1, anon_sym_LPAREN, STATE(3373), 1, sym_type_arguments, ACTIONS(1325), 2, anon_sym_EQ_GT, anon_sym_match, ACTIONS(4070), 2, sym_identifier, sym_operator_identifier, STATE(3371), 3, sym_block, sym_case_block, sym_arguments, [133551] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(3952), 1, anon_sym_LBRACK, ACTIONS(3956), 1, anon_sym_POUND, ACTIONS(4170), 1, anon_sym_AT, STATE(3090), 1, sym_type_arguments, STATE(3163), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1035), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [133581] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(4072), 1, anon_sym_DOT, ACTIONS(4076), 1, anon_sym_LBRACK, ACTIONS(4078), 1, anon_sym_COLON, ACTIONS(4080), 1, anon_sym_EQ, ACTIONS(4082), 1, anon_sym_LPAREN, STATE(3373), 1, sym_type_arguments, ACTIONS(1315), 2, anon_sym_EQ_GT, anon_sym_match, ACTIONS(4070), 2, sym_identifier, sym_operator_identifier, STATE(3371), 3, sym_block, sym_case_block, sym_arguments, [133619] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1381), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [133641] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4284), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [133675] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1770), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1772), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [133697] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, ACTIONS(4172), 1, anon_sym_while, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [133737] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4433), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [133771] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4034), 1, sym_identifier, ACTIONS(4036), 1, anon_sym_LPAREN, STATE(1091), 1, sym__annotated_type, STATE(4727), 1, sym_parameter_types, STATE(4733), 1, sym_stable_identifier, STATE(1128), 2, sym_compound_type, sym_infix_type, STATE(1262), 2, sym__type, sym_function_type, STATE(940), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [133805] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(968), 2, sym__type, sym_function_type, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [133839] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4272), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [133873] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4034), 1, sym_identifier, ACTIONS(4036), 1, anon_sym_LPAREN, STATE(1091), 1, sym__annotated_type, STATE(4727), 1, sym_parameter_types, STATE(4733), 1, sym_stable_identifier, STATE(1128), 2, sym_compound_type, sym_infix_type, STATE(1266), 2, sym__type, sym_function_type, STATE(940), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [133907] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3489), 1, sym_identifier, ACTIONS(3493), 1, anon_sym_LPAREN, STATE(2614), 1, sym__annotated_type, STATE(4916), 1, sym_stable_identifier, STATE(4985), 1, sym_parameter_types, STATE(3041), 2, sym_compound_type, sym_infix_type, STATE(3061), 2, sym__type, sym_function_type, STATE(1430), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [133941] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4058), 1, sym_identifier, ACTIONS(4060), 1, anon_sym_LPAREN, STATE(1093), 1, sym__annotated_type, STATE(4780), 1, sym_stable_identifier, STATE(4829), 1, sym_parameter_types, STATE(1127), 2, sym_compound_type, sym_infix_type, STATE(1495), 2, sym__type, sym_function_type, STATE(922), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [133975] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, ACTIONS(4174), 1, anon_sym_while, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [134015] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4129), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [134049] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4044), 1, sym_identifier, ACTIONS(4046), 1, anon_sym_LPAREN, STATE(3559), 1, sym__annotated_type, STATE(4785), 1, sym_parameter_types, STATE(4793), 1, sym_stable_identifier, STATE(3796), 2, sym_compound_type, sym_infix_type, STATE(4130), 2, sym__type, sym_function_type, STATE(3013), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [134083] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4264), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [134117] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4154), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [134151] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1265), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [134173] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(3909), 1, anon_sym_LBRACK, ACTIONS(3913), 1, anon_sym_POUND, ACTIONS(4176), 1, anon_sym_AT, STATE(3092), 1, sym_type_arguments, ACTIONS(1033), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3255), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1035), 6, anon_sym_EQ_GT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [134205] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, ACTIONS(4178), 1, anon_sym_while, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [134245] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4442), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [134279] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(1196), 1, anon_sym_while, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [134319] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4122), 1, sym_identifier, ACTIONS(4124), 1, anon_sym_LPAREN, STATE(3518), 1, sym__annotated_type, STATE(4743), 1, sym_stable_identifier, STATE(4898), 1, sym_parameter_types, STATE(3697), 2, sym_compound_type, sym_infix_type, STATE(3797), 2, sym__type, sym_function_type, STATE(2467), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [134353] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4447), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [134387] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1715), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1717), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [134409] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1719), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1721), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [134431] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4016), 1, sym_identifier, ACTIONS(4018), 1, anon_sym_LPAREN, STATE(3616), 1, sym__annotated_type, STATE(4720), 1, sym_parameter_types, STATE(4726), 1, sym_stable_identifier, STATE(3801), 2, sym_compound_type, sym_infix_type, STATE(3824), 2, sym__type, sym_function_type, STATE(2996), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [134465] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1495), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [134487] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4484), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [134521] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(1289), 1, anon_sym_while, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [134561] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4044), 1, sym_identifier, ACTIONS(4046), 1, anon_sym_LPAREN, STATE(3559), 1, sym__annotated_type, STATE(4785), 1, sym_parameter_types, STATE(4793), 1, sym_stable_identifier, STATE(3796), 2, sym_compound_type, sym_infix_type, STATE(4276), 2, sym__type, sym_function_type, STATE(3013), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [134595] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1745), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [134617] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4276), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [134651] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4058), 1, sym_identifier, ACTIONS(4060), 1, anon_sym_LPAREN, STATE(1093), 1, sym__annotated_type, STATE(4780), 1, sym_stable_identifier, STATE(4829), 1, sym_parameter_types, STATE(1127), 2, sym_compound_type, sym_infix_type, STATE(1493), 2, sym__type, sym_function_type, STATE(922), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [134685] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(1826), 1, anon_sym_LBRACK, ACTIONS(4182), 1, anon_sym_LT_COLON, ACTIONS(4184), 1, anon_sym_GT_COLON, ACTIONS(4186), 1, anon_sym_LT_PERCENT, ACTIONS(4188), 1, anon_sym_COLON, STATE(3057), 1, sym_type_parameters, STATE(3344), 1, sym_upper_bound, STATE(3549), 1, sym_lower_bound, ACTIONS(4180), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3550), 2, sym_view_bound, aux_sym__type_parameter_repeat1, STATE(3832), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [134725] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4475), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [134759] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4038), 1, sym_identifier, ACTIONS(4040), 1, anon_sym_LPAREN, STATE(3229), 1, sym__annotated_type, STATE(4825), 1, sym_parameter_types, STATE(4833), 1, sym_stable_identifier, STATE(3426), 2, sym_compound_type, sym_infix_type, STATE(3624), 2, sym__type, sym_function_type, STATE(2303), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [134793] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4470), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [134827] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4000), 1, sym_identifier, ACTIONS(4002), 1, anon_sym_LPAREN, STATE(3042), 1, sym__annotated_type, STATE(4715), 1, sym_stable_identifier, STATE(4983), 1, sym_parameter_types, STATE(3327), 2, sym__type, sym_function_type, STATE(3377), 2, sym_compound_type, sym_infix_type, STATE(1799), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [134861] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4343), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [134895] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4185), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [134929] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3181), 1, sym_access_modifier, STATE(3708), 1, sym_extends_clause, STATE(4006), 1, sym_template_body, ACTIONS(3674), 2, anon_sym_private, anon_sym_protected, STATE(3180), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1873), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [134965] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3608), 1, sym_identifier, ACTIONS(3612), 1, anon_sym_LPAREN, STATE(631), 1, sym__annotated_type, STATE(4883), 1, sym_parameter_types, STATE(4889), 1, sym_stable_identifier, STATE(799), 2, sym_compound_type, sym_infix_type, STATE(841), 2, sym__type, sym_function_type, STATE(571), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [134999] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 6, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1343), 8, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [135021] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(3355), 1, anon_sym_LPAREN, STATE(3520), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(4769), 1, sym_parameter_types, STATE(968), 2, sym__type, sym_function_type, STATE(3693), 2, sym_compound_type, sym_infix_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [135055] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 6, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1347), 8, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [135077] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4209), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [135111] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, ACTIONS(4190), 1, anon_sym_while, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [135151] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(1206), 1, anon_sym_while, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [135191] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4026), 1, sym_identifier, ACTIONS(4028), 1, anon_sym_LPAREN, STATE(1881), 1, sym__annotated_type, STATE(4859), 1, sym_parameter_types, STATE(4865), 1, sym_stable_identifier, STATE(2209), 2, sym_compound_type, sym_infix_type, STATE(2451), 2, sym__type, sym_function_type, STATE(1361), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [135225] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4058), 1, sym_identifier, ACTIONS(4060), 1, anon_sym_LPAREN, STATE(1093), 1, sym__annotated_type, STATE(4780), 1, sym_stable_identifier, STATE(4829), 1, sym_parameter_types, STATE(1127), 2, sym_compound_type, sym_infix_type, STATE(1492), 2, sym__type, sym_function_type, STATE(922), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [135259] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4385), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [135293] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3557), 1, sym_identifier, ACTIONS(3561), 1, anon_sym_LPAREN, STATE(2475), 1, sym__annotated_type, STATE(4873), 1, sym_stable_identifier, STATE(4981), 1, sym_parameter_types, STATE(3009), 2, sym__type, sym_function_type, STATE(3012), 2, sym_compound_type, sym_infix_type, STATE(1382), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [135327] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3280), 1, anon_sym_finally, STATE(2803), 1, sym_finally_clause, ACTIONS(1521), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1523), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, sym_identifier, sym_operator_identifier, [135353] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1683), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1685), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [135375] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1739), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1741), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [135397] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4192), 1, anon_sym_LBRACK, ACTIONS(4194), 1, anon_sym_LPAREN, ACTIONS(4196), 1, anon_sym_POUND, STATE(3245), 1, sym_type_arguments, STATE(3139), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1047), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [135427] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4008), 1, sym_identifier, ACTIONS(4010), 1, anon_sym_LPAREN, STATE(3205), 1, sym__annotated_type, STATE(4843), 1, sym_parameter_types, STATE(4849), 1, sym_stable_identifier, STATE(3451), 2, sym_compound_type, sym_infix_type, STATE(3679), 2, sym__type, sym_function_type, STATE(2266), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [135461] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3507), 1, sym_identifier, ACTIONS(3511), 1, anon_sym_LPAREN, STATE(682), 1, sym__annotated_type, STATE(4926), 1, sym_stable_identifier, STATE(4928), 1, sym_parameter_types, STATE(833), 2, sym_compound_type, sym_infix_type, STATE(901), 2, sym__type, sym_function_type, STATE(577), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [135495] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4329), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [135529] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(721), 1, anon_sym_LBRACE, ACTIONS(4072), 1, anon_sym_DOT, ACTIONS(4076), 1, anon_sym_LBRACK, ACTIONS(4082), 1, anon_sym_LPAREN, STATE(3373), 1, sym_type_arguments, STATE(3371), 3, sym_block, sym_case_block, sym_arguments, ACTIONS(1226), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [135561] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1723), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1725), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [135583] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4016), 1, sym_identifier, ACTIONS(4018), 1, anon_sym_LPAREN, STATE(3616), 1, sym__annotated_type, STATE(4720), 1, sym_parameter_types, STATE(4726), 1, sym_stable_identifier, STATE(3801), 2, sym_compound_type, sym_infix_type, STATE(3890), 2, sym__type, sym_function_type, STATE(2996), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [135617] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1727), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1729), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [135639] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4144), 1, sym_identifier, ACTIONS(4146), 1, anon_sym_LPAREN, STATE(627), 1, sym__annotated_type, STATE(4976), 1, sym_stable_identifier, STATE(4979), 1, sym_parameter_types, STATE(805), 2, sym_compound_type, sym_infix_type, STATE(880), 2, sym__type, sym_function_type, STATE(567), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [135673] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4016), 1, sym_identifier, ACTIONS(4018), 1, anon_sym_LPAREN, STATE(3616), 1, sym__annotated_type, STATE(4720), 1, sym_parameter_types, STATE(4726), 1, sym_stable_identifier, STATE(3801), 2, sym_compound_type, sym_infix_type, STATE(3905), 2, sym__type, sym_function_type, STATE(2996), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [135707] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3753), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [135747] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3540), 1, sym_identifier, ACTIONS(3544), 1, anon_sym_LPAREN, STATE(1288), 1, sym__annotated_type, STATE(4936), 1, sym_stable_identifier, STATE(4938), 1, sym_parameter_types, STATE(1518), 2, sym_compound_type, sym_infix_type, STATE(1704), 2, sym__type, sym_function_type, STATE(1109), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [135781] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3844), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [135821] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4126), 1, sym_identifier, ACTIONS(4128), 1, anon_sym_LPAREN, STATE(2066), 1, sym__annotated_type, STATE(4921), 1, sym_stable_identifier, STATE(4923), 1, sym_parameter_types, STATE(2499), 2, sym_compound_type, sym_infix_type, STATE(2597), 2, sym__type, sym_function_type, STATE(1413), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [135855] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4461), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [135889] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1699), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1701), 8, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [135911] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, ACTIONS(4198), 1, anon_sym_while, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [135951] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4126), 1, sym_identifier, ACTIONS(4128), 1, anon_sym_LPAREN, STATE(2696), 1, sym__annotated_type, STATE(4921), 1, sym_stable_identifier, STATE(4987), 1, sym_parameter_types, STATE(3072), 2, sym_compound_type, sym_infix_type, STATE(3110), 2, sym__type, sym_function_type, STATE(1413), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [135985] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3717), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [136025] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4245), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [136059] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(3982), 1, anon_sym_LPAREN, STATE(3523), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(4998), 1, sym_parameter_types, STATE(3712), 2, sym_compound_type, sym_infix_type, STATE(4281), 2, sym__type, sym_function_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [136093] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4034), 1, sym_identifier, ACTIONS(4036), 1, anon_sym_LPAREN, STATE(1091), 1, sym__annotated_type, STATE(4727), 1, sym_parameter_types, STATE(4733), 1, sym_stable_identifier, STATE(1128), 2, sym_compound_type, sym_infix_type, STATE(1265), 2, sym__type, sym_function_type, STATE(940), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [136127] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4156), 1, sym_identifier, ACTIONS(4158), 1, anon_sym_LPAREN, STATE(1702), 1, sym__annotated_type, STATE(4941), 1, sym_stable_identifier, STATE(4943), 1, sym_parameter_types, STATE(1982), 2, sym_compound_type, sym_infix_type, STATE(2286), 2, sym__type, sym_function_type, STATE(1261), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [136161] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4016), 1, sym_identifier, ACTIONS(4018), 1, anon_sym_LPAREN, STATE(3616), 1, sym__annotated_type, STATE(4720), 1, sym_parameter_types, STATE(4726), 1, sym_stable_identifier, STATE(3801), 2, sym_compound_type, sym_infix_type, STATE(3882), 2, sym__type, sym_function_type, STATE(2996), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [136195] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3632), 1, anon_sym_EQ, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(3719), 1, anon_sym_RPAREN, STATE(3083), 1, sym_type_arguments, ACTIONS(3622), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [136235] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, ACTIONS(4200), 1, anon_sym_while, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [136275] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(3996), 1, sym_identifier, ACTIONS(3998), 1, anon_sym_LPAREN, STATE(835), 1, sym__annotated_type, STATE(4891), 1, sym_parameter_types, STATE(4896), 1, sym_stable_identifier, STATE(945), 2, sym_compound_type, sym_infix_type, STATE(994), 2, sym__type, sym_function_type, STATE(644), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [136309] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1296), 9, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [136333] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4016), 1, sym_identifier, ACTIONS(4018), 1, anon_sym_LPAREN, STATE(3616), 1, sym__annotated_type, STATE(4720), 1, sym_parameter_types, STATE(4726), 1, sym_stable_identifier, STATE(3801), 2, sym_compound_type, sym_infix_type, STATE(3910), 2, sym__type, sym_function_type, STATE(2996), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [136367] = 12, ACTIONS(181), 1, sym_comment, ACTIONS(697), 1, anon_sym_LBRACE, ACTIONS(3624), 1, anon_sym_DOT, ACTIONS(3628), 1, anon_sym_LBRACK, ACTIONS(3630), 1, anon_sym_COLON, ACTIONS(3634), 1, anon_sym_LPAREN, ACTIONS(3638), 1, anon_sym_match, ACTIONS(4054), 1, anon_sym_EQ, ACTIONS(4202), 1, anon_sym_while, STATE(3083), 1, sym_type_arguments, ACTIONS(4052), 2, sym_identifier, sym_operator_identifier, STATE(3082), 3, sym_block, sym_case_block, sym_arguments, [136407] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1347), 9, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [136428] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1711), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1713), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [136449] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4090), 1, anon_sym_LBRACK, ACTIONS(4094), 1, anon_sym_POUND, ACTIONS(4204), 1, anon_sym_AT, STATE(3166), 1, sym_type_arguments, ACTIONS(1033), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3325), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1035), 5, anon_sym_EQ_GT, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [136480] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1347), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [136501] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4206), 1, anon_sym_STAR, ACTIONS(1487), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1489), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [136524] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(3711), 1, anon_sym_with, STATE(2253), 1, aux_sym_compound_type_repeat1, ACTIONS(3735), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 5, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, [136551] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3306), 1, anon_sym_finally, STATE(2963), 1, sym_finally_clause, ACTIONS(1521), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [136576] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1749), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [136597] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3224), 1, anon_sym_finally, STATE(3022), 1, sym_finally_clause, ACTIONS(1523), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, ACTIONS(1521), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, [136622] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1343), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [136643] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1296), 8, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [136666] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1495), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [136687] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [136708] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [136729] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1351), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [136750] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1388), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [136771] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1381), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [136792] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3456), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, [136815] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(3723), 1, anon_sym_with, STATE(2246), 1, aux_sym_compound_type_repeat1, ACTIONS(3794), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 5, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, [136842] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4208), 1, anon_sym_DOT, ACTIONS(1250), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1252), 8, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, sym_identifier, sym_operator_identifier, [136865] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1240), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [136886] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4210), 1, anon_sym_DOT, ACTIONS(1250), 2, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1252), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [136909] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1495), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [136930] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1210), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [136951] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 6, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1347), 7, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [136972] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1495), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [136993] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 6, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1343), 7, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [137014] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3782), 1, anon_sym_AT, STATE(2971), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1181), 5, anon_sym_EQ_GT, anon_sym_case, anon_sym_with, sym_identifier, sym_operator_identifier, [137039] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1762), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1764), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [137060] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1609), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1611), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [137081] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1735), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1737), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [137102] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1388), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [137123] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1613), 1, anon_sym_EQ_GT, ACTIONS(1609), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1611), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [137146] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1766), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1768), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [137167] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4212), 1, anon_sym_STAR, ACTIONS(1487), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1489), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [137190] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 6, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1218), 7, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [137211] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4216), 1, anon_sym_LBRACK, ACTIONS(4218), 1, anon_sym_COLON, ACTIONS(4220), 1, anon_sym_EQ, ACTIONS(4222), 1, anon_sym_LPAREN, STATE(3206), 1, sym_type_parameters, STATE(4027), 1, sym_block, STATE(3204), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1840), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [137246] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1745), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [137267] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1521), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [137288] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1758), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1760), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [137309] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1731), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1733), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [137330] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1222), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [137351] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3800), 1, anon_sym_LPAREN, ACTIONS(1190), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(2945), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1192), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [137376] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1240), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1242), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [137397] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [137418] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1487), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1489), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [137439] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1214), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [137460] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1707), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1709), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [137481] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4224), 1, anon_sym_LPAREN, ACTIONS(1134), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(2945), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1136), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [137506] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1762), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1764), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [137527] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 2, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1296), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [137550] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1703), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1705), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [137571] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1735), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1737), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [137592] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1745), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [137613] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1766), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1768), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [137634] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1711), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1713), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [137655] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1699), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1701), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [137676] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1749), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [137697] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1521), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1523), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [137718] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1758), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1760), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [137739] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1731), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1733), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [137760] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1487), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1489), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [137781] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4062), 1, anon_sym_LBRACK, ACTIONS(4066), 1, anon_sym_POUND, ACTIONS(4227), 1, anon_sym_AT, STATE(3303), 1, sym_type_arguments, STATE(3412), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1033), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, ACTIONS(1035), 4, anon_sym_EQ_GT, anon_sym_with, sym_identifier, sym_operator_identifier, [137812] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1707), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1709), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [137833] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1695), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1697), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [137854] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1703), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1705), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [137875] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1695), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1697), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [137896] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1691), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1693), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [137917] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1770), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1772), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [137938] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1749), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [137959] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1265), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [137980] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1691), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1693), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [138001] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1770), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1772), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [138022] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(3893), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_while, ACTIONS(1230), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, [138047] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4229), 1, anon_sym_AT, STATE(2971), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1185), 5, anon_sym_EQ_GT, anon_sym_case, anon_sym_with, sym_identifier, sym_operator_identifier, [138072] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1347), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [138093] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3257), 1, anon_sym_finally, STATE(3233), 1, sym_finally_clause, ACTIONS(1521), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [138118] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1381), 9, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [138139] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1727), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1729), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [138160] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1343), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [138181] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1381), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [138202] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1723), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1725), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [138223] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1683), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1685), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [138244] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3378), 1, anon_sym_finally, STATE(2803), 1, sym_finally_clause, ACTIONS(1521), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, sym_identifier, sym_operator_identifier, anon_sym_while, [138269] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4216), 1, anon_sym_LBRACK, ACTIONS(4222), 1, anon_sym_LPAREN, ACTIONS(4232), 1, anon_sym_COLON, ACTIONS(4234), 1, anon_sym_EQ, STATE(3297), 1, sym_type_parameters, STATE(4093), 1, sym_block, STATE(3294), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1834), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [138304] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 6, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1222), 7, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [138325] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3860), 1, anon_sym_LPAREN, STATE(3000), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 4, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1192), 6, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [138350] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 6, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1218), 7, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [138371] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1388), 9, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [138392] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4236), 1, anon_sym_AT, STATE(2986), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 4, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1185), 6, anon_sym_EQ_GT, anon_sym_case, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [138417] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1351), 9, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [138438] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1739), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1741), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [138459] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 6, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1214), 7, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [138480] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1222), 9, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [138501] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3700), 1, anon_sym_LPAREN, ACTIONS(1190), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(2995), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1192), 8, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [138526] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1218), 9, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [138547] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1296), 8, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, sym_identifier, sym_operator_identifier, [138570] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1214), 9, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [138591] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4239), 1, anon_sym_LPAREN, ACTIONS(1134), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(2995), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1136), 8, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [138616] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4192), 1, anon_sym_LBRACK, ACTIONS(4196), 1, anon_sym_POUND, ACTIONS(4242), 1, anon_sym_AT, STATE(3245), 1, sym_type_arguments, STATE(3404), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1035), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [138645] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1715), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1717), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [138666] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1719), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1721), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [138687] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1210), 9, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [138708] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4244), 1, anon_sym_LPAREN, STATE(3000), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 4, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1136), 6, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [138733] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1739), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1741), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [138754] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3396), 1, anon_sym_finally, STATE(3120), 1, sym_finally_clause, ACTIONS(1521), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, sym_identifier, sym_operator_identifier, [138779] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4216), 1, anon_sym_LBRACK, ACTIONS(4222), 1, anon_sym_LPAREN, ACTIONS(4247), 1, anon_sym_COLON, ACTIONS(4249), 1, anon_sym_EQ, STATE(3244), 1, sym_type_parameters, STATE(4071), 1, sym_block, STATE(3243), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1822), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [138814] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4251), 1, anon_sym_DOT, ACTIONS(1250), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1252), 8, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [138837] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4098), 1, anon_sym_LBRACK, ACTIONS(4102), 1, anon_sym_POUND, ACTIONS(4253), 1, anon_sym_AT, STATE(3313), 1, sym_type_arguments, ACTIONS(1033), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3331), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1035), 5, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_with, sym_identifier, sym_operator_identifier, [138868] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1727), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1729), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [138889] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1723), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1725), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [138910] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 6, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1210), 7, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [138931] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1495), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [138952] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4255), 1, anon_sym_EQ_GT, ACTIONS(4257), 1, sym__interpolated_string_start, ACTIONS(4259), 1, sym__interpolated_multiline_string_start, STATE(3320), 1, sym_interpolated_string, ACTIONS(1240), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [138981] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1343), 9, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [139002] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3369), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, anon_sym_catch, anon_sym_finally, [139025] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4160), 1, anon_sym_LBRACK, ACTIONS(4164), 1, anon_sym_POUND, ACTIONS(4261), 1, anon_sym_AT, STATE(3287), 1, sym_type_arguments, ACTIONS(1033), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3342), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1035), 5, anon_sym_EQ_GT, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [139056] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1715), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1717), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [139077] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1683), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1685), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [139098] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1719), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1721), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [139119] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1745), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [139140] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1351), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [139161] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3743), 1, anon_sym_AT, STATE(2986), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 4, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1181), 6, anon_sym_EQ_GT, anon_sym_case, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [139186] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1699), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1701), 7, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, anon_sym_while, [139207] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_SEMI, ACTIONS(1218), 8, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [139228] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1695), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1697), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [139248] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1343), 8, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [139268] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1739), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1741), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [139288] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1691), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1693), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [139308] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1770), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1772), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [139328] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1210), 8, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [139348] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1703), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1705), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [139368] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1715), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1717), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [139388] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1719), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1721), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [139408] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1347), 8, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [139428] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4263), 1, anon_sym_DOT, ACTIONS(1250), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1252), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [139450] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4265), 1, anon_sym_LPAREN, ACTIONS(1134), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3033), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1136), 7, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [139474] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1214), 8, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [139494] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1749), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [139514] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1745), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [139534] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1351), 7, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [139554] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1388), 7, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [139574] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4268), 1, anon_sym_with, STATE(3039), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1258), 7, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [139598] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4271), 1, anon_sym_with, STATE(3049), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1265), 7, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [139622] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3536), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, [139644] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(3875), 1, anon_sym_with, STATE(2390), 1, aux_sym_compound_type_repeat1, ACTIONS(3893), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 4, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, [139670] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1218), 8, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [139690] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3968), 1, anon_sym_LPAREN, ACTIONS(1190), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3033), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1192), 7, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [139714] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1222), 8, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [139734] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1381), 7, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [139754] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4273), 1, anon_sym_AT, ACTIONS(1183), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3047), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1185), 7, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_with, sym_identifier, sym_operator_identifier, [139778] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1296), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [139800] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4271), 1, anon_sym_with, STATE(3039), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1275), 7, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [139824] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 2, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [139844] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1745), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [139864] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4276), 1, anon_sym_DOT, ACTIONS(1250), 5, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1252), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [139886] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1715), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1717), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [139906] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1719), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1721), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [139926] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 3, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, ACTIONS(1218), 9, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [139946] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4271), 1, anon_sym_with, STATE(3049), 1, aux_sym_compound_type_repeat1, ACTIONS(4278), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1234), 4, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, [139974] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(4182), 1, anon_sym_LT_COLON, ACTIONS(4184), 1, anon_sym_GT_COLON, ACTIONS(4186), 1, anon_sym_LT_PERCENT, ACTIONS(4188), 1, anon_sym_COLON, STATE(3326), 1, sym_upper_bound, STATE(3567), 1, sym_lower_bound, ACTIONS(4280), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3568), 2, sym_view_bound, aux_sym__type_parameter_repeat1, STATE(3822), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [140008] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1240), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1242), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [140028] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3870), 1, anon_sym_AT, ACTIONS(1179), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3047), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1181), 7, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_with, sym_identifier, sym_operator_identifier, [140052] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1351), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [140072] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1495), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [140092] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1388), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [140112] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4282), 1, anon_sym_DOT, ACTIONS(1250), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1252), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_POUND, anon_sym_STAR, sym_identifier, sym_operator_identifier, [140134] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 2, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [140154] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1381), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [140174] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3429), 1, anon_sym_finally, STATE(3022), 1, sym_finally_clause, ACTIONS(1521), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [140198] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 2, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1296), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [140220] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1749), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, [140240] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4284), 1, anon_sym_AT, ACTIONS(1183), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3069), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1185), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_with, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [140264] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1745), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, [140284] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3408), 1, anon_sym_finally, STATE(3395), 1, sym_finally_clause, ACTIONS(1521), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [140308] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3515), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, [140330] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1351), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [140350] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [140370] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1210), 8, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, sym_identifier, sym_operator_identifier, [140390] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [140410] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1762), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1764), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [140430] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1343), 8, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, sym_identifier, sym_operator_identifier, [140450] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1347), 8, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, sym_identifier, sym_operator_identifier, [140470] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1735), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1737), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [140490] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1521), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1523), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [140510] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1766), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1768), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [140530] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1711), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1713), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [140550] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4287), 1, anon_sym_LPAREN, ACTIONS(1134), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3084), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1136), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [140574] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1214), 8, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, sym_identifier, sym_operator_identifier, [140594] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1296), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [140616] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1495), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [140636] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 3, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1218), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [140656] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 8, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, sym_identifier, sym_operator_identifier, [140676] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 2, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1222), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [140696] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3911), 1, anon_sym_LPAREN, ACTIONS(1190), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3084), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1192), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [140720] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1222), 8, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, sym_identifier, sym_operator_identifier, [140740] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1739), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1741), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [140760] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1609), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1611), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [140780] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3954), 1, anon_sym_LPAREN, STATE(3103), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1192), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [140802] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1699), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1701), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, [140822] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 2, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [140842] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4290), 1, anon_sym_STAR, ACTIONS(1487), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1489), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [140864] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1388), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [140884] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4292), 1, anon_sym_DOT, ACTIONS(1250), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1252), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [140906] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1683), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1685), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [140926] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 2, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1214), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [140946] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4294), 1, anon_sym_LPAREN, STATE(3103), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1136), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [140968] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 2, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1210), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [140988] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1347), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [141008] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1723), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1725), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [141028] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1723), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1725), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [141048] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1727), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1729), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [141068] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1343), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [141088] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1727), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1729), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [141108] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4297), 1, anon_sym_DOT, ACTIONS(1250), 2, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1252), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [141130] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1749), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [141150] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1495), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [141170] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1683), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1685), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [141190] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(3948), 1, anon_sym_AT, ACTIONS(1179), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3069), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1181), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_with, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [141214] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1707), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1709), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [141234] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1770), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1772), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [141254] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1691), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1693), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [141274] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1731), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1733), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [141294] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1695), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1697), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [141314] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1699), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1701), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [141334] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1703), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1705), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [141354] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1707), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1709), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [141374] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1487), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1489), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [141394] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1296), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_POUND, anon_sym_STAR, sym_identifier, sym_operator_identifier, [141416] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1731), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1733), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [141436] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1758), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1760), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [141456] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1758), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1760), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [141476] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1521), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [141496] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1381), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [141516] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(1294), 5, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1296), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [141538] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1487), 6, anon_sym_DOT, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1489), 6, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, anon_sym_while, [141558] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1711), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1713), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [141578] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1766), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1768), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [141598] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1240), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [141618] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1762), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1764), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [141638] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1735), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1737), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_catch, anon_sym_finally, sym_identifier, sym_operator_identifier, [141658] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3806), 1, sym_extends_clause, STATE(4019), 1, sym_template_body, STATE(3450), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1899), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [141687] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4194), 1, anon_sym_LPAREN, STATE(3260), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1192), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [141708] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3507), 1, sym_identifier, ACTIONS(4299), 1, anon_sym_LPAREN, STATE(677), 1, sym__annotated_type, STATE(4926), 1, sym_stable_identifier, STATE(843), 2, sym_compound_type, sym_infix_type, STATE(577), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [141735] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(4301), 1, anon_sym_LPAREN, STATE(3566), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(3795), 2, sym_compound_type, sym_infix_type, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [141762] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3735), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 5, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, [141783] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3700), 1, sym_extends_clause, STATE(3914), 1, sym_template_body, STATE(3450), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1927), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [141812] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4126), 1, sym_identifier, ACTIONS(4303), 1, anon_sym_LPAREN, STATE(2069), 1, sym__annotated_type, STATE(4921), 1, sym_stable_identifier, STATE(2492), 2, sym_compound_type, sym_infix_type, STATE(1413), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [141839] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1351), 6, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [141858] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1388), 6, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [141877] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1381), 6, anon_sym_EQ_GT, anon_sym_case, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [141896] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3713), 1, sym_extends_clause, STATE(3927), 1, sym_template_body, STATE(3450), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1891), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [141925] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3690), 1, sym_extends_clause, STATE(3929), 1, sym_template_body, STATE(3450), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1895), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [141954] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1495), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_STAR, anon_sym_match, sym_identifier, sym_operator_identifier, [141973] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4004), 1, sym_identifier, ACTIONS(4305), 1, anon_sym_LPAREN, STATE(694), 1, sym__annotated_type, STATE(4931), 1, sym_stable_identifier, STATE(847), 2, sym_compound_type, sym_infix_type, STATE(574), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [142000] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3734), 1, sym_extends_clause, STATE(3933), 1, sym_template_body, STATE(3143), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1977), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [142029] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3489), 1, sym_identifier, ACTIONS(4307), 1, anon_sym_LPAREN, STATE(2094), 1, sym__annotated_type, STATE(4916), 1, sym_stable_identifier, STATE(2481), 2, sym_compound_type, sym_infix_type, STATE(1430), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [142056] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4309), 1, anon_sym_AT, STATE(3154), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1185), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [142077] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3738), 1, sym_extends_clause, STATE(3938), 1, sym_template_body, STATE(3450), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1921), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [142106] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4222), 1, anon_sym_LPAREN, ACTIONS(4312), 1, anon_sym_COLON, ACTIONS(4314), 1, anon_sym_EQ, STATE(3941), 1, sym_block, STATE(3414), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1903), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [142135] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4030), 1, sym_identifier, ACTIONS(4316), 1, anon_sym_LPAREN, STATE(3502), 1, sym__annotated_type, STATE(4911), 1, sym_stable_identifier, STATE(3626), 2, sym_compound_type, sym_infix_type, STATE(2810), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [142162] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3756), 1, sym_extends_clause, STATE(3953), 1, sym_template_body, STATE(3450), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1931), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [142191] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1381), 8, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [142210] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4044), 1, sym_identifier, ACTIONS(4318), 1, anon_sym_LPAREN, STATE(3535), 1, sym__annotated_type, STATE(4793), 1, sym_stable_identifier, STATE(3743), 2, sym_compound_type, sym_infix_type, STATE(3013), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [142237] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 1, anon_sym_LBRACK, ACTIONS(1218), 10, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [142256] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3769), 1, sym_extends_clause, STATE(3955), 1, sym_template_body, STATE(3148), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1875), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [142285] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4170), 1, anon_sym_AT, STATE(3154), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1181), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [142306] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4012), 1, sym_identifier, ACTIONS(4320), 1, anon_sym_LPAREN, STATE(1038), 1, sym__annotated_type, STATE(4718), 1, sym_stable_identifier, STATE(1114), 2, sym_compound_type, sym_infix_type, STATE(888), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [142333] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3228), 1, anon_sym_AT, ACTIONS(4324), 1, anon_sym_PLUS, ACTIONS(4326), 1, anon_sym_DASH, STATE(4603), 1, sym__type_parameter, ACTIONS(4322), 2, sym_identifier, sym_wildcard, STATE(3349), 2, sym_annotation, aux_sym_object_definition_repeat1, STATE(4474), 3, sym__variant_type_parameter, sym_covariant_type_parameter, sym_contravariant_type_parameter, [142362] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1222), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_POUND, anon_sym_STAR, sym_identifier, sym_operator_identifier, [142381] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4092), 1, anon_sym_LPAREN, ACTIONS(1190), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3171), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1192), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [142404] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_POUND, anon_sym_STAR, sym_identifier, sym_operator_identifier, [142423] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4114), 1, sym_identifier, ACTIONS(4328), 1, anon_sym_LPAREN, STATE(1654), 1, sym__annotated_type, STATE(4906), 1, sym_stable_identifier, STATE(1865), 2, sym_compound_type, sym_infix_type, STATE(1152), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [142450] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1214), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_POUND, anon_sym_STAR, sym_identifier, sym_operator_identifier, [142469] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4330), 1, anon_sym_LPAREN, ACTIONS(1134), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3171), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1136), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [142492] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3228), 1, anon_sym_AT, ACTIONS(4324), 1, anon_sym_PLUS, ACTIONS(4326), 1, anon_sym_DASH, STATE(4603), 1, sym__type_parameter, ACTIONS(4322), 2, sym_identifier, sym_wildcard, STATE(3349), 2, sym_annotation, aux_sym_object_definition_repeat1, STATE(4457), 3, sym__variant_type_parameter, sym_covariant_type_parameter, sym_contravariant_type_parameter, [142521] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1351), 8, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [142540] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1388), 8, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [142559] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1749), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [142578] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1749), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, [142597] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1745), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [142616] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3780), 1, sym_extends_clause, STATE(3963), 1, sym_template_body, STATE(3450), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1958), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [142645] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1381), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [142664] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3781), 1, sym_extends_clause, STATE(3968), 1, sym_template_body, STATE(3450), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1952), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [142693] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3784), 1, sym_extends_clause, STATE(3970), 1, sym_template_body, STATE(3155), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1923), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [142722] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1745), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, [142741] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3565), 1, sym_identifier, ACTIONS(4333), 1, anon_sym_LPAREN, STATE(1673), 1, sym__annotated_type, STATE(4901), 1, sym_stable_identifier, STATE(1960), 2, sym_compound_type, sym_infix_type, STATE(1195), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [142768] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1388), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [142787] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 3, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1351), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [142806] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1351), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [142825] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1347), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [142844] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 3, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1388), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [142863] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1343), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [142882] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 3, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1381), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [142901] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 5, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1347), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [142920] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1347), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [142939] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1739), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1741), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [142958] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1343), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [142977] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3996), 1, sym_identifier, ACTIONS(4335), 1, anon_sym_LPAREN, STATE(864), 1, sym__annotated_type, STATE(4896), 1, sym_stable_identifier, STATE(974), 2, sym_compound_type, sym_infix_type, STATE(644), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [143004] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1715), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1717), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [143023] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1719), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1721), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [143042] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4337), 1, anon_sym_with, STATE(3198), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 4, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1258), 5, anon_sym_EQ_GT, anon_sym_case, anon_sym_EQ, sym_identifier, sym_operator_identifier, [143065] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1210), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_POUND, anon_sym_STAR, sym_identifier, sym_operator_identifier, [143084] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4340), 1, anon_sym_with, STATE(3202), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 4, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1265), 5, anon_sym_EQ_GT, anon_sym_case, anon_sym_EQ, sym_identifier, sym_operator_identifier, [143107] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1727), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1729), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [143126] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4340), 1, anon_sym_with, STATE(3198), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 4, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1275), 5, anon_sym_EQ_GT, anon_sym_case, anon_sym_EQ, sym_identifier, sym_operator_identifier, [143149] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3787), 1, sym_extends_clause, STATE(3980), 1, sym_template_body, STATE(3450), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1897), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [143178] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4222), 1, anon_sym_LPAREN, ACTIONS(4342), 1, anon_sym_COLON, ACTIONS(4344), 1, anon_sym_EQ, STATE(3982), 1, sym_block, STATE(3414), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1979), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [143207] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4340), 1, anon_sym_with, STATE(3202), 1, aux_sym_compound_type_repeat1, ACTIONS(1234), 2, anon_sym_case, anon_sym_EQ, ACTIONS(4346), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 4, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, [143234] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4222), 1, anon_sym_LPAREN, ACTIONS(4348), 1, anon_sym_COLON, ACTIONS(4350), 1, anon_sym_EQ, STATE(3983), 1, sym_block, STATE(3156), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1985), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [143263] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3228), 1, anon_sym_AT, ACTIONS(4324), 1, anon_sym_PLUS, ACTIONS(4326), 1, anon_sym_DASH, STATE(4603), 1, sym__type_parameter, ACTIONS(4322), 2, sym_identifier, sym_wildcard, STATE(3349), 2, sym_annotation, aux_sym_object_definition_repeat1, STATE(4390), 3, sym__variant_type_parameter, sym_covariant_type_parameter, sym_contravariant_type_parameter, [143292] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4222), 1, anon_sym_LPAREN, ACTIONS(4352), 1, anon_sym_COLON, ACTIONS(4354), 1, anon_sym_EQ, STATE(3992), 1, sym_block, STATE(3414), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1971), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [143321] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4144), 1, sym_identifier, ACTIONS(4356), 1, anon_sym_LPAREN, STATE(664), 1, sym__annotated_type, STATE(4976), 1, sym_stable_identifier, STATE(750), 2, sym_compound_type, sym_infix_type, STATE(567), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [143348] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3749), 1, sym_extends_clause, STATE(4000), 1, sym_template_body, STATE(3450), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1969), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [143377] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4110), 1, sym_identifier, ACTIONS(4358), 1, anon_sym_LPAREN, STATE(3565), 1, sym__annotated_type, STATE(4783), 1, sym_stable_identifier, STATE(3803), 2, sym_compound_type, sym_infix_type, STATE(3005), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [143404] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3735), 1, sym_extends_clause, STATE(4005), 1, sym_template_body, STATE(3178), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1956), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [143433] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1363), 8, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [143452] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3608), 1, sym_identifier, ACTIONS(4360), 1, anon_sym_LPAREN, STATE(637), 1, sym__annotated_type, STATE(4889), 1, sym_stable_identifier, STATE(797), 2, sym_compound_type, sym_infix_type, STATE(571), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [143479] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3540), 1, sym_identifier, ACTIONS(4362), 1, anon_sym_LPAREN, STATE(1380), 1, sym__annotated_type, STATE(4936), 1, sym_stable_identifier, STATE(1521), 2, sym_compound_type, sym_infix_type, STATE(1109), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [143506] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4016), 1, sym_identifier, ACTIONS(4364), 1, anon_sym_LPAREN, STATE(3611), 1, sym__annotated_type, STATE(4726), 1, sym_stable_identifier, STATE(3688), 2, sym_compound_type, sym_infix_type, STATE(2996), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [143533] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3228), 1, anon_sym_AT, ACTIONS(4324), 1, anon_sym_PLUS, ACTIONS(4326), 1, anon_sym_DASH, STATE(4603), 1, sym__type_parameter, ACTIONS(4322), 2, sym_identifier, sym_wildcard, STATE(3349), 2, sym_annotation, aux_sym_object_definition_repeat1, STATE(4334), 3, sym__variant_type_parameter, sym_covariant_type_parameter, sym_contravariant_type_parameter, [143562] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1683), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1685), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [143581] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 5, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1343), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [143600] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 5, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1210), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [143619] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4366), 1, anon_sym_with, STATE(3221), 1, aux_sym_compound_type_repeat1, ACTIONS(1258), 4, anon_sym_EQ_GT, anon_sym_case, sym_identifier, sym_operator_identifier, ACTIONS(1256), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, [143642] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3768), 1, sym_extends_clause, STATE(4013), 1, sym_template_body, STATE(3450), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1933), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [143671] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4369), 1, anon_sym_with, STATE(3227), 1, aux_sym_compound_type_repeat1, ACTIONS(1265), 4, anon_sym_EQ_GT, anon_sym_case, sym_identifier, sym_operator_identifier, ACTIONS(1263), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, [143694] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4000), 1, sym_identifier, ACTIONS(4371), 1, anon_sym_LPAREN, STATE(2375), 1, sym__annotated_type, STATE(4715), 1, sym_stable_identifier, STATE(2967), 2, sym_compound_type, sym_infix_type, STATE(1799), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [143721] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1723), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1725), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [143740] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3747), 1, sym_extends_clause, STATE(4021), 1, sym_template_body, STATE(3450), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1901), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [143769] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4369), 1, anon_sym_with, STATE(3221), 1, aux_sym_compound_type_repeat1, ACTIONS(1275), 4, anon_sym_EQ_GT, anon_sym_case, sym_identifier, sym_operator_identifier, ACTIONS(1273), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, [143792] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3793), 1, sym_extends_clause, STATE(4025), 1, sym_template_body, STATE(3203), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1893), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [143821] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1234), 1, anon_sym_case, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4369), 1, anon_sym_with, STATE(3227), 1, aux_sym_compound_type_repeat1, ACTIONS(4373), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, [143848] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4375), 1, anon_sym_AT, ACTIONS(1183), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3230), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1185), 6, anon_sym_EQ_GT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [143871] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1770), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1772), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [143890] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1691), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1693), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [143909] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1695), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1697), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [143928] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3794), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 5, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, [143949] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1703), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1705), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [143968] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1343), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_POUND, anon_sym_STAR, sym_identifier, sym_operator_identifier, [143987] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1707), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1709), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [144006] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1487), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1489), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [144025] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1731), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1733), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [144044] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1758), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1760), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [144063] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1521), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [144082] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1347), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_POUND, anon_sym_STAR, sym_identifier, sym_operator_identifier, [144101] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4222), 1, anon_sym_LPAREN, ACTIONS(4378), 1, anon_sym_COLON, ACTIONS(4380), 1, anon_sym_EQ, STATE(4032), 1, sym_block, STATE(3414), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1909), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [144130] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4222), 1, anon_sym_LPAREN, ACTIONS(4382), 1, anon_sym_COLON, ACTIONS(4384), 1, anon_sym_EQ, STATE(4036), 1, sym_block, STATE(3208), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1915), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [144159] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 2, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1222), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [144178] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4156), 1, sym_identifier, ACTIONS(4386), 1, anon_sym_LPAREN, STATE(1711), 1, sym__annotated_type, STATE(4941), 1, sym_stable_identifier, STATE(1986), 2, sym_compound_type, sym_infix_type, STATE(1261), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [144205] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(4388), 1, anon_sym_LPAREN, STATE(3557), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(3788), 2, sym_compound_type, sym_infix_type, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [144232] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 3, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1218), 8, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_STAR, sym_identifier, sym_operator_identifier, [144251] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1711), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1713), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [144270] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1766), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1768), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [144289] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1735), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1737), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [144308] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1609), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1611), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [144327] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1762), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1764), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [144346] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 2, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1218), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [144365] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4176), 1, anon_sym_AT, ACTIONS(1179), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3230), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1181), 6, anon_sym_EQ_GT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [144388] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3557), 1, sym_identifier, ACTIONS(4390), 1, anon_sym_LPAREN, STATE(1815), 1, sym__annotated_type, STATE(4873), 1, sym_stable_identifier, STATE(2280), 2, sym_compound_type, sym_infix_type, STATE(1382), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [144415] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1240), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [144434] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3483), 1, sym_identifier, ACTIONS(4392), 1, anon_sym_LPAREN, STATE(1718), 1, sym__annotated_type, STATE(4946), 1, sym_stable_identifier, STATE(2024), 2, sym_compound_type, sym_infix_type, STATE(1240), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [144461] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 2, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1214), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [144480] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4394), 1, anon_sym_LPAREN, STATE(3260), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1136), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [144501] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4397), 1, anon_sym_STAR, ACTIONS(1487), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1489), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [144522] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4222), 1, anon_sym_LPAREN, ACTIONS(4399), 1, anon_sym_COLON, ACTIONS(4401), 1, anon_sym_EQ, STATE(4043), 1, sym_block, STATE(3414), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1960), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [144551] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [144570] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 2, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1210), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [144589] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [144608] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4020), 1, sym_identifier, ACTIONS(4403), 1, anon_sym_LPAREN, STATE(2281), 1, sym__annotated_type, STATE(4951), 1, sym_stable_identifier, STATE(2608), 2, sym_compound_type, sym_infix_type, STATE(1564), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [144635] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4034), 1, sym_identifier, ACTIONS(4405), 1, anon_sym_LPAREN, STATE(1067), 1, sym__annotated_type, STATE(4733), 1, sym_stable_identifier, STATE(1131), 2, sym_compound_type, sym_infix_type, STATE(940), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [144662] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1699), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1701), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, anon_sym_finally, sym_identifier, sym_operator_identifier, [144681] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4026), 1, sym_identifier, ACTIONS(4407), 1, anon_sym_LPAREN, STATE(1853), 1, sym__annotated_type, STATE(4865), 1, sym_stable_identifier, STATE(2215), 2, sym_compound_type, sym_infix_type, STATE(1361), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [144708] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4409), 1, anon_sym_LPAREN, STATE(3270), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1134), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, ACTIONS(1136), 5, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [144731] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 5, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1214), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [144750] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 5, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [144769] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3497), 1, sym_identifier, ACTIONS(4412), 1, anon_sym_LPAREN, STATE(1465), 1, sym__annotated_type, STATE(4857), 1, sym_stable_identifier, STATE(1730), 2, sym_compound_type, sym_infix_type, STATE(1124), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [144796] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3807), 1, sym_extends_clause, STATE(4056), 1, sym_template_body, STATE(3450), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1925), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [144825] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3731), 1, sym_extends_clause, STATE(4058), 1, sym_template_body, STATE(3450), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1929), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [144854] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1210), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [144873] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3800), 1, sym_extends_clause, STATE(4060), 1, sym_template_body, STATE(3222), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1879), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [144902] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3755), 1, sym_extends_clause, STATE(4061), 1, sym_template_body, STATE(3450), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1935), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [144931] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4122), 1, sym_identifier, ACTIONS(4414), 1, anon_sym_LPAREN, STATE(3397), 1, sym__annotated_type, STATE(4743), 1, sym_stable_identifier, STATE(3601), 2, sym_compound_type, sym_infix_type, STATE(2467), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [144958] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 2, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [144977] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 2, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [144996] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4416), 1, anon_sym_LPAREN, ACTIONS(1134), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3282), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1136), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [145019] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1214), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [145038] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1218), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [145057] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4058), 1, sym_identifier, ACTIONS(4419), 1, anon_sym_LPAREN, STATE(1104), 1, sym__annotated_type, STATE(4780), 1, sym_stable_identifier, STATE(1133), 2, sym_compound_type, sym_infix_type, STATE(922), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [145084] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4162), 1, anon_sym_LPAREN, ACTIONS(1190), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3282), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1192), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [145107] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1222), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [145126] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3595), 1, sym_identifier, ACTIONS(4421), 1, anon_sym_LPAREN, STATE(596), 1, sym__annotated_type, STATE(4956), 1, sym_stable_identifier, STATE(708), 2, sym_compound_type, sym_infix_type, STATE(563), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [145153] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3528), 1, sym_identifier, ACTIONS(4423), 1, anon_sym_LPAREN, STATE(2233), 1, sym__annotated_type, STATE(4803), 1, sym_stable_identifier, STATE(2828), 2, sym_compound_type, sym_infix_type, STATE(1627), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [145180] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3774), 1, sym_extends_clause, STATE(4064), 1, sym_template_body, STATE(3138), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1942), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [145209] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4024), 1, anon_sym_AT, ACTIONS(1179), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3304), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1181), 6, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_with, sym_identifier, sym_operator_identifier, [145232] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3976), 1, sym_identifier, ACTIONS(4425), 1, anon_sym_LPAREN, STATE(3473), 1, sym__annotated_type, STATE(4773), 1, sym_stable_identifier, STATE(3669), 2, sym_compound_type, sym_infix_type, STATE(2545), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [145259] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 3, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, ACTIONS(1218), 8, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [145278] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4222), 1, anon_sym_LPAREN, ACTIONS(4427), 1, anon_sym_COLON, ACTIONS(4429), 1, anon_sym_EQ, STATE(4075), 1, sym_block, STATE(3414), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1946), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [145307] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1208), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1210), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [145326] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4008), 1, sym_identifier, ACTIONS(4431), 1, anon_sym_LPAREN, STATE(3200), 1, sym__annotated_type, STATE(4849), 1, sym_stable_identifier, STATE(3452), 2, sym_compound_type, sym_infix_type, STATE(2266), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [145353] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4222), 1, anon_sym_LPAREN, ACTIONS(4433), 1, anon_sym_COLON, ACTIONS(4435), 1, anon_sym_EQ, STATE(4076), 1, sym_block, STATE(3262), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(1885), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [145382] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4437), 1, anon_sym_LPAREN, ACTIONS(1134), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3298), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1136), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [145405] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4064), 1, anon_sym_LPAREN, STATE(3270), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1190), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, ACTIONS(1192), 5, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [145428] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4086), 1, sym_identifier, ACTIONS(4440), 1, anon_sym_LPAREN, STATE(1977), 1, sym__annotated_type, STATE(4971), 1, sym_stable_identifier, STATE(2179), 2, sym_compound_type, sym_infix_type, STATE(1306), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [145455] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3546), 1, sym_identifier, ACTIONS(4442), 1, anon_sym_LPAREN, STATE(761), 1, sym__annotated_type, STATE(4813), 1, sym_stable_identifier, STATE(921), 2, sym_compound_type, sym_infix_type, STATE(607), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [145482] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1212), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1214), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [145501] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 5, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1222), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [145520] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4444), 1, anon_sym_AT, ACTIONS(1183), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3304), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1185), 6, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_with, sym_identifier, sym_operator_identifier, [145543] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3721), 1, sym_extends_clause, STATE(4082), 1, sym_template_body, STATE(3450), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1877), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [145572] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3228), 1, anon_sym_AT, ACTIONS(4324), 1, anon_sym_PLUS, ACTIONS(4326), 1, anon_sym_DASH, STATE(4603), 1, sym__type_parameter, ACTIONS(4322), 2, sym_identifier, sym_wildcard, STATE(3349), 2, sym_annotation, aux_sym_object_definition_repeat1, STATE(4655), 3, sym__variant_type_parameter, sym_covariant_type_parameter, sym_contravariant_type_parameter, [145601] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4106), 1, sym_identifier, ACTIONS(4447), 1, anon_sym_LPAREN, STATE(800), 1, sym__annotated_type, STATE(4961), 1, sym_stable_identifier, STATE(913), 2, sym_compound_type, sym_infix_type, STATE(591), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [145628] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, ACTIONS(3678), 1, anon_sym_LPAREN, STATE(3723), 1, sym_extends_clause, STATE(4083), 1, sym_template_body, STATE(3274), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(1954), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [145657] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4048), 1, sym_identifier, ACTIONS(4449), 1, anon_sym_LPAREN, STATE(3040), 1, sym__annotated_type, STATE(4841), 1, sym_stable_identifier, STATE(3392), 2, sym_compound_type, sym_infix_type, STATE(2015), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [145684] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1218), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [145703] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4100), 1, anon_sym_LPAREN, ACTIONS(1190), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3298), 2, sym_arguments, aux_sym_annotation_repeat1, ACTIONS(1192), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [145726] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4140), 1, sym_identifier, ACTIONS(4451), 1, anon_sym_LPAREN, STATE(1458), 1, sym__annotated_type, STATE(4966), 1, sym_stable_identifier, STATE(1731), 2, sym_compound_type, sym_infix_type, STATE(1122), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [145753] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1220), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1222), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [145772] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1495), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_else, anon_sym_match, sym_identifier, sym_operator_identifier, [145791] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3587), 1, sym_identifier, ACTIONS(4453), 1, anon_sym_LPAREN, STATE(1738), 1, sym__annotated_type, STATE(4753), 1, sym_stable_identifier, STATE(2131), 2, sym_compound_type, sym_infix_type, STATE(1267), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [145818] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3461), 1, sym_identifier, ACTIONS(4455), 1, anon_sym_LPAREN, STATE(3419), 1, sym__annotated_type, STATE(4823), 1, sym_stable_identifier, STATE(3632), 2, sym_compound_type, sym_infix_type, STATE(2829), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [145845] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4038), 1, sym_identifier, ACTIONS(4457), 1, anon_sym_LPAREN, STATE(3223), 1, sym__annotated_type, STATE(4833), 1, sym_stable_identifier, STATE(3433), 2, sym_compound_type, sym_infix_type, STATE(2303), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [145872] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4118), 1, sym_identifier, ACTIONS(4459), 1, anon_sym_LPAREN, STATE(3379), 1, sym__annotated_type, STATE(4763), 1, sym_stable_identifier, STATE(3593), 2, sym_compound_type, sym_infix_type, STATE(2371), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [145899] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4469), 1, anon_sym_AT, ACTIONS(4471), 1, anon_sym_LPAREN, ACTIONS(4473), 1, anon_sym_RPAREN, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, STATE(4309), 1, aux_sym_case_class_pattern_repeat1, [145933] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1735), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1737), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [145951] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4479), 1, anon_sym_AT, ACTIONS(1183), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3321), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1185), 5, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_with, sym_identifier, sym_operator_identifier, [145973] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1341), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1343), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [145991] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4469), 1, anon_sym_AT, ACTIONS(4471), 1, anon_sym_LPAREN, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4482), 1, anon_sym_RPAREN, STATE(4365), 1, aux_sym_case_class_pattern_repeat1, [146025] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1345), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1347), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [146043] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4204), 1, anon_sym_AT, ACTIONS(1179), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3351), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1181), 5, anon_sym_EQ_GT, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [146065] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4184), 1, anon_sym_GT_COLON, ACTIONS(4186), 1, anon_sym_LT_PERCENT, ACTIONS(4188), 1, anon_sym_COLON, STATE(3575), 1, sym_lower_bound, ACTIONS(4484), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3576), 2, sym_view_bound, aux_sym__type_parameter_repeat1, STATE(3842), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [146093] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1495), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [146111] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 3, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, ACTIONS(1218), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [146129] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 3, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1351), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [146147] = 10, ACTIONS(181), 1, sym_comment, ACTIONS(4488), 1, anon_sym_DOT, ACTIONS(4490), 1, anon_sym_EQ_GT, ACTIONS(4492), 1, anon_sym_COLON, ACTIONS(4494), 1, anon_sym_AT, ACTIONS(4496), 1, anon_sym_LPAREN, ACTIONS(4498), 1, anon_sym_PIPE, ACTIONS(4500), 1, anon_sym_if, STATE(4784), 1, sym_guard, ACTIONS(4486), 2, sym_identifier, sym_operator_identifier, [146179] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4253), 1, anon_sym_AT, ACTIONS(1179), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3321), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1181), 5, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_with, sym_identifier, sym_operator_identifier, [146201] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4469), 1, anon_sym_AT, ACTIONS(4471), 1, anon_sym_LPAREN, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4502), 1, anon_sym_RPAREN, STATE(4384), 1, aux_sym_case_class_pattern_repeat1, [146235] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 3, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1388), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [146253] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 3, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1381), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [146271] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(4510), 1, anon_sym_COLON, ACTIONS(4512), 1, anon_sym_AT, ACTIONS(4514), 1, anon_sym_EQ, ACTIONS(4516), 1, anon_sym_LPAREN, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, STATE(4241), 1, aux_sym_val_declaration_repeat1, [146305] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3672), 1, anon_sym_LBRACK, ACTIONS(3676), 1, anon_sym_extends, STATE(3586), 1, sym_type_parameters, STATE(3744), 1, sym_extends_clause, STATE(4094), 1, sym_template_body, ACTIONS(1991), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [146333] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4522), 1, anon_sym_AT, STATE(3337), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1183), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, ACTIONS(1185), 4, anon_sym_EQ_GT, anon_sym_with, sym_identifier, sym_operator_identifier, [146355] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(4512), 1, anon_sym_AT, ACTIONS(4516), 1, anon_sym_LPAREN, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4525), 1, anon_sym_COLON, ACTIONS(4527), 1, anon_sym_EQ, STATE(4239), 1, aux_sym_val_declaration_repeat1, [146389] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(4512), 1, anon_sym_AT, ACTIONS(4516), 1, anon_sym_LPAREN, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4529), 1, anon_sym_COLON, ACTIONS(4531), 1, anon_sym_EQ, STATE(4511), 1, aux_sym_val_declaration_repeat1, [146423] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 3, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1218), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_POUND, anon_sym_STAR, sym_identifier, sym_operator_identifier, [146441] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 4, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RPAREN, ACTIONS(1218), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [146459] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4261), 1, anon_sym_AT, ACTIONS(1179), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3381), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1181), 5, anon_sym_EQ_GT, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [146481] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4469), 1, anon_sym_AT, ACTIONS(4471), 1, anon_sym_LPAREN, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4533), 1, anon_sym_RPAREN, STATE(4328), 1, aux_sym_case_class_pattern_repeat1, [146515] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(4184), 1, anon_sym_GT_COLON, ACTIONS(4186), 1, anon_sym_LT_PERCENT, ACTIONS(4188), 1, anon_sym_COLON, STATE(3569), 1, sym_lower_bound, ACTIONS(4535), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3570), 2, sym_view_bound, aux_sym__type_parameter_repeat1, STATE(3825), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [146543] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(4512), 1, anon_sym_AT, ACTIONS(4516), 1, anon_sym_LPAREN, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4537), 1, anon_sym_COLON, ACTIONS(4539), 1, anon_sym_EQ, STATE(4107), 1, aux_sym_val_declaration_repeat1, [146577] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(4512), 1, anon_sym_AT, ACTIONS(4516), 1, anon_sym_LPAREN, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4541), 1, anon_sym_COLON, ACTIONS(4543), 1, anon_sym_EQ, STATE(4260), 1, aux_sym_val_declaration_repeat1, [146611] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(4512), 1, anon_sym_AT, ACTIONS(4516), 1, anon_sym_LPAREN, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4545), 1, anon_sym_COLON, ACTIONS(4547), 1, anon_sym_EQ, STATE(4499), 1, aux_sym_val_declaration_repeat1, [146645] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(4512), 1, anon_sym_AT, ACTIONS(4516), 1, anon_sym_LPAREN, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4549), 1, anon_sym_COLON, ACTIONS(4551), 1, anon_sym_EQ, STATE(4257), 1, aux_sym_val_declaration_repeat1, [146679] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3228), 1, anon_sym_AT, ACTIONS(4324), 1, anon_sym_PLUS, ACTIONS(4326), 1, anon_sym_DASH, STATE(4621), 1, sym__type_parameter, ACTIONS(4322), 2, sym_identifier, sym_wildcard, STATE(2120), 2, sym_annotation, aux_sym_object_definition_repeat1, STATE(4620), 2, sym_covariant_type_parameter, sym_contravariant_type_parameter, [146707] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 3, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_RPAREN, ACTIONS(1218), 7, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, sym_identifier, sym_operator_identifier, [146725] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4553), 1, anon_sym_AT, ACTIONS(1183), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3351), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1185), 5, anon_sym_EQ_GT, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [146747] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1351), 7, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [146765] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1388), 7, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [146783] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1381), 7, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [146801] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1351), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [146819] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4469), 1, anon_sym_AT, ACTIONS(4471), 1, anon_sym_LPAREN, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4556), 1, anon_sym_RPAREN, STATE(4240), 1, aux_sym_case_class_pattern_repeat1, [146853] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4469), 1, anon_sym_AT, ACTIONS(4471), 1, anon_sym_LPAREN, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4558), 1, anon_sym_RPAREN, STATE(4467), 1, aux_sym_case_class_pattern_repeat1, [146887] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3672), 1, anon_sym_LBRACK, ACTIONS(3676), 1, anon_sym_extends, STATE(3606), 1, sym_type_parameters, STATE(3694), 1, sym_extends_clause, STATE(4072), 1, sym_template_body, ACTIONS(1999), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [146915] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4469), 1, anon_sym_AT, ACTIONS(4471), 1, anon_sym_LPAREN, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4560), 1, anon_sym_RPAREN, STATE(4242), 1, aux_sym_case_class_pattern_repeat1, [146949] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4469), 1, anon_sym_AT, ACTIONS(4471), 1, anon_sym_LPAREN, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4562), 1, anon_sym_RPAREN, STATE(4306), 1, aux_sym_case_class_pattern_repeat1, [146983] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1388), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [147001] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1240), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1242), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [147019] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1381), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [147037] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 4, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1363), 6, anon_sym_EQ_GT, anon_sym_case, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [147055] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1762), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1764), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [147073] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1609), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1611), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [147091] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1743), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1745), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [147109] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4469), 1, anon_sym_AT, ACTIONS(4471), 1, anon_sym_LPAREN, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4564), 1, anon_sym_RPAREN, STATE(4362), 1, aux_sym_case_class_pattern_repeat1, [147143] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4469), 1, anon_sym_AT, ACTIONS(4471), 1, anon_sym_LPAREN, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4566), 1, anon_sym_RPAREN, STATE(4435), 1, aux_sym_case_class_pattern_repeat1, [147177] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4469), 1, anon_sym_AT, ACTIONS(4471), 1, anon_sym_LPAREN, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4568), 1, anon_sym_RPAREN, STATE(4395), 1, aux_sym_case_class_pattern_repeat1, [147211] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1766), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1768), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [147229] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4570), 1, anon_sym_with, STATE(3372), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1258), 6, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, sym_identifier, sym_operator_identifier, [147251] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1711), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1713), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [147269] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4469), 1, anon_sym_AT, ACTIONS(4471), 1, anon_sym_LPAREN, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4573), 1, anon_sym_RPAREN, STATE(4432), 1, aux_sym_case_class_pattern_repeat1, [147303] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1521), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1523), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [147321] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1758), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1760), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [147339] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(3893), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1234), 4, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, [147359] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1731), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1733), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [147377] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4575), 1, anon_sym_with, STATE(3383), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1265), 6, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, sym_identifier, sym_operator_identifier, [147399] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 1, anon_sym_LPAREN, ACTIONS(1381), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [147417] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4577), 1, anon_sym_AT, ACTIONS(1183), 2, anon_sym_COMMA, anon_sym_RPAREN, STATE(3381), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1185), 5, anon_sym_EQ_GT, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [147439] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1487), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1489), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [147457] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4575), 1, anon_sym_with, STATE(3372), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1275), 6, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, sym_identifier, sym_operator_identifier, [147479] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1707), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1709), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [147497] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4575), 1, anon_sym_with, STATE(3383), 1, aux_sym_compound_type_repeat1, ACTIONS(1230), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(4580), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 3, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, [147523] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(4512), 1, anon_sym_AT, ACTIONS(4516), 1, anon_sym_LPAREN, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4582), 1, anon_sym_COLON, ACTIONS(4584), 1, anon_sym_EQ, STATE(4304), 1, aux_sym_val_declaration_repeat1, [147557] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 1, anon_sym_LPAREN, ACTIONS(1388), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [147575] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1703), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1705), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [147593] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4586), 1, anon_sym_with, STATE(3389), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1258), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [147615] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(4512), 1, anon_sym_AT, ACTIONS(4516), 1, anon_sym_LPAREN, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4589), 1, anon_sym_COLON, ACTIONS(4591), 1, anon_sym_EQ, STATE(4221), 1, aux_sym_val_declaration_repeat1, [147649] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 1, anon_sym_LPAREN, ACTIONS(1351), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [147667] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1265), 7, anon_sym_EQ_GT, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [147685] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(4512), 1, anon_sym_AT, ACTIONS(4516), 1, anon_sym_LPAREN, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4593), 1, anon_sym_COLON, ACTIONS(4595), 1, anon_sym_EQ, STATE(4218), 1, aux_sym_val_declaration_repeat1, [147719] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4278), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1234), 4, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, [147741] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1695), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1697), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [147759] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1715), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1717), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [147777] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4597), 1, anon_sym_with, STATE(3399), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1265), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [147799] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1719), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1721), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [147817] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4597), 1, anon_sym_with, STATE(3389), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1275), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [147839] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4599), 1, anon_sym_AT, STATE(3400), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1185), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [147859] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1691), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1693), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [147877] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1747), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1749), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [147895] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(4512), 1, anon_sym_AT, ACTIONS(4516), 1, anon_sym_LPAREN, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4602), 1, anon_sym_COLON, ACTIONS(4604), 1, anon_sym_EQ, STATE(4364), 1, aux_sym_val_declaration_repeat1, [147929] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4242), 1, anon_sym_AT, STATE(3400), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1181), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [147949] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1216), 1, anon_sym_LBRACK, ACTIONS(1218), 9, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_POUND, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [147967] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, ACTIONS(1363), 5, anon_sym_EQ_GT, anon_sym_case, anon_sym_with, sym_identifier, sym_operator_identifier, [147985] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1723), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1725), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [148003] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1770), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1772), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [148021] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1727), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1729), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [148039] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1683), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1685), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [148057] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3672), 1, anon_sym_LBRACK, ACTIONS(3676), 1, anon_sym_extends, STATE(3622), 1, sym_type_parameters, STATE(3718), 1, sym_extends_clause, STATE(4030), 1, sym_template_body, ACTIONS(2001), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [148085] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4227), 1, anon_sym_AT, STATE(3337), 2, sym_annotation, aux_sym_object_definition_repeat1, ACTIONS(1179), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, ACTIONS(1181), 4, anon_sym_EQ_GT, anon_sym_with, sym_identifier, sym_operator_identifier, [148107] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1739), 4, anon_sym_DOT, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_LPAREN, ACTIONS(1741), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_match, sym_identifier, sym_operator_identifier, [148125] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4606), 1, anon_sym_LPAREN, STATE(3414), 2, sym_parameters, aux_sym_function_definition_repeat1, ACTIONS(2005), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_SEMI, [148145] = 11, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(4512), 1, anon_sym_AT, ACTIONS(4516), 1, anon_sym_LPAREN, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4609), 1, anon_sym_COLON, ACTIONS(4611), 1, anon_sym_EQ, STATE(4229), 1, aux_sym_val_declaration_repeat1, [148179] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4615), 1, anon_sym_with, STATE(3427), 1, aux_sym_compound_type_repeat1, ACTIONS(1230), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1234), 2, anon_sym_EQ, anon_sym_STAR, ACTIONS(4613), 2, sym_identifier, sym_operator_identifier, [148204] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4617), 1, anon_sym_with, STATE(3417), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1258), 5, anon_sym_EQ_GT, anon_sym_EQ, anon_sym_STAR, sym_identifier, sym_operator_identifier, [148225] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 3, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1351), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [148242] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4615), 1, anon_sym_with, STATE(3427), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1265), 5, anon_sym_EQ_GT, anon_sym_EQ, anon_sym_STAR, sym_identifier, sym_operator_identifier, [148263] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(4388), 1, anon_sym_LPAREN, STATE(3648), 1, sym__annotated_type, STATE(4854), 1, sym_stable_identifier, STATE(2959), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [148286] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 1, anon_sym_LPAREN, ACTIONS(1381), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [148303] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 1, anon_sym_LPAREN, ACTIONS(1388), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [148320] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(4620), 1, sym_identifier, ACTIONS(4622), 1, anon_sym_DOT, ACTIONS(4624), 1, anon_sym_COLON, ACTIONS(4626), 1, anon_sym_AT, ACTIONS(4630), 1, anon_sym_LPAREN, ACTIONS(4632), 1, anon_sym_PIPE, ACTIONS(4634), 1, sym_operator_identifier, ACTIONS(4628), 2, anon_sym_EQ, anon_sym_LT_DASH, [148349] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3483), 1, sym_identifier, ACTIONS(4392), 1, anon_sym_LPAREN, STATE(1939), 1, sym__annotated_type, STATE(4946), 1, sym_stable_identifier, STATE(1240), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [148372] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 1, anon_sym_LPAREN, ACTIONS(1351), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [148389] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1234), 1, anon_sym_case, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4373), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, [148410] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4615), 1, anon_sym_with, STATE(3417), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1275), 5, anon_sym_EQ_GT, anon_sym_EQ, anon_sym_STAR, sym_identifier, sym_operator_identifier, [148431] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4000), 1, sym_identifier, ACTIONS(4371), 1, anon_sym_LPAREN, STATE(2639), 1, sym__annotated_type, STATE(4715), 1, sym_stable_identifier, STATE(1799), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [148454] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 4, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1388), 5, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [148471] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3557), 1, sym_identifier, ACTIONS(4390), 1, anon_sym_LPAREN, STATE(2099), 1, sym__annotated_type, STATE(4873), 1, sym_stable_identifier, STATE(1382), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [148494] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2087), 1, anon_sym_case, ACTIONS(4636), 1, anon_sym_EQ, ACTIONS(2085), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(2012), 4, anon_sym_COLON, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [148515] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4156), 1, sym_identifier, ACTIONS(4386), 1, anon_sym_LPAREN, STATE(1954), 1, sym__annotated_type, STATE(4941), 1, sym_stable_identifier, STATE(1261), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [148538] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1265), 4, anon_sym_EQ_GT, anon_sym_case, sym_identifier, sym_operator_identifier, ACTIONS(1263), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, [148555] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 4, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1351), 5, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [148572] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4597), 1, anon_sym_with, STATE(3399), 1, aux_sym_compound_type_repeat1, ACTIONS(1230), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1234), 2, anon_sym_COLON, anon_sym_PIPE, ACTIONS(4638), 2, sym_identifier, sym_operator_identifier, [148597] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4020), 1, sym_identifier, ACTIONS(4403), 1, anon_sym_LPAREN, STATE(2411), 1, sym__annotated_type, STATE(4951), 1, sym_stable_identifier, STATE(1564), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [148620] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1363), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_with, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [148637] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4016), 1, sym_identifier, ACTIONS(4364), 1, anon_sym_LPAREN, STATE(3661), 1, sym__annotated_type, STATE(4726), 1, sym_stable_identifier, STATE(2996), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [148660] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3608), 1, sym_identifier, ACTIONS(4360), 1, anon_sym_LPAREN, STATE(707), 1, sym__annotated_type, STATE(4889), 1, sym_stable_identifier, STATE(571), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [148683] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4034), 1, sym_identifier, ACTIONS(4405), 1, anon_sym_LPAREN, STATE(1112), 1, sym__annotated_type, STATE(4733), 1, sym_stable_identifier, STATE(940), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [148706] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3540), 1, sym_identifier, ACTIONS(4362), 1, anon_sym_LPAREN, STATE(1455), 1, sym__annotated_type, STATE(4936), 1, sym_stable_identifier, STATE(1109), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [148729] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4110), 1, sym_identifier, ACTIONS(4358), 1, anon_sym_LPAREN, STATE(3658), 1, sym__annotated_type, STATE(4783), 1, sym_stable_identifier, STATE(3005), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [148752] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4469), 1, anon_sym_AT, ACTIONS(4471), 1, anon_sym_LPAREN, ACTIONS(4640), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, ACTIONS(4642), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [148775] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4469), 1, anon_sym_AT, ACTIONS(4471), 1, anon_sym_LPAREN, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4646), 1, anon_sym_PIPE, ACTIONS(4644), 2, anon_sym_COMMA, anon_sym_RPAREN, [148804] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2062), 1, anon_sym_case, ACTIONS(4648), 1, anon_sym_EQ, ACTIONS(2060), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(2012), 4, anon_sym_COLON, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [148825] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2081), 1, anon_sym_case, ACTIONS(4650), 1, anon_sym_EQ, ACTIONS(2079), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(2012), 4, anon_sym_COLON, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [148846] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4469), 1, anon_sym_AT, ACTIONS(4471), 1, anon_sym_LPAREN, ACTIONS(4652), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, ACTIONS(4654), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [148869] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4026), 1, sym_identifier, ACTIONS(4407), 1, anon_sym_LPAREN, STATE(2074), 1, sym__annotated_type, STATE(4865), 1, sym_stable_identifier, STATE(1361), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [148892] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2048), 1, anon_sym_case, ACTIONS(4656), 1, anon_sym_EQ, ACTIONS(2046), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(2012), 4, anon_sym_COLON, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [148913] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4658), 1, anon_sym_LPAREN, STATE(3450), 2, sym_class_parameters, aux_sym_class_definition_repeat1, ACTIONS(2074), 6, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_extends, anon_sym_SEMI, [148932] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(1234), 2, anon_sym_case, anon_sym_EQ, ACTIONS(4346), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 4, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, [148953] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 4, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1265), 5, anon_sym_EQ_GT, anon_sym_case, anon_sym_EQ, sym_identifier, sym_operator_identifier, [148970] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3996), 1, sym_identifier, ACTIONS(4335), 1, anon_sym_LPAREN, STATE(920), 1, sym__annotated_type, STATE(4896), 1, sym_stable_identifier, STATE(644), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [148993] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3497), 1, sym_identifier, ACTIONS(4412), 1, anon_sym_LPAREN, STATE(1527), 1, sym__annotated_type, STATE(4857), 1, sym_stable_identifier, STATE(1124), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149016] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4122), 1, sym_identifier, ACTIONS(4414), 1, anon_sym_LPAREN, STATE(3437), 1, sym__annotated_type, STATE(4743), 1, sym_stable_identifier, STATE(2467), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149039] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3565), 1, sym_identifier, ACTIONS(4333), 1, anon_sym_LPAREN, STATE(1734), 1, sym__annotated_type, STATE(4901), 1, sym_stable_identifier, STATE(1195), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149062] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(1495), 6, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [149079] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4622), 1, anon_sym_DOT, ACTIONS(4626), 1, anon_sym_AT, ACTIONS(4630), 1, anon_sym_LPAREN, ACTIONS(4640), 1, sym_identifier, ACTIONS(4642), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [149102] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3595), 1, sym_identifier, ACTIONS(4421), 1, anon_sym_LPAREN, STATE(636), 1, sym__annotated_type, STATE(4956), 1, sym_stable_identifier, STATE(563), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149125] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4663), 1, anon_sym_with, STATE(3466), 1, aux_sym_compound_type_repeat1, ACTIONS(1230), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1234), 2, anon_sym_LT_PERCENT, anon_sym_COLON, ACTIONS(4661), 2, sym_identifier, sym_operator_identifier, [149150] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4620), 1, sym_identifier, ACTIONS(4622), 1, anon_sym_DOT, ACTIONS(4624), 1, anon_sym_COLON, ACTIONS(4626), 1, anon_sym_AT, ACTIONS(4630), 1, anon_sym_LPAREN, ACTIONS(4634), 1, sym_operator_identifier, ACTIONS(4646), 3, anon_sym_EQ, anon_sym_PIPE, anon_sym_LT_DASH, [149177] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4058), 1, sym_identifier, ACTIONS(4419), 1, anon_sym_LPAREN, STATE(1116), 1, sym__annotated_type, STATE(4780), 1, sym_stable_identifier, STATE(922), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149200] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3528), 1, sym_identifier, ACTIONS(4423), 1, anon_sym_LPAREN, STATE(2455), 1, sym__annotated_type, STATE(4803), 1, sym_stable_identifier, STATE(1627), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149223] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4114), 1, sym_identifier, ACTIONS(4328), 1, anon_sym_LPAREN, STATE(1756), 1, sym__annotated_type, STATE(4906), 1, sym_stable_identifier, STATE(1152), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149246] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4622), 1, anon_sym_DOT, ACTIONS(4626), 1, anon_sym_AT, ACTIONS(4630), 1, anon_sym_LPAREN, ACTIONS(4652), 1, sym_identifier, ACTIONS(4654), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [149269] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4663), 1, anon_sym_with, STATE(3480), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1275), 5, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, sym_identifier, sym_operator_identifier, [149290] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4044), 1, sym_identifier, ACTIONS(4318), 1, anon_sym_LPAREN, STATE(3643), 1, sym__annotated_type, STATE(4793), 1, sym_stable_identifier, STATE(3013), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149313] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4144), 1, sym_identifier, ACTIONS(4356), 1, anon_sym_LPAREN, STATE(685), 1, sym__annotated_type, STATE(4976), 1, sym_stable_identifier, STATE(567), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149336] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3976), 1, sym_identifier, ACTIONS(4425), 1, anon_sym_LPAREN, STATE(3587), 1, sym__annotated_type, STATE(4773), 1, sym_stable_identifier, STATE(2545), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149359] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3546), 1, sym_identifier, ACTIONS(4442), 1, anon_sym_LPAREN, STATE(882), 1, sym__annotated_type, STATE(4813), 1, sym_stable_identifier, STATE(607), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149382] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1381), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [149399] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1388), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [149416] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4663), 1, anon_sym_with, STATE(3466), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1265), 5, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, sym_identifier, sym_operator_identifier, [149437] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, ACTIONS(1351), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [149454] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4665), 1, anon_sym_with, STATE(3484), 1, aux_sym_compound_type_repeat1, ACTIONS(1275), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [149473] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 9, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_private, anon_sym_protected, anon_sym_extends, anon_sym_LPAREN, anon_sym_SEMI, [149488] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4012), 1, sym_identifier, ACTIONS(4320), 1, anon_sym_LPAREN, STATE(1069), 1, sym__annotated_type, STATE(4718), 1, sym_stable_identifier, STATE(888), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149511] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4008), 1, sym_identifier, ACTIONS(4431), 1, anon_sym_LPAREN, STATE(3364), 1, sym__annotated_type, STATE(4849), 1, sym_stable_identifier, STATE(2266), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149534] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 3, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1381), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [149551] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4667), 1, anon_sym_with, STATE(3480), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1258), 5, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, sym_identifier, sym_operator_identifier, [149572] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4086), 1, sym_identifier, ACTIONS(4440), 1, anon_sym_LPAREN, STATE(2164), 1, sym__annotated_type, STATE(4971), 1, sym_stable_identifier, STATE(1306), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149595] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1363), 7, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_with, sym_identifier, sym_operator_identifier, [149612] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4030), 1, sym_identifier, ACTIONS(4316), 1, anon_sym_LPAREN, STATE(3516), 1, sym__annotated_type, STATE(4911), 1, sym_stable_identifier, STATE(2810), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149635] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4670), 1, anon_sym_with, STATE(3484), 1, aux_sym_compound_type_repeat1, ACTIONS(1258), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [149654] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2056), 1, anon_sym_case, ACTIONS(4673), 1, anon_sym_EQ, ACTIONS(2054), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(2012), 4, anon_sym_COLON, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [149675] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4106), 1, sym_identifier, ACTIONS(4447), 1, anon_sym_LPAREN, STATE(868), 1, sym__annotated_type, STATE(4961), 1, sym_stable_identifier, STATE(591), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149698] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1820), 9, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_private, anon_sym_protected, anon_sym_extends, anon_sym_LPAREN, anon_sym_SEMI, [149713] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(2014), 1, anon_sym_case, ACTIONS(4675), 1, anon_sym_EQ, ACTIONS(2010), 3, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_SEMI, ACTIONS(2012), 4, anon_sym_COLON, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [149734] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 3, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1388), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [149751] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1349), 3, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1351), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [149768] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3489), 1, sym_identifier, ACTIONS(4307), 1, anon_sym_LPAREN, STATE(2211), 1, sym__annotated_type, STATE(4916), 1, sym_stable_identifier, STATE(1430), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149791] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4488), 1, anon_sym_DOT, ACTIONS(4494), 1, anon_sym_AT, ACTIONS(4496), 1, anon_sym_LPAREN, ACTIONS(4642), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [149812] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4665), 1, anon_sym_with, STATE(3475), 1, aux_sym_compound_type_repeat1, ACTIONS(4677), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, anon_sym_LT_DASH, [149835] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 4, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1381), 5, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, sym_identifier, sym_operator_identifier, [149852] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4048), 1, sym_identifier, ACTIONS(4449), 1, anon_sym_LPAREN, STATE(3213), 1, sym__annotated_type, STATE(4841), 1, sym_stable_identifier, STATE(2015), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149875] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3587), 1, sym_identifier, ACTIONS(4453), 1, anon_sym_LPAREN, STATE(1905), 1, sym__annotated_type, STATE(4753), 1, sym_stable_identifier, STATE(1267), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149898] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4004), 1, sym_identifier, ACTIONS(4305), 1, anon_sym_LPAREN, STATE(735), 1, sym__annotated_type, STATE(4931), 1, sym_stable_identifier, STATE(574), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149921] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4140), 1, sym_identifier, ACTIONS(4451), 1, anon_sym_LPAREN, STATE(1667), 1, sym__annotated_type, STATE(4966), 1, sym_stable_identifier, STATE(1122), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149944] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3461), 1, sym_identifier, ACTIONS(4455), 1, anon_sym_LPAREN, STATE(3528), 1, sym__annotated_type, STATE(4823), 1, sym_stable_identifier, STATE(2829), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149967] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4126), 1, sym_identifier, ACTIONS(4303), 1, anon_sym_LPAREN, STATE(2199), 1, sym__annotated_type, STATE(4921), 1, sym_stable_identifier, STATE(1413), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [149990] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4488), 1, anon_sym_DOT, ACTIONS(4492), 1, anon_sym_COLON, ACTIONS(4494), 1, anon_sym_AT, ACTIONS(4496), 1, anon_sym_LPAREN, ACTIONS(4486), 2, sym_identifier, sym_operator_identifier, ACTIONS(4646), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, [150015] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4665), 1, anon_sym_with, STATE(3475), 1, aux_sym_compound_type_repeat1, ACTIONS(1265), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [150034] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1379), 3, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1381), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [150051] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3507), 1, sym_identifier, ACTIONS(4299), 1, anon_sym_LPAREN, STATE(737), 1, sym__annotated_type, STATE(4926), 1, sym_stable_identifier, STATE(577), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [150074] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4679), 1, anon_sym_LBRACK, STATE(3627), 1, sym_access_qualifier, ACTIONS(2068), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_extends, anon_sym_LPAREN, anon_sym_SEMI, [150093] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4488), 1, anon_sym_DOT, ACTIONS(4494), 1, anon_sym_AT, ACTIONS(4496), 1, anon_sym_LPAREN, ACTIONS(4654), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [150114] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(4301), 1, anon_sym_LPAREN, STATE(3657), 1, sym__annotated_type, STATE(4758), 1, sym_stable_identifier, STATE(2899), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [150137] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4038), 1, sym_identifier, ACTIONS(4457), 1, anon_sym_LPAREN, STATE(3406), 1, sym__annotated_type, STATE(4833), 1, sym_stable_identifier, STATE(2303), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [150160] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4469), 1, anon_sym_AT, ACTIONS(4471), 1, anon_sym_LPAREN, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4681), 2, anon_sym_COMMA, anon_sym_RPAREN, [150189] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4118), 1, sym_identifier, ACTIONS(4459), 1, anon_sym_LPAREN, STATE(3482), 1, sym__annotated_type, STATE(4763), 1, sym_stable_identifier, STATE(2371), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [150212] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1386), 3, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(1388), 6, anon_sym_EQ_GT, anon_sym_AT, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [150229] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4106), 1, sym_identifier, ACTIONS(4447), 1, anon_sym_LPAREN, STATE(4961), 1, sym_stable_identifier, STATE(584), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [150249] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4004), 1, sym_identifier, ACTIONS(4305), 1, anon_sym_LPAREN, STATE(4931), 1, sym_stable_identifier, STATE(578), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [150269] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2437), 1, anon_sym_object, ACTIONS(2439), 1, anon_sym_case, ACTIONS(2441), 1, anon_sym_class, ACTIONS(2443), 1, anon_sym_trait, ACTIONS(2445), 1, anon_sym_val, ACTIONS(2447), 1, anon_sym_var, ACTIONS(2449), 1, anon_sym_type, ACTIONS(2451), 1, anon_sym_def, [150297] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4044), 1, sym_identifier, ACTIONS(4318), 1, anon_sym_LPAREN, STATE(4793), 1, sym_stable_identifier, STATE(2784), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [150317] = 2, ACTIONS(181), 1, sym_comment, ACTIONS(1363), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, anon_sym_LT_DASH, [150331] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4683), 1, anon_sym_with, STATE(3572), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1275), 4, anon_sym_EQ_GT, anon_sym_STAR, sym_identifier, sym_operator_identifier, [150351] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4597), 1, anon_sym_with, STATE(3399), 1, aux_sym_compound_type_repeat1, ACTIONS(4638), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 4, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, [150371] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3507), 1, sym_identifier, ACTIONS(4299), 1, anon_sym_LPAREN, STATE(4926), 1, sym_stable_identifier, STATE(576), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [150391] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1234), 1, anon_sym_STAR, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4683), 1, anon_sym_with, STATE(3517), 1, aux_sym_compound_type_repeat1, ACTIONS(1230), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(4685), 2, sym_identifier, sym_operator_identifier, [150415] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4687), 1, sym_identifier, ACTIONS(4689), 1, anon_sym_LPAREN, STATE(5017), 1, sym_stable_identifier, STATE(1432), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [150435] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4691), 1, anon_sym_object, ACTIONS(4693), 1, anon_sym_case, ACTIONS(4695), 1, anon_sym_class, ACTIONS(4697), 1, anon_sym_trait, ACTIONS(4699), 1, anon_sym_val, ACTIONS(4701), 1, anon_sym_var, ACTIONS(4703), 1, anon_sym_type, ACTIONS(4705), 1, anon_sym_def, [150463] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4709), 1, anon_sym_with, STATE(3530), 1, aux_sym_compound_type_repeat1, ACTIONS(4707), 2, sym_identifier, sym_operator_identifier, ACTIONS(1230), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, [150485] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4110), 1, sym_identifier, ACTIONS(4358), 1, anon_sym_LPAREN, STATE(4783), 1, sym_stable_identifier, STATE(2604), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [150505] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4568), 1, anon_sym_RPAREN, STATE(4395), 1, aux_sym_case_class_pattern_repeat1, [150533] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4687), 1, sym_identifier, ACTIONS(4689), 1, anon_sym_LPAREN, STATE(5017), 1, sym_stable_identifier, STATE(1248), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [150553] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4482), 1, anon_sym_RPAREN, STATE(4365), 1, aux_sym_case_class_pattern_repeat1, [150581] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1363), 6, anon_sym_EQ_GT, anon_sym_EQ, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [150597] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4564), 1, anon_sym_RPAREN, STATE(4362), 1, aux_sym_case_class_pattern_repeat1, [150625] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4709), 1, anon_sym_with, STATE(3558), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, ACTIONS(1275), 3, anon_sym_EQ_GT, sym_identifier, sym_operator_identifier, [150645] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4512), 1, anon_sym_AT, ACTIONS(4516), 1, anon_sym_LPAREN, ACTIONS(4652), 1, sym_identifier, ACTIONS(4654), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [150667] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3976), 1, sym_identifier, ACTIONS(4425), 1, anon_sym_LPAREN, STATE(4773), 1, sym_stable_identifier, STATE(2494), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [150687] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4711), 1, anon_sym_with, STATE(3533), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1258), 4, anon_sym_EQ_GT, anon_sym_EQ, sym_identifier, sym_operator_identifier, [150707] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4126), 1, sym_identifier, ACTIONS(4303), 1, anon_sym_LPAREN, STATE(4921), 1, sym_stable_identifier, STATE(1415), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [150727] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4714), 1, anon_sym_with, STATE(3554), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1265), 4, anon_sym_EQ_GT, anon_sym_EQ, sym_identifier, sym_operator_identifier, [150747] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4560), 1, anon_sym_RPAREN, STATE(4242), 1, aux_sym_case_class_pattern_repeat1, [150775] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4512), 1, anon_sym_AT, ACTIONS(4516), 1, anon_sym_LPAREN, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4716), 1, anon_sym_COLON, ACTIONS(4646), 2, anon_sym_EQ, anon_sym_PIPE, [150801] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3528), 1, sym_identifier, ACTIONS(4423), 1, anon_sym_LPAREN, STATE(4803), 1, sym_stable_identifier, STATE(1679), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [150821] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4512), 1, anon_sym_AT, ACTIONS(4516), 1, anon_sym_LPAREN, ACTIONS(4640), 1, sym_identifier, ACTIONS(4642), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [150843] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4556), 1, anon_sym_RPAREN, STATE(4240), 1, aux_sym_case_class_pattern_repeat1, [150871] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4502), 1, anon_sym_RPAREN, STATE(4384), 1, aux_sym_case_class_pattern_repeat1, [150899] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3489), 1, sym_identifier, ACTIONS(4307), 1, anon_sym_LPAREN, STATE(4916), 1, sym_stable_identifier, STATE(1417), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [150919] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4086), 1, sym_identifier, ACTIONS(4440), 1, anon_sym_LPAREN, STATE(4971), 1, sym_stable_identifier, STATE(1305), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [150939] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3980), 1, sym_identifier, ACTIONS(4388), 1, anon_sym_LPAREN, STATE(4854), 1, sym_stable_identifier, STATE(2571), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [150959] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(2597), 1, anon_sym_object, ACTIONS(2599), 1, anon_sym_case, ACTIONS(2601), 1, anon_sym_class, ACTIONS(2603), 1, anon_sym_trait, ACTIONS(2605), 1, anon_sym_val, ACTIONS(2607), 1, anon_sym_var, ACTIONS(2609), 1, anon_sym_type, ACTIONS(2611), 1, anon_sym_def, [150987] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1294), 1, anon_sym_LPAREN, ACTIONS(1298), 2, anon_sym_DOT, sym_identifier, ACTIONS(4718), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [151005] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4140), 1, sym_identifier, ACTIONS(4451), 1, anon_sym_LPAREN, STATE(4966), 1, sym_stable_identifier, STATE(1137), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [151025] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4058), 1, sym_identifier, ACTIONS(4419), 1, anon_sym_LPAREN, STATE(4780), 1, sym_stable_identifier, STATE(931), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [151045] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4186), 1, anon_sym_LT_PERCENT, ACTIONS(4188), 1, anon_sym_COLON, ACTIONS(4535), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3570), 2, sym_view_bound, aux_sym__type_parameter_repeat1, STATE(3825), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [151067] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4186), 1, anon_sym_LT_PERCENT, ACTIONS(4188), 1, anon_sym_COLON, ACTIONS(4535), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3789), 2, sym_view_bound, aux_sym__type_parameter_repeat1, STATE(3825), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [151089] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4030), 1, sym_identifier, ACTIONS(4316), 1, anon_sym_LPAREN, STATE(4911), 1, sym_stable_identifier, STATE(2473), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [151109] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(4720), 1, anon_sym_object, ACTIONS(4722), 1, anon_sym_case, ACTIONS(4724), 1, anon_sym_class, ACTIONS(4726), 1, anon_sym_trait, ACTIONS(4728), 1, anon_sym_val, ACTIONS(4730), 1, anon_sym_var, ACTIONS(4732), 1, anon_sym_type, ACTIONS(4734), 1, anon_sym_def, [151137] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4118), 1, sym_identifier, ACTIONS(4459), 1, anon_sym_LPAREN, STATE(4763), 1, sym_stable_identifier, STATE(2221), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [151157] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4714), 1, anon_sym_with, STATE(3533), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1275), 4, anon_sym_EQ_GT, anon_sym_EQ, sym_identifier, sym_operator_identifier, [151177] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3546), 1, sym_identifier, ACTIONS(4442), 1, anon_sym_LPAREN, STATE(4813), 1, sym_stable_identifier, STATE(598), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [151197] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2137), 8, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_LPAREN, anon_sym_SEMI, [151211] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4709), 1, anon_sym_with, STATE(3530), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, ACTIONS(1265), 3, anon_sym_EQ_GT, sym_identifier, sym_operator_identifier, [151231] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4736), 1, anon_sym_with, STATE(3558), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, ACTIONS(1258), 3, anon_sym_EQ_GT, sym_identifier, sym_operator_identifier, [151251] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1234), 1, anon_sym_EQ, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4714), 1, anon_sym_with, STATE(3554), 1, aux_sym_compound_type_repeat1, ACTIONS(1230), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(4739), 2, sym_identifier, sym_operator_identifier, [151275] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4488), 1, anon_sym_DOT, ACTIONS(4490), 1, anon_sym_EQ_GT, ACTIONS(4492), 1, anon_sym_COLON, ACTIONS(4498), 1, anon_sym_PIPE, ACTIONS(4500), 1, anon_sym_if, STATE(4784), 1, sym_guard, ACTIONS(4486), 2, sym_identifier, sym_operator_identifier, [151301] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4558), 1, anon_sym_RPAREN, STATE(4467), 1, aux_sym_case_class_pattern_repeat1, [151329] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4741), 1, anon_sym_with, STATE(3562), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1258), 4, anon_sym_EQ_GT, anon_sym_COLON, sym_identifier, sym_operator_identifier, [151349] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3461), 1, sym_identifier, ACTIONS(4455), 1, anon_sym_LPAREN, STATE(4823), 1, sym_stable_identifier, STATE(2401), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [151369] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3351), 1, sym_identifier, ACTIONS(4301), 1, anon_sym_LPAREN, STATE(4758), 1, sym_stable_identifier, STATE(2585), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [151389] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4744), 1, anon_sym_with, STATE(3580), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1265), 4, anon_sym_EQ_GT, anon_sym_COLON, sym_identifier, sym_operator_identifier, [151409] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4683), 1, anon_sym_with, STATE(3517), 1, aux_sym_compound_type_repeat1, ACTIONS(1263), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1265), 4, anon_sym_EQ_GT, anon_sym_STAR, sym_identifier, sym_operator_identifier, [151429] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4186), 1, anon_sym_LT_PERCENT, ACTIONS(4188), 1, anon_sym_COLON, ACTIONS(4484), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3576), 2, sym_view_bound, aux_sym__type_parameter_repeat1, STATE(3842), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [151451] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4186), 1, anon_sym_LT_PERCENT, ACTIONS(4188), 1, anon_sym_COLON, ACTIONS(4484), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3789), 2, sym_view_bound, aux_sym__type_parameter_repeat1, STATE(3842), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [151473] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4186), 1, anon_sym_LT_PERCENT, ACTIONS(4188), 1, anon_sym_COLON, ACTIONS(4746), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3577), 2, sym_view_bound, aux_sym__type_parameter_repeat1, STATE(3844), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [151495] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4186), 1, anon_sym_LT_PERCENT, ACTIONS(4188), 1, anon_sym_COLON, ACTIONS(4746), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3789), 2, sym_view_bound, aux_sym__type_parameter_repeat1, STATE(3844), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [151517] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4533), 1, anon_sym_RPAREN, STATE(4328), 1, aux_sym_case_class_pattern_repeat1, [151545] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4748), 1, anon_sym_with, STATE(3572), 1, aux_sym_compound_type_repeat1, ACTIONS(1256), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1258), 4, anon_sym_EQ_GT, anon_sym_STAR, sym_identifier, sym_operator_identifier, [151565] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3587), 1, sym_identifier, ACTIONS(4453), 1, anon_sym_LPAREN, STATE(4753), 1, sym_stable_identifier, STATE(1233), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [151585] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1294), 1, anon_sym_LPAREN, ACTIONS(1298), 1, anon_sym_DOT, ACTIONS(4718), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [151603] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4186), 1, anon_sym_LT_PERCENT, ACTIONS(4188), 1, anon_sym_COLON, ACTIONS(4751), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3579), 2, sym_view_bound, aux_sym__type_parameter_repeat1, STATE(3847), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [151625] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4186), 1, anon_sym_LT_PERCENT, ACTIONS(4188), 1, anon_sym_COLON, ACTIONS(4751), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3789), 2, sym_view_bound, aux_sym__type_parameter_repeat1, STATE(3847), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [151647] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4186), 1, anon_sym_LT_PERCENT, ACTIONS(4188), 1, anon_sym_COLON, ACTIONS(4753), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3789), 2, sym_view_bound, aux_sym__type_parameter_repeat1, STATE(3850), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [151669] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4038), 1, sym_identifier, ACTIONS(4457), 1, anon_sym_LPAREN, STATE(4833), 1, sym_stable_identifier, STATE(2363), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [151689] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4186), 1, anon_sym_LT_PERCENT, ACTIONS(4188), 1, anon_sym_COLON, ACTIONS(4755), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3789), 2, sym_view_bound, aux_sym__type_parameter_repeat1, STATE(3891), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [151711] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4744), 1, anon_sym_with, STATE(3562), 1, aux_sym_compound_type_repeat1, ACTIONS(1273), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1275), 4, anon_sym_EQ_GT, anon_sym_COLON, sym_identifier, sym_operator_identifier, [151731] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4114), 1, sym_identifier, ACTIONS(4328), 1, anon_sym_LPAREN, STATE(4906), 1, sym_stable_identifier, STATE(1178), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [151751] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, STATE(3753), 1, sym_extends_clause, STATE(4099), 1, sym_template_body, ACTIONS(2116), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [151773] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4122), 1, sym_identifier, ACTIONS(4414), 1, anon_sym_LPAREN, STATE(4743), 1, sym_stable_identifier, STATE(2314), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [151793] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(1234), 1, anon_sym_COLON, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4744), 1, anon_sym_with, STATE(3580), 1, aux_sym_compound_type_repeat1, ACTIONS(1230), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(4757), 2, sym_identifier, sym_operator_identifier, [151817] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4048), 1, sym_identifier, ACTIONS(4449), 1, anon_sym_LPAREN, STATE(4841), 1, sym_stable_identifier, STATE(1974), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [151837] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, STATE(3804), 1, sym_extends_clause, STATE(4081), 1, sym_template_body, ACTIONS(2135), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [151859] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1363), 6, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, anon_sym_with, sym_identifier, sym_operator_identifier, [151875] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3595), 1, sym_identifier, ACTIONS(4421), 1, anon_sym_LPAREN, STATE(4956), 1, sym_stable_identifier, STATE(565), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [151895] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4008), 1, sym_identifier, ACTIONS(4431), 1, anon_sym_LPAREN, STATE(4849), 1, sym_stable_identifier, STATE(2023), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [151915] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1294), 1, anon_sym_LPAREN, ACTIONS(4718), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, ACTIONS(1298), 4, anon_sym_DOT, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, [151933] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4566), 1, anon_sym_RPAREN, STATE(4435), 1, aux_sym_case_class_pattern_repeat1, [151961] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4573), 1, anon_sym_RPAREN, STATE(4432), 1, aux_sym_case_class_pattern_repeat1, [151989] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 3, anon_sym_COMMA, anon_sym_RBRACK, sym_identifier, ACTIONS(1265), 5, anon_sym_EQ_GT, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, sym_operator_identifier, [152005] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4034), 1, sym_identifier, ACTIONS(4405), 1, anon_sym_LPAREN, STATE(4733), 1, sym_stable_identifier, STATE(832), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [152025] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4473), 1, anon_sym_RPAREN, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, STATE(4309), 1, aux_sym_case_class_pattern_repeat1, [152053] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4020), 1, sym_identifier, ACTIONS(4403), 1, anon_sym_LPAREN, STATE(4951), 1, sym_stable_identifier, STATE(1605), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [152073] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3497), 1, sym_identifier, ACTIONS(4412), 1, anon_sym_LPAREN, STATE(4857), 1, sym_stable_identifier, STATE(1130), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [152093] = 9, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4562), 1, anon_sym_RPAREN, STATE(4306), 1, aux_sym_case_class_pattern_repeat1, [152121] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4580), 1, sym_operator_identifier, ACTIONS(4759), 1, sym_identifier, ACTIONS(1230), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1234), 3, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, [152143] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4026), 1, sym_identifier, ACTIONS(4407), 1, anon_sym_LPAREN, STATE(4865), 1, sym_stable_identifier, STATE(1386), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [152163] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1265), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [152179] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2121), 8, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_LPAREN, anon_sym_SEMI, [152193] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4156), 1, sym_identifier, ACTIONS(4386), 1, anon_sym_LPAREN, STATE(4941), 1, sym_stable_identifier, STATE(1242), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [152213] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3565), 1, sym_identifier, ACTIONS(4333), 1, anon_sym_LPAREN, STATE(4901), 1, sym_stable_identifier, STATE(1181), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [152233] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2133), 8, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_LPAREN, anon_sym_SEMI, [152247] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, STATE(3791), 1, sym_extends_clause, STATE(4041), 1, sym_template_body, ACTIONS(2143), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [152269] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1820), 8, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_LPAREN, anon_sym_SEMI, [152283] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4761), 1, anon_sym_with, STATE(3608), 1, aux_sym_compound_type_repeat1, ACTIONS(1258), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [152301] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4016), 1, sym_identifier, ACTIONS(4364), 1, anon_sym_LPAREN, STATE(4726), 1, sym_stable_identifier, STATE(2867), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [152321] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3557), 1, sym_identifier, ACTIONS(4390), 1, anon_sym_LPAREN, STATE(4873), 1, sym_stable_identifier, STATE(1379), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [152341] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4764), 1, anon_sym_with, STATE(3613), 1, aux_sym_compound_type_repeat1, ACTIONS(1265), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [152359] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3996), 1, sym_identifier, ACTIONS(4335), 1, anon_sym_LPAREN, STATE(4896), 1, sym_stable_identifier, STATE(659), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [152379] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4764), 1, anon_sym_with, STATE(3608), 1, aux_sym_compound_type_repeat1, ACTIONS(1275), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [152397] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4000), 1, sym_identifier, ACTIONS(4371), 1, anon_sym_LPAREN, STATE(4715), 1, sym_stable_identifier, STATE(1760), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [152417] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3483), 1, sym_identifier, ACTIONS(4392), 1, anon_sym_LPAREN, STATE(4946), 1, sym_stable_identifier, STATE(1239), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [152437] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4764), 1, anon_sym_with, STATE(3613), 1, aux_sym_compound_type_repeat1, ACTIONS(4766), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 3, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, [152459] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3540), 1, sym_identifier, ACTIONS(4362), 1, anon_sym_LPAREN, STATE(4936), 1, sym_stable_identifier, STATE(1115), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [152479] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4144), 1, sym_identifier, ACTIONS(4356), 1, anon_sym_LPAREN, STATE(4976), 1, sym_stable_identifier, STATE(569), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [152499] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2141), 8, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_LPAREN, anon_sym_SEMI, [152513] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1815), 8, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_COLON, anon_sym_EQ, anon_sym_LPAREN, anon_sym_SEMI, [152527] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4012), 1, sym_identifier, ACTIONS(4320), 1, anon_sym_LPAREN, STATE(4718), 1, sym_stable_identifier, STATE(775), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [152547] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, ACTIONS(3676), 1, anon_sym_extends, STATE(3798), 1, sym_extends_clause, STATE(3990), 1, sym_template_body, ACTIONS(2139), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [152569] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3608), 1, sym_identifier, ACTIONS(4360), 1, anon_sym_LPAREN, STATE(4889), 1, sym_stable_identifier, STATE(570), 5, sym__simple_type, sym_tuple_type, sym_stable_type_identifier, sym_generic_type, sym_projected_type, [152589] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1493), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_EQ, anon_sym_LPAREN, anon_sym_SEMI, [152602] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4661), 1, sym_operator_identifier, ACTIONS(4768), 1, sym_identifier, ACTIONS(1230), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1234), 2, anon_sym_LT_PERCENT, anon_sym_COLON, [152623] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 1, sym_identifier, ACTIONS(1265), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [152638] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2149), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_extends, anon_sym_LPAREN, anon_sym_SEMI, [152651] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4770), 1, anon_sym_EQ, STATE(3912), 1, sym_block, ACTIONS(2199), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [152670] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4568), 1, anon_sym_RPAREN, STATE(4395), 1, aux_sym_case_class_pattern_repeat1, [152695] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4482), 1, anon_sym_RPAREN, STATE(4365), 1, aux_sym_case_class_pattern_repeat1, [152720] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3228), 1, anon_sym_AT, ACTIONS(4772), 1, sym_identifier, ACTIONS(4774), 1, anon_sym_implicit, ACTIONS(4776), 1, anon_sym_RPAREN, STATE(4373), 1, sym_parameter, STATE(3961), 2, sym_annotation, aux_sym_object_definition_repeat1, [152743] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, ACTIONS(1265), 4, anon_sym_EQ_GT, anon_sym_EQ, anon_sym_STAR, sym_operator_identifier, [152758] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4778), 1, anon_sym_EQ, STATE(3994), 1, sym_block, ACTIONS(2173), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [152777] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4564), 1, anon_sym_RPAREN, STATE(4362), 1, aux_sym_case_class_pattern_repeat1, [152802] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4613), 1, sym_operator_identifier, ACTIONS(4780), 1, sym_identifier, ACTIONS(1230), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1234), 2, anon_sym_EQ, anon_sym_STAR, [152823] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4677), 1, sym_operator_identifier, ACTIONS(4782), 1, sym_identifier, ACTIONS(1234), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, anon_sym_LT_DASH, [152842] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4784), 1, anon_sym_EQ, STATE(3924), 1, sym_block, ACTIONS(2328), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [152861] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4786), 1, anon_sym_EQ, STATE(3925), 1, sym_block, ACTIONS(2340), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [152880] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4788), 1, anon_sym_EQ, STATE(4008), 1, sym_block, ACTIONS(2151), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [152899] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4790), 1, anon_sym_EQ, STATE(4009), 1, sym_block, ACTIONS(2181), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [152918] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4560), 1, anon_sym_RPAREN, STATE(4242), 1, aux_sym_case_class_pattern_repeat1, [152943] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2346), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_extends, anon_sym_LPAREN, anon_sym_SEMI, [152956] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1363), 5, anon_sym_EQ_GT, anon_sym_EQ, anon_sym_with, sym_identifier, sym_operator_identifier, [152971] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4556), 1, anon_sym_RPAREN, STATE(4240), 1, aux_sym_case_class_pattern_repeat1, [152996] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4502), 1, anon_sym_RPAREN, STATE(4384), 1, aux_sym_case_class_pattern_repeat1, [153021] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4488), 1, anon_sym_DOT, ACTIONS(4492), 1, anon_sym_COLON, ACTIONS(4486), 2, sym_identifier, sym_operator_identifier, ACTIONS(4646), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, [153040] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4792), 1, anon_sym_EQ, STATE(3934), 1, sym_block, ACTIONS(2336), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [153059] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, ACTIONS(1363), 4, anon_sym_EQ_GT, anon_sym_with, sym_identifier, sym_operator_identifier, [153074] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2220), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_extends, anon_sym_LPAREN, anon_sym_SEMI, [153087] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4681), 2, anon_sym_COMMA, anon_sym_RPAREN, [153110] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4488), 1, anon_sym_DOT, ACTIONS(4642), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [153125] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4558), 1, anon_sym_RPAREN, STATE(4467), 1, aux_sym_case_class_pattern_repeat1, [153150] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4490), 1, anon_sym_EQ_GT, ACTIONS(4492), 1, anon_sym_COLON, ACTIONS(4498), 1, anon_sym_PIPE, ACTIONS(4500), 1, anon_sym_if, STATE(4784), 1, sym_guard, ACTIONS(4486), 2, sym_identifier, sym_operator_identifier, [153173] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4794), 1, anon_sym_EQ, STATE(3944), 1, sym_block, ACTIONS(2203), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [153192] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2194), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_extends, anon_sym_LPAREN, anon_sym_SEMI, [153205] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4620), 1, sym_identifier, ACTIONS(4622), 1, anon_sym_DOT, ACTIONS(4624), 1, anon_sym_COLON, ACTIONS(4632), 1, anon_sym_PIPE, ACTIONS(4634), 1, sym_operator_identifier, ACTIONS(4628), 2, anon_sym_EQ, anon_sym_LT_DASH, [153228] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1363), 5, anon_sym_EQ_GT, anon_sym_with, anon_sym_STAR, sym_identifier, sym_operator_identifier, [153243] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1361), 2, anon_sym_COMMA, anon_sym_RBRACK, ACTIONS(1363), 5, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_with, sym_identifier, sym_operator_identifier, [153258] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2230), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_extends, anon_sym_LPAREN, anon_sym_SEMI, [153271] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4533), 1, anon_sym_RPAREN, STATE(4328), 1, aux_sym_case_class_pattern_repeat1, [153296] = 2, ACTIONS(181), 1, sym_comment, ACTIONS(1363), 7, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_with, anon_sym_PIPE, sym_identifier, sym_operator_identifier, [153309] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4796), 1, anon_sym_EQ, STATE(3958), 1, sym_block, ACTIONS(2232), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [153328] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4798), 1, anon_sym_EQ, STATE(3960), 1, sym_block, ACTIONS(2185), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [153347] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4800), 1, anon_sym_DOT, STATE(3665), 1, aux_sym_package_identifier_repeat1, ACTIONS(2334), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [153364] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4800), 1, anon_sym_DOT, STATE(3673), 1, aux_sym_package_identifier_repeat1, ACTIONS(2169), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [153381] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4473), 1, anon_sym_RPAREN, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, STATE(4309), 1, aux_sym_case_class_pattern_repeat1, [153406] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4640), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, ACTIONS(4642), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [153423] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4622), 1, anon_sym_DOT, ACTIONS(4640), 1, sym_identifier, ACTIONS(4642), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [153440] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 3, anon_sym_COMMA, anon_sym_RBRACK, sym_identifier, ACTIONS(1265), 4, anon_sym_EQ_GT, anon_sym_LT_PERCENT, anon_sym_COLON, sym_operator_identifier, [153455] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4802), 1, anon_sym_LPAREN, STATE(3815), 1, sym_arguments, ACTIONS(2207), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [153472] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4646), 1, anon_sym_PIPE, ACTIONS(4644), 2, anon_sym_COMMA, anon_sym_RPAREN, [153495] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(1294), 1, anon_sym_LPAREN, ACTIONS(1298), 2, anon_sym_DOT, sym_identifier, ACTIONS(4718), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [153512] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4804), 1, anon_sym_DOT, STATE(3673), 1, aux_sym_package_identifier_repeat1, ACTIONS(2189), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [153529] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4620), 1, sym_identifier, ACTIONS(4622), 1, anon_sym_DOT, ACTIONS(4624), 1, anon_sym_COLON, ACTIONS(4634), 1, sym_operator_identifier, ACTIONS(4646), 3, anon_sym_EQ, anon_sym_PIPE, anon_sym_LT_DASH, [153550] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4562), 1, anon_sym_RPAREN, STATE(4306), 1, aux_sym_case_class_pattern_repeat1, [153575] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4573), 1, anon_sym_RPAREN, STATE(4432), 1, aux_sym_case_class_pattern_repeat1, [153600] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4463), 1, anon_sym_DOT, ACTIONS(4652), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, ACTIONS(4654), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [153617] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4622), 1, anon_sym_DOT, ACTIONS(4652), 1, sym_identifier, ACTIONS(4654), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [153634] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4807), 1, anon_sym_EQ, STATE(3973), 1, sym_block, ACTIONS(2145), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [153653] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3228), 1, anon_sym_AT, ACTIONS(4772), 1, sym_identifier, ACTIONS(4809), 1, anon_sym_implicit, ACTIONS(4811), 1, anon_sym_RPAREN, STATE(4463), 1, sym_parameter, STATE(3961), 2, sym_annotation, aux_sym_object_definition_repeat1, [153676] = 8, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4566), 1, anon_sym_RPAREN, STATE(4435), 1, aux_sym_case_class_pattern_repeat1, [153701] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, anon_sym_LBRACE, ACTIONS(4813), 1, anon_sym_EQ, STATE(4044), 1, sym_block, ACTIONS(2177), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [153720] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4488), 1, anon_sym_DOT, ACTIONS(4654), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [153735] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4638), 1, sym_operator_identifier, ACTIONS(4815), 1, sym_identifier, ACTIONS(1230), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(1234), 2, anon_sym_COLON, anon_sym_PIPE, [153756] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2322), 7, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_extends, anon_sym_LPAREN, anon_sym_SEMI, [153769] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(4101), 1, sym_template_body, ACTIONS(2492), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [153785] = 2, ACTIONS(181), 1, sym_comment, ACTIONS(4817), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [153797] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 1, sym_identifier, ACTIONS(1265), 5, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [153811] = 2, ACTIONS(181), 1, sym_comment, ACTIONS(4654), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [153823] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3915), 1, sym_template_body, ACTIONS(2378), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [153839] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4640), 1, sym_identifier, ACTIONS(4642), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [153853] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4531), 1, anon_sym_EQ, ACTIONS(4819), 1, anon_sym_COLON, [153875] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(1234), 1, anon_sym_STAR, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4685), 1, sym_operator_identifier, ACTIONS(4821), 1, sym_identifier, ACTIONS(1230), 2, anon_sym_COMMA, anon_sym_RPAREN, [153895] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(4039), 1, sym_template_body, ACTIONS(2380), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [153911] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4823), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, ACTIONS(4825), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [153925] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4827), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, ACTIONS(4829), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [153939] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4638), 2, sym_identifier, sym_operator_identifier, ACTIONS(1234), 4, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, [153953] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, ACTIONS(1495), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [153967] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4547), 1, anon_sym_EQ, ACTIONS(4831), 1, anon_sym_COLON, [153989] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3919), 1, sym_template_body, ACTIONS(2708), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154005] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 1, sym_identifier, ACTIONS(1495), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [154019] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4620), 1, sym_identifier, ACTIONS(4624), 1, anon_sym_COLON, ACTIONS(4634), 1, sym_operator_identifier, ACTIONS(4646), 3, anon_sym_EQ, anon_sym_PIPE, anon_sym_LT_DASH, [154037] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4833), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, ACTIONS(4835), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [154051] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4640), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, ACTIONS(4642), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [154065] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4595), 1, anon_sym_EQ, ACTIONS(4837), 1, anon_sym_COLON, [154087] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4646), 1, anon_sym_PIPE, ACTIONS(4644), 2, anon_sym_COMMA, anon_sym_RPAREN, [154107] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4839), 1, sym_identifier, ACTIONS(2012), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [154121] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3969), 1, sym_template_body, ACTIONS(2409), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154137] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4841), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, ACTIONS(4843), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [154151] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4652), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, ACTIONS(4654), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [154165] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4591), 1, anon_sym_EQ, ACTIONS(4845), 1, anon_sym_COLON, [154187] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4707), 1, sym_operator_identifier, ACTIONS(4847), 1, sym_identifier, ACTIONS(1230), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, [154205] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3916), 1, sym_template_body, ACTIONS(2591), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154221] = 2, ACTIONS(181), 1, sym_comment, ACTIONS(1721), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [154233] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4849), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, ACTIONS(4851), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [154247] = 2, ACTIONS(181), 1, sym_comment, ACTIONS(1717), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [154259] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4841), 1, sym_identifier, ACTIONS(4843), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [154273] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3987), 1, sym_template_body, ACTIONS(2548), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154289] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4853), 1, sym_identifier, ACTIONS(4855), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [154303] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3228), 1, anon_sym_AT, ACTIONS(4857), 1, sym_identifier, ACTIONS(4859), 1, anon_sym_RPAREN, STATE(4429), 1, sym_parameter, STATE(3961), 2, sym_annotation, aux_sym_object_definition_repeat1, [154323] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(4055), 1, sym_template_body, ACTIONS(2710), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154339] = 2, ACTIONS(181), 1, sym_comment, ACTIONS(1495), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [154351] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(4057), 1, sym_template_body, ACTIONS(2684), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154367] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4652), 1, sym_identifier, ACTIONS(4654), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [154381] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(4059), 1, sym_template_body, ACTIONS(2658), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154397] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4584), 1, anon_sym_EQ, ACTIONS(4861), 1, anon_sym_COLON, [154419] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4604), 1, anon_sym_EQ, ACTIONS(4863), 1, anon_sym_COLON, [154441] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4865), 1, sym_identifier, ACTIONS(4817), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [154455] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(4062), 1, sym_template_body, ACTIONS(2560), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154471] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4849), 1, sym_identifier, ACTIONS(4851), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [154485] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(4012), 1, sym_template_body, ACTIONS(2700), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154501] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4867), 1, anon_sym_COMMA, STATE(3732), 1, aux_sym_import_declaration_repeat1, ACTIONS(2541), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154517] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4870), 1, sym_identifier, ACTIONS(4872), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [154531] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3922), 1, sym_template_body, ACTIONS(2362), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154547] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3964), 1, sym_template_body, ACTIONS(2417), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154563] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1298), 6, sym__automatic_semicolon, anon_sym_DOT, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154575] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2189), 6, sym__automatic_semicolon, anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154587] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3923), 1, sym_template_body, ACTIONS(2471), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154603] = 2, ACTIONS(181), 1, sym_comment, ACTIONS(4829), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [154615] = 2, ACTIONS(181), 1, sym_comment, ACTIONS(4825), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [154627] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3981), 1, sym_template_body, ACTIONS(2498), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154643] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(4023), 1, sym_template_body, ACTIONS(2552), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154659] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, ACTIONS(1265), 3, anon_sym_EQ_GT, anon_sym_EQ, sym_operator_identifier, [154673] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(4080), 1, sym_template_body, ACTIONS(2628), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154689] = 2, ACTIONS(181), 1, sym_comment, ACTIONS(4872), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [154701] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1719), 1, sym_identifier, ACTIONS(1721), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [154715] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3977), 1, sym_template_body, ACTIONS(2613), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154731] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(4042), 1, sym_template_body, ACTIONS(2624), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154747] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3962), 1, sym_template_body, ACTIONS(2382), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154763] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4652), 1, sym_identifier, ACTIONS(4654), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [154779] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4874), 1, anon_sym_COMMA, STATE(3732), 1, aux_sym_import_declaration_repeat1, ACTIONS(2595), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154795] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(1234), 1, anon_sym_COLON, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4757), 1, sym_operator_identifier, ACTIONS(4876), 1, sym_identifier, ACTIONS(1230), 2, anon_sym_COMMA, anon_sym_RBRACK, [154815] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(4089), 1, sym_template_body, ACTIONS(2593), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154831] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4527), 1, anon_sym_EQ, ACTIONS(4878), 1, anon_sym_COLON, [154853] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3913), 1, sym_template_body, ACTIONS(2636), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154869] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3926), 1, sym_template_body, ACTIONS(2496), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154885] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1715), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, ACTIONS(1717), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [154899] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1719), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, ACTIONS(1721), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [154913] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4514), 1, anon_sym_EQ, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4880), 1, anon_sym_COLON, [154935] = 2, ACTIONS(181), 1, sym_comment, ACTIONS(4843), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [154947] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4874), 1, anon_sym_COMMA, STATE(3751), 1, aux_sym_import_declaration_repeat1, ACTIONS(2512), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154963] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4882), 1, anon_sym_DOT, ACTIONS(2508), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [154977] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4716), 1, anon_sym_COLON, ACTIONS(4646), 2, anon_sym_EQ, anon_sym_PIPE, [154997] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4551), 1, anon_sym_EQ, ACTIONS(4884), 1, anon_sym_COLON, [155019] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4640), 1, sym_identifier, ACTIONS(4642), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [155035] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4823), 1, sym_identifier, ACTIONS(4825), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [155049] = 2, ACTIONS(181), 1, sym_comment, ACTIONS(4851), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [155061] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3974), 1, sym_template_body, ACTIONS(2546), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [155077] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3928), 1, sym_template_body, ACTIONS(2550), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [155093] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(3228), 1, anon_sym_AT, ACTIONS(4857), 1, sym_identifier, ACTIONS(4886), 1, anon_sym_RPAREN, STATE(4238), 1, sym_parameter, STATE(3961), 2, sym_annotation, aux_sym_object_definition_repeat1, [155113] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4827), 1, sym_identifier, ACTIONS(4829), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [155127] = 2, ACTIONS(181), 1, sym_comment, ACTIONS(4855), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [155139] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3930), 1, sym_template_body, ACTIONS(2589), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [155155] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(4020), 1, sym_template_body, ACTIONS(2585), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [155171] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4492), 1, anon_sym_COLON, ACTIONS(4486), 2, sym_identifier, sym_operator_identifier, ACTIONS(4646), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, [155187] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4543), 1, anon_sym_EQ, ACTIONS(4888), 1, anon_sym_COLON, [155209] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4611), 1, anon_sym_EQ, ACTIONS(4890), 1, anon_sym_COLON, [155231] = 7, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4506), 1, anon_sym_DOT, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4539), 1, anon_sym_EQ, ACTIONS(4892), 1, anon_sym_COLON, [155253] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4870), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, ACTIONS(4872), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [155267] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3935), 1, sym_template_body, ACTIONS(2642), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [155283] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3937), 1, sym_template_body, ACTIONS(2650), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [155299] = 2, ACTIONS(181), 1, sym_comment, ACTIONS(4642), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [155311] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1715), 1, sym_identifier, ACTIONS(1717), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [155325] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3939), 1, sym_template_body, ACTIONS(2688), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [155341] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4817), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, ACTIONS(4865), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, [155355] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4853), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, ACTIONS(4855), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [155369] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3940), 1, sym_template_body, ACTIONS(2690), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [155385] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1265), 2, anon_sym_EQ_GT, sym_operator_identifier, ACTIONS(1263), 4, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, sym_identifier, [155399] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4896), 1, anon_sym_LT_PERCENT, STATE(3789), 2, sym_view_bound, aux_sym__type_parameter_repeat1, ACTIONS(4894), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, [155415] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3954), 1, sym_template_body, ACTIONS(2490), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [155431] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3998), 1, sym_template_body, ACTIONS(2524), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [155447] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4461), 1, sym_identifier, ACTIONS(4467), 1, anon_sym_COLON, ACTIONS(4475), 1, anon_sym_PIPE, ACTIONS(4477), 1, sym_operator_identifier, ACTIONS(4681), 2, anon_sym_COMMA, anon_sym_RPAREN, [155467] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3920), 1, sym_template_body, ACTIONS(2640), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [155483] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(2012), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, ACTIONS(4839), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, [155497] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 3, anon_sym_COMMA, anon_sym_RPAREN, sym_identifier, ACTIONS(1265), 3, anon_sym_EQ_GT, anon_sym_STAR, sym_operator_identifier, [155511] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(1234), 1, anon_sym_EQ, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4739), 1, sym_operator_identifier, ACTIONS(4899), 1, sym_identifier, ACTIONS(1230), 2, anon_sym_COMMA, anon_sym_RPAREN, [155531] = 2, ACTIONS(181), 1, sym_comment, ACTIONS(2012), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [155543] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3951), 1, sym_template_body, ACTIONS(2506), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [155559] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4833), 1, sym_identifier, ACTIONS(4835), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, anon_sym_LT_DASH, [155573] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(4016), 1, sym_template_body, ACTIONS(2364), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [155589] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(1236), 1, anon_sym_EQ_GT, ACTIONS(4766), 1, sym_operator_identifier, ACTIONS(4901), 1, sym_identifier, ACTIONS(1234), 3, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, [155607] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4620), 1, sym_identifier, ACTIONS(4624), 1, anon_sym_COLON, ACTIONS(4632), 1, anon_sym_PIPE, ACTIONS(4634), 1, sym_operator_identifier, ACTIONS(4628), 2, anon_sym_EQ, anon_sym_LT_DASH, [155627] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1263), 3, anon_sym_COMMA, anon_sym_RBRACK, sym_identifier, ACTIONS(1265), 3, anon_sym_EQ_GT, anon_sym_COLON, sym_operator_identifier, [155641] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(4049), 1, sym_template_body, ACTIONS(2742), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [155657] = 2, ACTIONS(181), 1, sym_comment, ACTIONS(4835), 6, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_PIPE, anon_sym_if, sym_identifier, sym_operator_identifier, [155669] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(3976), 1, sym_template_body, ACTIONS(2583), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [155685] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3670), 1, anon_sym_LBRACE, STATE(4010), 1, sym_template_body, ACTIONS(2744), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [155701] = 4, ACTIONS(3), 1, sym_comment, STATE(3897), 1, aux_sym__block_repeat1, ACTIONS(3417), 2, anon_sym_RBRACE, anon_sym_case, ACTIONS(3421), 2, sym__automatic_semicolon, anon_sym_SEMI, [155716] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4905), 1, anon_sym_RPAREN, ACTIONS(4907), 1, anon_sym_STAR, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4393), 1, aux_sym_tuple_type_repeat1, [155735] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4911), 1, anon_sym_SEMI, ACTIONS(4913), 1, sym__automatic_semicolon, STATE(3851), 1, aux_sym_enumerators_repeat1, ACTIONS(4909), 2, anon_sym_RBRACE, anon_sym_RPAREN, [155752] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(2083), 1, anon_sym_EQ, ACTIONS(4839), 1, sym_identifier, ACTIONS(2012), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [155767] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(2064), 1, anon_sym_EQ, ACTIONS(4839), 1, sym_identifier, ACTIONS(2012), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [155782] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3228), 1, anon_sym_AT, ACTIONS(4857), 1, sym_identifier, STATE(4671), 1, sym_parameter, STATE(3961), 2, sym_annotation, aux_sym_object_definition_repeat1, [155799] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4870), 1, sym_identifier, ACTIONS(4872), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [155812] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2800), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [155823] = 4, ACTIONS(3), 1, sym_comment, STATE(3816), 1, aux_sym__block_repeat1, ACTIONS(3519), 2, anon_sym_RBRACE, anon_sym_case, ACTIONS(4915), 2, sym__automatic_semicolon, anon_sym_SEMI, [155838] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4865), 1, sym_identifier, ACTIONS(4817), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [155851] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4918), 1, anon_sym_RPAREN, STATE(4135), 1, aux_sym_tuple_type_repeat1, STATE(4268), 1, aux_sym_parameter_types_repeat1, [155870] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4853), 1, sym_identifier, ACTIONS(4855), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [155883] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4920), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4354), 1, aux_sym_tuple_type_repeat1, [155902] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4839), 1, sym_identifier, ACTIONS(2012), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [155915] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4188), 1, anon_sym_COLON, ACTIONS(4484), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3826), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [155930] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4922), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4508), 1, aux_sym_tuple_type_repeat1, [155949] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1493), 1, sym_identifier, ACTIONS(1495), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [155962] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4188), 1, anon_sym_COLON, ACTIONS(4746), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3826), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [155977] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4926), 1, anon_sym_COLON, ACTIONS(4924), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3826), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [155992] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4823), 1, sym_identifier, ACTIONS(4825), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [156005] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4929), 5, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_GT_COLON, anon_sym_LT_PERCENT, anon_sym_COLON, [156016] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4931), 1, anon_sym_RPAREN, STATE(4122), 1, aux_sym_tuple_type_repeat1, STATE(4268), 1, aux_sym_parameter_types_repeat1, [156035] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4933), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4410), 1, aux_sym_tuple_type_repeat1, [156054] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(2058), 1, anon_sym_EQ, ACTIONS(4839), 1, sym_identifier, ACTIONS(2012), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [156069] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4188), 1, anon_sym_COLON, ACTIONS(4535), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3826), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [156084] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(2016), 1, anon_sym_EQ, ACTIONS(4839), 1, sym_identifier, ACTIONS(2012), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [156099] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4827), 1, sym_identifier, ACTIONS(4829), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [156112] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4935), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4368), 1, aux_sym_tuple_type_repeat1, [156131] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4543), 1, anon_sym_EQ, ACTIONS(4888), 1, anon_sym_COLON, [156150] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4539), 1, anon_sym_EQ, ACTIONS(4892), 1, anon_sym_COLON, [156169] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4937), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4312), 1, aux_sym_tuple_type_repeat1, [156188] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4939), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4271), 1, aux_sym_tuple_type_repeat1, [156207] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4611), 1, anon_sym_EQ, ACTIONS(4890), 1, anon_sym_COLON, [156226] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4941), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4522), 1, aux_sym_tuple_type_repeat1, [156245] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4188), 1, anon_sym_COLON, ACTIONS(4751), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3826), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [156260] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4943), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4381), 1, aux_sym_tuple_type_repeat1, [156279] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4188), 1, anon_sym_COLON, ACTIONS(4753), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3826), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [156294] = 4, ACTIONS(3), 1, sym_comment, STATE(3845), 1, aux_sym_enumerators_repeat1, ACTIONS(4945), 2, anon_sym_RBRACE, anon_sym_RPAREN, ACTIONS(4947), 2, sym__automatic_semicolon, anon_sym_SEMI, [156309] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4950), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4531), 1, aux_sym_tuple_type_repeat1, [156328] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4188), 1, anon_sym_COLON, ACTIONS(4755), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3826), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [156343] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4952), 1, anon_sym_RPAREN, STATE(4190), 1, aux_sym_tuple_type_repeat1, STATE(4268), 1, aux_sym_parameter_types_repeat1, [156362] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(2089), 1, anon_sym_EQ, ACTIONS(4839), 1, sym_identifier, ACTIONS(2012), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [156377] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4188), 1, anon_sym_COLON, ACTIONS(4954), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3826), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [156392] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4911), 1, anon_sym_SEMI, ACTIONS(4956), 1, sym__automatic_semicolon, STATE(3845), 1, aux_sym_enumerators_repeat1, ACTIONS(2026), 2, anon_sym_RBRACE, anon_sym_RPAREN, [156409] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4958), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4294), 1, aux_sym_tuple_type_repeat1, [156428] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4833), 1, sym_identifier, ACTIONS(4835), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [156441] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(2050), 1, anon_sym_EQ, ACTIONS(4839), 1, sym_identifier, ACTIONS(2012), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [156456] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4551), 1, anon_sym_EQ, ACTIONS(4884), 1, anon_sym_COLON, [156475] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4640), 1, sym_identifier, ACTIONS(4642), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [156488] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4960), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4382), 1, aux_sym_tuple_type_repeat1, [156507] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4514), 1, anon_sym_EQ, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4880), 1, anon_sym_COLON, [156526] = 5, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4716), 1, anon_sym_COLON, ACTIONS(4646), 2, anon_sym_EQ, anon_sym_PIPE, [156543] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4962), 1, anon_sym_RPAREN, STATE(4166), 1, aux_sym_tuple_type_repeat1, STATE(4268), 1, aux_sym_parameter_types_repeat1, [156562] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4964), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4438), 1, aux_sym_tuple_type_repeat1, [156581] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4966), 1, anon_sym_RPAREN, STATE(4148), 1, aux_sym_tuple_type_repeat1, STATE(4268), 1, aux_sym_parameter_types_repeat1, [156600] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4968), 1, anon_sym_RPAREN, STATE(4222), 1, aux_sym_tuple_type_repeat1, STATE(4268), 1, aux_sym_parameter_types_repeat1, [156619] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4970), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4424), 1, aux_sym_tuple_type_repeat1, [156638] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4841), 1, sym_identifier, ACTIONS(4843), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [156651] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4527), 1, anon_sym_EQ, ACTIONS(4878), 1, anon_sym_COLON, [156670] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4652), 1, sym_identifier, ACTIONS(4654), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [156683] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4972), 1, anon_sym_RPAREN, STATE(4175), 1, aux_sym_tuple_type_repeat1, STATE(4268), 1, aux_sym_parameter_types_repeat1, [156702] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4974), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4494), 1, aux_sym_tuple_type_repeat1, [156721] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4976), 1, anon_sym_RPAREN, STATE(4173), 1, aux_sym_tuple_type_repeat1, STATE(4268), 1, aux_sym_parameter_types_repeat1, [156740] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4978), 1, anon_sym_RPAREN, STATE(4259), 1, aux_sym_tuple_type_repeat1, STATE(4268), 1, aux_sym_parameter_types_repeat1, [156759] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4980), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4387), 1, aux_sym_tuple_type_repeat1, [156778] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(4849), 1, sym_identifier, ACTIONS(4851), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [156791] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2804), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [156802] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2775), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [156813] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2802), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [156824] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4982), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4396), 1, aux_sym_tuple_type_repeat1, [156843] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4984), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4469), 1, aux_sym_tuple_type_repeat1, [156862] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4986), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4480), 1, aux_sym_tuple_type_repeat1, [156881] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4988), 1, anon_sym_RPAREN, STATE(4120), 1, aux_sym_tuple_type_repeat1, STATE(4268), 1, aux_sym_parameter_types_repeat1, [156900] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4604), 1, anon_sym_EQ, ACTIONS(4863), 1, anon_sym_COLON, [156919] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4673), 1, anon_sym_EQ, ACTIONS(4839), 1, sym_identifier, ACTIONS(2012), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [156934] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4990), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4519), 1, aux_sym_tuple_type_repeat1, [156953] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4656), 1, anon_sym_EQ, ACTIONS(4839), 1, sym_identifier, ACTIONS(2012), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [156968] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4992), 1, anon_sym_RPAREN, STATE(4198), 1, aux_sym_tuple_type_repeat1, STATE(4268), 1, aux_sym_parameter_types_repeat1, [156987] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1379), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [156998] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4584), 1, anon_sym_EQ, ACTIONS(4861), 1, anon_sym_COLON, [157017] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1386), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157028] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4636), 1, anon_sym_EQ, ACTIONS(4839), 1, sym_identifier, ACTIONS(2012), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [157043] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4675), 1, anon_sym_EQ, ACTIONS(4839), 1, sym_identifier, ACTIONS(2012), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [157058] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4188), 1, anon_sym_COLON, ACTIONS(4994), 2, anon_sym_COMMA, anon_sym_RBRACK, STATE(3826), 2, sym_context_bound, aux_sym__type_parameter_repeat2, [157073] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157084] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4996), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4340), 1, aux_sym_tuple_type_repeat1, [157103] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(4998), 1, anon_sym_RPAREN, STATE(4223), 1, aux_sym_tuple_type_repeat1, STATE(4268), 1, aux_sym_parameter_types_repeat1, [157122] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4591), 1, anon_sym_EQ, ACTIONS(4845), 1, anon_sym_COLON, [157141] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4595), 1, anon_sym_EQ, ACTIONS(4837), 1, anon_sym_COLON, [157160] = 4, ACTIONS(3), 1, sym_comment, STATE(3816), 1, aux_sym__block_repeat1, ACTIONS(145), 2, anon_sym_RBRACE, anon_sym_case, ACTIONS(5000), 2, sym__automatic_semicolon, anon_sym_SEMI, [157175] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(5002), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4331), 1, aux_sym_tuple_type_repeat1, [157194] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(5004), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4466), 1, aux_sym_tuple_type_repeat1, [157213] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4547), 1, anon_sym_EQ, ACTIONS(4831), 1, anon_sym_COLON, [157232] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(5006), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4350), 1, aux_sym_tuple_type_repeat1, [157251] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(5008), 1, anon_sym_RPAREN, STATE(4169), 1, aux_sym_tuple_type_repeat1, STATE(4268), 1, aux_sym_parameter_types_repeat1, [157270] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(5010), 1, anon_sym_RPAREN, STATE(4247), 1, aux_sym_tuple_type_repeat1, STATE(4268), 1, aux_sym_parameter_types_repeat1, [157289] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(5012), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4452), 1, aux_sym_tuple_type_repeat1, [157308] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4648), 1, anon_sym_EQ, ACTIONS(4839), 1, sym_identifier, ACTIONS(2012), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [157323] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1715), 1, sym_identifier, ACTIONS(1717), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [157336] = 6, ACTIONS(181), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, ACTIONS(4518), 1, anon_sym_PIPE, ACTIONS(4520), 1, sym_operator_identifier, ACTIONS(4531), 1, anon_sym_EQ, ACTIONS(4819), 1, anon_sym_COLON, [157355] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2780), 5, sym__automatic_semicolon, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157366] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(1719), 1, sym_identifier, ACTIONS(1721), 4, anon_sym_COLON, anon_sym_EQ, anon_sym_PIPE, sym_operator_identifier, [157379] = 4, ACTIONS(181), 1, sym_comment, ACTIONS(4650), 1, anon_sym_EQ, ACTIONS(4839), 1, sym_identifier, ACTIONS(2012), 3, anon_sym_COLON, anon_sym_PIPE, sym_operator_identifier, [157394] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4903), 1, anon_sym_COMMA, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(5014), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, STATE(4326), 1, aux_sym_tuple_type_repeat1, [157413] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2987), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157423] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3086), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157433] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2965), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157443] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3110), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157453] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2985), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157463] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5016), 1, anon_sym_RBRACE, ACTIONS(5018), 1, anon_sym_case, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [157477] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5020), 1, sym_identifier, ACTIONS(5022), 1, anon_sym_LBRACE, ACTIONS(5024), 1, sym_wildcard, STATE(1449), 1, sym_import_selectors, [157493] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2991), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157503] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3023), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157513] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1739), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157523] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2943), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157533] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2935), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157543] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2927), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157553] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2923), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157563] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2921), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157573] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2906), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157583] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2904), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157593] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2902), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157603] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2900), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157613] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5026), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [157627] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5028), 1, sym_identifier, ACTIONS(5030), 1, anon_sym_LBRACE, ACTIONS(5032), 1, sym_wildcard, STATE(3874), 1, sym_import_selectors, [157643] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2892), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157653] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2890), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157663] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2973), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157673] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3417), 1, anon_sym_RBRACE, STATE(4001), 1, aux_sym__block_repeat1, ACTIONS(3481), 2, sym__automatic_semicolon, anon_sym_SEMI, [157687] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2884), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157697] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2882), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157707] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2858), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157717] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2856), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157727] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2848), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157737] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5034), 1, anon_sym_RBRACE, STATE(4100), 2, sym_case_clause, aux_sym_case_block_repeat1, [157751] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5036), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [157765] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2844), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157775] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5038), 1, anon_sym_COMMA, ACTIONS(5040), 1, anon_sym_RBRACE, ACTIONS(5042), 1, anon_sym_EQ_GT, STATE(4411), 1, aux_sym_import_selectors_repeat1, [157791] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5046), 1, anon_sym_COLON, ACTIONS(5048), 1, anon_sym_EQ, ACTIONS(5044), 2, anon_sym_COMMA, anon_sym_RPAREN, [157805] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2842), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157815] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2840), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157825] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5050), 1, anon_sym_RBRACE, STATE(4052), 2, sym_case_clause, aux_sym_case_block_repeat1, [157839] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2838), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157849] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2836), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157859] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5052), 1, anon_sym_RBRACE, STATE(3943), 2, sym_case_clause, aux_sym_case_block_repeat1, [157873] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2828), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157883] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2913), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157893] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2917), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157903] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2919), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157913] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5054), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [157927] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2925), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157937] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5058), 1, anon_sym_COLON, ACTIONS(5060), 1, anon_sym_EQ, ACTIONS(5056), 2, anon_sym_COMMA, anon_sym_RPAREN, [157951] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2929), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157961] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3228), 1, anon_sym_AT, ACTIONS(5062), 1, sym_identifier, STATE(2120), 2, sym_annotation, aux_sym_object_definition_repeat1, [157975] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2939), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157985] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2941), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [157995] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2949), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158005] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5064), 1, anon_sym_RBRACE, STATE(3957), 2, sym_case_clause, aux_sym_case_block_repeat1, [158019] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5066), 1, anon_sym_RBRACE, STATE(4063), 2, sym_case_clause, aux_sym_case_block_repeat1, [158033] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5068), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [158047] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2955), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158057] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2963), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158067] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2967), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158077] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5070), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [158091] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5072), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [158105] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2969), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158115] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2977), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158125] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5074), 1, anon_sym_RBRACE, STATE(3979), 2, sym_case_clause, aux_sym_case_block_repeat1, [158139] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3001), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158149] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3005), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158159] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5038), 1, anon_sym_COMMA, ACTIONS(5042), 1, anon_sym_EQ_GT, ACTIONS(5076), 1, anon_sym_RBRACE, STATE(4205), 1, aux_sym_import_selectors_repeat1, [158175] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5078), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [158189] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3014), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158199] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2975), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158209] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3084), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158219] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3096), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158229] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3082), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158239] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5080), 1, anon_sym_RBRACE, STATE(3972), 2, sym_case_clause, aux_sym_case_block_repeat1, [158253] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5084), 1, anon_sym_COLON, ACTIONS(5086), 1, anon_sym_EQ, ACTIONS(5082), 2, anon_sym_COMMA, anon_sym_RPAREN, [158267] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3112), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158277] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5088), 1, anon_sym_RBRACE, STATE(4007), 2, sym_case_clause, aux_sym_case_block_repeat1, [158291] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5090), 1, anon_sym_RBRACE, STATE(4002), 2, sym_case_clause, aux_sym_case_block_repeat1, [158305] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3114), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158315] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3122), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158325] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3124), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158335] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5092), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [158349] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3139), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158359] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3141), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158369] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3145), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158379] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3147), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158389] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3155), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158399] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5094), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [158413] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3157), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158423] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(145), 1, anon_sym_RBRACE, STATE(3816), 1, aux_sym__block_repeat1, ACTIONS(5096), 2, sym__automatic_semicolon, anon_sym_SEMI, [158437] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5098), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [158451] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2860), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158461] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5100), 1, anon_sym_RBRACE, STATE(4018), 2, sym_case_clause, aux_sym_case_block_repeat1, [158475] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3159), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158485] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3133), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158495] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5102), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [158509] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3131), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158519] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3126), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158529] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3108), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158539] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5104), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [158553] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3106), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158563] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3102), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158573] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5106), 1, anon_sym_RBRACE, STATE(3917), 2, sym_case_clause, aux_sym_case_block_repeat1, [158587] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5108), 1, anon_sym_RBRACE, STATE(3993), 2, sym_case_clause, aux_sym_case_block_repeat1, [158601] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3100), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158611] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5112), 1, anon_sym_COLON, ACTIONS(5114), 1, anon_sym_EQ, ACTIONS(5110), 2, anon_sym_COMMA, anon_sym_RPAREN, [158625] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5116), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [158639] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3104), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158649] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3066), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158659] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3048), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158669] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5118), 1, anon_sym_RBRACE, STATE(4051), 2, sym_case_clause, aux_sym_case_block_repeat1, [158683] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3046), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158693] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5120), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [158707] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3030), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158717] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5122), 1, anon_sym_RBRACE, ACTIONS(5124), 1, anon_sym_case, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [158731] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2933), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158741] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5127), 1, anon_sym_RBRACE, STATE(4088), 2, sym_case_clause, aux_sym_case_block_repeat1, [158755] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5129), 1, anon_sym_RBRACE, STATE(4068), 2, sym_case_clause, aux_sym_case_block_repeat1, [158769] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2830), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158779] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2832), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158789] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2834), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158799] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3519), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158809] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5131), 1, anon_sym_COMMA, STATE(4034), 1, aux_sym_tuple_type_repeat1, ACTIONS(5134), 2, anon_sym_RBRACK, anon_sym_RPAREN, [158823] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5136), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [158837] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2846), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158847] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2850), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158857] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5138), 4, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LT_PERCENT, anon_sym_COLON, [158867] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2852), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158877] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5140), 4, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LT_PERCENT, anon_sym_COLON, [158887] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2826), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158897] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3135), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158907] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2880), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158917] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2888), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158927] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2894), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158937] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2896), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158947] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5142), 1, anon_sym_RBRACE, STATE(4091), 2, sym_case_clause, aux_sym_case_block_repeat1, [158961] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2931), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158971] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2979), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [158981] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5144), 1, anon_sym_RBRACE, STATE(3999), 2, sym_case_clause, aux_sym_case_block_repeat1, [158995] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5146), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [159009] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5148), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [159023] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5152), 1, anon_sym_COLON, ACTIONS(5154), 1, anon_sym_EQ, ACTIONS(5150), 2, anon_sym_COMMA, anon_sym_RPAREN, [159037] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5156), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [159051] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2981), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159061] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2983), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159071] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2993), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159081] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3003), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159091] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3010), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159101] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3018), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159111] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3050), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159121] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3062), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159131] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5158), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [159145] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3080), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159155] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5160), 1, anon_sym_RBRACE, STATE(4035), 2, sym_case_clause, aux_sym_case_block_repeat1, [159169] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3088), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159179] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3098), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159189] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5162), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [159203] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5164), 1, anon_sym_RBRACE, STATE(3931), 2, sym_case_clause, aux_sym_case_block_repeat1, [159217] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(5168), 1, anon_sym_EQ, ACTIONS(5166), 2, anon_sym_COMMA, anon_sym_RPAREN, [159231] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3161), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159241] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3153), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159251] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3032), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159261] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5170), 1, anon_sym_RBRACE, STATE(3967), 2, sym_case_clause, aux_sym_case_block_repeat1, [159275] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3151), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159285] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3149), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159295] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1762), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159305] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5172), 1, anon_sym_RBRACE, STATE(4024), 2, sym_case_clause, aux_sym_case_block_repeat1, [159319] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3143), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159329] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3016), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159339] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2989), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159349] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2971), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159359] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2953), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159369] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5174), 1, anon_sym_RBRACE, STATE(4011), 2, sym_case_clause, aux_sym_case_block_repeat1, [159383] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2937), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159393] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2915), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159403] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5176), 1, anon_sym_RBRACE, STATE(3971), 2, sym_case_clause, aux_sym_case_block_repeat1, [159417] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5178), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [159431] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2908), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159441] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5182), 1, anon_sym_COLON, ACTIONS(5184), 1, anon_sym_EQ, ACTIONS(5180), 2, anon_sym_COMMA, anon_sym_RPAREN, [159455] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5186), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [159469] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2898), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159479] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2886), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159489] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3052), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159499] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3054), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159509] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(5190), 1, anon_sym_EQ, ACTIONS(5188), 2, anon_sym_COMMA, anon_sym_RPAREN, [159523] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3056), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159533] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4945), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [159543] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3058), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159553] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5192), 1, anon_sym_RBRACE, STATE(4026), 2, sym_case_clause, aux_sym_case_block_repeat1, [159567] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3060), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159577] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3064), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159587] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_case, ACTIONS(5194), 1, anon_sym_RBRACE, STATE(4054), 2, sym_case_clause, aux_sym_case_block_repeat1, [159601] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3116), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_case, anon_sym_SEMI, [159611] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5196), 4, sym__automatic_semicolon, anon_sym_RBRACE, anon_sym_RPAREN, anon_sym_SEMI, [159621] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5200), 1, sym__interpolated_multiline_string_end, STATE(4138), 1, aux_sym_interpolated_string_repeat2, [159634] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(5202), 1, anon_sym_COLON, STATE(4380), 1, aux_sym_val_declaration_repeat1, [159647] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5206), 1, sym__interpolated_string_end, STATE(4139), 1, aux_sym_interpolated_string_repeat1, [159660] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5042), 1, anon_sym_EQ_GT, ACTIONS(5208), 2, anon_sym_COMMA, anon_sym_RBRACE, [159671] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5210), 1, sym__interpolated_multiline_string_end, STATE(4134), 1, aux_sym_interpolated_string_repeat2, [159684] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5214), 1, anon_sym_RPAREN, STATE(4122), 1, aux_sym_tuple_type_repeat1, [159697] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5218), 1, anon_sym_EQ, ACTIONS(5216), 2, anon_sym_COMMA, anon_sym_RPAREN, [159708] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5210), 1, sym__interpolated_string_end, STATE(4133), 1, aux_sym_interpolated_string_repeat1, [159721] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5220), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [159734] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5222), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [159747] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5224), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [159760] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5226), 1, anon_sym_RBRACK, STATE(4124), 1, aux_sym_tuple_type_repeat1, [159773] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5228), 1, sym_identifier, STATE(3762), 1, sym_stable_identifier, STATE(3876), 1, sym__import_expression, [159786] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5190), 1, anon_sym_EQ, ACTIONS(5188), 2, anon_sym_COMMA, anon_sym_RPAREN, [159797] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5230), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [159810] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5232), 1, sym__interpolated_multiline_string_end, STATE(4489), 1, aux_sym_interpolated_string_repeat2, [159823] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5234), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [159836] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5232), 1, sym__interpolated_string_end, STATE(4108), 1, aux_sym_interpolated_string_repeat1, [159849] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5236), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [159862] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5238), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [159875] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5240), 1, anon_sym_RBRACK, STATE(4131), 1, aux_sym_tuple_type_repeat1, [159888] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5242), 1, anon_sym_RPAREN, STATE(4120), 1, aux_sym_tuple_type_repeat1, [159901] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5244), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [159914] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5246), 1, anon_sym_RBRACK, STATE(4116), 1, aux_sym_tuple_type_repeat1, [159927] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5250), 1, anon_sym_EQ, ACTIONS(5248), 2, anon_sym_COMMA, anon_sym_RPAREN, [159938] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5252), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [159951] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5254), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [159964] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5256), 1, sym__interpolated_string_end, STATE(4139), 1, aux_sym_interpolated_string_repeat1, [159977] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5256), 1, sym__interpolated_multiline_string_end, STATE(4138), 1, aux_sym_interpolated_string_repeat2, [159990] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5258), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [160003] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5208), 1, anon_sym_RBRACE, ACTIONS(5260), 1, anon_sym_COMMA, STATE(4136), 1, aux_sym_import_selectors_repeat1, [160016] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5263), 1, anon_sym_RPAREN, STATE(4148), 1, aux_sym_tuple_type_repeat1, [160029] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5265), 1, sym__interpolated_multiline_string_middle, ACTIONS(5268), 1, sym__interpolated_multiline_string_end, STATE(4138), 1, aux_sym_interpolated_string_repeat2, [160042] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5270), 1, sym__interpolated_string_middle, ACTIONS(5273), 1, sym__interpolated_string_end, STATE(4139), 1, aux_sym_interpolated_string_repeat1, [160055] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5275), 1, sym_identifier, ACTIONS(5277), 1, anon_sym_LBRACE, STATE(4690), 1, sym_block, [160068] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5279), 1, anon_sym_COMMA, ACTIONS(5282), 1, anon_sym_RPAREN, STATE(4141), 1, aux_sym_bindings_repeat1, [160081] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5284), 1, sym__interpolated_multiline_string_end, STATE(4138), 1, aux_sym_interpolated_string_repeat2, [160094] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5284), 1, sym__interpolated_string_end, STATE(4139), 1, aux_sym_interpolated_string_repeat1, [160107] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5286), 1, anon_sym_RPAREN, STATE(4166), 1, aux_sym_tuple_type_repeat1, [160120] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5290), 1, anon_sym_COLON, ACTIONS(5288), 2, anon_sym_COMMA, anon_sym_RPAREN, [160131] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(5292), 2, anon_sym_COMMA, anon_sym_RPAREN, [160142] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5294), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [160155] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5296), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [160168] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5298), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [160181] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5300), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [160194] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, anon_sym_COMMA, ACTIONS(5305), 1, anon_sym_RPAREN, STATE(4151), 1, aux_sym_parameters_repeat1, [160207] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5307), 1, anon_sym_RBRACK, STATE(4157), 1, aux_sym_tuple_type_repeat1, [160220] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5168), 1, anon_sym_EQ, ACTIONS(5166), 2, anon_sym_COMMA, anon_sym_RPAREN, [160231] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5309), 1, anon_sym_RPAREN, STATE(4135), 1, aux_sym_tuple_type_repeat1, [160244] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5311), 1, anon_sym_COMMA, ACTIONS(5313), 1, anon_sym_RPAREN, STATE(4151), 1, aux_sym_parameters_repeat1, [160257] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5315), 1, sym__interpolated_multiline_string_end, STATE(4142), 1, aux_sym_interpolated_string_repeat2, [160270] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5317), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [160283] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5319), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [160296] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3972), 1, anon_sym_RPAREN, ACTIONS(5321), 1, anon_sym_COMMA, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [160309] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(5324), 2, anon_sym_COMMA, anon_sym_RPAREN, [160320] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5326), 1, sym__interpolated_multiline_string_end, STATE(4138), 1, aux_sym_interpolated_string_repeat2, [160333] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5315), 1, sym__interpolated_string_end, STATE(4143), 1, aux_sym_interpolated_string_repeat1, [160346] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5328), 1, anon_sym_RPAREN, STATE(4173), 1, aux_sym_tuple_type_repeat1, [160359] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5326), 1, sym__interpolated_string_end, STATE(4139), 1, aux_sym_interpolated_string_repeat1, [160372] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5324), 1, anon_sym_RPAREN, ACTIONS(5330), 1, anon_sym_COMMA, STATE(4165), 1, aux_sym_parameter_types_repeat1, [160385] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5333), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [160398] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5335), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [160411] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5337), 1, anon_sym_RBRACK, STATE(4150), 1, aux_sym_tuple_type_repeat1, [160424] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5339), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [160437] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5341), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [160450] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5343), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [160463] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4907), 1, anon_sym_STAR, ACTIONS(5345), 2, anon_sym_COMMA, anon_sym_RPAREN, [160474] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5348), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [160487] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5350), 1, anon_sym_RBRACK, STATE(4191), 1, aux_sym_tuple_type_repeat1, [160500] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5352), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [160513] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5354), 1, anon_sym_COMMA, ACTIONS(5357), 1, anon_sym_RPAREN, STATE(4176), 1, aux_sym_class_parameters_repeat1, [160526] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5359), 1, anon_sym_RBRACK, STATE(4182), 1, aux_sym_tuple_type_repeat1, [160539] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5361), 1, anon_sym_RPAREN, STATE(4169), 1, aux_sym_tuple_type_repeat1, [160552] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5363), 1, sym__interpolated_multiline_string_end, STATE(4161), 1, aux_sym_interpolated_string_repeat2, [160565] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5363), 1, sym__interpolated_string_end, STATE(4164), 1, aux_sym_interpolated_string_repeat1, [160578] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5367), 1, anon_sym_EQ, ACTIONS(5365), 2, anon_sym_COMMA, anon_sym_RPAREN, [160589] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5369), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [160602] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5371), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [160615] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5373), 1, sym__interpolated_string_end, STATE(4203), 1, aux_sym_interpolated_string_repeat1, [160628] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5375), 1, anon_sym_RBRACK, STATE(4171), 1, aux_sym_tuple_type_repeat1, [160641] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5373), 1, sym__interpolated_multiline_string_end, STATE(4204), 1, aux_sym_interpolated_string_repeat2, [160654] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5377), 1, anon_sym_COMMA, ACTIONS(5379), 1, anon_sym_RPAREN, STATE(4176), 1, aux_sym_class_parameters_repeat1, [160667] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5381), 1, anon_sym_RPAREN, STATE(4198), 1, aux_sym_tuple_type_repeat1, [160680] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5383), 1, anon_sym_COMMA, ACTIONS(5386), 1, anon_sym_RBRACK, STATE(4189), 1, aux_sym_type_parameters_repeat1, [160693] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5388), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [160706] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5390), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [160719] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5392), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [160732] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5394), 1, sym__interpolated_multiline_string_end, STATE(4138), 1, aux_sym_interpolated_string_repeat2, [160745] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5394), 1, sym__interpolated_string_end, STATE(4139), 1, aux_sym_interpolated_string_repeat1, [160758] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5396), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_COLON, [160767] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5398), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [160780] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5400), 1, sym__interpolated_string_end, STATE(4509), 1, aux_sym_interpolated_string_repeat1, [160793] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5402), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [160806] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5404), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [160819] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5406), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [160832] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5408), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [160845] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5410), 1, anon_sym_RBRACK, STATE(4207), 1, aux_sym_tuple_type_repeat1, [160858] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5412), 1, sym__interpolated_string_end, STATE(4139), 1, aux_sym_interpolated_string_repeat1, [160871] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5412), 1, sym__interpolated_multiline_string_end, STATE(4138), 1, aux_sym_interpolated_string_repeat2, [160884] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5038), 1, anon_sym_COMMA, ACTIONS(5414), 1, anon_sym_RBRACE, STATE(4136), 1, aux_sym_import_selectors_repeat1, [160897] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5416), 1, sym__interpolated_multiline_string_end, STATE(4138), 1, aux_sym_interpolated_string_repeat2, [160910] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5418), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [160923] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5420), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [160936] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5422), 1, anon_sym_RPAREN, STATE(4190), 1, aux_sym_tuple_type_repeat1, [160949] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5416), 1, sym__interpolated_string_end, STATE(4139), 1, aux_sym_interpolated_string_repeat1, [160962] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5424), 1, anon_sym_COMMA, ACTIONS(5426), 1, anon_sym_RPAREN, STATE(4141), 1, aux_sym_bindings_repeat1, [160975] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5428), 1, sym__interpolated_multiline_string_end, STATE(4193), 1, aux_sym_interpolated_string_repeat2, [160988] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5430), 1, anon_sym_RPAREN, STATE(4223), 1, aux_sym_tuple_type_repeat1, [161001] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5432), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [161014] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5428), 1, sym__interpolated_string_end, STATE(4194), 1, aux_sym_interpolated_string_repeat1, [161027] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5434), 1, sym__interpolated_multiline_string_end, STATE(4138), 1, aux_sym_interpolated_string_repeat2, [161040] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5434), 1, sym__interpolated_string_end, STATE(4139), 1, aux_sym_interpolated_string_repeat1, [161053] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(5436), 1, anon_sym_COLON, STATE(4380), 1, aux_sym_val_declaration_repeat1, [161066] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5438), 1, anon_sym_RBRACK, STATE(4201), 1, aux_sym_tuple_type_repeat1, [161079] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5440), 1, sym__interpolated_string_end, STATE(4296), 1, aux_sym_interpolated_string_repeat1, [161092] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(5442), 1, anon_sym_COLON, STATE(4380), 1, aux_sym_val_declaration_repeat1, [161105] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5444), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [161118] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5446), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [161131] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5448), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [161144] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5450), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [161157] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5452), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [161170] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5454), 1, anon_sym_RBRACK, STATE(4231), 1, aux_sym_tuple_type_repeat1, [161183] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5456), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [161196] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(5458), 1, anon_sym_COLON, STATE(4380), 1, aux_sym_val_declaration_repeat1, [161209] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5460), 1, anon_sym_RPAREN, STATE(4222), 1, aux_sym_tuple_type_repeat1, [161222] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5462), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [161235] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5464), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [161248] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5311), 1, anon_sym_COMMA, ACTIONS(5466), 1, anon_sym_RPAREN, STATE(4151), 1, aux_sym_parameters_repeat1, [161261] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1826), 1, anon_sym_LBRACK, ACTIONS(5468), 1, anon_sym_EQ, STATE(4782), 1, sym_type_parameters, [161274] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5470), 1, sym__interpolated_multiline_string_end, STATE(4216), 1, aux_sym_interpolated_string_repeat2, [161287] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5470), 1, sym__interpolated_string_end, STATE(4217), 1, aux_sym_interpolated_string_repeat1, [161300] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5472), 1, anon_sym_RPAREN, STATE(4247), 1, aux_sym_tuple_type_repeat1, [161313] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5311), 1, anon_sym_COMMA, ACTIONS(5466), 1, anon_sym_RPAREN, STATE(4155), 1, aux_sym_parameters_repeat1, [161326] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(5474), 1, anon_sym_COLON, STATE(4380), 1, aux_sym_val_declaration_repeat1, [161339] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(5476), 1, anon_sym_RPAREN, STATE(4244), 1, aux_sym_case_class_pattern_repeat1, [161352] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(5478), 1, anon_sym_COLON, STATE(4380), 1, aux_sym_val_declaration_repeat1, [161365] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(5480), 1, anon_sym_RPAREN, STATE(4244), 1, aux_sym_case_class_pattern_repeat1, [161378] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5482), 1, sym__interpolated_multiline_string_end, STATE(4138), 1, aux_sym_interpolated_string_repeat2, [161391] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4681), 1, anon_sym_RPAREN, ACTIONS(5484), 1, anon_sym_COMMA, STATE(4244), 1, aux_sym_case_class_pattern_repeat1, [161404] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5487), 1, anon_sym_RBRACK, STATE(4226), 1, aux_sym_tuple_type_repeat1, [161417] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5482), 1, sym__interpolated_string_end, STATE(4139), 1, aux_sym_interpolated_string_repeat1, [161430] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5489), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [161443] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1826), 1, anon_sym_LBRACK, ACTIONS(5491), 1, anon_sym_EQ, STATE(4799), 1, sym_type_parameters, [161456] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5493), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [161469] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5495), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [161482] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5497), 1, anon_sym_RBRACK, STATE(4255), 1, aux_sym_tuple_type_repeat1, [161495] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5499), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [161508] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5501), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [161521] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5503), 1, anon_sym_RPAREN, STATE(4393), 1, aux_sym_tuple_type_repeat1, [161534] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5505), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [161547] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5507), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [161560] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(5509), 1, anon_sym_COLON, STATE(4380), 1, aux_sym_val_declaration_repeat1, [161573] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5511), 1, anon_sym_RBRACK, STATE(4274), 1, aux_sym_tuple_type_repeat1, [161586] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5513), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [161599] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(5515), 1, anon_sym_COLON, STATE(4380), 1, aux_sym_val_declaration_repeat1, [161612] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5517), 1, anon_sym_RPAREN, STATE(4271), 1, aux_sym_tuple_type_repeat1, [161625] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5519), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [161638] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5521), 1, sym__interpolated_multiline_string_end, STATE(4243), 1, aux_sym_interpolated_string_repeat2, [161651] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5134), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, [161660] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5521), 1, sym__interpolated_string_end, STATE(4246), 1, aux_sym_interpolated_string_repeat1, [161673] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5523), 1, sym__interpolated_string_end, STATE(4303), 1, aux_sym_interpolated_string_repeat1, [161686] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5523), 1, sym__interpolated_multiline_string_end, STATE(4106), 1, aux_sym_interpolated_string_repeat2, [161699] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5525), 1, anon_sym_COMMA, ACTIONS(5527), 1, anon_sym_RPAREN, STATE(4165), 1, aux_sym_parameter_types_repeat1, [161712] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1723), 3, anon_sym_COMMA, anon_sym_EQ, anon_sym_RPAREN, [161721] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5529), 1, anon_sym_RBRACK, STATE(4252), 1, aux_sym_tuple_type_repeat1, [161734] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5531), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [161747] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5533), 1, anon_sym_RBRACK, STATE(4313), 1, aux_sym_tuple_type_repeat1, [161760] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1826), 1, anon_sym_LBRACK, ACTIONS(5535), 1, anon_sym_EQ, STATE(4816), 1, sym_type_parameters, [161773] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5537), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [161786] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5539), 1, anon_sym_RBRACK, STATE(4279), 1, aux_sym_tuple_type_repeat1, [161799] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1727), 3, anon_sym_COMMA, anon_sym_EQ, anon_sym_RPAREN, [161808] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5541), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [161821] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5543), 1, sym_identifier, ACTIONS(5545), 2, anon_sym_val, anon_sym_var, [161832] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5547), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [161845] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5549), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [161858] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5551), 1, anon_sym_RPAREN, STATE(4259), 1, aux_sym_tuple_type_repeat1, [161871] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5553), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [161884] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5377), 1, anon_sym_COMMA, ACTIONS(5555), 1, anon_sym_RPAREN, STATE(4176), 1, aux_sym_class_parameters_repeat1, [161897] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5557), 1, anon_sym_RPAREN, STATE(4175), 1, aux_sym_tuple_type_repeat1, [161910] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5559), 1, anon_sym_RPAREN, STATE(4294), 1, aux_sym_tuple_type_repeat1, [161923] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5377), 1, anon_sym_COMMA, ACTIONS(5555), 1, anon_sym_RPAREN, STATE(4187), 1, aux_sym_class_parameters_repeat1, [161936] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5561), 1, sym__interpolated_multiline_string_end, STATE(4138), 1, aux_sym_interpolated_string_repeat2, [161949] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5561), 1, sym__interpolated_string_end, STATE(4139), 1, aux_sym_interpolated_string_repeat1, [161962] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5563), 1, anon_sym_COMMA, ACTIONS(5565), 1, anon_sym_RBRACK, STATE(4189), 1, aux_sym_type_parameters_repeat1, [161975] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5038), 1, anon_sym_COMMA, ACTIONS(5076), 1, anon_sym_RBRACE, STATE(4205), 1, aux_sym_import_selectors_repeat1, [161988] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5567), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [162001] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5569), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [162014] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5571), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [162027] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5573), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [162040] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5575), 1, sym__interpolated_multiline_string_end, STATE(4138), 1, aux_sym_interpolated_string_repeat2, [162053] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5575), 1, sym__interpolated_string_end, STATE(4139), 1, aux_sym_interpolated_string_repeat1, [162066] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5577), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [162079] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5579), 1, anon_sym_RBRACK, STATE(4301), 1, aux_sym_tuple_type_repeat1, [162092] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5581), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [162105] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5583), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [162118] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5585), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [162131] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5587), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [162144] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5200), 1, sym__interpolated_string_end, ACTIONS(5204), 1, sym__interpolated_string_middle, STATE(4139), 1, aux_sym_interpolated_string_repeat1, [162157] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(5589), 1, anon_sym_COLON, STATE(4380), 1, aux_sym_val_declaration_repeat1, [162170] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5591), 1, sym__interpolated_multiline_string_end, STATE(4287), 1, aux_sym_interpolated_string_repeat2, [162183] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(5593), 1, anon_sym_RPAREN, STATE(4244), 1, aux_sym_case_class_pattern_repeat1, [162196] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5595), 1, anon_sym_RPAREN, STATE(4312), 1, aux_sym_tuple_type_repeat1, [162209] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5597), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [162222] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(5599), 1, anon_sym_RPAREN, STATE(4244), 1, aux_sym_case_class_pattern_repeat1, [162235] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5601), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [162248] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5603), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [162261] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5605), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [162274] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5607), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [162287] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5563), 1, anon_sym_COMMA, ACTIONS(5609), 1, anon_sym_RBRACK, STATE(4189), 1, aux_sym_type_parameters_repeat1, [162300] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5591), 1, sym__interpolated_string_end, STATE(4288), 1, aux_sym_interpolated_string_repeat1, [162313] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5611), 1, anon_sym_RBRACK, STATE(4318), 1, aux_sym_tuple_type_repeat1, [162326] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5613), 1, anon_sym_RBRACK, STATE(4310), 1, aux_sym_tuple_type_repeat1, [162339] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5615), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [162352] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5617), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [162365] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5440), 1, sym__interpolated_multiline_string_end, STATE(4295), 1, aux_sym_interpolated_string_repeat2, [162378] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5619), 1, anon_sym_RPAREN, STATE(4326), 1, aux_sym_tuple_type_repeat1, [162391] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5621), 1, anon_sym_RPAREN, STATE(4494), 1, aux_sym_tuple_type_repeat1, [162404] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5625), 1, anon_sym_EQ, ACTIONS(5623), 2, anon_sym_COMMA, anon_sym_RPAREN, [162415] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5627), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [162428] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5629), 1, sym__interpolated_multiline_string_end, STATE(4206), 1, aux_sym_interpolated_string_repeat2, [162441] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5631), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [162454] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5633), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [162467] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(5635), 1, anon_sym_RPAREN, STATE(4244), 1, aux_sym_case_class_pattern_repeat1, [162480] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5637), 1, anon_sym_RPAREN, STATE(4387), 1, aux_sym_tuple_type_repeat1, [162493] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5639), 1, anon_sym_RBRACK, STATE(4332), 1, aux_sym_tuple_type_repeat1, [162506] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5641), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [162519] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5643), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [162532] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5645), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [162545] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5563), 1, anon_sym_COMMA, ACTIONS(5647), 1, anon_sym_RBRACK, STATE(4314), 1, aux_sym_type_parameters_repeat1, [162558] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5649), 1, anon_sym_RPAREN, STATE(4340), 1, aux_sym_tuple_type_repeat1, [162571] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5629), 1, sym__interpolated_string_end, STATE(4210), 1, aux_sym_interpolated_string_repeat1, [162584] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5651), 1, anon_sym_RBRACK, STATE(4327), 1, aux_sym_tuple_type_repeat1, [162597] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5424), 1, anon_sym_COMMA, ACTIONS(5653), 1, anon_sym_RPAREN, STATE(4211), 1, aux_sym_bindings_repeat1, [162610] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5655), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [162623] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5657), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [162636] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5659), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [162649] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5661), 1, anon_sym_RBRACK, STATE(4300), 1, aux_sym_tuple_type_repeat1, [162662] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5663), 1, anon_sym_RPAREN, STATE(4331), 1, aux_sym_tuple_type_repeat1, [162675] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5665), 1, anon_sym_RBRACK, STATE(4346), 1, aux_sym_tuple_type_repeat1, [162688] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5667), 1, anon_sym_RPAREN, STATE(4381), 1, aux_sym_tuple_type_repeat1, [162701] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5669), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [162714] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5671), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [162727] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5673), 1, anon_sym_RBRACK, STATE(4341), 1, aux_sym_tuple_type_repeat1, [162740] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5675), 1, anon_sym_RPAREN, STATE(4354), 1, aux_sym_tuple_type_repeat1, [162753] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5677), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [162766] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5679), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [162779] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5681), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [162792] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1826), 1, anon_sym_LBRACK, ACTIONS(5683), 1, anon_sym_EQ, STATE(4863), 1, sym_type_parameters, [162805] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5685), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [162818] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5687), 1, sym__interpolated_multiline_string_end, STATE(4138), 1, aux_sym_interpolated_string_repeat2, [162831] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5687), 1, sym__interpolated_string_end, STATE(4139), 1, aux_sym_interpolated_string_repeat1, [162844] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5689), 1, anon_sym_RBRACK, STATE(4352), 1, aux_sym_tuple_type_repeat1, [162857] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5691), 1, anon_sym_RBRACK, STATE(4360), 1, aux_sym_tuple_type_repeat1, [162870] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5693), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [162883] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5695), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [162896] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5697), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [162909] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(5699), 1, anon_sym_RPAREN, STATE(4244), 1, aux_sym_case_class_pattern_repeat1, [162922] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5701), 1, anon_sym_RPAREN, STATE(4368), 1, aux_sym_tuple_type_repeat1, [162935] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(5703), 1, anon_sym_COLON, STATE(4380), 1, aux_sym_val_declaration_repeat1, [162948] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(5705), 1, anon_sym_RPAREN, STATE(4244), 1, aux_sym_case_class_pattern_repeat1, [162961] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5707), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [162974] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5709), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [162987] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5711), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163000] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5713), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163013] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5563), 1, anon_sym_COMMA, ACTIONS(5715), 1, anon_sym_RBRACK, STATE(4189), 1, aux_sym_type_parameters_repeat1, [163026] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5717), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163039] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5719), 1, anon_sym_RBRACK, STATE(4374), 1, aux_sym_tuple_type_repeat1, [163052] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4886), 1, anon_sym_RPAREN, ACTIONS(5311), 1, anon_sym_COMMA, STATE(4233), 1, aux_sym_parameters_repeat1, [163065] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5721), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163078] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5723), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [163091] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5725), 1, sym__interpolated_multiline_string_end, STATE(4355), 1, aux_sym_interpolated_string_repeat2, [163104] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5727), 1, anon_sym_RPAREN, STATE(4382), 1, aux_sym_tuple_type_repeat1, [163117] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5729), 1, anon_sym_RBRACK, STATE(4371), 1, aux_sym_tuple_type_repeat1, [163130] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5725), 1, sym__interpolated_string_end, STATE(4356), 1, aux_sym_interpolated_string_repeat1, [163143] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5731), 1, anon_sym_COMMA, ACTIONS(5734), 1, anon_sym_COLON, STATE(4380), 1, aux_sym_val_declaration_repeat1, [163156] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5736), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163169] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5738), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163182] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5740), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [163195] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(5742), 1, anon_sym_RPAREN, STATE(4244), 1, aux_sym_case_class_pattern_repeat1, [163208] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5744), 1, anon_sym_RBRACK, STATE(4369), 1, aux_sym_tuple_type_repeat1, [163221] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5746), 1, anon_sym_RBRACK, STATE(4388), 1, aux_sym_tuple_type_repeat1, [163234] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5748), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163247] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5750), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163260] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5752), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [163273] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5563), 1, anon_sym_COMMA, ACTIONS(5754), 1, anon_sym_RBRACK, STATE(4370), 1, aux_sym_type_parameters_repeat1, [163286] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5756), 1, anon_sym_RPAREN, STATE(4396), 1, aux_sym_tuple_type_repeat1, [163299] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5758), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163312] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5760), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163325] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5762), 1, anon_sym_RBRACK, STATE(4392), 1, aux_sym_tuple_type_repeat1, [163338] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(5764), 1, anon_sym_RPAREN, STATE(4244), 1, aux_sym_case_class_pattern_repeat1, [163351] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5766), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163364] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5768), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [163377] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5770), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163390] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5772), 1, anon_sym_RBRACK, STATE(4262), 1, aux_sym_tuple_type_repeat1, [163403] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5774), 1, anon_sym_RBRACK, STATE(4402), 1, aux_sym_tuple_type_repeat1, [163416] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5776), 1, anon_sym_RBRACK, STATE(4398), 1, aux_sym_tuple_type_repeat1, [163429] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5778), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163442] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5780), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [163455] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5782), 1, sym_identifier, ACTIONS(5784), 1, anon_sym_LBRACE, STATE(4582), 1, sym_block, [163468] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5786), 1, anon_sym_RPAREN, STATE(4410), 1, aux_sym_tuple_type_repeat1, [163481] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5788), 1, anon_sym_RPAREN, STATE(4519), 1, aux_sym_tuple_type_repeat1, [163494] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5311), 1, anon_sym_COMMA, ACTIONS(5790), 1, anon_sym_RPAREN, STATE(4151), 1, aux_sym_parameters_repeat1, [163507] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5792), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [163520] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5377), 1, anon_sym_COMMA, ACTIONS(5794), 1, anon_sym_RPAREN, STATE(4176), 1, aux_sym_class_parameters_repeat1, [163533] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5796), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163546] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5038), 1, anon_sym_COMMA, ACTIONS(5798), 1, anon_sym_RBRACE, STATE(4136), 1, aux_sym_import_selectors_repeat1, [163559] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5800), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163572] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5802), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163585] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5804), 1, anon_sym_RBRACK, STATE(4416), 1, aux_sym_tuple_type_repeat1, [163598] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5806), 1, anon_sym_RPAREN, STATE(4350), 1, aux_sym_tuple_type_repeat1, [163611] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5808), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163624] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5810), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [163637] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5812), 1, anon_sym_RBRACK, STATE(4413), 1, aux_sym_tuple_type_repeat1, [163650] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5814), 1, anon_sym_RPAREN, STATE(4424), 1, aux_sym_tuple_type_repeat1, [163663] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5525), 1, anon_sym_COMMA, ACTIONS(5816), 1, anon_sym_RPAREN, STATE(4268), 1, aux_sym_parameter_types_repeat1, [163676] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5818), 1, sym__interpolated_multiline_string_end, STATE(4138), 1, aux_sym_interpolated_string_repeat2, [163689] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5820), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [163702] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5818), 1, sym__interpolated_string_end, STATE(4139), 1, aux_sym_interpolated_string_repeat1, [163715] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5822), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163728] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5824), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163741] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5826), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [163754] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5311), 1, anon_sym_COMMA, ACTIONS(5828), 1, anon_sym_RPAREN, STATE(4151), 1, aux_sym_parameters_repeat1, [163767] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5830), 1, anon_sym_RBRACK, STATE(4430), 1, aux_sym_tuple_type_repeat1, [163780] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5311), 1, anon_sym_COMMA, ACTIONS(5828), 1, anon_sym_RPAREN, STATE(4407), 1, aux_sym_parameters_repeat1, [163793] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5832), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163806] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5834), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [163819] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(5836), 1, anon_sym_RPAREN, STATE(4244), 1, aux_sym_case_class_pattern_repeat1, [163832] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5838), 1, anon_sym_RPAREN, STATE(4438), 1, aux_sym_tuple_type_repeat1, [163845] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3269), 1, anon_sym_RPAREN, ACTIONS(5377), 1, anon_sym_COMMA, STATE(4283), 1, aux_sym_class_parameters_repeat1, [163858] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(5840), 1, anon_sym_RPAREN, STATE(4244), 1, aux_sym_case_class_pattern_repeat1, [163871] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5842), 1, anon_sym_RBRACK, STATE(4425), 1, aux_sym_tuple_type_repeat1, [163884] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5844), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [163897] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5846), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163910] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5848), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163923] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5377), 1, anon_sym_COMMA, ACTIONS(5850), 1, anon_sym_RPAREN, STATE(4176), 1, aux_sym_class_parameters_repeat1, [163936] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5377), 1, anon_sym_COMMA, ACTIONS(5850), 1, anon_sym_RPAREN, STATE(4409), 1, aux_sym_class_parameters_repeat1, [163949] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5852), 1, anon_sym_RBRACK, STATE(4444), 1, aux_sym_tuple_type_repeat1, [163962] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5563), 1, anon_sym_COMMA, ACTIONS(5854), 1, anon_sym_RBRACK, STATE(4189), 1, aux_sym_type_parameters_repeat1, [163975] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5856), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [163988] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5858), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [164001] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5038), 1, anon_sym_COMMA, ACTIONS(5040), 1, anon_sym_RBRACE, STATE(4411), 1, aux_sym_import_selectors_repeat1, [164014] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5860), 1, anon_sym_RPAREN, STATE(4452), 1, aux_sym_tuple_type_repeat1, [164027] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3503), 1, sym_identifier, ACTIONS(3505), 2, anon_sym_val, anon_sym_var, [164038] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5862), 1, sym__interpolated_multiline_string_end, STATE(4138), 1, aux_sym_interpolated_string_repeat2, [164051] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5862), 1, sym__interpolated_string_end, STATE(4139), 1, aux_sym_interpolated_string_repeat1, [164064] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5864), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [164077] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5866), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164090] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5868), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164103] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5870), 1, sym__interpolated_multiline_string_end, STATE(4421), 1, aux_sym_interpolated_string_repeat2, [164116] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5870), 1, sym__interpolated_string_end, STATE(4423), 1, aux_sym_interpolated_string_repeat1, [164129] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5872), 1, anon_sym_RBRACK, STATE(4458), 1, aux_sym_tuple_type_repeat1, [164142] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5563), 1, anon_sym_COMMA, ACTIONS(5874), 1, anon_sym_RBRACK, STATE(4289), 1, aux_sym_type_parameters_repeat1, [164155] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5876), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164168] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5878), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [164181] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5880), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [164194] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5882), 1, anon_sym_RPAREN, STATE(4466), 1, aux_sym_tuple_type_repeat1, [164207] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5884), 1, anon_sym_RBRACK, STATE(4453), 1, aux_sym_tuple_type_repeat1, [164220] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4859), 1, anon_sym_RPAREN, ACTIONS(5311), 1, anon_sym_COMMA, STATE(4427), 1, aux_sym_parameters_repeat1, [164233] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5886), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [164246] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5888), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [164259] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5890), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164272] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4465), 1, anon_sym_COMMA, ACTIONS(5892), 1, anon_sym_RPAREN, STATE(4244), 1, aux_sym_case_class_pattern_repeat1, [164285] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5894), 1, anon_sym_RBRACK, STATE(4439), 1, aux_sym_tuple_type_repeat1, [164298] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5896), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164311] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5898), 1, anon_sym_RBRACK, STATE(4472), 1, aux_sym_tuple_type_repeat1, [164324] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3294), 1, anon_sym_RPAREN, ACTIONS(5377), 1, anon_sym_COMMA, STATE(4440), 1, aux_sym_class_parameters_repeat1, [164337] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5900), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164350] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5902), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [164363] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5563), 1, anon_sym_COMMA, ACTIONS(5904), 1, anon_sym_RBRACK, STATE(4443), 1, aux_sym_type_parameters_repeat1, [164376] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5906), 1, anon_sym_RPAREN, STATE(4480), 1, aux_sym_tuple_type_repeat1, [164389] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5908), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164402] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5910), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164415] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5912), 1, anon_sym_RBRACK, STATE(4476), 1, aux_sym_tuple_type_repeat1, [164428] = 3, ACTIONS(3), 1, sym_comment, STATE(4618), 1, sym__type_parameter, ACTIONS(4322), 2, sym_identifier, sym_wildcard, [164439] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5914), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164452] = 3, ACTIONS(3), 1, sym_comment, STATE(4617), 1, sym__type_parameter, ACTIONS(4322), 2, sym_identifier, sym_wildcard, [164463] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5916), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [164476] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5918), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164489] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5920), 1, anon_sym_RBRACK, STATE(4486), 1, aux_sym_tuple_type_repeat1, [164502] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5922), 1, sym__interpolated_multiline_string_end, STATE(4449), 1, aux_sym_interpolated_string_repeat2, [164515] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5924), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164528] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5926), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [164541] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5928), 1, anon_sym_RBRACK, STATE(4483), 1, aux_sym_tuple_type_repeat1, [164554] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5206), 1, sym__interpolated_multiline_string_end, STATE(4138), 1, aux_sym_interpolated_string_repeat2, [164567] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5922), 1, sym__interpolated_string_end, STATE(4450), 1, aux_sym_interpolated_string_repeat1, [164580] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5930), 1, sym_identifier, ACTIONS(5932), 1, anon_sym_object, STATE(3686), 1, sym_package_identifier, [164593] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5934), 1, sym_identifier, ACTIONS(5936), 1, anon_sym_object, STATE(1311), 1, sym_package_identifier, [164606] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5938), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [164619] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5940), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164632] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5942), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164645] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5944), 1, anon_sym_RPAREN, STATE(4469), 1, aux_sym_tuple_type_repeat1, [164658] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1826), 1, anon_sym_LBRACK, ACTIONS(5946), 1, anon_sym_EQ, STATE(4925), 1, sym_type_parameters, [164671] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5948), 1, anon_sym_RBRACK, STATE(4500), 1, aux_sym_tuple_type_repeat1, [164684] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(5950), 1, anon_sym_COLON, STATE(4380), 1, aux_sym_val_declaration_repeat1, [164697] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5952), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164710] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5954), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [164723] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5956), 1, anon_sym_RBRACK, STATE(4495), 1, aux_sym_tuple_type_repeat1, [164736] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5958), 1, anon_sym_RPAREN, STATE(4508), 1, aux_sym_tuple_type_repeat1, [164749] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5960), 1, sym__interpolated_multiline_string_end, STATE(4138), 1, aux_sym_interpolated_string_repeat2, [164762] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5962), 1, anon_sym_RBRACK, STATE(4477), 1, aux_sym_tuple_type_repeat1, [164775] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5964), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [164788] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5966), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164801] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5968), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164814] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, sym__interpolated_string_middle, ACTIONS(5960), 1, sym__interpolated_string_end, STATE(4139), 1, aux_sym_interpolated_string_repeat1, [164827] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5970), 1, anon_sym_RBRACK, STATE(4507), 1, aux_sym_tuple_type_repeat1, [164840] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4508), 1, anon_sym_COMMA, ACTIONS(5972), 1, anon_sym_COLON, STATE(4380), 1, aux_sym_val_declaration_repeat1, [164853] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5974), 1, anon_sym_RBRACK, STATE(4514), 1, aux_sym_tuple_type_repeat1, [164866] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5976), 1, anon_sym_RBRACK, STATE(4534), 1, aux_sym_tuple_type_repeat1, [164879] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5978), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164892] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5980), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [164905] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5982), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [164918] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5984), 1, anon_sym_RPAREN, STATE(4522), 1, aux_sym_tuple_type_repeat1, [164931] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5986), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164944] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5988), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164957] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5990), 1, anon_sym_RBRACK, STATE(4518), 1, aux_sym_tuple_type_repeat1, [164970] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5228), 1, sym_identifier, STATE(3761), 1, sym__import_expression, STATE(3762), 1, sym_stable_identifier, [164983] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(5992), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [164996] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5994), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [165009] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5996), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [165022] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(5998), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [165035] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(6000), 1, anon_sym_RBRACK, STATE(4528), 1, aux_sym_tuple_type_repeat1, [165048] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(6002), 1, anon_sym_RPAREN, STATE(4412), 1, aux_sym_tuple_type_repeat1, [165061] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(6004), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [165074] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(6006), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [165087] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(6008), 1, anon_sym_RPAREN, STATE(4531), 1, aux_sym_tuple_type_repeat1, [165100] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(6010), 1, anon_sym_RPAREN, STATE(4034), 1, aux_sym_tuple_type_repeat1, [165113] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6012), 1, sym_identifier, STATE(1321), 1, sym_stable_identifier, STATE(1447), 1, sym__import_expression, [165126] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(6014), 1, anon_sym_RBRACK, STATE(4535), 1, aux_sym_tuple_type_repeat1, [165139] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(6016), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [165152] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(6018), 1, anon_sym_RBRACK, STATE(4034), 1, aux_sym_tuple_type_repeat1, [165165] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(6020), 1, anon_sym_RPAREN, STATE(4159), 1, aux_sym_tuple_expression_repeat1, [165178] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1826), 1, anon_sym_LBRACK, ACTIONS(6022), 1, anon_sym_EQ, STATE(4990), 1, sym_type_parameters, [165191] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, sym__interpolated_multiline_string_middle, ACTIONS(5400), 1, sym__interpolated_multiline_string_end, STATE(4504), 1, aux_sym_interpolated_string_repeat2, [165204] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, anon_sym_COMMA, ACTIONS(6024), 1, anon_sym_RBRACK, STATE(4228), 1, aux_sym_tuple_type_repeat1, [165217] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6012), 1, sym_identifier, STATE(1321), 1, sym_stable_identifier, STATE(1322), 1, sym__import_expression, [165230] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6026), 1, anon_sym_LBRACE, STATE(899), 1, sym_case_block, [165240] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(306), 1, sym_parenthesized_expression, [165250] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1762), 2, sym__interpolated_string_middle, sym__interpolated_string_end, [165258] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1739), 2, sym__interpolated_multiline_string_middle, sym__interpolated_multiline_string_end, [165266] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1739), 2, sym__interpolated_string_middle, sym__interpolated_string_end, [165274] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6030), 1, sym_identifier, STATE(4104), 1, sym__object_definition, [165284] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2597), 1, anon_sym_object, ACTIONS(2601), 1, anon_sym_class, [165294] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6032), 1, anon_sym_LBRACE, ACTIONS(6034), 1, anon_sym_LPAREN, [165304] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6036), 1, anon_sym_LBRACE, ACTIONS(6038), 1, anon_sym_LPAREN, [165314] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6040), 1, anon_sym_LBRACE, ACTIONS(6042), 1, anon_sym_LPAREN, [165324] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6044), 1, anon_sym_LBRACE, ACTIONS(6046), 1, anon_sym_LPAREN, [165334] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6048), 1, anon_sym_LBRACE, ACTIONS(6050), 1, anon_sym_LPAREN, [165344] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6052), 1, anon_sym_LBRACE, ACTIONS(6054), 1, anon_sym_LPAREN, [165354] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6056), 1, anon_sym_LBRACE, ACTIONS(6058), 1, anon_sym_LPAREN, [165364] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6060), 1, anon_sym_LBRACE, ACTIONS(6062), 1, anon_sym_LPAREN, [165374] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6064), 1, anon_sym_LBRACE, ACTIONS(6066), 1, anon_sym_LPAREN, [165384] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6068), 1, sym_identifier, STATE(1666), 1, sym__object_definition, [165394] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(6070), 1, sym_identifier, ACTIONS(6072), 1, sym_operator_identifier, [165404] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6030), 1, sym_identifier, STATE(4102), 1, sym__object_definition, [165414] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6074), 1, anon_sym_LBRACE, ACTIONS(6076), 1, anon_sym_LPAREN, [165424] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4720), 1, anon_sym_object, ACTIONS(4724), 1, anon_sym_class, [165434] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6078), 1, anon_sym_LBRACE, ACTIONS(6080), 1, anon_sym_LPAREN, [165444] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2437), 1, anon_sym_object, ACTIONS(2441), 1, anon_sym_class, [165454] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6082), 1, anon_sym_LBRACE, ACTIONS(6084), 1, anon_sym_LPAREN, [165464] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6086), 1, anon_sym_LBRACE, ACTIONS(6088), 1, anon_sym_LPAREN, [165474] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(6090), 1, sym_identifier, ACTIONS(6092), 1, sym_operator_identifier, [165484] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6094), 1, anon_sym_LBRACE, ACTIONS(6096), 1, anon_sym_LPAREN, [165494] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6098), 1, anon_sym_LBRACE, ACTIONS(6100), 1, anon_sym_LPAREN, [165504] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(6102), 1, sym_identifier, ACTIONS(6104), 1, sym_operator_identifier, [165514] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6106), 1, anon_sym_LBRACE, ACTIONS(6108), 1, anon_sym_LPAREN, [165524] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6110), 1, anon_sym_LBRACE, ACTIONS(6112), 1, anon_sym_LPAREN, [165534] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6068), 1, sym_identifier, STATE(1640), 1, sym__object_definition, [165544] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6114), 1, anon_sym_object, ACTIONS(6116), 1, anon_sym_class, [165554] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6118), 1, anon_sym_LBRACE, ACTIONS(6120), 1, anon_sym_LPAREN, [165564] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(6122), 1, sym_identifier, ACTIONS(6124), 1, sym_operator_identifier, [165574] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(255), 1, sym_parenthesized_expression, [165584] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6068), 1, sym_identifier, STATE(1636), 1, sym__object_definition, [165594] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6126), 1, anon_sym_LBRACE, ACTIONS(6128), 1, anon_sym_LPAREN, [165604] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6130), 1, anon_sym_LBRACE, ACTIONS(6132), 1, anon_sym_LPAREN, [165614] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6134), 1, anon_sym_LBRACE, ACTIONS(6136), 1, anon_sym_LPAREN, [165624] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6138), 1, anon_sym_LBRACE, ACTIONS(6140), 1, anon_sym_LPAREN, [165634] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6142), 2, sym__interpolated_multiline_string_middle, sym__interpolated_multiline_string_end, [165642] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6144), 1, anon_sym_LBRACE, STATE(2424), 1, sym_case_block, [165652] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6146), 1, anon_sym_LBRACE, ACTIONS(6148), 1, anon_sym_LPAREN, [165662] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(188), 1, sym_parenthesized_expression, [165672] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4691), 1, anon_sym_object, ACTIONS(4695), 1, anon_sym_class, [165682] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6150), 1, anon_sym_LBRACE, STATE(3116), 1, sym_case_block, [165692] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(6152), 1, sym_identifier, ACTIONS(6154), 1, sym_operator_identifier, [165702] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(515), 1, sym_parenthesized_expression, [165712] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6144), 1, anon_sym_LBRACE, STATE(2419), 1, sym_case_block, [165722] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6156), 1, anon_sym_LPAREN, STATE(2414), 1, sym_parenthesized_expression, [165732] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6158), 1, anon_sym_LBRACE, STATE(3020), 1, sym_case_block, [165742] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6068), 1, sym_identifier, STATE(1623), 1, sym__object_definition, [165752] = 3, ACTIONS(181), 1, sym_comment, ACTIONS(6160), 1, sym_identifier, ACTIONS(6162), 1, sym_operator_identifier, [165762] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6164), 1, anon_sym_LPAREN, STATE(3026), 1, sym_parenthesized_expression, [165772] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(305), 1, sym_parenthesized_expression, [165782] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(314), 1, sym_parenthesized_expression, [165792] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6166), 1, anon_sym_LBRACE, ACTIONS(6168), 1, anon_sym_LPAREN, [165802] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6170), 1, sym_identifier, STATE(4290), 1, sym_renamed_identifier, [165812] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6172), 1, anon_sym_LBRACE, STATE(848), 1, sym_case_block, [165822] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6172), 1, anon_sym_LBRACE, STATE(839), 1, sym_case_block, [165832] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6174), 1, anon_sym_LPAREN, STATE(887), 1, sym_parenthesized_expression, [165842] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6176), 2, anon_sym_COMMA, anon_sym_RBRACK, [165850] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(533), 1, sym_parenthesized_expression, [165860] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6178), 2, anon_sym_COMMA, anon_sym_COLON, [165868] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(505), 1, sym_parenthesized_expression, [165878] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(205), 1, sym_parenthesized_expression, [165888] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6180), 1, anon_sym_object, ACTIONS(6182), 1, anon_sym_class, [165898] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6068), 1, sym_identifier, STATE(1488), 1, sym__object_definition, [165908] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6184), 1, anon_sym_LPAREN, STATE(1918), 1, sym_parenthesized_expression, [165918] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6186), 1, anon_sym_LBRACE, STATE(2418), 1, sym_case_block, [165928] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6188), 1, anon_sym_LBRACE, STATE(1024), 1, sym_case_block, [165938] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6190), 1, anon_sym_LBRACE, STATE(1914), 1, sym_case_block, [165948] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6192), 1, anon_sym_LBRACE, STATE(3268), 1, sym_case_block, [165958] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6194), 1, anon_sym_LBRACE, STATE(960), 1, sym_case_block, [165968] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6196), 1, anon_sym_LPAREN, STATE(1029), 1, sym_parenthesized_expression, [165978] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6198), 2, anon_sym_COMMA, anon_sym_RBRACK, [165986] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6200), 2, anon_sym_COMMA, anon_sym_RBRACK, [165994] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6202), 1, anon_sym_LPAREN, STATE(3408), 1, sym_parenthesized_expression, [166004] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6204), 2, anon_sym_COMMA, anon_sym_RBRACK, [166012] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6206), 2, anon_sym_COMMA, anon_sym_RBRACK, [166020] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6190), 1, anon_sym_LBRACE, STATE(1908), 1, sym_case_block, [166030] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(355), 1, sym_parenthesized_expression, [166040] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(414), 1, sym_parenthesized_expression, [166050] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(208), 1, sym_parenthesized_expression, [166060] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(452), 1, sym_parenthesized_expression, [166070] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(234), 1, sym_parenthesized_expression, [166080] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6208), 1, anon_sym_LBRACE, STATE(2168), 1, sym_case_block, [166090] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(263), 1, sym_parenthesized_expression, [166100] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6210), 1, anon_sym_LBRACE, STATE(3123), 1, sym_case_block, [166110] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6212), 1, anon_sym_LBRACE, STATE(2008), 1, sym_case_block, [166120] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6210), 1, anon_sym_LBRACE, STATE(3121), 1, sym_case_block, [166130] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6214), 1, anon_sym_LPAREN, STATE(3117), 1, sym_parenthesized_expression, [166140] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(307), 1, sym_parenthesized_expression, [166150] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(313), 1, sym_parenthesized_expression, [166160] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6212), 1, anon_sym_LBRACE, STATE(2003), 1, sym_case_block, [166170] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6216), 1, anon_sym_LPAREN, STATE(1999), 1, sym_parenthesized_expression, [166180] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6218), 1, sym_identifier, STATE(4674), 1, sym_binding, [166190] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(262), 1, sym_parenthesized_expression, [166200] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6220), 1, anon_sym_LBRACE, STATE(2255), 1, sym_case_block, [166210] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(333), 1, sym_parenthesized_expression, [166220] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6222), 1, anon_sym_DOLLAR, STATE(4677), 1, sym_interpolation, [166230] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6224), 1, anon_sym_DOLLAR, STATE(4678), 1, sym_interpolation, [166240] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6226), 1, anon_sym_LPAREN, STATE(2412), 1, sym_parenthesized_expression, [166250] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(386), 1, sym_parenthesized_expression, [166260] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6228), 1, anon_sym_LPAREN, STATE(957), 1, sym_parenthesized_expression, [166270] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6230), 1, sym_identifier, STATE(4683), 1, sym_renamed_identifier, [166280] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(415), 1, sym_parenthesized_expression, [166290] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6232), 2, sym_identifier, sym_wildcard, [166298] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(180), 1, sym_parenthesized_expression, [166308] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6234), 1, anon_sym_LBRACE, STATE(937), 1, sym_case_block, [166318] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(527), 1, sym_parenthesized_expression, [166328] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6236), 1, anon_sym_LBRACE, STATE(3384), 1, sym_case_block, [166338] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(411), 1, sym_parenthesized_expression, [166348] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6238), 2, anon_sym_COMMA, anon_sym_RBRACK, [166356] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(456), 1, sym_parenthesized_expression, [166366] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5357), 2, anon_sym_COMMA, anon_sym_RPAREN, [166374] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6240), 1, anon_sym_LBRACE, STATE(3237), 1, sym_case_block, [166384] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6242), 1, anon_sym_LBRACE, STATE(3096), 1, sym_case_block, [166394] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(477), 1, sym_parenthesized_expression, [166404] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5324), 2, anon_sym_COMMA, anon_sym_RPAREN, [166412] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6244), 1, anon_sym_LPAREN, STATE(3231), 1, sym_parenthesized_expression, [166422] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6246), 1, anon_sym_LBRACE, STATE(2776), 1, sym_case_block, [166432] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6246), 1, anon_sym_LBRACE, STATE(2882), 1, sym_case_block, [166442] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(351), 1, sym_parenthesized_expression, [166452] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(224), 1, sym_parenthesized_expression, [166462] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(341), 1, sym_parenthesized_expression, [166472] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6248), 1, sym_identifier, STATE(4446), 1, sym_renamed_identifier, [166482] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6250), 1, anon_sym_LPAREN, STATE(2814), 1, sym_parenthesized_expression, [166492] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(393), 1, sym_parenthesized_expression, [166502] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5305), 2, anon_sym_COMMA, anon_sym_RPAREN, [166510] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5292), 2, anon_sym_COMMA, anon_sym_RPAREN, [166518] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(228), 1, sym_parenthesized_expression, [166528] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5282), 2, anon_sym_COMMA, anon_sym_RPAREN, [166536] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1762), 2, sym__interpolated_multiline_string_middle, sym__interpolated_multiline_string_end, [166544] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(484), 1, sym_parenthesized_expression, [166554] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5273), 2, sym__interpolated_string_middle, sym__interpolated_string_end, [166562] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5268), 2, sym__interpolated_multiline_string_middle, sym__interpolated_multiline_string_end, [166570] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(198), 1, sym_parenthesized_expression, [166580] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(539), 1, sym_parenthesized_expression, [166590] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6252), 1, anon_sym_LBRACE, STATE(943), 1, sym_case_block, [166600] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(363), 1, sym_parenthesized_expression, [166610] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5208), 2, anon_sym_COMMA, anon_sym_RBRACE, [166618] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6254), 2, anon_sym_COMMA, anon_sym_RBRACE, [166626] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6256), 1, anon_sym_LBRACE, STATE(2658), 1, sym_case_block, [166636] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(383), 1, sym_parenthesized_expression, [166646] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6258), 1, anon_sym_LBRACE, STATE(2960), 1, sym_case_block, [166656] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6260), 1, anon_sym_LBRACE, STATE(2944), 1, sym_case_block, [166666] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6262), 2, anon_sym_RBRACE, anon_sym_case, [166674] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6142), 2, sym__interpolated_string_middle, sym__interpolated_string_end, [166682] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6260), 1, anon_sym_LBRACE, STATE(2953), 1, sym_case_block, [166692] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6264), 1, anon_sym_LPAREN, STATE(2969), 1, sym_parenthesized_expression, [166702] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(236), 1, sym_parenthesized_expression, [166712] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(493), 1, sym_parenthesized_expression, [166722] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6030), 1, sym_identifier, STATE(4097), 1, sym__object_definition, [166732] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6026), 1, anon_sym_LBRACE, STATE(904), 1, sym_case_block, [166742] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(461), 1, sym_parenthesized_expression, [166752] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(379), 1, sym_parenthesized_expression, [166762] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6266), 1, anon_sym_LPAREN, STATE(896), 1, sym_parenthesized_expression, [166772] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(407), 1, sym_parenthesized_expression, [166782] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(310), 1, sym_parenthesized_expression, [166792] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6030), 1, sym_identifier, STATE(4073), 1, sym__object_definition, [166802] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(474), 1, sym_parenthesized_expression, [166812] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6268), 2, anon_sym_RBRACE, anon_sym_case, [166820] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(385), 1, sym_parenthesized_expression, [166830] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6270), 1, anon_sym_LPAREN, STATE(2305), 1, sym_parenthesized_expression, [166840] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(247), 1, sym_parenthesized_expression, [166850] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(439), 1, sym_parenthesized_expression, [166860] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6272), 1, anon_sym_LBRACE, STATE(2293), 1, sym_case_block, [166870] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6030), 1, sym_identifier, STATE(4031), 1, sym__object_definition, [166880] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(229), 1, sym_parenthesized_expression, [166890] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6028), 1, anon_sym_LPAREN, STATE(237), 1, sym_parenthesized_expression, [166900] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6274), 1, anon_sym_LPAREN, STATE(2965), 1, sym_parenthesized_expression, [166910] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6276), 1, anon_sym_EQ_GT, [166917] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3862), 1, anon_sym_DOT, [166924] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6278), 1, anon_sym_RBRACE, [166931] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6280), 1, sym_identifier, [166938] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1784), 1, anon_sym_DOT, [166945] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6282), 1, anon_sym_EQ_GT, [166952] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6284), 1, anon_sym_EQ_GT, [166959] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6286), 1, anon_sym_EQ_GT, [166966] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6288), 1, anon_sym_RBRACE, [166973] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6290), 1, sym_identifier, [166980] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6292), 1, sym_identifier, [166987] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6294), 1, anon_sym_RPAREN, [166994] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4297), 1, anon_sym_DOT, [167001] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6296), 1, anon_sym_EQ_GT, [167008] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6294), 1, anon_sym_RBRACE, [167015] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6298), 1, anon_sym_RBRACE, [167022] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6300), 1, sym_identifier, [167029] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6302), 1, sym_identifier, [167036] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6304), 1, anon_sym_EQ_GT, [167043] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1809), 1, anon_sym_DOT, [167050] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6306), 1, anon_sym_RBRACE, [167057] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6308), 1, anon_sym_EQ_GT, [167064] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6310), 1, anon_sym_RPAREN, [167071] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6312), 1, anon_sym_RPAREN, [167078] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6314), 1, sym_identifier, [167085] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6316), 1, anon_sym_RBRACE, [167092] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6318), 1, anon_sym_EQ_GT, [167099] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6320), 1, sym_identifier, [167106] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6316), 1, anon_sym_RPAREN, [167113] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4150), 1, anon_sym_DOT, [167120] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6322), 1, anon_sym_RPAREN, [167127] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6324), 1, anon_sym_EQ_GT, [167134] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6322), 1, anon_sym_RBRACE, [167141] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6326), 1, sym_identifier, [167148] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6328), 1, anon_sym_RBRACE, [167155] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6312), 1, anon_sym_RBRACE, [167162] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6330), 1, sym_identifier, [167169] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6332), 1, sym_identifier, [167176] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6334), 1, anon_sym_LPAREN, [167183] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3078), 1, anon_sym_DOT, [167190] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6336), 1, anon_sym_EQ_GT, [167197] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6338), 1, anon_sym_EQ_GT, [167204] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6340), 1, anon_sym_EQ_GT, [167211] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6342), 1, sym_identifier, [167218] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4282), 1, anon_sym_DOT, [167225] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6344), 1, anon_sym_RBRACE, [167232] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6346), 1, sym_identifier, [167239] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6348), 1, anon_sym_EQ_GT, [167246] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6350), 1, sym_identifier, [167253] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4042), 1, anon_sym_DOT, [167260] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6352), 1, anon_sym_RPAREN, [167267] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6354), 1, anon_sym_EQ_GT, [167274] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6352), 1, anon_sym_RBRACE, [167281] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6356), 1, anon_sym_RBRACE, [167288] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6358), 1, sym_identifier, [167295] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6360), 1, anon_sym_EQ_GT, [167302] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6362), 1, sym_identifier, [167309] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6364), 1, anon_sym_RBRACE, [167316] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6364), 1, anon_sym_RPAREN, [167323] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4251), 1, anon_sym_DOT, [167330] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6366), 1, sym_identifier, [167337] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6368), 1, anon_sym_EQ_GT, [167344] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6370), 1, anon_sym_LPAREN, [167351] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6372), 1, sym_identifier, [167358] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6374), 1, sym_identifier, [167365] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6376), 1, anon_sym_RBRACE, [167372] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1849), 1, anon_sym_DOT, [167379] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6378), 1, sym_identifier, [167386] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6380), 1, anon_sym_EQ, [167393] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4263), 1, anon_sym_DOT, [167400] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6382), 1, anon_sym_EQ_GT, [167407] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6384), 1, anon_sym_EQ_GT, [167414] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6386), 1, anon_sym_RBRACE, [167421] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6388), 1, anon_sym_EQ_GT, [167428] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6390), 1, anon_sym_EQ_GT, [167435] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6392), 1, anon_sym_RBRACE, [167442] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6394), 1, sym_identifier, [167449] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6396), 1, anon_sym_EQ_GT, [167456] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6398), 1, sym_identifier, [167463] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4292), 1, anon_sym_DOT, [167470] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6400), 1, sym_identifier, [167477] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6402), 1, anon_sym_EQ_GT, [167484] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6306), 1, anon_sym_RPAREN, [167491] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6404), 1, sym_identifier, [167498] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6392), 1, anon_sym_RPAREN, [167505] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6406), 1, anon_sym_EQ, [167512] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6408), 1, sym_identifier, [167519] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6410), 1, sym_identifier, [167526] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6412), 1, sym_identifier, [167533] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3616), 1, anon_sym_DOT, [167540] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6414), 1, anon_sym_RPAREN, [167547] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6416), 1, anon_sym_EQ_GT, [167554] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6418), 1, sym_identifier, [167561] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6414), 1, anon_sym_RBRACE, [167568] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6420), 1, sym_identifier, [167575] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6422), 1, anon_sym_EQ_GT, [167582] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6424), 1, anon_sym_RPAREN, [167589] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6424), 1, anon_sym_RBRACE, [167596] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6426), 1, anon_sym_EQ_GT, [167603] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1623), 1, anon_sym_DOT, [167610] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6428), 1, anon_sym_EQ_GT, [167617] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6430), 1, anon_sym_EQ_GT, [167624] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6432), 1, anon_sym_EQ, [167631] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6434), 1, anon_sym_RBRACE, [167638] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6434), 1, anon_sym_RPAREN, [167645] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6436), 1, sym_identifier, [167652] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6438), 1, sym_identifier, [167659] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6440), 1, sym_identifier, [167666] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6442), 1, sym_identifier, [167673] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4208), 1, anon_sym_DOT, [167680] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6444), 1, anon_sym_RBRACE, [167687] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6446), 1, anon_sym_EQ_GT, [167694] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6448), 1, anon_sym_RBRACE, [167701] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6450), 1, sym_identifier, [167708] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6452), 1, sym_identifier, [167715] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6454), 1, anon_sym_EQ_GT, [167722] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6456), 1, anon_sym_RBRACE, [167729] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6458), 1, anon_sym_EQ_GT, [167736] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6460), 1, anon_sym_EQ_GT, [167743] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4132), 1, anon_sym_DOT, [167750] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6462), 1, anon_sym_EQ_GT, [167757] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6464), 1, anon_sym_EQ_GT, [167764] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6466), 1, sym_identifier, [167771] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6468), 1, sym_identifier, [167778] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6470), 1, sym_identifier, [167785] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6472), 1, anon_sym_RBRACE, [167792] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6474), 1, sym_identifier, [167799] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3749), 1, anon_sym_DOT, [167806] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6476), 1, anon_sym_RPAREN, [167813] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6478), 1, anon_sym_EQ_GT, [167820] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6476), 1, anon_sym_RBRACE, [167827] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6472), 1, anon_sym_RPAREN, [167834] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6480), 1, anon_sym_LPAREN, [167841] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6482), 1, anon_sym_RBRACE, [167848] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6484), 1, sym_identifier, [167855] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3950), 1, anon_sym_DOT, [167862] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6486), 1, sym_identifier, [167869] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6488), 1, anon_sym_EQ_GT, [167876] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6490), 1, sym_identifier, [167883] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6492), 1, anon_sym_RPAREN, [167890] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4276), 1, anon_sym_DOT, [167897] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6482), 1, anon_sym_RPAREN, [167904] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6494), 1, anon_sym_EQ_GT, [167911] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2626), 1, anon_sym_DOT, [167918] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6492), 1, anon_sym_RBRACE, [167925] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6496), 1, anon_sym_EQ_GT, [167932] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6498), 1, anon_sym_RPAREN, [167939] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6500), 1, anon_sym_EQ_GT, [167946] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6498), 1, anon_sym_RBRACE, [167953] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6502), 1, anon_sym_EQ, [167960] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6504), 1, anon_sym_RPAREN, [167967] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3321), 1, anon_sym_DOT, [167974] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6506), 1, sym_identifier, [167981] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6508), 1, anon_sym_EQ_GT, [167988] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6510), 1, sym_identifier, [167995] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6512), 1, sym_identifier, [168002] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6514), 1, sym_identifier, [168009] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6516), 1, sym_identifier, [168016] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6518), 1, sym_identifier, [168023] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3337), 1, anon_sym_DOT, [168030] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6520), 1, sym_identifier, [168037] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6522), 1, anon_sym_EQ_GT, [168044] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6524), 1, anon_sym_RBRACE, [168051] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6526), 1, sym_identifier, [168058] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6528), 1, anon_sym_RBRACE, [168065] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6530), 1, anon_sym_EQ_GT, [168072] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6532), 1, anon_sym_RBRACE, [168079] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6310), 1, anon_sym_RBRACE, [168086] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6534), 1, anon_sym_EQ_GT, [168093] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6536), 1, anon_sym_EQ_GT, [168100] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6538), 1, anon_sym_EQ_GT, [168107] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6540), 1, sym_identifier, [168114] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6542), 1, anon_sym_EQ_GT, [168121] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6544), 1, sym_identifier, [168128] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6546), 1, sym_identifier, [168135] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1368), 1, anon_sym_DOT, [168142] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6548), 1, sym_identifier, [168149] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6550), 1, anon_sym_EQ_GT, [168156] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6552), 1, sym_identifier, [168163] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6554), 1, sym_identifier, [168170] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6556), 1, anon_sym_RPAREN, [168177] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6556), 1, anon_sym_RBRACE, [168184] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1756), 1, anon_sym_DOT, [168191] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6558), 1, sym_identifier, [168198] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6560), 1, anon_sym_EQ_GT, [168205] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6562), 1, sym_identifier, [168212] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6564), 1, anon_sym_RPAREN, [168219] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2812), 1, anon_sym_DOT, [168226] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6566), 1, sym_identifier, [168233] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6568), 1, anon_sym_EQ_GT, [168240] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6564), 1, anon_sym_RBRACE, [168247] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6570), 1, sym_identifier, [168254] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2798), 1, anon_sym_DOT, [168261] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6572), 1, sym_identifier, [168268] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6574), 1, anon_sym_EQ_GT, [168275] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6576), 1, sym_identifier, [168282] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6578), 1, sym_identifier, [168289] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4210), 1, anon_sym_DOT, [168296] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6580), 1, sym_identifier, [168303] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6582), 1, anon_sym_EQ_GT, [168310] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6584), 1, sym_identifier, [168317] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6586), 1, sym_identifier, [168324] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3367), 1, anon_sym_DOT, [168331] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6588), 1, anon_sym_RBRACE, [168338] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6590), 1, anon_sym_EQ_GT, [168345] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6592), 1, anon_sym_RBRACE, [168352] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6592), 1, anon_sym_RPAREN, [168359] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3410), 1, anon_sym_DOT, [168366] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6594), 1, sym_identifier, [168373] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6596), 1, anon_sym_EQ_GT, [168380] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6598), 1, sym_identifier, [168387] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6600), 1, anon_sym_EQ, [168394] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1414), 1, anon_sym_DOT, [168401] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6602), 1, sym_identifier, [168408] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6604), 1, anon_sym_EQ_GT, [168415] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6606), 1, sym_identifier, [168422] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6608), 1, sym_identifier, [168429] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1423), 1, anon_sym_DOT, [168436] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6610), 1, anon_sym_EQ_GT, [168443] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6612), 1, anon_sym_EQ_GT, [168450] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6614), 1, anon_sym_RBRACE, [168457] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6616), 1, anon_sym_RBRACE, [168464] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2332), 1, anon_sym_DOT, [168471] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6618), 1, sym_identifier, [168478] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6620), 1, anon_sym_EQ_GT, [168485] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6622), 1, anon_sym_EQ_GT, [168492] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6624), 1, anon_sym_EQ_GT, [168499] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2854), 1, anon_sym_DOT, [168506] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6626), 1, sym_identifier, [168513] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6628), 1, anon_sym_EQ_GT, [168520] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6630), 1, sym_identifier, [168527] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6632), 1, sym_identifier, [168534] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2951), 1, anon_sym_DOT, [168541] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6634), 1, anon_sym_EQ_GT, [168548] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6636), 1, anon_sym_EQ_GT, [168555] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6638), 1, anon_sym_RBRACE, [168562] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6640), 1, anon_sym_RPAREN, [168569] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3495), 1, anon_sym_DOT, [168576] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6640), 1, anon_sym_RBRACE, [168583] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6642), 1, anon_sym_EQ_GT, [168590] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6644), 1, sym_identifier, [168597] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6646), 1, sym_identifier, [168604] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1254), 1, anon_sym_DOT, [168611] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6648), 1, anon_sym_RBRACK, [168618] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6650), 1, anon_sym_EQ_GT, [168625] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6652), 1, sym_identifier, [168632] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6654), 1, sym_identifier, [168639] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1560), 1, anon_sym_DOT, [168646] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6656), 1, anon_sym_RBRACK, [168653] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6658), 1, anon_sym_EQ_GT, [168660] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6660), 1, anon_sym_EQ_GT, [168667] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6662), 1, anon_sym_RBRACE, [168674] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2494), 1, anon_sym_DOT, [168681] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6664), 1, anon_sym_RPAREN, [168688] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6666), 1, anon_sym_EQ_GT, [168695] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6668), 1, sym_identifier, [168702] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6670), 1, sym_identifier, [168709] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3263), 1, anon_sym_DOT, [168716] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6672), 1, anon_sym_RPAREN, [168723] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6674), 1, anon_sym_EQ_GT, [168730] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6672), 1, anon_sym_RBRACE, [168737] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6676), 1, sym_identifier, [168744] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 1, anon_sym_DOT, [168751] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6678), 1, anon_sym_EQ_GT, [168758] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6680), 1, sym_identifier, [168765] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6682), 1, anon_sym_EQ_GT, [168772] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6684), 1, sym_identifier, [168779] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6686), 1, anon_sym_EQ_GT, [168786] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6664), 1, anon_sym_RBRACE, [168793] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6688), 1, anon_sym_EQ_GT, [168800] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6690), 1, sym_identifier, [168807] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6692), 1, anon_sym_EQ_GT, [168814] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6694), 1, sym_identifier, [168821] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6696), 1, anon_sym_EQ_GT, [168828] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6698), 1, anon_sym_RBRACK, [168835] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6700), 1, anon_sym_EQ_GT, [168842] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6702), 1, anon_sym_EQ, [168849] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6704), 1, anon_sym_EQ_GT, [168856] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6706), 1, sym_identifier, [168863] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6708), 1, anon_sym_EQ_GT, [168870] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6710), 1, anon_sym_RBRACE, [168877] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6712), 1, sym_identifier, [168884] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6714), 1, sym_identifier, [168891] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6716), 1, sym_identifier, [168898] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6718), 1, anon_sym_EQ_GT, [168905] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6504), 1, anon_sym_RBRACE, [168912] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6720), 1, anon_sym_EQ_GT, [168919] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6722), 1, sym_identifier, [168926] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6724), 1, sym_identifier, [168933] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6726), 1, sym_identifier, [168940] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6728), 1, sym_identifier, [168947] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6730), 1, sym_identifier, [168954] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6732), 1, sym_identifier, [168961] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6734), 1, sym_identifier, [168968] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6736), 1, sym_identifier, [168975] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6738), 1, sym_identifier, [168982] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6740), 1, sym_identifier, [168989] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6742), 1, sym_identifier, [168996] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6744), 1, sym_identifier, [169003] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6746), 1, sym_identifier, [169010] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6748), 1, sym_identifier, [169017] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6750), 1, anon_sym_LPAREN, [169024] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6752), 1, anon_sym_RBRACE, [169031] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2044), 1, anon_sym_DOT, [169038] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6754), 1, sym_identifier, [169045] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6756), 1, sym_identifier, [169052] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6758), 1, anon_sym_EQ_GT, [169059] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6760), 1, sym_identifier, [169066] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6762), 1, anon_sym_RBRACE, [169073] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6764), 1, sym_identifier, [169080] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6766), 1, sym_identifier, [169087] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6768), 1, ts_builtin_sym_end, [169094] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6770), 1, sym_identifier, [169101] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6772), 1, sym_identifier, [169108] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6774), 1, sym_identifier, [169115] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6776), 1, sym_identifier, [169122] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6778), 1, sym_identifier, [169129] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6780), 1, sym_identifier, [169136] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6782), 1, sym_identifier, [169143] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6784), 1, sym_identifier, [169150] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6786), 1, sym_identifier, [169157] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6788), 1, sym_identifier, [169164] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6790), 1, sym_identifier, [169171] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6792), 1, sym_identifier, [169178] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6794), 1, sym_identifier, [169185] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6796), 1, sym_identifier, [169192] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6798), 1, sym_identifier, [169199] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6800), 1, sym_identifier, [169206] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6802), 1, sym_identifier, [169213] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6804), 1, sym_identifier, [169220] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6806), 1, sym_identifier, [169227] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6808), 1, sym_identifier, [169234] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6810), 1, sym_identifier, [169241] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6812), 1, sym_identifier, [169248] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6814), 1, sym_identifier, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(49)] = 0, [SMALL_STATE(50)] = 103, [SMALL_STATE(51)] = 212, [SMALL_STATE(52)] = 313, [SMALL_STATE(53)] = 422, [SMALL_STATE(54)] = 531, [SMALL_STATE(55)] = 634, [SMALL_STATE(56)] = 742, [SMALL_STATE(57)] = 850, [SMALL_STATE(58)] = 952, [SMALL_STATE(59)] = 1060, [SMALL_STATE(60)] = 1160, [SMALL_STATE(61)] = 1262, [SMALL_STATE(62)] = 1369, [SMALL_STATE(63)] = 1468, [SMALL_STATE(64)] = 1575, [SMALL_STATE(65)] = 1682, [SMALL_STATE(66)] = 1783, [SMALL_STATE(67)] = 1884, [SMALL_STATE(68)] = 1984, [SMALL_STATE(69)] = 2084, [SMALL_STATE(70)] = 2190, [SMALL_STATE(71)] = 2296, [SMALL_STATE(72)] = 2394, [SMALL_STATE(73)] = 2500, [SMALL_STATE(74)] = 2605, [SMALL_STATE(75)] = 2702, [SMALL_STATE(76)] = 2807, [SMALL_STATE(77)] = 2906, [SMALL_STATE(78)] = 3010, [SMALL_STATE(79)] = 3106, [SMALL_STATE(80)] = 3208, [SMALL_STATE(81)] = 3310, [SMALL_STATE(82)] = 3412, [SMALL_STATE(83)] = 3514, [SMALL_STATE(84)] = 3616, [SMALL_STATE(85)] = 3718, [SMALL_STATE(86)] = 3820, [SMALL_STATE(87)] = 3922, [SMALL_STATE(88)] = 4024, [SMALL_STATE(89)] = 4126, [SMALL_STATE(90)] = 4228, [SMALL_STATE(91)] = 4330, [SMALL_STATE(92)] = 4432, [SMALL_STATE(93)] = 4534, [SMALL_STATE(94)] = 4636, [SMALL_STATE(95)] = 4738, [SMALL_STATE(96)] = 4837, [SMALL_STATE(97)] = 4936, [SMALL_STATE(98)] = 5035, [SMALL_STATE(99)] = 5134, [SMALL_STATE(100)] = 5233, [SMALL_STATE(101)] = 5332, [SMALL_STATE(102)] = 5431, [SMALL_STATE(103)] = 5530, [SMALL_STATE(104)] = 5629, [SMALL_STATE(105)] = 5728, [SMALL_STATE(106)] = 5827, [SMALL_STATE(107)] = 5926, [SMALL_STATE(108)] = 6025, [SMALL_STATE(109)] = 6124, [SMALL_STATE(110)] = 6223, [SMALL_STATE(111)] = 6322, [SMALL_STATE(112)] = 6421, [SMALL_STATE(113)] = 6520, [SMALL_STATE(114)] = 6619, [SMALL_STATE(115)] = 6718, [SMALL_STATE(116)] = 6817, [SMALL_STATE(117)] = 6916, [SMALL_STATE(118)] = 7015, [SMALL_STATE(119)] = 7114, [SMALL_STATE(120)] = 7213, [SMALL_STATE(121)] = 7312, [SMALL_STATE(122)] = 7411, [SMALL_STATE(123)] = 7510, [SMALL_STATE(124)] = 7609, [SMALL_STATE(125)] = 7708, [SMALL_STATE(126)] = 7807, [SMALL_STATE(127)] = 7906, [SMALL_STATE(128)] = 8005, [SMALL_STATE(129)] = 8104, [SMALL_STATE(130)] = 8203, [SMALL_STATE(131)] = 8302, [SMALL_STATE(132)] = 8401, [SMALL_STATE(133)] = 8500, [SMALL_STATE(134)] = 8599, [SMALL_STATE(135)] = 8698, [SMALL_STATE(136)] = 8797, [SMALL_STATE(137)] = 8896, [SMALL_STATE(138)] = 8995, [SMALL_STATE(139)] = 9094, [SMALL_STATE(140)] = 9193, [SMALL_STATE(141)] = 9292, [SMALL_STATE(142)] = 9391, [SMALL_STATE(143)] = 9490, [SMALL_STATE(144)] = 9589, [SMALL_STATE(145)] = 9688, [SMALL_STATE(146)] = 9787, [SMALL_STATE(147)] = 9886, [SMALL_STATE(148)] = 9985, [SMALL_STATE(149)] = 10084, [SMALL_STATE(150)] = 10183, [SMALL_STATE(151)] = 10282, [SMALL_STATE(152)] = 10381, [SMALL_STATE(153)] = 10480, [SMALL_STATE(154)] = 10579, [SMALL_STATE(155)] = 10678, [SMALL_STATE(156)] = 10777, [SMALL_STATE(157)] = 10876, [SMALL_STATE(158)] = 10975, [SMALL_STATE(159)] = 11074, [SMALL_STATE(160)] = 11173, [SMALL_STATE(161)] = 11272, [SMALL_STATE(162)] = 11371, [SMALL_STATE(163)] = 11470, [SMALL_STATE(164)] = 11569, [SMALL_STATE(165)] = 11668, [SMALL_STATE(166)] = 11767, [SMALL_STATE(167)] = 11866, [SMALL_STATE(168)] = 11965, [SMALL_STATE(169)] = 12064, [SMALL_STATE(170)] = 12163, [SMALL_STATE(171)] = 12262, [SMALL_STATE(172)] = 12361, [SMALL_STATE(173)] = 12460, [SMALL_STATE(174)] = 12559, [SMALL_STATE(175)] = 12658, [SMALL_STATE(176)] = 12757, [SMALL_STATE(177)] = 12856, [SMALL_STATE(178)] = 12955, [SMALL_STATE(179)] = 13051, [SMALL_STATE(180)] = 13147, [SMALL_STATE(181)] = 13243, [SMALL_STATE(182)] = 13339, [SMALL_STATE(183)] = 13435, [SMALL_STATE(184)] = 13531, [SMALL_STATE(185)] = 13627, [SMALL_STATE(186)] = 13723, [SMALL_STATE(187)] = 13819, [SMALL_STATE(188)] = 13915, [SMALL_STATE(189)] = 14011, [SMALL_STATE(190)] = 14107, [SMALL_STATE(191)] = 14203, [SMALL_STATE(192)] = 14299, [SMALL_STATE(193)] = 14395, [SMALL_STATE(194)] = 14491, [SMALL_STATE(195)] = 14587, [SMALL_STATE(196)] = 14683, [SMALL_STATE(197)] = 14779, [SMALL_STATE(198)] = 14875, [SMALL_STATE(199)] = 14971, [SMALL_STATE(200)] = 15067, [SMALL_STATE(201)] = 15163, [SMALL_STATE(202)] = 15259, [SMALL_STATE(203)] = 15355, [SMALL_STATE(204)] = 15451, [SMALL_STATE(205)] = 15547, [SMALL_STATE(206)] = 15643, [SMALL_STATE(207)] = 15739, [SMALL_STATE(208)] = 15835, [SMALL_STATE(209)] = 15931, [SMALL_STATE(210)] = 16027, [SMALL_STATE(211)] = 16123, [SMALL_STATE(212)] = 16219, [SMALL_STATE(213)] = 16315, [SMALL_STATE(214)] = 16411, [SMALL_STATE(215)] = 16507, [SMALL_STATE(216)] = 16603, [SMALL_STATE(217)] = 16699, [SMALL_STATE(218)] = 16795, [SMALL_STATE(219)] = 16891, [SMALL_STATE(220)] = 16987, [SMALL_STATE(221)] = 17083, [SMALL_STATE(222)] = 17179, [SMALL_STATE(223)] = 17275, [SMALL_STATE(224)] = 17371, [SMALL_STATE(225)] = 17467, [SMALL_STATE(226)] = 17563, [SMALL_STATE(227)] = 17659, [SMALL_STATE(228)] = 17755, [SMALL_STATE(229)] = 17851, [SMALL_STATE(230)] = 17947, [SMALL_STATE(231)] = 18043, [SMALL_STATE(232)] = 18139, [SMALL_STATE(233)] = 18235, [SMALL_STATE(234)] = 18331, [SMALL_STATE(235)] = 18427, [SMALL_STATE(236)] = 18523, [SMALL_STATE(237)] = 18619, [SMALL_STATE(238)] = 18715, [SMALL_STATE(239)] = 18811, [SMALL_STATE(240)] = 18907, [SMALL_STATE(241)] = 19003, [SMALL_STATE(242)] = 19099, [SMALL_STATE(243)] = 19195, [SMALL_STATE(244)] = 19291, [SMALL_STATE(245)] = 19387, [SMALL_STATE(246)] = 19483, [SMALL_STATE(247)] = 19579, [SMALL_STATE(248)] = 19675, [SMALL_STATE(249)] = 19771, [SMALL_STATE(250)] = 19867, [SMALL_STATE(251)] = 19963, [SMALL_STATE(252)] = 20059, [SMALL_STATE(253)] = 20155, [SMALL_STATE(254)] = 20251, [SMALL_STATE(255)] = 20347, [SMALL_STATE(256)] = 20443, [SMALL_STATE(257)] = 20539, [SMALL_STATE(258)] = 20635, [SMALL_STATE(259)] = 20731, [SMALL_STATE(260)] = 20827, [SMALL_STATE(261)] = 20923, [SMALL_STATE(262)] = 21019, [SMALL_STATE(263)] = 21115, [SMALL_STATE(264)] = 21211, [SMALL_STATE(265)] = 21307, [SMALL_STATE(266)] = 21403, [SMALL_STATE(267)] = 21499, [SMALL_STATE(268)] = 21595, [SMALL_STATE(269)] = 21691, [SMALL_STATE(270)] = 21787, [SMALL_STATE(271)] = 21883, [SMALL_STATE(272)] = 21979, [SMALL_STATE(273)] = 22075, [SMALL_STATE(274)] = 22171, [SMALL_STATE(275)] = 22267, [SMALL_STATE(276)] = 22363, [SMALL_STATE(277)] = 22459, [SMALL_STATE(278)] = 22555, [SMALL_STATE(279)] = 22651, [SMALL_STATE(280)] = 22747, [SMALL_STATE(281)] = 22843, [SMALL_STATE(282)] = 22939, [SMALL_STATE(283)] = 23035, [SMALL_STATE(284)] = 23131, [SMALL_STATE(285)] = 23227, [SMALL_STATE(286)] = 23323, [SMALL_STATE(287)] = 23419, [SMALL_STATE(288)] = 23515, [SMALL_STATE(289)] = 23611, [SMALL_STATE(290)] = 23707, [SMALL_STATE(291)] = 23803, [SMALL_STATE(292)] = 23899, [SMALL_STATE(293)] = 23995, [SMALL_STATE(294)] = 24091, [SMALL_STATE(295)] = 24187, [SMALL_STATE(296)] = 24283, [SMALL_STATE(297)] = 24379, [SMALL_STATE(298)] = 24475, [SMALL_STATE(299)] = 24571, [SMALL_STATE(300)] = 24667, [SMALL_STATE(301)] = 24763, [SMALL_STATE(302)] = 24859, [SMALL_STATE(303)] = 24955, [SMALL_STATE(304)] = 25051, [SMALL_STATE(305)] = 25147, [SMALL_STATE(306)] = 25243, [SMALL_STATE(307)] = 25339, [SMALL_STATE(308)] = 25435, [SMALL_STATE(309)] = 25531, [SMALL_STATE(310)] = 25627, [SMALL_STATE(311)] = 25723, [SMALL_STATE(312)] = 25819, [SMALL_STATE(313)] = 25915, [SMALL_STATE(314)] = 26011, [SMALL_STATE(315)] = 26107, [SMALL_STATE(316)] = 26203, [SMALL_STATE(317)] = 26299, [SMALL_STATE(318)] = 26395, [SMALL_STATE(319)] = 26491, [SMALL_STATE(320)] = 26587, [SMALL_STATE(321)] = 26683, [SMALL_STATE(322)] = 26779, [SMALL_STATE(323)] = 26875, [SMALL_STATE(324)] = 26971, [SMALL_STATE(325)] = 27067, [SMALL_STATE(326)] = 27163, [SMALL_STATE(327)] = 27259, [SMALL_STATE(328)] = 27355, [SMALL_STATE(329)] = 27451, [SMALL_STATE(330)] = 27547, [SMALL_STATE(331)] = 27643, [SMALL_STATE(332)] = 27739, [SMALL_STATE(333)] = 27835, [SMALL_STATE(334)] = 27931, [SMALL_STATE(335)] = 28027, [SMALL_STATE(336)] = 28123, [SMALL_STATE(337)] = 28219, [SMALL_STATE(338)] = 28315, [SMALL_STATE(339)] = 28411, [SMALL_STATE(340)] = 28507, [SMALL_STATE(341)] = 28603, [SMALL_STATE(342)] = 28699, [SMALL_STATE(343)] = 28795, [SMALL_STATE(344)] = 28891, [SMALL_STATE(345)] = 28987, [SMALL_STATE(346)] = 29083, [SMALL_STATE(347)] = 29179, [SMALL_STATE(348)] = 29275, [SMALL_STATE(349)] = 29371, [SMALL_STATE(350)] = 29467, [SMALL_STATE(351)] = 29563, [SMALL_STATE(352)] = 29659, [SMALL_STATE(353)] = 29755, [SMALL_STATE(354)] = 29851, [SMALL_STATE(355)] = 29947, [SMALL_STATE(356)] = 30043, [SMALL_STATE(357)] = 30139, [SMALL_STATE(358)] = 30235, [SMALL_STATE(359)] = 30331, [SMALL_STATE(360)] = 30427, [SMALL_STATE(361)] = 30523, [SMALL_STATE(362)] = 30619, [SMALL_STATE(363)] = 30715, [SMALL_STATE(364)] = 30811, [SMALL_STATE(365)] = 30907, [SMALL_STATE(366)] = 31003, [SMALL_STATE(367)] = 31099, [SMALL_STATE(368)] = 31195, [SMALL_STATE(369)] = 31291, [SMALL_STATE(370)] = 31387, [SMALL_STATE(371)] = 31483, [SMALL_STATE(372)] = 31579, [SMALL_STATE(373)] = 31675, [SMALL_STATE(374)] = 31771, [SMALL_STATE(375)] = 31867, [SMALL_STATE(376)] = 31963, [SMALL_STATE(377)] = 32059, [SMALL_STATE(378)] = 32155, [SMALL_STATE(379)] = 32251, [SMALL_STATE(380)] = 32347, [SMALL_STATE(381)] = 32443, [SMALL_STATE(382)] = 32539, [SMALL_STATE(383)] = 32635, [SMALL_STATE(384)] = 32731, [SMALL_STATE(385)] = 32827, [SMALL_STATE(386)] = 32923, [SMALL_STATE(387)] = 33019, [SMALL_STATE(388)] = 33115, [SMALL_STATE(389)] = 33211, [SMALL_STATE(390)] = 33307, [SMALL_STATE(391)] = 33403, [SMALL_STATE(392)] = 33499, [SMALL_STATE(393)] = 33595, [SMALL_STATE(394)] = 33691, [SMALL_STATE(395)] = 33787, [SMALL_STATE(396)] = 33883, [SMALL_STATE(397)] = 33979, [SMALL_STATE(398)] = 34075, [SMALL_STATE(399)] = 34171, [SMALL_STATE(400)] = 34267, [SMALL_STATE(401)] = 34363, [SMALL_STATE(402)] = 34459, [SMALL_STATE(403)] = 34555, [SMALL_STATE(404)] = 34651, [SMALL_STATE(405)] = 34747, [SMALL_STATE(406)] = 34843, [SMALL_STATE(407)] = 34939, [SMALL_STATE(408)] = 35035, [SMALL_STATE(409)] = 35131, [SMALL_STATE(410)] = 35227, [SMALL_STATE(411)] = 35323, [SMALL_STATE(412)] = 35419, [SMALL_STATE(413)] = 35515, [SMALL_STATE(414)] = 35611, [SMALL_STATE(415)] = 35707, [SMALL_STATE(416)] = 35803, [SMALL_STATE(417)] = 35899, [SMALL_STATE(418)] = 35995, [SMALL_STATE(419)] = 36091, [SMALL_STATE(420)] = 36187, [SMALL_STATE(421)] = 36283, [SMALL_STATE(422)] = 36379, [SMALL_STATE(423)] = 36475, [SMALL_STATE(424)] = 36571, [SMALL_STATE(425)] = 36667, [SMALL_STATE(426)] = 36763, [SMALL_STATE(427)] = 36859, [SMALL_STATE(428)] = 36955, [SMALL_STATE(429)] = 37051, [SMALL_STATE(430)] = 37147, [SMALL_STATE(431)] = 37243, [SMALL_STATE(432)] = 37339, [SMALL_STATE(433)] = 37435, [SMALL_STATE(434)] = 37531, [SMALL_STATE(435)] = 37627, [SMALL_STATE(436)] = 37723, [SMALL_STATE(437)] = 37819, [SMALL_STATE(438)] = 37915, [SMALL_STATE(439)] = 38011, [SMALL_STATE(440)] = 38107, [SMALL_STATE(441)] = 38203, [SMALL_STATE(442)] = 38299, [SMALL_STATE(443)] = 38395, [SMALL_STATE(444)] = 38491, [SMALL_STATE(445)] = 38587, [SMALL_STATE(446)] = 38683, [SMALL_STATE(447)] = 38779, [SMALL_STATE(448)] = 38875, [SMALL_STATE(449)] = 38971, [SMALL_STATE(450)] = 39067, [SMALL_STATE(451)] = 39163, [SMALL_STATE(452)] = 39259, [SMALL_STATE(453)] = 39355, [SMALL_STATE(454)] = 39451, [SMALL_STATE(455)] = 39547, [SMALL_STATE(456)] = 39643, [SMALL_STATE(457)] = 39739, [SMALL_STATE(458)] = 39835, [SMALL_STATE(459)] = 39931, [SMALL_STATE(460)] = 40027, [SMALL_STATE(461)] = 40123, [SMALL_STATE(462)] = 40219, [SMALL_STATE(463)] = 40315, [SMALL_STATE(464)] = 40411, [SMALL_STATE(465)] = 40507, [SMALL_STATE(466)] = 40603, [SMALL_STATE(467)] = 40699, [SMALL_STATE(468)] = 40795, [SMALL_STATE(469)] = 40891, [SMALL_STATE(470)] = 40987, [SMALL_STATE(471)] = 41083, [SMALL_STATE(472)] = 41179, [SMALL_STATE(473)] = 41275, [SMALL_STATE(474)] = 41371, [SMALL_STATE(475)] = 41467, [SMALL_STATE(476)] = 41563, [SMALL_STATE(477)] = 41659, [SMALL_STATE(478)] = 41755, [SMALL_STATE(479)] = 41851, [SMALL_STATE(480)] = 41947, [SMALL_STATE(481)] = 42043, [SMALL_STATE(482)] = 42139, [SMALL_STATE(483)] = 42235, [SMALL_STATE(484)] = 42331, [SMALL_STATE(485)] = 42427, [SMALL_STATE(486)] = 42523, [SMALL_STATE(487)] = 42619, [SMALL_STATE(488)] = 42715, [SMALL_STATE(489)] = 42811, [SMALL_STATE(490)] = 42907, [SMALL_STATE(491)] = 43003, [SMALL_STATE(492)] = 43099, [SMALL_STATE(493)] = 43195, [SMALL_STATE(494)] = 43291, [SMALL_STATE(495)] = 43387, [SMALL_STATE(496)] = 43483, [SMALL_STATE(497)] = 43579, [SMALL_STATE(498)] = 43675, [SMALL_STATE(499)] = 43771, [SMALL_STATE(500)] = 43867, [SMALL_STATE(501)] = 43963, [SMALL_STATE(502)] = 44059, [SMALL_STATE(503)] = 44155, [SMALL_STATE(504)] = 44251, [SMALL_STATE(505)] = 44347, [SMALL_STATE(506)] = 44443, [SMALL_STATE(507)] = 44539, [SMALL_STATE(508)] = 44635, [SMALL_STATE(509)] = 44731, [SMALL_STATE(510)] = 44827, [SMALL_STATE(511)] = 44923, [SMALL_STATE(512)] = 45019, [SMALL_STATE(513)] = 45115, [SMALL_STATE(514)] = 45211, [SMALL_STATE(515)] = 45307, [SMALL_STATE(516)] = 45403, [SMALL_STATE(517)] = 45499, [SMALL_STATE(518)] = 45595, [SMALL_STATE(519)] = 45691, [SMALL_STATE(520)] = 45787, [SMALL_STATE(521)] = 45883, [SMALL_STATE(522)] = 45979, [SMALL_STATE(523)] = 46075, [SMALL_STATE(524)] = 46171, [SMALL_STATE(525)] = 46267, [SMALL_STATE(526)] = 46363, [SMALL_STATE(527)] = 46459, [SMALL_STATE(528)] = 46555, [SMALL_STATE(529)] = 46651, [SMALL_STATE(530)] = 46747, [SMALL_STATE(531)] = 46843, [SMALL_STATE(532)] = 46939, [SMALL_STATE(533)] = 47035, [SMALL_STATE(534)] = 47131, [SMALL_STATE(535)] = 47227, [SMALL_STATE(536)] = 47323, [SMALL_STATE(537)] = 47419, [SMALL_STATE(538)] = 47515, [SMALL_STATE(539)] = 47611, [SMALL_STATE(540)] = 47707, [SMALL_STATE(541)] = 47803, [SMALL_STATE(542)] = 47899, [SMALL_STATE(543)] = 47995, [SMALL_STATE(544)] = 48091, [SMALL_STATE(545)] = 48187, [SMALL_STATE(546)] = 48283, [SMALL_STATE(547)] = 48379, [SMALL_STATE(548)] = 48475, [SMALL_STATE(549)] = 48571, [SMALL_STATE(550)] = 48667, [SMALL_STATE(551)] = 48763, [SMALL_STATE(552)] = 48859, [SMALL_STATE(553)] = 48955, [SMALL_STATE(554)] = 49051, [SMALL_STATE(555)] = 49147, [SMALL_STATE(556)] = 49243, [SMALL_STATE(557)] = 49339, [SMALL_STATE(558)] = 49435, [SMALL_STATE(559)] = 49531, [SMALL_STATE(560)] = 49627, [SMALL_STATE(561)] = 49723, [SMALL_STATE(562)] = 49819, [SMALL_STATE(563)] = 49915, [SMALL_STATE(564)] = 49972, [SMALL_STATE(565)] = 50051, [SMALL_STATE(566)] = 50108, [SMALL_STATE(567)] = 50187, [SMALL_STATE(568)] = 50243, [SMALL_STATE(569)] = 50317, [SMALL_STATE(570)] = 50373, [SMALL_STATE(571)] = 50429, [SMALL_STATE(572)] = 50485, [SMALL_STATE(573)] = 50559, [SMALL_STATE(574)] = 50608, [SMALL_STATE(575)] = 50663, [SMALL_STATE(576)] = 50736, [SMALL_STATE(577)] = 50791, [SMALL_STATE(578)] = 50846, [SMALL_STATE(579)] = 50901, [SMALL_STATE(580)] = 50974, [SMALL_STATE(581)] = 51023, [SMALL_STATE(582)] = 51072, [SMALL_STATE(583)] = 51121, [SMALL_STATE(584)] = 51185, [SMALL_STATE(585)] = 51239, [SMALL_STATE(586)] = 51303, [SMALL_STATE(587)] = 51347, [SMALL_STATE(588)] = 51391, [SMALL_STATE(589)] = 51435, [SMALL_STATE(590)] = 51479, [SMALL_STATE(591)] = 51535, [SMALL_STATE(592)] = 51589, [SMALL_STATE(593)] = 51641, [SMALL_STATE(594)] = 51693, [SMALL_STATE(595)] = 51739, [SMALL_STATE(596)] = 51787, [SMALL_STATE(597)] = 51835, [SMALL_STATE(598)] = 51879, [SMALL_STATE(599)] = 51933, [SMALL_STATE(600)] = 51981, [SMALL_STATE(601)] = 52045, [SMALL_STATE(602)] = 52111, [SMALL_STATE(603)] = 52175, [SMALL_STATE(604)] = 52223, [SMALL_STATE(605)] = 52269, [SMALL_STATE(606)] = 52317, [SMALL_STATE(607)] = 52379, [SMALL_STATE(608)] = 52433, [SMALL_STATE(609)] = 52481, [SMALL_STATE(610)] = 52545, [SMALL_STATE(611)] = 52593, [SMALL_STATE(612)] = 52641, [SMALL_STATE(613)] = 52703, [SMALL_STATE(614)] = 52751, [SMALL_STATE(615)] = 52799, [SMALL_STATE(616)] = 52861, [SMALL_STATE(617)] = 52909, [SMALL_STATE(618)] = 52975, [SMALL_STATE(619)] = 53037, [SMALL_STATE(620)] = 53093, [SMALL_STATE(621)] = 53149, [SMALL_STATE(622)] = 53193, [SMALL_STATE(623)] = 53237, [SMALL_STATE(624)] = 53298, [SMALL_STATE(625)] = 53359, [SMALL_STATE(626)] = 53402, [SMALL_STATE(627)] = 53447, [SMALL_STATE(628)] = 53498, [SMALL_STATE(629)] = 53541, [SMALL_STATE(630)] = 53584, [SMALL_STATE(631)] = 53627, [SMALL_STATE(632)] = 53678, [SMALL_STATE(633)] = 53725, [SMALL_STATE(634)] = 53768, [SMALL_STATE(635)] = 53811, [SMALL_STATE(636)] = 53854, [SMALL_STATE(637)] = 53897, [SMALL_STATE(638)] = 53944, [SMALL_STATE(639)] = 53991, [SMALL_STATE(640)] = 54034, [SMALL_STATE(641)] = 54097, [SMALL_STATE(642)] = 54160, [SMALL_STATE(643)] = 54205, [SMALL_STATE(644)] = 54252, [SMALL_STATE(645)] = 54305, [SMALL_STATE(646)] = 54368, [SMALL_STATE(647)] = 54415, [SMALL_STATE(648)] = 54458, [SMALL_STATE(649)] = 54501, [SMALL_STATE(650)] = 54544, [SMALL_STATE(651)] = 54587, [SMALL_STATE(652)] = 54630, [SMALL_STATE(653)] = 54677, [SMALL_STATE(654)] = 54720, [SMALL_STATE(655)] = 54783, [SMALL_STATE(656)] = 54846, [SMALL_STATE(657)] = 54889, [SMALL_STATE(658)] = 54950, [SMALL_STATE(659)] = 54993, [SMALL_STATE(660)] = 55046, [SMALL_STATE(661)] = 55093, [SMALL_STATE(662)] = 55138, [SMALL_STATE(663)] = 55185, [SMALL_STATE(664)] = 55232, [SMALL_STATE(665)] = 55279, [SMALL_STATE(666)] = 55334, [SMALL_STATE(667)] = 55381, [SMALL_STATE(668)] = 55424, [SMALL_STATE(669)] = 55475, [SMALL_STATE(670)] = 55522, [SMALL_STATE(671)] = 55569, [SMALL_STATE(672)] = 55614, [SMALL_STATE(673)] = 55675, [SMALL_STATE(674)] = 55730, [SMALL_STATE(675)] = 55785, [SMALL_STATE(676)] = 55832, [SMALL_STATE(677)] = 55874, [SMALL_STATE(678)] = 55920, [SMALL_STATE(679)] = 55966, [SMALL_STATE(680)] = 56012, [SMALL_STATE(681)] = 56058, [SMALL_STATE(682)] = 56102, [SMALL_STATE(683)] = 56152, [SMALL_STATE(684)] = 56194, [SMALL_STATE(685)] = 56236, [SMALL_STATE(686)] = 56278, [SMALL_STATE(687)] = 56324, [SMALL_STATE(688)] = 56370, [SMALL_STATE(689)] = 56412, [SMALL_STATE(690)] = 56454, [SMALL_STATE(691)] = 56496, [SMALL_STATE(692)] = 56538, [SMALL_STATE(693)] = 56580, [SMALL_STATE(694)] = 56622, [SMALL_STATE(695)] = 56668, [SMALL_STATE(696)] = 56714, [SMALL_STATE(697)] = 56758, [SMALL_STATE(698)] = 56808, [SMALL_STATE(699)] = 56850, [SMALL_STATE(700)] = 56892, [SMALL_STATE(701)] = 56934, [SMALL_STATE(702)] = 56976, [SMALL_STATE(703)] = 57018, [SMALL_STATE(704)] = 57082, [SMALL_STATE(705)] = 57126, [SMALL_STATE(706)] = 57168, [SMALL_STATE(707)] = 57212, [SMALL_STATE(708)] = 57254, [SMALL_STATE(709)] = 57296, [SMALL_STATE(710)] = 57342, [SMALL_STATE(711)] = 57388, [SMALL_STATE(712)] = 57452, [SMALL_STATE(713)] = 57498, [SMALL_STATE(714)] = 57544, [SMALL_STATE(715)] = 57590, [SMALL_STATE(716)] = 57640, [SMALL_STATE(717)] = 57694, [SMALL_STATE(718)] = 57748, [SMALL_STATE(719)] = 57808, [SMALL_STATE(720)] = 57868, [SMALL_STATE(721)] = 57922, [SMALL_STATE(722)] = 57964, [SMALL_STATE(723)] = 58006, [SMALL_STATE(724)] = 58048, [SMALL_STATE(725)] = 58090, [SMALL_STATE(726)] = 58132, [SMALL_STATE(727)] = 58178, [SMALL_STATE(728)] = 58224, [SMALL_STATE(729)] = 58286, [SMALL_STATE(730)] = 58346, [SMALL_STATE(731)] = 58406, [SMALL_STATE(732)] = 58468, [SMALL_STATE(733)] = 58530, [SMALL_STATE(734)] = 58592, [SMALL_STATE(735)] = 58654, [SMALL_STATE(736)] = 58695, [SMALL_STATE(737)] = 58736, [SMALL_STATE(738)] = 58777, [SMALL_STATE(739)] = 58838, [SMALL_STATE(740)] = 58879, [SMALL_STATE(741)] = 58920, [SMALL_STATE(742)] = 58969, [SMALL_STATE(743)] = 59012, [SMALL_STATE(744)] = 59053, [SMALL_STATE(745)] = 59094, [SMALL_STATE(746)] = 59135, [SMALL_STATE(747)] = 59196, [SMALL_STATE(748)] = 59237, [SMALL_STATE(749)] = 59278, [SMALL_STATE(750)] = 59339, [SMALL_STATE(751)] = 59380, [SMALL_STATE(752)] = 59421, [SMALL_STATE(753)] = 59466, [SMALL_STATE(754)] = 59511, [SMALL_STATE(755)] = 59572, [SMALL_STATE(756)] = 59613, [SMALL_STATE(757)] = 59658, [SMALL_STATE(758)] = 59699, [SMALL_STATE(759)] = 59760, [SMALL_STATE(760)] = 59801, [SMALL_STATE(761)] = 59846, [SMALL_STATE(762)] = 59891, [SMALL_STATE(763)] = 59936, [SMALL_STATE(764)] = 59989, [SMALL_STATE(765)] = 60030, [SMALL_STATE(766)] = 60091, [SMALL_STATE(767)] = 60132, [SMALL_STATE(768)] = 60173, [SMALL_STATE(769)] = 60214, [SMALL_STATE(770)] = 60255, [SMALL_STATE(771)] = 60296, [SMALL_STATE(772)] = 60337, [SMALL_STATE(773)] = 60398, [SMALL_STATE(774)] = 60451, [SMALL_STATE(775)] = 60512, [SMALL_STATE(776)] = 60563, [SMALL_STATE(777)] = 60608, [SMALL_STATE(778)] = 60657, [SMALL_STATE(779)] = 60718, [SMALL_STATE(780)] = 60759, [SMALL_STATE(781)] = 60818, [SMALL_STATE(782)] = 60879, [SMALL_STATE(783)] = 60938, [SMALL_STATE(784)] = 60987, [SMALL_STATE(785)] = 61032, [SMALL_STATE(786)] = 61075, [SMALL_STATE(787)] = 61136, [SMALL_STATE(788)] = 61197, [SMALL_STATE(789)] = 61258, [SMALL_STATE(790)] = 61319, [SMALL_STATE(791)] = 61380, [SMALL_STATE(792)] = 61425, [SMALL_STATE(793)] = 61486, [SMALL_STATE(794)] = 61547, [SMALL_STATE(795)] = 61608, [SMALL_STATE(796)] = 61669, [SMALL_STATE(797)] = 61730, [SMALL_STATE(798)] = 61771, [SMALL_STATE(799)] = 61832, [SMALL_STATE(800)] = 61877, [SMALL_STATE(801)] = 61922, [SMALL_STATE(802)] = 61965, [SMALL_STATE(803)] = 62026, [SMALL_STATE(804)] = 62087, [SMALL_STATE(805)] = 62148, [SMALL_STATE(806)] = 62193, [SMALL_STATE(807)] = 62254, [SMALL_STATE(808)] = 62297, [SMALL_STATE(809)] = 62340, [SMALL_STATE(810)] = 62401, [SMALL_STATE(811)] = 62462, [SMALL_STATE(812)] = 62523, [SMALL_STATE(813)] = 62564, [SMALL_STATE(814)] = 62625, [SMALL_STATE(815)] = 62686, [SMALL_STATE(816)] = 62747, [SMALL_STATE(817)] = 62808, [SMALL_STATE(818)] = 62869, [SMALL_STATE(819)] = 62930, [SMALL_STATE(820)] = 62973, [SMALL_STATE(821)] = 63034, [SMALL_STATE(822)] = 63087, [SMALL_STATE(823)] = 63148, [SMALL_STATE(824)] = 63207, [SMALL_STATE(825)] = 63268, [SMALL_STATE(826)] = 63329, [SMALL_STATE(827)] = 63388, [SMALL_STATE(828)] = 63433, [SMALL_STATE(829)] = 63494, [SMALL_STATE(830)] = 63555, [SMALL_STATE(831)] = 63616, [SMALL_STATE(832)] = 63656, [SMALL_STATE(833)] = 63706, [SMALL_STATE(834)] = 63750, [SMALL_STATE(835)] = 63790, [SMALL_STATE(836)] = 63838, [SMALL_STATE(837)] = 63878, [SMALL_STATE(838)] = 63918, [SMALL_STATE(839)] = 63958, [SMALL_STATE(840)] = 63998, [SMALL_STATE(841)] = 64038, [SMALL_STATE(842)] = 64078, [SMALL_STATE(843)] = 64122, [SMALL_STATE(844)] = 64162, [SMALL_STATE(845)] = 64202, [SMALL_STATE(846)] = 64244, [SMALL_STATE(847)] = 64284, [SMALL_STATE(848)] = 64324, [SMALL_STATE(849)] = 64364, [SMALL_STATE(850)] = 64404, [SMALL_STATE(851)] = 64444, [SMALL_STATE(852)] = 64484, [SMALL_STATE(853)] = 64524, [SMALL_STATE(854)] = 64564, [SMALL_STATE(855)] = 64608, [SMALL_STATE(856)] = 64648, [SMALL_STATE(857)] = 64688, [SMALL_STATE(858)] = 64730, [SMALL_STATE(859)] = 64770, [SMALL_STATE(860)] = 64810, [SMALL_STATE(861)] = 64850, [SMALL_STATE(862)] = 64890, [SMALL_STATE(863)] = 64930, [SMALL_STATE(864)] = 64970, [SMALL_STATE(865)] = 65014, [SMALL_STATE(866)] = 65054, [SMALL_STATE(867)] = 65094, [SMALL_STATE(868)] = 65136, [SMALL_STATE(869)] = 65176, [SMALL_STATE(870)] = 65216, [SMALL_STATE(871)] = 65260, [SMALL_STATE(872)] = 65300, [SMALL_STATE(873)] = 65340, [SMALL_STATE(874)] = 65380, [SMALL_STATE(875)] = 65422, [SMALL_STATE(876)] = 65462, [SMALL_STATE(877)] = 65502, [SMALL_STATE(878)] = 65542, [SMALL_STATE(879)] = 65582, [SMALL_STATE(880)] = 65622, [SMALL_STATE(881)] = 65662, [SMALL_STATE(882)] = 65702, [SMALL_STATE(883)] = 65742, [SMALL_STATE(884)] = 65782, [SMALL_STATE(885)] = 65822, [SMALL_STATE(886)] = 65862, [SMALL_STATE(887)] = 65906, [SMALL_STATE(888)] = 65946, [SMALL_STATE(889)] = 65996, [SMALL_STATE(890)] = 66040, [SMALL_STATE(891)] = 66080, [SMALL_STATE(892)] = 66120, [SMALL_STATE(893)] = 66159, [SMALL_STATE(894)] = 66198, [SMALL_STATE(895)] = 66237, [SMALL_STATE(896)] = 66276, [SMALL_STATE(897)] = 66315, [SMALL_STATE(898)] = 66354, [SMALL_STATE(899)] = 66393, [SMALL_STATE(900)] = 66432, [SMALL_STATE(901)] = 66471, [SMALL_STATE(902)] = 66510, [SMALL_STATE(903)] = 66549, [SMALL_STATE(904)] = 66590, [SMALL_STATE(905)] = 66629, [SMALL_STATE(906)] = 66672, [SMALL_STATE(907)] = 66711, [SMALL_STATE(908)] = 66750, [SMALL_STATE(909)] = 66793, [SMALL_STATE(910)] = 66834, [SMALL_STATE(911)] = 66877, [SMALL_STATE(912)] = 66916, [SMALL_STATE(913)] = 66955, [SMALL_STATE(914)] = 66994, [SMALL_STATE(915)] = 67033, [SMALL_STATE(916)] = 67072, [SMALL_STATE(917)] = 67111, [SMALL_STATE(918)] = 67150, [SMALL_STATE(919)] = 67189, [SMALL_STATE(920)] = 67228, [SMALL_STATE(921)] = 67267, [SMALL_STATE(922)] = 67306, [SMALL_STATE(923)] = 67355, [SMALL_STATE(924)] = 67394, [SMALL_STATE(925)] = 67433, [SMALL_STATE(926)] = 67472, [SMALL_STATE(927)] = 67511, [SMALL_STATE(928)] = 67550, [SMALL_STATE(929)] = 67589, [SMALL_STATE(930)] = 67628, [SMALL_STATE(931)] = 67667, [SMALL_STATE(932)] = 67716, [SMALL_STATE(933)] = 67755, [SMALL_STATE(934)] = 67794, [SMALL_STATE(935)] = 67835, [SMALL_STATE(936)] = 67874, [SMALL_STATE(937)] = 67913, [SMALL_STATE(938)] = 67952, [SMALL_STATE(939)] = 67993, [SMALL_STATE(940)] = 68032, [SMALL_STATE(941)] = 68081, [SMALL_STATE(942)] = 68119, [SMALL_STATE(943)] = 68161, [SMALL_STATE(944)] = 68199, [SMALL_STATE(945)] = 68237, [SMALL_STATE(946)] = 68279, [SMALL_STATE(947)] = 68317, [SMALL_STATE(948)] = 68355, [SMALL_STATE(949)] = 68393, [SMALL_STATE(950)] = 68433, [SMALL_STATE(951)] = 68471, [SMALL_STATE(952)] = 68509, [SMALL_STATE(953)] = 68547, [SMALL_STATE(954)] = 68585, [SMALL_STATE(955)] = 68623, [SMALL_STATE(956)] = 68661, [SMALL_STATE(957)] = 68717, [SMALL_STATE(958)] = 68755, [SMALL_STATE(959)] = 68793, [SMALL_STATE(960)] = 68831, [SMALL_STATE(961)] = 68869, [SMALL_STATE(962)] = 68907, [SMALL_STATE(963)] = 68945, [SMALL_STATE(964)] = 68983, [SMALL_STATE(965)] = 69021, [SMALL_STATE(966)] = 69059, [SMALL_STATE(967)] = 69097, [SMALL_STATE(968)] = 69135, [SMALL_STATE(969)] = 69171, [SMALL_STATE(970)] = 69211, [SMALL_STATE(971)] = 69249, [SMALL_STATE(972)] = 69305, [SMALL_STATE(973)] = 69343, [SMALL_STATE(974)] = 69381, [SMALL_STATE(975)] = 69419, [SMALL_STATE(976)] = 69457, [SMALL_STATE(977)] = 69499, [SMALL_STATE(978)] = 69537, [SMALL_STATE(979)] = 69577, [SMALL_STATE(980)] = 69615, [SMALL_STATE(981)] = 69653, [SMALL_STATE(982)] = 69693, [SMALL_STATE(983)] = 69749, [SMALL_STATE(984)] = 69787, [SMALL_STATE(985)] = 69825, [SMALL_STATE(986)] = 69863, [SMALL_STATE(987)] = 69901, [SMALL_STATE(988)] = 69939, [SMALL_STATE(989)] = 69995, [SMALL_STATE(990)] = 70033, [SMALL_STATE(991)] = 70071, [SMALL_STATE(992)] = 70109, [SMALL_STATE(993)] = 70146, [SMALL_STATE(994)] = 70183, [SMALL_STATE(995)] = 70220, [SMALL_STATE(996)] = 70257, [SMALL_STATE(997)] = 70296, [SMALL_STATE(998)] = 70333, [SMALL_STATE(999)] = 70370, [SMALL_STATE(1000)] = 70407, [SMALL_STATE(1001)] = 70448, [SMALL_STATE(1002)] = 70485, [SMALL_STATE(1003)] = 70520, [SMALL_STATE(1004)] = 70557, [SMALL_STATE(1005)] = 70594, [SMALL_STATE(1006)] = 70631, [SMALL_STATE(1007)] = 70672, [SMALL_STATE(1008)] = 70713, [SMALL_STATE(1009)] = 70750, [SMALL_STATE(1010)] = 70787, [SMALL_STATE(1011)] = 70822, [SMALL_STATE(1012)] = 70873, [SMALL_STATE(1013)] = 70910, [SMALL_STATE(1014)] = 70947, [SMALL_STATE(1015)] = 70984, [SMALL_STATE(1016)] = 71035, [SMALL_STATE(1017)] = 71072, [SMALL_STATE(1018)] = 71109, [SMALL_STATE(1019)] = 71160, [SMALL_STATE(1020)] = 71197, [SMALL_STATE(1021)] = 71234, [SMALL_STATE(1022)] = 71271, [SMALL_STATE(1023)] = 71308, [SMALL_STATE(1024)] = 71349, [SMALL_STATE(1025)] = 71386, [SMALL_STATE(1026)] = 71423, [SMALL_STATE(1027)] = 71460, [SMALL_STATE(1028)] = 71497, [SMALL_STATE(1029)] = 71534, [SMALL_STATE(1030)] = 71571, [SMALL_STATE(1031)] = 71608, [SMALL_STATE(1032)] = 71645, [SMALL_STATE(1033)] = 71682, [SMALL_STATE(1034)] = 71719, [SMALL_STATE(1035)] = 71756, [SMALL_STATE(1036)] = 71795, [SMALL_STATE(1037)] = 71832, [SMALL_STATE(1038)] = 71869, [SMALL_STATE(1039)] = 71909, [SMALL_STATE(1040)] = 71945, [SMALL_STATE(1041)] = 71981, [SMALL_STATE(1042)] = 72017, [SMALL_STATE(1043)] = 72053, [SMALL_STATE(1044)] = 72093, [SMALL_STATE(1045)] = 72133, [SMALL_STATE(1046)] = 72169, [SMALL_STATE(1047)] = 72205, [SMALL_STATE(1048)] = 72241, [SMALL_STATE(1049)] = 72277, [SMALL_STATE(1050)] = 72327, [SMALL_STATE(1051)] = 72377, [SMALL_STATE(1052)] = 72427, [SMALL_STATE(1053)] = 72463, [SMALL_STATE(1054)] = 72503, [SMALL_STATE(1055)] = 72543, [SMALL_STATE(1056)] = 72583, [SMALL_STATE(1057)] = 72627, [SMALL_STATE(1058)] = 72667, [SMALL_STATE(1059)] = 72707, [SMALL_STATE(1060)] = 72743, [SMALL_STATE(1061)] = 72783, [SMALL_STATE(1062)] = 72819, [SMALL_STATE(1063)] = 72869, [SMALL_STATE(1064)] = 72914, [SMALL_STATE(1065)] = 72959, [SMALL_STATE(1066)] = 73004, [SMALL_STATE(1067)] = 73043, [SMALL_STATE(1068)] = 73082, [SMALL_STATE(1069)] = 73127, [SMALL_STATE(1070)] = 73162, [SMALL_STATE(1071)] = 73207, [SMALL_STATE(1072)] = 73252, [SMALL_STATE(1073)] = 73297, [SMALL_STATE(1074)] = 73342, [SMALL_STATE(1075)] = 73387, [SMALL_STATE(1076)] = 73426, [SMALL_STATE(1077)] = 73471, [SMALL_STATE(1078)] = 73516, [SMALL_STATE(1079)] = 73561, [SMALL_STATE(1080)] = 73606, [SMALL_STATE(1081)] = 73651, [SMALL_STATE(1082)] = 73686, [SMALL_STATE(1083)] = 73731, [SMALL_STATE(1084)] = 73776, [SMALL_STATE(1085)] = 73821, [SMALL_STATE(1086)] = 73866, [SMALL_STATE(1087)] = 73911, [SMALL_STATE(1088)] = 73956, [SMALL_STATE(1089)] = 73991, [SMALL_STATE(1090)] = 74036, [SMALL_STATE(1091)] = 74075, [SMALL_STATE(1092)] = 74118, [SMALL_STATE(1093)] = 74163, [SMALL_STATE(1094)] = 74206, [SMALL_STATE(1095)] = 74251, [SMALL_STATE(1096)] = 74296, [SMALL_STATE(1097)] = 74341, [SMALL_STATE(1098)] = 74376, [SMALL_STATE(1099)] = 74421, [SMALL_STATE(1100)] = 74466, [SMALL_STATE(1101)] = 74511, [SMALL_STATE(1102)] = 74550, [SMALL_STATE(1103)] = 74595, [SMALL_STATE(1104)] = 74640, [SMALL_STATE(1105)] = 74679, [SMALL_STATE(1106)] = 74724, [SMALL_STATE(1107)] = 74769, [SMALL_STATE(1108)] = 74814, [SMALL_STATE(1109)] = 74858, [SMALL_STATE(1110)] = 74902, [SMALL_STATE(1111)] = 74936, [SMALL_STATE(1112)] = 74980, [SMALL_STATE(1113)] = 75014, [SMALL_STATE(1114)] = 75058, [SMALL_STATE(1115)] = 75092, [SMALL_STATE(1116)] = 75136, [SMALL_STATE(1117)] = 75170, [SMALL_STATE(1118)] = 75206, [SMALL_STATE(1119)] = 75244, [SMALL_STATE(1120)] = 75278, [SMALL_STATE(1121)] = 75312, [SMALL_STATE(1122)] = 75349, [SMALL_STATE(1123)] = 75392, [SMALL_STATE(1124)] = 75443, [SMALL_STATE(1125)] = 75486, [SMALL_STATE(1126)] = 75521, [SMALL_STATE(1127)] = 75558, [SMALL_STATE(1128)] = 75595, [SMALL_STATE(1129)] = 75632, [SMALL_STATE(1130)] = 75667, [SMALL_STATE(1131)] = 75710, [SMALL_STATE(1132)] = 75743, [SMALL_STATE(1133)] = 75780, [SMALL_STATE(1134)] = 75813, [SMALL_STATE(1135)] = 75850, [SMALL_STATE(1136)] = 75901, [SMALL_STATE(1137)] = 75936, [SMALL_STATE(1138)] = 75979, [SMALL_STATE(1139)] = 76014, [SMALL_STATE(1140)] = 76051, [SMALL_STATE(1141)] = 76084, [SMALL_STATE(1142)] = 76121, [SMALL_STATE(1143)] = 76171, [SMALL_STATE(1144)] = 76221, [SMALL_STATE(1145)] = 76271, [SMALL_STATE(1146)] = 76321, [SMALL_STATE(1147)] = 76371, [SMALL_STATE(1148)] = 76421, [SMALL_STATE(1149)] = 76471, [SMALL_STATE(1150)] = 76521, [SMALL_STATE(1151)] = 76553, [SMALL_STATE(1152)] = 76603, [SMALL_STATE(1153)] = 76645, [SMALL_STATE(1154)] = 76695, [SMALL_STATE(1155)] = 76745, [SMALL_STATE(1156)] = 76795, [SMALL_STATE(1157)] = 76831, [SMALL_STATE(1158)] = 76863, [SMALL_STATE(1159)] = 76901, [SMALL_STATE(1160)] = 76951, [SMALL_STATE(1161)] = 76987, [SMALL_STATE(1162)] = 77019, [SMALL_STATE(1163)] = 77069, [SMALL_STATE(1164)] = 77119, [SMALL_STATE(1165)] = 77155, [SMALL_STATE(1166)] = 77205, [SMALL_STATE(1167)] = 77255, [SMALL_STATE(1168)] = 77305, [SMALL_STATE(1169)] = 77355, [SMALL_STATE(1170)] = 77405, [SMALL_STATE(1171)] = 77455, [SMALL_STATE(1172)] = 77505, [SMALL_STATE(1173)] = 77555, [SMALL_STATE(1174)] = 77605, [SMALL_STATE(1175)] = 77655, [SMALL_STATE(1176)] = 77691, [SMALL_STATE(1177)] = 77741, [SMALL_STATE(1178)] = 77771, [SMALL_STATE(1179)] = 77813, [SMALL_STATE(1180)] = 77863, [SMALL_STATE(1181)] = 77913, [SMALL_STATE(1182)] = 77955, [SMALL_STATE(1183)] = 78005, [SMALL_STATE(1184)] = 78055, [SMALL_STATE(1185)] = 78105, [SMALL_STATE(1186)] = 78137, [SMALL_STATE(1187)] = 78187, [SMALL_STATE(1188)] = 78219, [SMALL_STATE(1189)] = 78251, [SMALL_STATE(1190)] = 78301, [SMALL_STATE(1191)] = 78351, [SMALL_STATE(1192)] = 78401, [SMALL_STATE(1193)] = 78451, [SMALL_STATE(1194)] = 78501, [SMALL_STATE(1195)] = 78551, [SMALL_STATE(1196)] = 78593, [SMALL_STATE(1197)] = 78623, [SMALL_STATE(1198)] = 78673, [SMALL_STATE(1199)] = 78723, [SMALL_STATE(1200)] = 78761, [SMALL_STATE(1201)] = 78791, [SMALL_STATE(1202)] = 78841, [SMALL_STATE(1203)] = 78879, [SMALL_STATE(1204)] = 78909, [SMALL_STATE(1205)] = 78959, [SMALL_STATE(1206)] = 79009, [SMALL_STATE(1207)] = 79059, [SMALL_STATE(1208)] = 79109, [SMALL_STATE(1209)] = 79159, [SMALL_STATE(1210)] = 79209, [SMALL_STATE(1211)] = 79247, [SMALL_STATE(1212)] = 79297, [SMALL_STATE(1213)] = 79329, [SMALL_STATE(1214)] = 79379, [SMALL_STATE(1215)] = 79414, [SMALL_STATE(1216)] = 79443, [SMALL_STATE(1217)] = 79478, [SMALL_STATE(1218)] = 79525, [SMALL_STATE(1219)] = 79558, [SMALL_STATE(1220)] = 79591, [SMALL_STATE(1221)] = 79626, [SMALL_STATE(1222)] = 79661, [SMALL_STATE(1223)] = 79696, [SMALL_STATE(1224)] = 79731, [SMALL_STATE(1225)] = 79766, [SMALL_STATE(1226)] = 79799, [SMALL_STATE(1227)] = 79828, [SMALL_STATE(1228)] = 79863, [SMALL_STATE(1229)] = 79898, [SMALL_STATE(1230)] = 79933, [SMALL_STATE(1231)] = 79968, [SMALL_STATE(1232)] = 80001, [SMALL_STATE(1233)] = 80036, [SMALL_STATE(1234)] = 80077, [SMALL_STATE(1235)] = 80106, [SMALL_STATE(1236)] = 80153, [SMALL_STATE(1237)] = 80200, [SMALL_STATE(1238)] = 80229, [SMALL_STATE(1239)] = 80264, [SMALL_STATE(1240)] = 80305, [SMALL_STATE(1241)] = 80346, [SMALL_STATE(1242)] = 80377, [SMALL_STATE(1243)] = 80418, [SMALL_STATE(1244)] = 80465, [SMALL_STATE(1245)] = 80496, [SMALL_STATE(1246)] = 80555, [SMALL_STATE(1247)] = 80584, [SMALL_STATE(1248)] = 80643, [SMALL_STATE(1249)] = 80682, [SMALL_STATE(1250)] = 80713, [SMALL_STATE(1251)] = 80760, [SMALL_STATE(1252)] = 80807, [SMALL_STATE(1253)] = 80866, [SMALL_STATE(1254)] = 80913, [SMALL_STATE(1255)] = 80960, [SMALL_STATE(1256)] = 80995, [SMALL_STATE(1257)] = 81024, [SMALL_STATE(1258)] = 81055, [SMALL_STATE(1259)] = 81114, [SMALL_STATE(1260)] = 81145, [SMALL_STATE(1261)] = 81176, [SMALL_STATE(1262)] = 81217, [SMALL_STATE(1263)] = 81252, [SMALL_STATE(1264)] = 81285, [SMALL_STATE(1265)] = 81318, [SMALL_STATE(1266)] = 81353, [SMALL_STATE(1267)] = 81388, [SMALL_STATE(1268)] = 81429, [SMALL_STATE(1269)] = 81458, [SMALL_STATE(1270)] = 81487, [SMALL_STATE(1271)] = 81522, [SMALL_STATE(1272)] = 81553, [SMALL_STATE(1273)] = 81588, [SMALL_STATE(1274)] = 81635, [SMALL_STATE(1275)] = 81670, [SMALL_STATE(1276)] = 81702, [SMALL_STATE(1277)] = 81734, [SMALL_STATE(1278)] = 81778, [SMALL_STATE(1279)] = 81810, [SMALL_STATE(1280)] = 81842, [SMALL_STATE(1281)] = 81874, [SMALL_STATE(1282)] = 81906, [SMALL_STATE(1283)] = 81938, [SMALL_STATE(1284)] = 81968, [SMALL_STATE(1285)] = 82012, [SMALL_STATE(1286)] = 82056, [SMALL_STATE(1287)] = 82100, [SMALL_STATE(1288)] = 82134, [SMALL_STATE(1289)] = 82172, [SMALL_STATE(1290)] = 82204, [SMALL_STATE(1291)] = 82234, [SMALL_STATE(1292)] = 82264, [SMALL_STATE(1293)] = 82292, [SMALL_STATE(1294)] = 82336, [SMALL_STATE(1295)] = 82368, [SMALL_STATE(1296)] = 82426, [SMALL_STATE(1297)] = 82456, [SMALL_STATE(1298)] = 82510, [SMALL_STATE(1299)] = 82544, [SMALL_STATE(1300)] = 82588, [SMALL_STATE(1301)] = 82632, [SMALL_STATE(1302)] = 82676, [SMALL_STATE(1303)] = 82708, [SMALL_STATE(1304)] = 82738, [SMALL_STATE(1305)] = 82772, [SMALL_STATE(1306)] = 82812, [SMALL_STATE(1307)] = 82852, [SMALL_STATE(1308)] = 82886, [SMALL_STATE(1309)] = 82914, [SMALL_STATE(1310)] = 82958, [SMALL_STATE(1311)] = 82990, [SMALL_STATE(1312)] = 83022, [SMALL_STATE(1313)] = 83054, [SMALL_STATE(1314)] = 83086, [SMALL_STATE(1315)] = 83116, [SMALL_STATE(1316)] = 83158, [SMALL_STATE(1317)] = 83190, [SMALL_STATE(1318)] = 83224, [SMALL_STATE(1319)] = 83268, [SMALL_STATE(1320)] = 83300, [SMALL_STATE(1321)] = 83330, [SMALL_STATE(1322)] = 83360, [SMALL_STATE(1323)] = 83392, [SMALL_STATE(1324)] = 83422, [SMALL_STATE(1325)] = 83456, [SMALL_STATE(1326)] = 83514, [SMALL_STATE(1327)] = 83546, [SMALL_STATE(1328)] = 83590, [SMALL_STATE(1329)] = 83624, [SMALL_STATE(1330)] = 83668, [SMALL_STATE(1331)] = 83700, [SMALL_STATE(1332)] = 83732, [SMALL_STATE(1333)] = 83764, [SMALL_STATE(1334)] = 83796, [SMALL_STATE(1335)] = 83828, [SMALL_STATE(1336)] = 83872, [SMALL_STATE(1337)] = 83904, [SMALL_STATE(1338)] = 83948, [SMALL_STATE(1339)] = 83976, [SMALL_STATE(1340)] = 84010, [SMALL_STATE(1341)] = 84054, [SMALL_STATE(1342)] = 84098, [SMALL_STATE(1343)] = 84130, [SMALL_STATE(1344)] = 84162, [SMALL_STATE(1345)] = 84220, [SMALL_STATE(1346)] = 84250, [SMALL_STATE(1347)] = 84282, [SMALL_STATE(1348)] = 84312, [SMALL_STATE(1349)] = 84346, [SMALL_STATE(1350)] = 84378, [SMALL_STATE(1351)] = 84408, [SMALL_STATE(1352)] = 84440, [SMALL_STATE(1353)] = 84472, [SMALL_STATE(1354)] = 84500, [SMALL_STATE(1355)] = 84554, [SMALL_STATE(1356)] = 84586, [SMALL_STATE(1357)] = 84630, [SMALL_STATE(1358)] = 84664, [SMALL_STATE(1359)] = 84696, [SMALL_STATE(1360)] = 84728, [SMALL_STATE(1361)] = 84760, [SMALL_STATE(1362)] = 84800, [SMALL_STATE(1363)] = 84832, [SMALL_STATE(1364)] = 84862, [SMALL_STATE(1365)] = 84892, [SMALL_STATE(1366)] = 84950, [SMALL_STATE(1367)] = 84982, [SMALL_STATE(1368)] = 85014, [SMALL_STATE(1369)] = 85056, [SMALL_STATE(1370)] = 85100, [SMALL_STATE(1371)] = 85132, [SMALL_STATE(1372)] = 85176, [SMALL_STATE(1373)] = 85208, [SMALL_STATE(1374)] = 85252, [SMALL_STATE(1375)] = 85296, [SMALL_STATE(1376)] = 85338, [SMALL_STATE(1377)] = 85382, [SMALL_STATE(1378)] = 85412, [SMALL_STATE(1379)] = 85442, [SMALL_STATE(1380)] = 85482, [SMALL_STATE(1381)] = 85516, [SMALL_STATE(1382)] = 85548, [SMALL_STATE(1383)] = 85588, [SMALL_STATE(1384)] = 85620, [SMALL_STATE(1385)] = 85652, [SMALL_STATE(1386)] = 85682, [SMALL_STATE(1387)] = 85722, [SMALL_STATE(1388)] = 85766, [SMALL_STATE(1389)] = 85798, [SMALL_STATE(1390)] = 85826, [SMALL_STATE(1391)] = 85870, [SMALL_STATE(1392)] = 85902, [SMALL_STATE(1393)] = 85934, [SMALL_STATE(1394)] = 85978, [SMALL_STATE(1395)] = 86022, [SMALL_STATE(1396)] = 86066, [SMALL_STATE(1397)] = 86110, [SMALL_STATE(1398)] = 86154, [SMALL_STATE(1399)] = 86186, [SMALL_STATE(1400)] = 86230, [SMALL_STATE(1401)] = 86260, [SMALL_STATE(1402)] = 86292, [SMALL_STATE(1403)] = 86325, [SMALL_STATE(1404)] = 86372, [SMALL_STATE(1405)] = 86413, [SMALL_STATE(1406)] = 86450, [SMALL_STATE(1407)] = 86499, [SMALL_STATE(1408)] = 86540, [SMALL_STATE(1409)] = 86591, [SMALL_STATE(1410)] = 86620, [SMALL_STATE(1411)] = 86649, [SMALL_STATE(1412)] = 86700, [SMALL_STATE(1413)] = 86729, [SMALL_STATE(1414)] = 86768, [SMALL_STATE(1415)] = 86815, [SMALL_STATE(1416)] = 86854, [SMALL_STATE(1417)] = 86905, [SMALL_STATE(1418)] = 86944, [SMALL_STATE(1419)] = 86977, [SMALL_STATE(1420)] = 87004, [SMALL_STATE(1421)] = 87053, [SMALL_STATE(1422)] = 87102, [SMALL_STATE(1423)] = 87151, [SMALL_STATE(1424)] = 87184, [SMALL_STATE(1425)] = 87233, [SMALL_STATE(1426)] = 87264, [SMALL_STATE(1427)] = 87291, [SMALL_STATE(1428)] = 87324, [SMALL_STATE(1429)] = 87371, [SMALL_STATE(1430)] = 87418, [SMALL_STATE(1431)] = 87457, [SMALL_STATE(1432)] = 87490, [SMALL_STATE(1433)] = 87529, [SMALL_STATE(1434)] = 87558, [SMALL_STATE(1435)] = 87587, [SMALL_STATE(1436)] = 87616, [SMALL_STATE(1437)] = 87667, [SMALL_STATE(1438)] = 87696, [SMALL_STATE(1439)] = 87725, [SMALL_STATE(1440)] = 87754, [SMALL_STATE(1441)] = 87791, [SMALL_STATE(1442)] = 87824, [SMALL_STATE(1443)] = 87855, [SMALL_STATE(1444)] = 87884, [SMALL_STATE(1445)] = 87911, [SMALL_STATE(1446)] = 87940, [SMALL_STATE(1447)] = 87969, [SMALL_STATE(1448)] = 87996, [SMALL_STATE(1449)] = 88037, [SMALL_STATE(1450)] = 88064, [SMALL_STATE(1451)] = 88095, [SMALL_STATE(1452)] = 88124, [SMALL_STATE(1453)] = 88157, [SMALL_STATE(1454)] = 88190, [SMALL_STATE(1455)] = 88219, [SMALL_STATE(1456)] = 88248, [SMALL_STATE(1457)] = 88277, [SMALL_STATE(1458)] = 88306, [SMALL_STATE(1459)] = 88339, [SMALL_STATE(1460)] = 88372, [SMALL_STATE(1461)] = 88403, [SMALL_STATE(1462)] = 88440, [SMALL_STATE(1463)] = 88469, [SMALL_STATE(1464)] = 88502, [SMALL_STATE(1465)] = 88549, [SMALL_STATE(1466)] = 88582, [SMALL_STATE(1467)] = 88629, [SMALL_STATE(1468)] = 88662, [SMALL_STATE(1469)] = 88691, [SMALL_STATE(1470)] = 88720, [SMALL_STATE(1471)] = 88769, [SMALL_STATE(1472)] = 88806, [SMALL_STATE(1473)] = 88855, [SMALL_STATE(1474)] = 88888, [SMALL_STATE(1475)] = 88937, [SMALL_STATE(1476)] = 88970, [SMALL_STATE(1477)] = 89019, [SMALL_STATE(1478)] = 89052, [SMALL_STATE(1479)] = 89099, [SMALL_STATE(1480)] = 89132, [SMALL_STATE(1481)] = 89181, [SMALL_STATE(1482)] = 89228, [SMALL_STATE(1483)] = 89257, [SMALL_STATE(1484)] = 89290, [SMALL_STATE(1485)] = 89316, [SMALL_STATE(1486)] = 89362, [SMALL_STATE(1487)] = 89388, [SMALL_STATE(1488)] = 89414, [SMALL_STATE(1489)] = 89440, [SMALL_STATE(1490)] = 89488, [SMALL_STATE(1491)] = 89514, [SMALL_STATE(1492)] = 89540, [SMALL_STATE(1493)] = 89566, [SMALL_STATE(1494)] = 89592, [SMALL_STATE(1495)] = 89640, [SMALL_STATE(1496)] = 89666, [SMALL_STATE(1497)] = 89714, [SMALL_STATE(1498)] = 89762, [SMALL_STATE(1499)] = 89788, [SMALL_STATE(1500)] = 89816, [SMALL_STATE(1501)] = 89842, [SMALL_STATE(1502)] = 89870, [SMALL_STATE(1503)] = 89896, [SMALL_STATE(1504)] = 89924, [SMALL_STATE(1505)] = 89950, [SMALL_STATE(1506)] = 89976, [SMALL_STATE(1507)] = 90006, [SMALL_STATE(1508)] = 90034, [SMALL_STATE(1509)] = 90062, [SMALL_STATE(1510)] = 90088, [SMALL_STATE(1511)] = 90114, [SMALL_STATE(1512)] = 90142, [SMALL_STATE(1513)] = 90168, [SMALL_STATE(1514)] = 90224, [SMALL_STATE(1515)] = 90250, [SMALL_STATE(1516)] = 90276, [SMALL_STATE(1517)] = 90302, [SMALL_STATE(1518)] = 90328, [SMALL_STATE(1519)] = 90360, [SMALL_STATE(1520)] = 90386, [SMALL_STATE(1521)] = 90412, [SMALL_STATE(1522)] = 90440, [SMALL_STATE(1523)] = 90466, [SMALL_STATE(1524)] = 90492, [SMALL_STATE(1525)] = 90518, [SMALL_STATE(1526)] = 90544, [SMALL_STATE(1527)] = 90570, [SMALL_STATE(1528)] = 90598, [SMALL_STATE(1529)] = 90624, [SMALL_STATE(1530)] = 90650, [SMALL_STATE(1531)] = 90676, [SMALL_STATE(1532)] = 90702, [SMALL_STATE(1533)] = 90728, [SMALL_STATE(1534)] = 90760, [SMALL_STATE(1535)] = 90788, [SMALL_STATE(1536)] = 90816, [SMALL_STATE(1537)] = 90844, [SMALL_STATE(1538)] = 90870, [SMALL_STATE(1539)] = 90898, [SMALL_STATE(1540)] = 90924, [SMALL_STATE(1541)] = 90970, [SMALL_STATE(1542)] = 90998, [SMALL_STATE(1543)] = 91024, [SMALL_STATE(1544)] = 91072, [SMALL_STATE(1545)] = 91118, [SMALL_STATE(1546)] = 91144, [SMALL_STATE(1547)] = 91170, [SMALL_STATE(1548)] = 91196, [SMALL_STATE(1549)] = 91222, [SMALL_STATE(1550)] = 91248, [SMALL_STATE(1551)] = 91274, [SMALL_STATE(1552)] = 91302, [SMALL_STATE(1553)] = 91328, [SMALL_STATE(1554)] = 91354, [SMALL_STATE(1555)] = 91380, [SMALL_STATE(1556)] = 91406, [SMALL_STATE(1557)] = 91432, [SMALL_STATE(1558)] = 91458, [SMALL_STATE(1559)] = 91484, [SMALL_STATE(1560)] = 91540, [SMALL_STATE(1561)] = 91566, [SMALL_STATE(1562)] = 91596, [SMALL_STATE(1563)] = 91622, [SMALL_STATE(1564)] = 91648, [SMALL_STATE(1565)] = 91686, [SMALL_STATE(1566)] = 91712, [SMALL_STATE(1567)] = 91740, [SMALL_STATE(1568)] = 91766, [SMALL_STATE(1569)] = 91798, [SMALL_STATE(1570)] = 91826, [SMALL_STATE(1571)] = 91852, [SMALL_STATE(1572)] = 91878, [SMALL_STATE(1573)] = 91924, [SMALL_STATE(1574)] = 91950, [SMALL_STATE(1575)] = 91976, [SMALL_STATE(1576)] = 92022, [SMALL_STATE(1577)] = 92048, [SMALL_STATE(1578)] = 92074, [SMALL_STATE(1579)] = 92100, [SMALL_STATE(1580)] = 92126, [SMALL_STATE(1581)] = 92154, [SMALL_STATE(1582)] = 92180, [SMALL_STATE(1583)] = 92206, [SMALL_STATE(1584)] = 92232, [SMALL_STATE(1585)] = 92258, [SMALL_STATE(1586)] = 92286, [SMALL_STATE(1587)] = 92332, [SMALL_STATE(1588)] = 92358, [SMALL_STATE(1589)] = 92406, [SMALL_STATE(1590)] = 92434, [SMALL_STATE(1591)] = 92460, [SMALL_STATE(1592)] = 92488, [SMALL_STATE(1593)] = 92536, [SMALL_STATE(1594)] = 92572, [SMALL_STATE(1595)] = 92598, [SMALL_STATE(1596)] = 92644, [SMALL_STATE(1597)] = 92692, [SMALL_STATE(1598)] = 92718, [SMALL_STATE(1599)] = 92766, [SMALL_STATE(1600)] = 92814, [SMALL_STATE(1601)] = 92840, [SMALL_STATE(1602)] = 92872, [SMALL_STATE(1603)] = 92918, [SMALL_STATE(1604)] = 92950, [SMALL_STATE(1605)] = 92976, [SMALL_STATE(1606)] = 93014, [SMALL_STATE(1607)] = 93040, [SMALL_STATE(1608)] = 93072, [SMALL_STATE(1609)] = 93098, [SMALL_STATE(1610)] = 93124, [SMALL_STATE(1611)] = 93156, [SMALL_STATE(1612)] = 93184, [SMALL_STATE(1613)] = 93210, [SMALL_STATE(1614)] = 93246, [SMALL_STATE(1615)] = 93274, [SMALL_STATE(1616)] = 93302, [SMALL_STATE(1617)] = 93334, [SMALL_STATE(1618)] = 93366, [SMALL_STATE(1619)] = 93396, [SMALL_STATE(1620)] = 93422, [SMALL_STATE(1621)] = 93450, [SMALL_STATE(1622)] = 93482, [SMALL_STATE(1623)] = 93510, [SMALL_STATE(1624)] = 93536, [SMALL_STATE(1625)] = 93568, [SMALL_STATE(1626)] = 93596, [SMALL_STATE(1627)] = 93624, [SMALL_STATE(1628)] = 93662, [SMALL_STATE(1629)] = 93694, [SMALL_STATE(1630)] = 93720, [SMALL_STATE(1631)] = 93746, [SMALL_STATE(1632)] = 93774, [SMALL_STATE(1633)] = 93800, [SMALL_STATE(1634)] = 93826, [SMALL_STATE(1635)] = 93856, [SMALL_STATE(1636)] = 93882, [SMALL_STATE(1637)] = 93908, [SMALL_STATE(1638)] = 93934, [SMALL_STATE(1639)] = 93960, [SMALL_STATE(1640)] = 93986, [SMALL_STATE(1641)] = 94012, [SMALL_STATE(1642)] = 94038, [SMALL_STATE(1643)] = 94074, [SMALL_STATE(1644)] = 94114, [SMALL_STATE(1645)] = 94144, [SMALL_STATE(1646)] = 94170, [SMALL_STATE(1647)] = 94210, [SMALL_STATE(1648)] = 94236, [SMALL_STATE(1649)] = 94262, [SMALL_STATE(1650)] = 94288, [SMALL_STATE(1651)] = 94314, [SMALL_STATE(1652)] = 94344, [SMALL_STATE(1653)] = 94376, [SMALL_STATE(1654)] = 94402, [SMALL_STATE(1655)] = 94434, [SMALL_STATE(1656)] = 94460, [SMALL_STATE(1657)] = 94486, [SMALL_STATE(1658)] = 94512, [SMALL_STATE(1659)] = 94538, [SMALL_STATE(1660)] = 94564, [SMALL_STATE(1661)] = 94590, [SMALL_STATE(1662)] = 94616, [SMALL_STATE(1663)] = 94642, [SMALL_STATE(1664)] = 94674, [SMALL_STATE(1665)] = 94704, [SMALL_STATE(1666)] = 94730, [SMALL_STATE(1667)] = 94756, [SMALL_STATE(1668)] = 94784, [SMALL_STATE(1669)] = 94820, [SMALL_STATE(1670)] = 94846, [SMALL_STATE(1671)] = 94872, [SMALL_STATE(1672)] = 94898, [SMALL_STATE(1673)] = 94930, [SMALL_STATE(1674)] = 94962, [SMALL_STATE(1675)] = 94988, [SMALL_STATE(1676)] = 95028, [SMALL_STATE(1677)] = 95054, [SMALL_STATE(1678)] = 95086, [SMALL_STATE(1679)] = 95112, [SMALL_STATE(1680)] = 95150, [SMALL_STATE(1681)] = 95176, [SMALL_STATE(1682)] = 95202, [SMALL_STATE(1683)] = 95234, [SMALL_STATE(1684)] = 95260, [SMALL_STATE(1685)] = 95290, [SMALL_STATE(1686)] = 95316, [SMALL_STATE(1687)] = 95342, [SMALL_STATE(1688)] = 95368, [SMALL_STATE(1689)] = 95394, [SMALL_STATE(1690)] = 95420, [SMALL_STATE(1691)] = 95446, [SMALL_STATE(1692)] = 95472, [SMALL_STATE(1693)] = 95498, [SMALL_STATE(1694)] = 95524, [SMALL_STATE(1695)] = 95550, [SMALL_STATE(1696)] = 95578, [SMALL_STATE(1697)] = 95609, [SMALL_STATE(1698)] = 95636, [SMALL_STATE(1699)] = 95667, [SMALL_STATE(1700)] = 95696, [SMALL_STATE(1701)] = 95745, [SMALL_STATE(1702)] = 95784, [SMALL_STATE(1703)] = 95819, [SMALL_STATE(1704)] = 95854, [SMALL_STATE(1705)] = 95881, [SMALL_STATE(1706)] = 95908, [SMALL_STATE(1707)] = 95957, [SMALL_STATE(1708)] = 95984, [SMALL_STATE(1709)] = 96013, [SMALL_STATE(1710)] = 96040, [SMALL_STATE(1711)] = 96071, [SMALL_STATE(1712)] = 96102, [SMALL_STATE(1713)] = 96131, [SMALL_STATE(1714)] = 96162, [SMALL_STATE(1715)] = 96201, [SMALL_STATE(1716)] = 96240, [SMALL_STATE(1717)] = 96293, [SMALL_STATE(1718)] = 96338, [SMALL_STATE(1719)] = 96369, [SMALL_STATE(1720)] = 96400, [SMALL_STATE(1721)] = 96431, [SMALL_STATE(1722)] = 96466, [SMALL_STATE(1723)] = 96519, [SMALL_STATE(1724)] = 96546, [SMALL_STATE(1725)] = 96577, [SMALL_STATE(1726)] = 96606, [SMALL_STATE(1727)] = 96633, [SMALL_STATE(1728)] = 96660, [SMALL_STATE(1729)] = 96699, [SMALL_STATE(1730)] = 96726, [SMALL_STATE(1731)] = 96753, [SMALL_STATE(1732)] = 96780, [SMALL_STATE(1733)] = 96807, [SMALL_STATE(1734)] = 96856, [SMALL_STATE(1735)] = 96883, [SMALL_STATE(1736)] = 96910, [SMALL_STATE(1737)] = 96939, [SMALL_STATE(1738)] = 96982, [SMALL_STATE(1739)] = 97013, [SMALL_STATE(1740)] = 97066, [SMALL_STATE(1741)] = 97097, [SMALL_STATE(1742)] = 97136, [SMALL_STATE(1743)] = 97189, [SMALL_STATE(1744)] = 97220, [SMALL_STATE(1745)] = 97251, [SMALL_STATE(1746)] = 97278, [SMALL_STATE(1747)] = 97305, [SMALL_STATE(1748)] = 97332, [SMALL_STATE(1749)] = 97359, [SMALL_STATE(1750)] = 97408, [SMALL_STATE(1751)] = 97437, [SMALL_STATE(1752)] = 97482, [SMALL_STATE(1753)] = 97511, [SMALL_STATE(1754)] = 97558, [SMALL_STATE(1755)] = 97589, [SMALL_STATE(1756)] = 97634, [SMALL_STATE(1757)] = 97661, [SMALL_STATE(1758)] = 97706, [SMALL_STATE(1759)] = 97737, [SMALL_STATE(1760)] = 97780, [SMALL_STATE(1761)] = 97817, [SMALL_STATE(1762)] = 97864, [SMALL_STATE(1763)] = 97911, [SMALL_STATE(1764)] = 97958, [SMALL_STATE(1765)] = 98011, [SMALL_STATE(1766)] = 98058, [SMALL_STATE(1767)] = 98105, [SMALL_STATE(1768)] = 98150, [SMALL_STATE(1769)] = 98195, [SMALL_STATE(1770)] = 98240, [SMALL_STATE(1771)] = 98285, [SMALL_STATE(1772)] = 98332, [SMALL_STATE(1773)] = 98379, [SMALL_STATE(1774)] = 98426, [SMALL_STATE(1775)] = 98473, [SMALL_STATE(1776)] = 98500, [SMALL_STATE(1777)] = 98545, [SMALL_STATE(1778)] = 98576, [SMALL_STATE(1779)] = 98615, [SMALL_STATE(1780)] = 98646, [SMALL_STATE(1781)] = 98681, [SMALL_STATE(1782)] = 98708, [SMALL_STATE(1783)] = 98739, [SMALL_STATE(1784)] = 98766, [SMALL_STATE(1785)] = 98801, [SMALL_STATE(1786)] = 98828, [SMALL_STATE(1787)] = 98881, [SMALL_STATE(1788)] = 98910, [SMALL_STATE(1789)] = 98959, [SMALL_STATE(1790)] = 98986, [SMALL_STATE(1791)] = 99017, [SMALL_STATE(1792)] = 99044, [SMALL_STATE(1793)] = 99071, [SMALL_STATE(1794)] = 99098, [SMALL_STATE(1795)] = 99125, [SMALL_STATE(1796)] = 99152, [SMALL_STATE(1797)] = 99179, [SMALL_STATE(1798)] = 99206, [SMALL_STATE(1799)] = 99233, [SMALL_STATE(1800)] = 99270, [SMALL_STATE(1801)] = 99315, [SMALL_STATE(1802)] = 99342, [SMALL_STATE(1803)] = 99369, [SMALL_STATE(1804)] = 99400, [SMALL_STATE(1805)] = 99427, [SMALL_STATE(1806)] = 99456, [SMALL_STATE(1807)] = 99485, [SMALL_STATE(1808)] = 99516, [SMALL_STATE(1809)] = 99542, [SMALL_STATE(1810)] = 99586, [SMALL_STATE(1811)] = 99612, [SMALL_STATE(1812)] = 99656, [SMALL_STATE(1813)] = 99682, [SMALL_STATE(1814)] = 99726, [SMALL_STATE(1815)] = 99756, [SMALL_STATE(1816)] = 99786, [SMALL_STATE(1817)] = 99812, [SMALL_STATE(1818)] = 99856, [SMALL_STATE(1819)] = 99896, [SMALL_STATE(1820)] = 99940, [SMALL_STATE(1821)] = 99970, [SMALL_STATE(1822)] = 99996, [SMALL_STATE(1823)] = 100040, [SMALL_STATE(1824)] = 100070, [SMALL_STATE(1825)] = 100114, [SMALL_STATE(1826)] = 100158, [SMALL_STATE(1827)] = 100186, [SMALL_STATE(1828)] = 100216, [SMALL_STATE(1829)] = 100262, [SMALL_STATE(1830)] = 100288, [SMALL_STATE(1831)] = 100322, [SMALL_STATE(1832)] = 100366, [SMALL_STATE(1833)] = 100410, [SMALL_STATE(1834)] = 100454, [SMALL_STATE(1835)] = 100500, [SMALL_STATE(1836)] = 100526, [SMALL_STATE(1837)] = 100552, [SMALL_STATE(1838)] = 100580, [SMALL_STATE(1839)] = 100624, [SMALL_STATE(1840)] = 100668, [SMALL_STATE(1841)] = 100694, [SMALL_STATE(1842)] = 100738, [SMALL_STATE(1843)] = 100782, [SMALL_STATE(1844)] = 100808, [SMALL_STATE(1845)] = 100838, [SMALL_STATE(1846)] = 100868, [SMALL_STATE(1847)] = 100912, [SMALL_STATE(1848)] = 100964, [SMALL_STATE(1849)] = 100990, [SMALL_STATE(1850)] = 101016, [SMALL_STATE(1851)] = 101068, [SMALL_STATE(1852)] = 101094, [SMALL_STATE(1853)] = 101124, [SMALL_STATE(1854)] = 101154, [SMALL_STATE(1855)] = 101184, [SMALL_STATE(1856)] = 101210, [SMALL_STATE(1857)] = 101240, [SMALL_STATE(1858)] = 101284, [SMALL_STATE(1859)] = 101328, [SMALL_STATE(1860)] = 101372, [SMALL_STATE(1861)] = 101424, [SMALL_STATE(1862)] = 101450, [SMALL_STATE(1863)] = 101494, [SMALL_STATE(1864)] = 101520, [SMALL_STATE(1865)] = 101546, [SMALL_STATE(1866)] = 101572, [SMALL_STATE(1867)] = 101600, [SMALL_STATE(1868)] = 101630, [SMALL_STATE(1869)] = 101676, [SMALL_STATE(1870)] = 101706, [SMALL_STATE(1871)] = 101732, [SMALL_STATE(1872)] = 101758, [SMALL_STATE(1873)] = 101804, [SMALL_STATE(1874)] = 101848, [SMALL_STATE(1875)] = 101874, [SMALL_STATE(1876)] = 101920, [SMALL_STATE(1877)] = 101946, [SMALL_STATE(1878)] = 101990, [SMALL_STATE(1879)] = 102016, [SMALL_STATE(1880)] = 102060, [SMALL_STATE(1881)] = 102086, [SMALL_STATE(1882)] = 102120, [SMALL_STATE(1883)] = 102146, [SMALL_STATE(1884)] = 102172, [SMALL_STATE(1885)] = 102218, [SMALL_STATE(1886)] = 102268, [SMALL_STATE(1887)] = 102312, [SMALL_STATE(1888)] = 102356, [SMALL_STATE(1889)] = 102402, [SMALL_STATE(1890)] = 102436, [SMALL_STATE(1891)] = 102480, [SMALL_STATE(1892)] = 102524, [SMALL_STATE(1893)] = 102550, [SMALL_STATE(1894)] = 102576, [SMALL_STATE(1895)] = 102620, [SMALL_STATE(1896)] = 102646, [SMALL_STATE(1897)] = 102672, [SMALL_STATE(1898)] = 102724, [SMALL_STATE(1899)] = 102768, [SMALL_STATE(1900)] = 102812, [SMALL_STATE(1901)] = 102838, [SMALL_STATE(1902)] = 102882, [SMALL_STATE(1903)] = 102908, [SMALL_STATE(1904)] = 102934, [SMALL_STATE(1905)] = 102960, [SMALL_STATE(1906)] = 102986, [SMALL_STATE(1907)] = 103012, [SMALL_STATE(1908)] = 103056, [SMALL_STATE(1909)] = 103082, [SMALL_STATE(1910)] = 103126, [SMALL_STATE(1911)] = 103156, [SMALL_STATE(1912)] = 103200, [SMALL_STATE(1913)] = 103226, [SMALL_STATE(1914)] = 103264, [SMALL_STATE(1915)] = 103290, [SMALL_STATE(1916)] = 103336, [SMALL_STATE(1917)] = 103362, [SMALL_STATE(1918)] = 103388, [SMALL_STATE(1919)] = 103414, [SMALL_STATE(1920)] = 103458, [SMALL_STATE(1921)] = 103502, [SMALL_STATE(1922)] = 103528, [SMALL_STATE(1923)] = 103572, [SMALL_STATE(1924)] = 103616, [SMALL_STATE(1925)] = 103660, [SMALL_STATE(1926)] = 103694, [SMALL_STATE(1927)] = 103738, [SMALL_STATE(1928)] = 103786, [SMALL_STATE(1929)] = 103812, [SMALL_STATE(1930)] = 103856, [SMALL_STATE(1931)] = 103884, [SMALL_STATE(1932)] = 103928, [SMALL_STATE(1933)] = 103958, [SMALL_STATE(1934)] = 103984, [SMALL_STATE(1935)] = 104028, [SMALL_STATE(1936)] = 104062, [SMALL_STATE(1937)] = 104088, [SMALL_STATE(1938)] = 104114, [SMALL_STATE(1939)] = 104144, [SMALL_STATE(1940)] = 104170, [SMALL_STATE(1941)] = 104218, [SMALL_STATE(1942)] = 104264, [SMALL_STATE(1943)] = 104292, [SMALL_STATE(1944)] = 104338, [SMALL_STATE(1945)] = 104368, [SMALL_STATE(1946)] = 104414, [SMALL_STATE(1947)] = 104452, [SMALL_STATE(1948)] = 104496, [SMALL_STATE(1949)] = 104524, [SMALL_STATE(1950)] = 104568, [SMALL_STATE(1951)] = 104606, [SMALL_STATE(1952)] = 104652, [SMALL_STATE(1953)] = 104696, [SMALL_STATE(1954)] = 104740, [SMALL_STATE(1955)] = 104766, [SMALL_STATE(1956)] = 104792, [SMALL_STATE(1957)] = 104836, [SMALL_STATE(1958)] = 104882, [SMALL_STATE(1959)] = 104926, [SMALL_STATE(1960)] = 104952, [SMALL_STATE(1961)] = 104978, [SMALL_STATE(1962)] = 105004, [SMALL_STATE(1963)] = 105030, [SMALL_STATE(1964)] = 105074, [SMALL_STATE(1965)] = 105100, [SMALL_STATE(1966)] = 105130, [SMALL_STATE(1967)] = 105160, [SMALL_STATE(1968)] = 105186, [SMALL_STATE(1969)] = 105232, [SMALL_STATE(1970)] = 105276, [SMALL_STATE(1971)] = 105302, [SMALL_STATE(1972)] = 105348, [SMALL_STATE(1973)] = 105374, [SMALL_STATE(1974)] = 105418, [SMALL_STATE(1975)] = 105454, [SMALL_STATE(1976)] = 105488, [SMALL_STATE(1977)] = 105518, [SMALL_STATE(1978)] = 105548, [SMALL_STATE(1979)] = 105578, [SMALL_STATE(1980)] = 105608, [SMALL_STATE(1981)] = 105649, [SMALL_STATE(1982)] = 105674, [SMALL_STATE(1983)] = 105703, [SMALL_STATE(1984)] = 105746, [SMALL_STATE(1985)] = 105771, [SMALL_STATE(1986)] = 105796, [SMALL_STATE(1987)] = 105821, [SMALL_STATE(1988)] = 105864, [SMALL_STATE(1989)] = 105907, [SMALL_STATE(1990)] = 105952, [SMALL_STATE(1991)] = 105979, [SMALL_STATE(1992)] = 106022, [SMALL_STATE(1993)] = 106047, [SMALL_STATE(1994)] = 106088, [SMALL_STATE(1995)] = 106113, [SMALL_STATE(1996)] = 106156, [SMALL_STATE(1997)] = 106201, [SMALL_STATE(1998)] = 106226, [SMALL_STATE(1999)] = 106271, [SMALL_STATE(2000)] = 106296, [SMALL_STATE(2001)] = 106337, [SMALL_STATE(2002)] = 106362, [SMALL_STATE(2003)] = 106387, [SMALL_STATE(2004)] = 106412, [SMALL_STATE(2005)] = 106445, [SMALL_STATE(2006)] = 106470, [SMALL_STATE(2007)] = 106495, [SMALL_STATE(2008)] = 106520, [SMALL_STATE(2009)] = 106545, [SMALL_STATE(2010)] = 106570, [SMALL_STATE(2011)] = 106615, [SMALL_STATE(2012)] = 106640, [SMALL_STATE(2013)] = 106665, [SMALL_STATE(2014)] = 106690, [SMALL_STATE(2015)] = 106715, [SMALL_STATE(2016)] = 106750, [SMALL_STATE(2017)] = 106779, [SMALL_STATE(2018)] = 106824, [SMALL_STATE(2019)] = 106867, [SMALL_STATE(2020)] = 106892, [SMALL_STATE(2021)] = 106917, [SMALL_STATE(2022)] = 106962, [SMALL_STATE(2023)] = 107005, [SMALL_STATE(2024)] = 107040, [SMALL_STATE(2025)] = 107065, [SMALL_STATE(2026)] = 107110, [SMALL_STATE(2027)] = 107155, [SMALL_STATE(2028)] = 107180, [SMALL_STATE(2029)] = 107209, [SMALL_STATE(2030)] = 107234, [SMALL_STATE(2031)] = 107259, [SMALL_STATE(2032)] = 107284, [SMALL_STATE(2033)] = 107319, [SMALL_STATE(2034)] = 107364, [SMALL_STATE(2035)] = 107389, [SMALL_STATE(2036)] = 107414, [SMALL_STATE(2037)] = 107439, [SMALL_STATE(2038)] = 107480, [SMALL_STATE(2039)] = 107525, [SMALL_STATE(2040)] = 107550, [SMALL_STATE(2041)] = 107575, [SMALL_STATE(2042)] = 107600, [SMALL_STATE(2043)] = 107645, [SMALL_STATE(2044)] = 107686, [SMALL_STATE(2045)] = 107727, [SMALL_STATE(2046)] = 107752, [SMALL_STATE(2047)] = 107787, [SMALL_STATE(2048)] = 107822, [SMALL_STATE(2049)] = 107847, [SMALL_STATE(2050)] = 107894, [SMALL_STATE(2051)] = 107919, [SMALL_STATE(2052)] = 107964, [SMALL_STATE(2053)] = 108005, [SMALL_STATE(2054)] = 108030, [SMALL_STATE(2055)] = 108071, [SMALL_STATE(2056)] = 108096, [SMALL_STATE(2057)] = 108121, [SMALL_STATE(2058)] = 108166, [SMALL_STATE(2059)] = 108193, [SMALL_STATE(2060)] = 108238, [SMALL_STATE(2061)] = 108279, [SMALL_STATE(2062)] = 108316, [SMALL_STATE(2063)] = 108357, [SMALL_STATE(2064)] = 108398, [SMALL_STATE(2065)] = 108423, [SMALL_STATE(2066)] = 108448, [SMALL_STATE(2067)] = 108481, [SMALL_STATE(2068)] = 108526, [SMALL_STATE(2069)] = 108555, [SMALL_STATE(2070)] = 108584, [SMALL_STATE(2071)] = 108625, [SMALL_STATE(2072)] = 108666, [SMALL_STATE(2073)] = 108691, [SMALL_STATE(2074)] = 108732, [SMALL_STATE(2075)] = 108757, [SMALL_STATE(2076)] = 108798, [SMALL_STATE(2077)] = 108823, [SMALL_STATE(2078)] = 108852, [SMALL_STATE(2079)] = 108877, [SMALL_STATE(2080)] = 108906, [SMALL_STATE(2081)] = 108951, [SMALL_STATE(2082)] = 108996, [SMALL_STATE(2083)] = 109041, [SMALL_STATE(2084)] = 109084, [SMALL_STATE(2085)] = 109109, [SMALL_STATE(2086)] = 109154, [SMALL_STATE(2087)] = 109199, [SMALL_STATE(2088)] = 109244, [SMALL_STATE(2089)] = 109289, [SMALL_STATE(2090)] = 109322, [SMALL_STATE(2091)] = 109365, [SMALL_STATE(2092)] = 109406, [SMALL_STATE(2093)] = 109447, [SMALL_STATE(2094)] = 109476, [SMALL_STATE(2095)] = 109505, [SMALL_STATE(2096)] = 109550, [SMALL_STATE(2097)] = 109575, [SMALL_STATE(2098)] = 109620, [SMALL_STATE(2099)] = 109665, [SMALL_STATE(2100)] = 109690, [SMALL_STATE(2101)] = 109731, [SMALL_STATE(2102)] = 109776, [SMALL_STATE(2103)] = 109805, [SMALL_STATE(2104)] = 109850, [SMALL_STATE(2105)] = 109893, [SMALL_STATE(2106)] = 109934, [SMALL_STATE(2107)] = 109979, [SMALL_STATE(2108)] = 110024, [SMALL_STATE(2109)] = 110069, [SMALL_STATE(2110)] = 110094, [SMALL_STATE(2111)] = 110139, [SMALL_STATE(2112)] = 110168, [SMALL_STATE(2113)] = 110195, [SMALL_STATE(2114)] = 110240, [SMALL_STATE(2115)] = 110263, [SMALL_STATE(2116)] = 110288, [SMALL_STATE(2117)] = 110329, [SMALL_STATE(2118)] = 110356, [SMALL_STATE(2119)] = 110385, [SMALL_STATE(2120)] = 110410, [SMALL_STATE(2121)] = 110439, [SMALL_STATE(2122)] = 110476, [SMALL_STATE(2123)] = 110501, [SMALL_STATE(2124)] = 110530, [SMALL_STATE(2125)] = 110559, [SMALL_STATE(2126)] = 110600, [SMALL_STATE(2127)] = 110629, [SMALL_STATE(2128)] = 110674, [SMALL_STATE(2129)] = 110719, [SMALL_STATE(2130)] = 110760, [SMALL_STATE(2131)] = 110789, [SMALL_STATE(2132)] = 110814, [SMALL_STATE(2133)] = 110859, [SMALL_STATE(2134)] = 110900, [SMALL_STATE(2135)] = 110941, [SMALL_STATE(2136)] = 110986, [SMALL_STATE(2137)] = 111031, [SMALL_STATE(2138)] = 111074, [SMALL_STATE(2139)] = 111119, [SMALL_STATE(2140)] = 111164, [SMALL_STATE(2141)] = 111205, [SMALL_STATE(2142)] = 111246, [SMALL_STATE(2143)] = 111271, [SMALL_STATE(2144)] = 111316, [SMALL_STATE(2145)] = 111357, [SMALL_STATE(2146)] = 111400, [SMALL_STATE(2147)] = 111445, [SMALL_STATE(2148)] = 111490, [SMALL_STATE(2149)] = 111523, [SMALL_STATE(2150)] = 111550, [SMALL_STATE(2151)] = 111591, [SMALL_STATE(2152)] = 111628, [SMALL_STATE(2153)] = 111671, [SMALL_STATE(2154)] = 111708, [SMALL_STATE(2155)] = 111749, [SMALL_STATE(2156)] = 111794, [SMALL_STATE(2157)] = 111837, [SMALL_STATE(2158)] = 111862, [SMALL_STATE(2159)] = 111905, [SMALL_STATE(2160)] = 111950, [SMALL_STATE(2161)] = 111995, [SMALL_STATE(2162)] = 112018, [SMALL_STATE(2163)] = 112043, [SMALL_STATE(2164)] = 112070, [SMALL_STATE(2165)] = 112095, [SMALL_STATE(2166)] = 112124, [SMALL_STATE(2167)] = 112169, [SMALL_STATE(2168)] = 112194, [SMALL_STATE(2169)] = 112219, [SMALL_STATE(2170)] = 112253, [SMALL_STATE(2171)] = 112277, [SMALL_STATE(2172)] = 112323, [SMALL_STATE(2173)] = 112357, [SMALL_STATE(2174)] = 112403, [SMALL_STATE(2175)] = 112443, [SMALL_STATE(2176)] = 112483, [SMALL_STATE(2177)] = 112523, [SMALL_STATE(2178)] = 112565, [SMALL_STATE(2179)] = 112611, [SMALL_STATE(2180)] = 112635, [SMALL_STATE(2181)] = 112681, [SMALL_STATE(2182)] = 112727, [SMALL_STATE(2183)] = 112767, [SMALL_STATE(2184)] = 112811, [SMALL_STATE(2185)] = 112847, [SMALL_STATE(2186)] = 112889, [SMALL_STATE(2187)] = 112913, [SMALL_STATE(2188)] = 112957, [SMALL_STATE(2189)] = 112989, [SMALL_STATE(2190)] = 113013, [SMALL_STATE(2191)] = 113057, [SMALL_STATE(2192)] = 113081, [SMALL_STATE(2193)] = 113125, [SMALL_STATE(2194)] = 113169, [SMALL_STATE(2195)] = 113193, [SMALL_STATE(2196)] = 113235, [SMALL_STATE(2197)] = 113281, [SMALL_STATE(2198)] = 113327, [SMALL_STATE(2199)] = 113369, [SMALL_STATE(2200)] = 113393, [SMALL_STATE(2201)] = 113439, [SMALL_STATE(2202)] = 113481, [SMALL_STATE(2203)] = 113527, [SMALL_STATE(2204)] = 113569, [SMALL_STATE(2205)] = 113611, [SMALL_STATE(2206)] = 113657, [SMALL_STATE(2207)] = 113703, [SMALL_STATE(2208)] = 113727, [SMALL_STATE(2209)] = 113751, [SMALL_STATE(2210)] = 113779, [SMALL_STATE(2211)] = 113825, [SMALL_STATE(2212)] = 113849, [SMALL_STATE(2213)] = 113895, [SMALL_STATE(2214)] = 113941, [SMALL_STATE(2215)] = 113987, [SMALL_STATE(2216)] = 114011, [SMALL_STATE(2217)] = 114057, [SMALL_STATE(2218)] = 114081, [SMALL_STATE(2219)] = 114105, [SMALL_STATE(2220)] = 114129, [SMALL_STATE(2221)] = 114175, [SMALL_STATE(2222)] = 114209, [SMALL_STATE(2223)] = 114233, [SMALL_STATE(2224)] = 114275, [SMALL_STATE(2225)] = 114317, [SMALL_STATE(2226)] = 114341, [SMALL_STATE(2227)] = 114383, [SMALL_STATE(2228)] = 114411, [SMALL_STATE(2229)] = 114437, [SMALL_STATE(2230)] = 114465, [SMALL_STATE(2231)] = 114489, [SMALL_STATE(2232)] = 114535, [SMALL_STATE(2233)] = 114581, [SMALL_STATE(2234)] = 114609, [SMALL_STATE(2235)] = 114651, [SMALL_STATE(2236)] = 114697, [SMALL_STATE(2237)] = 114743, [SMALL_STATE(2238)] = 114767, [SMALL_STATE(2239)] = 114813, [SMALL_STATE(2240)] = 114859, [SMALL_STATE(2241)] = 114885, [SMALL_STATE(2242)] = 114909, [SMALL_STATE(2243)] = 114951, [SMALL_STATE(2244)] = 114997, [SMALL_STATE(2245)] = 115021, [SMALL_STATE(2246)] = 115045, [SMALL_STATE(2247)] = 115073, [SMALL_STATE(2248)] = 115119, [SMALL_STATE(2249)] = 115143, [SMALL_STATE(2250)] = 115167, [SMALL_STATE(2251)] = 115213, [SMALL_STATE(2252)] = 115237, [SMALL_STATE(2253)] = 115261, [SMALL_STATE(2254)] = 115289, [SMALL_STATE(2255)] = 115335, [SMALL_STATE(2256)] = 115359, [SMALL_STATE(2257)] = 115405, [SMALL_STATE(2258)] = 115445, [SMALL_STATE(2259)] = 115473, [SMALL_STATE(2260)] = 115519, [SMALL_STATE(2261)] = 115561, [SMALL_STATE(2262)] = 115593, [SMALL_STATE(2263)] = 115639, [SMALL_STATE(2264)] = 115665, [SMALL_STATE(2265)] = 115711, [SMALL_STATE(2266)] = 115735, [SMALL_STATE(2267)] = 115769, [SMALL_STATE(2268)] = 115809, [SMALL_STATE(2269)] = 115855, [SMALL_STATE(2270)] = 115901, [SMALL_STATE(2271)] = 115925, [SMALL_STATE(2272)] = 115949, [SMALL_STATE(2273)] = 115975, [SMALL_STATE(2274)] = 116011, [SMALL_STATE(2275)] = 116035, [SMALL_STATE(2276)] = 116081, [SMALL_STATE(2277)] = 116127, [SMALL_STATE(2278)] = 116173, [SMALL_STATE(2279)] = 116197, [SMALL_STATE(2280)] = 116231, [SMALL_STATE(2281)] = 116255, [SMALL_STATE(2282)] = 116283, [SMALL_STATE(2283)] = 116307, [SMALL_STATE(2284)] = 116333, [SMALL_STATE(2285)] = 116369, [SMALL_STATE(2286)] = 116397, [SMALL_STATE(2287)] = 116421, [SMALL_STATE(2288)] = 116467, [SMALL_STATE(2289)] = 116491, [SMALL_STATE(2290)] = 116533, [SMALL_STATE(2291)] = 116557, [SMALL_STATE(2292)] = 116581, [SMALL_STATE(2293)] = 116627, [SMALL_STATE(2294)] = 116651, [SMALL_STATE(2295)] = 116697, [SMALL_STATE(2296)] = 116721, [SMALL_STATE(2297)] = 116767, [SMALL_STATE(2298)] = 116813, [SMALL_STATE(2299)] = 116859, [SMALL_STATE(2300)] = 116905, [SMALL_STATE(2301)] = 116951, [SMALL_STATE(2302)] = 116975, [SMALL_STATE(2303)] = 117019, [SMALL_STATE(2304)] = 117053, [SMALL_STATE(2305)] = 117099, [SMALL_STATE(2306)] = 117123, [SMALL_STATE(2307)] = 117169, [SMALL_STATE(2308)] = 117215, [SMALL_STATE(2309)] = 117243, [SMALL_STATE(2310)] = 117289, [SMALL_STATE(2311)] = 117321, [SMALL_STATE(2312)] = 117351, [SMALL_STATE(2313)] = 117397, [SMALL_STATE(2314)] = 117439, [SMALL_STATE(2315)] = 117473, [SMALL_STATE(2316)] = 117519, [SMALL_STATE(2317)] = 117565, [SMALL_STATE(2318)] = 117611, [SMALL_STATE(2319)] = 117657, [SMALL_STATE(2320)] = 117683, [SMALL_STATE(2321)] = 117707, [SMALL_STATE(2322)] = 117739, [SMALL_STATE(2323)] = 117785, [SMALL_STATE(2324)] = 117831, [SMALL_STATE(2325)] = 117859, [SMALL_STATE(2326)] = 117905, [SMALL_STATE(2327)] = 117951, [SMALL_STATE(2328)] = 117983, [SMALL_STATE(2329)] = 118029, [SMALL_STATE(2330)] = 118053, [SMALL_STATE(2331)] = 118099, [SMALL_STATE(2332)] = 118145, [SMALL_STATE(2333)] = 118187, [SMALL_STATE(2334)] = 118229, [SMALL_STATE(2335)] = 118275, [SMALL_STATE(2336)] = 118315, [SMALL_STATE(2337)] = 118339, [SMALL_STATE(2338)] = 118385, [SMALL_STATE(2339)] = 118427, [SMALL_STATE(2340)] = 118451, [SMALL_STATE(2341)] = 118475, [SMALL_STATE(2342)] = 118501, [SMALL_STATE(2343)] = 118525, [SMALL_STATE(2344)] = 118571, [SMALL_STATE(2345)] = 118595, [SMALL_STATE(2346)] = 118641, [SMALL_STATE(2347)] = 118687, [SMALL_STATE(2348)] = 118733, [SMALL_STATE(2349)] = 118779, [SMALL_STATE(2350)] = 118803, [SMALL_STATE(2351)] = 118849, [SMALL_STATE(2352)] = 118895, [SMALL_STATE(2353)] = 118941, [SMALL_STATE(2354)] = 118965, [SMALL_STATE(2355)] = 119011, [SMALL_STATE(2356)] = 119057, [SMALL_STATE(2357)] = 119081, [SMALL_STATE(2358)] = 119121, [SMALL_STATE(2359)] = 119145, [SMALL_STATE(2360)] = 119191, [SMALL_STATE(2361)] = 119215, [SMALL_STATE(2362)] = 119259, [SMALL_STATE(2363)] = 119283, [SMALL_STATE(2364)] = 119317, [SMALL_STATE(2365)] = 119343, [SMALL_STATE(2366)] = 119389, [SMALL_STATE(2367)] = 119435, [SMALL_STATE(2368)] = 119458, [SMALL_STATE(2369)] = 119499, [SMALL_STATE(2370)] = 119522, [SMALL_STATE(2371)] = 119545, [SMALL_STATE(2372)] = 119578, [SMALL_STATE(2373)] = 119601, [SMALL_STATE(2374)] = 119624, [SMALL_STATE(2375)] = 119651, [SMALL_STATE(2376)] = 119678, [SMALL_STATE(2377)] = 119703, [SMALL_STATE(2378)] = 119726, [SMALL_STATE(2379)] = 119749, [SMALL_STATE(2380)] = 119772, [SMALL_STATE(2381)] = 119795, [SMALL_STATE(2382)] = 119818, [SMALL_STATE(2383)] = 119853, [SMALL_STATE(2384)] = 119876, [SMALL_STATE(2385)] = 119899, [SMALL_STATE(2386)] = 119922, [SMALL_STATE(2387)] = 119945, [SMALL_STATE(2388)] = 119976, [SMALL_STATE(2389)] = 119999, [SMALL_STATE(2390)] = 120022, [SMALL_STATE(2391)] = 120049, [SMALL_STATE(2392)] = 120090, [SMALL_STATE(2393)] = 120115, [SMALL_STATE(2394)] = 120146, [SMALL_STATE(2395)] = 120187, [SMALL_STATE(2396)] = 120228, [SMALL_STATE(2397)] = 120269, [SMALL_STATE(2398)] = 120310, [SMALL_STATE(2399)] = 120333, [SMALL_STATE(2400)] = 120356, [SMALL_STATE(2401)] = 120397, [SMALL_STATE(2402)] = 120430, [SMALL_STATE(2403)] = 120453, [SMALL_STATE(2404)] = 120496, [SMALL_STATE(2405)] = 120537, [SMALL_STATE(2406)] = 120560, [SMALL_STATE(2407)] = 120583, [SMALL_STATE(2408)] = 120622, [SMALL_STATE(2409)] = 120655, [SMALL_STATE(2410)] = 120696, [SMALL_STATE(2411)] = 120735, [SMALL_STATE(2412)] = 120758, [SMALL_STATE(2413)] = 120781, [SMALL_STATE(2414)] = 120804, [SMALL_STATE(2415)] = 120827, [SMALL_STATE(2416)] = 120852, [SMALL_STATE(2417)] = 120875, [SMALL_STATE(2418)] = 120898, [SMALL_STATE(2419)] = 120921, [SMALL_STATE(2420)] = 120944, [SMALL_STATE(2421)] = 120987, [SMALL_STATE(2422)] = 121010, [SMALL_STATE(2423)] = 121033, [SMALL_STATE(2424)] = 121062, [SMALL_STATE(2425)] = 121085, [SMALL_STATE(2426)] = 121108, [SMALL_STATE(2427)] = 121131, [SMALL_STATE(2428)] = 121172, [SMALL_STATE(2429)] = 121215, [SMALL_STATE(2430)] = 121256, [SMALL_STATE(2431)] = 121279, [SMALL_STATE(2432)] = 121302, [SMALL_STATE(2433)] = 121329, [SMALL_STATE(2434)] = 121352, [SMALL_STATE(2435)] = 121383, [SMALL_STATE(2436)] = 121406, [SMALL_STATE(2437)] = 121429, [SMALL_STATE(2438)] = 121452, [SMALL_STATE(2439)] = 121491, [SMALL_STATE(2440)] = 121514, [SMALL_STATE(2441)] = 121537, [SMALL_STATE(2442)] = 121564, [SMALL_STATE(2443)] = 121603, [SMALL_STATE(2444)] = 121642, [SMALL_STATE(2445)] = 121681, [SMALL_STATE(2446)] = 121704, [SMALL_STATE(2447)] = 121737, [SMALL_STATE(2448)] = 121760, [SMALL_STATE(2449)] = 121793, [SMALL_STATE(2450)] = 121816, [SMALL_STATE(2451)] = 121839, [SMALL_STATE(2452)] = 121862, [SMALL_STATE(2453)] = 121885, [SMALL_STATE(2454)] = 121926, [SMALL_STATE(2455)] = 121949, [SMALL_STATE(2456)] = 121972, [SMALL_STATE(2457)] = 122013, [SMALL_STATE(2458)] = 122054, [SMALL_STATE(2459)] = 122077, [SMALL_STATE(2460)] = 122118, [SMALL_STATE(2461)] = 122141, [SMALL_STATE(2462)] = 122164, [SMALL_STATE(2463)] = 122195, [SMALL_STATE(2464)] = 122236, [SMALL_STATE(2465)] = 122277, [SMALL_STATE(2466)] = 122318, [SMALL_STATE(2467)] = 122341, [SMALL_STATE(2468)] = 122374, [SMALL_STATE(2469)] = 122397, [SMALL_STATE(2470)] = 122420, [SMALL_STATE(2471)] = 122443, [SMALL_STATE(2472)] = 122466, [SMALL_STATE(2473)] = 122491, [SMALL_STATE(2474)] = 122522, [SMALL_STATE(2475)] = 122545, [SMALL_STATE(2476)] = 122574, [SMALL_STATE(2477)] = 122597, [SMALL_STATE(2478)] = 122620, [SMALL_STATE(2479)] = 122643, [SMALL_STATE(2480)] = 122666, [SMALL_STATE(2481)] = 122705, [SMALL_STATE(2482)] = 122728, [SMALL_STATE(2483)] = 122751, [SMALL_STATE(2484)] = 122792, [SMALL_STATE(2485)] = 122833, [SMALL_STATE(2486)] = 122874, [SMALL_STATE(2487)] = 122913, [SMALL_STATE(2488)] = 122954, [SMALL_STATE(2489)] = 122977, [SMALL_STATE(2490)] = 123004, [SMALL_STATE(2491)] = 123045, [SMALL_STATE(2492)] = 123088, [SMALL_STATE(2493)] = 123111, [SMALL_STATE(2494)] = 123138, [SMALL_STATE(2495)] = 123171, [SMALL_STATE(2496)] = 123212, [SMALL_STATE(2497)] = 123253, [SMALL_STATE(2498)] = 123294, [SMALL_STATE(2499)] = 123335, [SMALL_STATE(2500)] = 123362, [SMALL_STATE(2501)] = 123403, [SMALL_STATE(2502)] = 123444, [SMALL_STATE(2503)] = 123485, [SMALL_STATE(2504)] = 123508, [SMALL_STATE(2505)] = 123549, [SMALL_STATE(2506)] = 123590, [SMALL_STATE(2507)] = 123613, [SMALL_STATE(2508)] = 123636, [SMALL_STATE(2509)] = 123659, [SMALL_STATE(2510)] = 123693, [SMALL_STATE(2511)] = 123727, [SMALL_STATE(2512)] = 123763, [SMALL_STATE(2513)] = 123789, [SMALL_STATE(2514)] = 123823, [SMALL_STATE(2515)] = 123849, [SMALL_STATE(2516)] = 123883, [SMALL_STATE(2517)] = 123905, [SMALL_STATE(2518)] = 123939, [SMALL_STATE(2519)] = 123973, [SMALL_STATE(2520)] = 124003, [SMALL_STATE(2521)] = 124029, [SMALL_STATE(2522)] = 124063, [SMALL_STATE(2523)] = 124085, [SMALL_STATE(2524)] = 124119, [SMALL_STATE(2525)] = 124159, [SMALL_STATE(2526)] = 124193, [SMALL_STATE(2527)] = 124227, [SMALL_STATE(2528)] = 124261, [SMALL_STATE(2529)] = 124295, [SMALL_STATE(2530)] = 124317, [SMALL_STATE(2531)] = 124357, [SMALL_STATE(2532)] = 124391, [SMALL_STATE(2533)] = 124425, [SMALL_STATE(2534)] = 124459, [SMALL_STATE(2535)] = 124481, [SMALL_STATE(2536)] = 124505, [SMALL_STATE(2537)] = 124539, [SMALL_STATE(2538)] = 124573, [SMALL_STATE(2539)] = 124607, [SMALL_STATE(2540)] = 124633, [SMALL_STATE(2541)] = 124667, [SMALL_STATE(2542)] = 124701, [SMALL_STATE(2543)] = 124741, [SMALL_STATE(2544)] = 124775, [SMALL_STATE(2545)] = 124809, [SMALL_STATE(2546)] = 124841, [SMALL_STATE(2547)] = 124875, [SMALL_STATE(2548)] = 124909, [SMALL_STATE(2549)] = 124931, [SMALL_STATE(2550)] = 124965, [SMALL_STATE(2551)] = 124987, [SMALL_STATE(2552)] = 125021, [SMALL_STATE(2553)] = 125055, [SMALL_STATE(2554)] = 125089, [SMALL_STATE(2555)] = 125113, [SMALL_STATE(2556)] = 125147, [SMALL_STATE(2557)] = 125181, [SMALL_STATE(2558)] = 125215, [SMALL_STATE(2559)] = 125249, [SMALL_STATE(2560)] = 125283, [SMALL_STATE(2561)] = 125317, [SMALL_STATE(2562)] = 125351, [SMALL_STATE(2563)] = 125385, [SMALL_STATE(2564)] = 125419, [SMALL_STATE(2565)] = 125453, [SMALL_STATE(2566)] = 125487, [SMALL_STATE(2567)] = 125521, [SMALL_STATE(2568)] = 125555, [SMALL_STATE(2569)] = 125595, [SMALL_STATE(2570)] = 125629, [SMALL_STATE(2571)] = 125663, [SMALL_STATE(2572)] = 125695, [SMALL_STATE(2573)] = 125729, [SMALL_STATE(2574)] = 125763, [SMALL_STATE(2575)] = 125803, [SMALL_STATE(2576)] = 125837, [SMALL_STATE(2577)] = 125871, [SMALL_STATE(2578)] = 125911, [SMALL_STATE(2579)] = 125945, [SMALL_STATE(2580)] = 125979, [SMALL_STATE(2581)] = 126001, [SMALL_STATE(2582)] = 126035, [SMALL_STATE(2583)] = 126069, [SMALL_STATE(2584)] = 126093, [SMALL_STATE(2585)] = 126127, [SMALL_STATE(2586)] = 126159, [SMALL_STATE(2587)] = 126193, [SMALL_STATE(2588)] = 126227, [SMALL_STATE(2589)] = 126261, [SMALL_STATE(2590)] = 126295, [SMALL_STATE(2591)] = 126329, [SMALL_STATE(2592)] = 126363, [SMALL_STATE(2593)] = 126397, [SMALL_STATE(2594)] = 126431, [SMALL_STATE(2595)] = 126465, [SMALL_STATE(2596)] = 126499, [SMALL_STATE(2597)] = 126533, [SMALL_STATE(2598)] = 126555, [SMALL_STATE(2599)] = 126589, [SMALL_STATE(2600)] = 126623, [SMALL_STATE(2601)] = 126657, [SMALL_STATE(2602)] = 126679, [SMALL_STATE(2603)] = 126701, [SMALL_STATE(2604)] = 126731, [SMALL_STATE(2605)] = 126763, [SMALL_STATE(2606)] = 126789, [SMALL_STATE(2607)] = 126811, [SMALL_STATE(2608)] = 126845, [SMALL_STATE(2609)] = 126867, [SMALL_STATE(2610)] = 126905, [SMALL_STATE(2611)] = 126943, [SMALL_STATE(2612)] = 126977, [SMALL_STATE(2613)] = 127011, [SMALL_STATE(2614)] = 127045, [SMALL_STATE(2615)] = 127073, [SMALL_STATE(2616)] = 127095, [SMALL_STATE(2617)] = 127131, [SMALL_STATE(2618)] = 127171, [SMALL_STATE(2619)] = 127205, [SMALL_STATE(2620)] = 127239, [SMALL_STATE(2621)] = 127279, [SMALL_STATE(2622)] = 127313, [SMALL_STATE(2623)] = 127347, [SMALL_STATE(2624)] = 127381, [SMALL_STATE(2625)] = 127415, [SMALL_STATE(2626)] = 127449, [SMALL_STATE(2627)] = 127483, [SMALL_STATE(2628)] = 127517, [SMALL_STATE(2629)] = 127551, [SMALL_STATE(2630)] = 127585, [SMALL_STATE(2631)] = 127611, [SMALL_STATE(2632)] = 127645, [SMALL_STATE(2633)] = 127679, [SMALL_STATE(2634)] = 127713, [SMALL_STATE(2635)] = 127747, [SMALL_STATE(2636)] = 127781, [SMALL_STATE(2637)] = 127807, [SMALL_STATE(2638)] = 127841, [SMALL_STATE(2639)] = 127875, [SMALL_STATE(2640)] = 127897, [SMALL_STATE(2641)] = 127931, [SMALL_STATE(2642)] = 127965, [SMALL_STATE(2643)] = 127987, [SMALL_STATE(2644)] = 128021, [SMALL_STATE(2645)] = 128055, [SMALL_STATE(2646)] = 128089, [SMALL_STATE(2647)] = 128123, [SMALL_STATE(2648)] = 128157, [SMALL_STATE(2649)] = 128191, [SMALL_STATE(2650)] = 128225, [SMALL_STATE(2651)] = 128261, [SMALL_STATE(2652)] = 128295, [SMALL_STATE(2653)] = 128329, [SMALL_STATE(2654)] = 128369, [SMALL_STATE(2655)] = 128403, [SMALL_STATE(2656)] = 128437, [SMALL_STATE(2657)] = 128471, [SMALL_STATE(2658)] = 128505, [SMALL_STATE(2659)] = 128527, [SMALL_STATE(2660)] = 128561, [SMALL_STATE(2661)] = 128595, [SMALL_STATE(2662)] = 128619, [SMALL_STATE(2663)] = 128659, [SMALL_STATE(2664)] = 128699, [SMALL_STATE(2665)] = 128733, [SMALL_STATE(2666)] = 128773, [SMALL_STATE(2667)] = 128795, [SMALL_STATE(2668)] = 128829, [SMALL_STATE(2669)] = 128863, [SMALL_STATE(2670)] = 128897, [SMALL_STATE(2671)] = 128921, [SMALL_STATE(2672)] = 128955, [SMALL_STATE(2673)] = 128995, [SMALL_STATE(2674)] = 129029, [SMALL_STATE(2675)] = 129063, [SMALL_STATE(2676)] = 129103, [SMALL_STATE(2677)] = 129137, [SMALL_STATE(2678)] = 129171, [SMALL_STATE(2679)] = 129205, [SMALL_STATE(2680)] = 129239, [SMALL_STATE(2681)] = 129279, [SMALL_STATE(2682)] = 129313, [SMALL_STATE(2683)] = 129351, [SMALL_STATE(2684)] = 129375, [SMALL_STATE(2685)] = 129415, [SMALL_STATE(2686)] = 129455, [SMALL_STATE(2687)] = 129489, [SMALL_STATE(2688)] = 129529, [SMALL_STATE(2689)] = 129563, [SMALL_STATE(2690)] = 129597, [SMALL_STATE(2691)] = 129631, [SMALL_STATE(2692)] = 129665, [SMALL_STATE(2693)] = 129703, [SMALL_STATE(2694)] = 129737, [SMALL_STATE(2695)] = 129763, [SMALL_STATE(2696)] = 129797, [SMALL_STATE(2697)] = 129825, [SMALL_STATE(2698)] = 129859, [SMALL_STATE(2699)] = 129893, [SMALL_STATE(2700)] = 129927, [SMALL_STATE(2701)] = 129961, [SMALL_STATE(2702)] = 129995, [SMALL_STATE(2703)] = 130017, [SMALL_STATE(2704)] = 130051, [SMALL_STATE(2705)] = 130073, [SMALL_STATE(2706)] = 130107, [SMALL_STATE(2707)] = 130131, [SMALL_STATE(2708)] = 130165, [SMALL_STATE(2709)] = 130199, [SMALL_STATE(2710)] = 130233, [SMALL_STATE(2711)] = 130267, [SMALL_STATE(2712)] = 130289, [SMALL_STATE(2713)] = 130323, [SMALL_STATE(2714)] = 130357, [SMALL_STATE(2715)] = 130391, [SMALL_STATE(2716)] = 130425, [SMALL_STATE(2717)] = 130459, [SMALL_STATE(2718)] = 130493, [SMALL_STATE(2719)] = 130527, [SMALL_STATE(2720)] = 130549, [SMALL_STATE(2721)] = 130583, [SMALL_STATE(2722)] = 130617, [SMALL_STATE(2723)] = 130651, [SMALL_STATE(2724)] = 130689, [SMALL_STATE(2725)] = 130723, [SMALL_STATE(2726)] = 130757, [SMALL_STATE(2727)] = 130791, [SMALL_STATE(2728)] = 130825, [SMALL_STATE(2729)] = 130859, [SMALL_STATE(2730)] = 130893, [SMALL_STATE(2731)] = 130927, [SMALL_STATE(2732)] = 130961, [SMALL_STATE(2733)] = 130995, [SMALL_STATE(2734)] = 131017, [SMALL_STATE(2735)] = 131051, [SMALL_STATE(2736)] = 131091, [SMALL_STATE(2737)] = 131125, [SMALL_STATE(2738)] = 131159, [SMALL_STATE(2739)] = 131193, [SMALL_STATE(2740)] = 131233, [SMALL_STATE(2741)] = 131267, [SMALL_STATE(2742)] = 131301, [SMALL_STATE(2743)] = 131325, [SMALL_STATE(2744)] = 131365, [SMALL_STATE(2745)] = 131399, [SMALL_STATE(2746)] = 131439, [SMALL_STATE(2747)] = 131473, [SMALL_STATE(2748)] = 131507, [SMALL_STATE(2749)] = 131541, [SMALL_STATE(2750)] = 131563, [SMALL_STATE(2751)] = 131597, [SMALL_STATE(2752)] = 131631, [SMALL_STATE(2753)] = 131665, [SMALL_STATE(2754)] = 131699, [SMALL_STATE(2755)] = 131733, [SMALL_STATE(2756)] = 131767, [SMALL_STATE(2757)] = 131801, [SMALL_STATE(2758)] = 131835, [SMALL_STATE(2759)] = 131859, [SMALL_STATE(2760)] = 131899, [SMALL_STATE(2761)] = 131939, [SMALL_STATE(2762)] = 131973, [SMALL_STATE(2763)] = 132007, [SMALL_STATE(2764)] = 132041, [SMALL_STATE(2765)] = 132063, [SMALL_STATE(2766)] = 132097, [SMALL_STATE(2767)] = 132137, [SMALL_STATE(2768)] = 132171, [SMALL_STATE(2769)] = 132205, [SMALL_STATE(2770)] = 132227, [SMALL_STATE(2771)] = 132261, [SMALL_STATE(2772)] = 132295, [SMALL_STATE(2773)] = 132329, [SMALL_STATE(2774)] = 132367, [SMALL_STATE(2775)] = 132407, [SMALL_STATE(2776)] = 132441, [SMALL_STATE(2777)] = 132463, [SMALL_STATE(2778)] = 132497, [SMALL_STATE(2779)] = 132531, [SMALL_STATE(2780)] = 132565, [SMALL_STATE(2781)] = 132599, [SMALL_STATE(2782)] = 132633, [SMALL_STATE(2783)] = 132667, [SMALL_STATE(2784)] = 132701, [SMALL_STATE(2785)] = 132733, [SMALL_STATE(2786)] = 132767, [SMALL_STATE(2787)] = 132801, [SMALL_STATE(2788)] = 132823, [SMALL_STATE(2789)] = 132857, [SMALL_STATE(2790)] = 132891, [SMALL_STATE(2791)] = 132925, [SMALL_STATE(2792)] = 132959, [SMALL_STATE(2793)] = 132981, [SMALL_STATE(2794)] = 133021, [SMALL_STATE(2795)] = 133055, [SMALL_STATE(2796)] = 133089, [SMALL_STATE(2797)] = 133123, [SMALL_STATE(2798)] = 133163, [SMALL_STATE(2799)] = 133189, [SMALL_STATE(2800)] = 133223, [SMALL_STATE(2801)] = 133263, [SMALL_STATE(2802)] = 133295, [SMALL_STATE(2803)] = 133335, [SMALL_STATE(2804)] = 133357, [SMALL_STATE(2805)] = 133379, [SMALL_STATE(2806)] = 133413, [SMALL_STATE(2807)] = 133447, [SMALL_STATE(2808)] = 133479, [SMALL_STATE(2809)] = 133513, [SMALL_STATE(2810)] = 133551, [SMALL_STATE(2811)] = 133581, [SMALL_STATE(2812)] = 133619, [SMALL_STATE(2813)] = 133641, [SMALL_STATE(2814)] = 133675, [SMALL_STATE(2815)] = 133697, [SMALL_STATE(2816)] = 133737, [SMALL_STATE(2817)] = 133771, [SMALL_STATE(2818)] = 133805, [SMALL_STATE(2819)] = 133839, [SMALL_STATE(2820)] = 133873, [SMALL_STATE(2821)] = 133907, [SMALL_STATE(2822)] = 133941, [SMALL_STATE(2823)] = 133975, [SMALL_STATE(2824)] = 134015, [SMALL_STATE(2825)] = 134049, [SMALL_STATE(2826)] = 134083, [SMALL_STATE(2827)] = 134117, [SMALL_STATE(2828)] = 134151, [SMALL_STATE(2829)] = 134173, [SMALL_STATE(2830)] = 134205, [SMALL_STATE(2831)] = 134245, [SMALL_STATE(2832)] = 134279, [SMALL_STATE(2833)] = 134319, [SMALL_STATE(2834)] = 134353, [SMALL_STATE(2835)] = 134387, [SMALL_STATE(2836)] = 134409, [SMALL_STATE(2837)] = 134431, [SMALL_STATE(2838)] = 134465, [SMALL_STATE(2839)] = 134487, [SMALL_STATE(2840)] = 134521, [SMALL_STATE(2841)] = 134561, [SMALL_STATE(2842)] = 134595, [SMALL_STATE(2843)] = 134617, [SMALL_STATE(2844)] = 134651, [SMALL_STATE(2845)] = 134685, [SMALL_STATE(2846)] = 134725, [SMALL_STATE(2847)] = 134759, [SMALL_STATE(2848)] = 134793, [SMALL_STATE(2849)] = 134827, [SMALL_STATE(2850)] = 134861, [SMALL_STATE(2851)] = 134895, [SMALL_STATE(2852)] = 134929, [SMALL_STATE(2853)] = 134965, [SMALL_STATE(2854)] = 134999, [SMALL_STATE(2855)] = 135021, [SMALL_STATE(2856)] = 135055, [SMALL_STATE(2857)] = 135077, [SMALL_STATE(2858)] = 135111, [SMALL_STATE(2859)] = 135151, [SMALL_STATE(2860)] = 135191, [SMALL_STATE(2861)] = 135225, [SMALL_STATE(2862)] = 135259, [SMALL_STATE(2863)] = 135293, [SMALL_STATE(2864)] = 135327, [SMALL_STATE(2865)] = 135353, [SMALL_STATE(2866)] = 135375, [SMALL_STATE(2867)] = 135397, [SMALL_STATE(2868)] = 135427, [SMALL_STATE(2869)] = 135461, [SMALL_STATE(2870)] = 135495, [SMALL_STATE(2871)] = 135529, [SMALL_STATE(2872)] = 135561, [SMALL_STATE(2873)] = 135583, [SMALL_STATE(2874)] = 135617, [SMALL_STATE(2875)] = 135639, [SMALL_STATE(2876)] = 135673, [SMALL_STATE(2877)] = 135707, [SMALL_STATE(2878)] = 135747, [SMALL_STATE(2879)] = 135781, [SMALL_STATE(2880)] = 135821, [SMALL_STATE(2881)] = 135855, [SMALL_STATE(2882)] = 135889, [SMALL_STATE(2883)] = 135911, [SMALL_STATE(2884)] = 135951, [SMALL_STATE(2885)] = 135985, [SMALL_STATE(2886)] = 136025, [SMALL_STATE(2887)] = 136059, [SMALL_STATE(2888)] = 136093, [SMALL_STATE(2889)] = 136127, [SMALL_STATE(2890)] = 136161, [SMALL_STATE(2891)] = 136195, [SMALL_STATE(2892)] = 136235, [SMALL_STATE(2893)] = 136275, [SMALL_STATE(2894)] = 136309, [SMALL_STATE(2895)] = 136333, [SMALL_STATE(2896)] = 136367, [SMALL_STATE(2897)] = 136407, [SMALL_STATE(2898)] = 136428, [SMALL_STATE(2899)] = 136449, [SMALL_STATE(2900)] = 136480, [SMALL_STATE(2901)] = 136501, [SMALL_STATE(2902)] = 136524, [SMALL_STATE(2903)] = 136551, [SMALL_STATE(2904)] = 136576, [SMALL_STATE(2905)] = 136597, [SMALL_STATE(2906)] = 136622, [SMALL_STATE(2907)] = 136643, [SMALL_STATE(2908)] = 136666, [SMALL_STATE(2909)] = 136687, [SMALL_STATE(2910)] = 136708, [SMALL_STATE(2911)] = 136729, [SMALL_STATE(2912)] = 136750, [SMALL_STATE(2913)] = 136771, [SMALL_STATE(2914)] = 136792, [SMALL_STATE(2915)] = 136815, [SMALL_STATE(2916)] = 136842, [SMALL_STATE(2917)] = 136865, [SMALL_STATE(2918)] = 136886, [SMALL_STATE(2919)] = 136909, [SMALL_STATE(2920)] = 136930, [SMALL_STATE(2921)] = 136951, [SMALL_STATE(2922)] = 136972, [SMALL_STATE(2923)] = 136993, [SMALL_STATE(2924)] = 137014, [SMALL_STATE(2925)] = 137039, [SMALL_STATE(2926)] = 137060, [SMALL_STATE(2927)] = 137081, [SMALL_STATE(2928)] = 137102, [SMALL_STATE(2929)] = 137123, [SMALL_STATE(2930)] = 137146, [SMALL_STATE(2931)] = 137167, [SMALL_STATE(2932)] = 137190, [SMALL_STATE(2933)] = 137211, [SMALL_STATE(2934)] = 137246, [SMALL_STATE(2935)] = 137267, [SMALL_STATE(2936)] = 137288, [SMALL_STATE(2937)] = 137309, [SMALL_STATE(2938)] = 137330, [SMALL_STATE(2939)] = 137351, [SMALL_STATE(2940)] = 137376, [SMALL_STATE(2941)] = 137397, [SMALL_STATE(2942)] = 137418, [SMALL_STATE(2943)] = 137439, [SMALL_STATE(2944)] = 137460, [SMALL_STATE(2945)] = 137481, [SMALL_STATE(2946)] = 137506, [SMALL_STATE(2947)] = 137527, [SMALL_STATE(2948)] = 137550, [SMALL_STATE(2949)] = 137571, [SMALL_STATE(2950)] = 137592, [SMALL_STATE(2951)] = 137613, [SMALL_STATE(2952)] = 137634, [SMALL_STATE(2953)] = 137655, [SMALL_STATE(2954)] = 137676, [SMALL_STATE(2955)] = 137697, [SMALL_STATE(2956)] = 137718, [SMALL_STATE(2957)] = 137739, [SMALL_STATE(2958)] = 137760, [SMALL_STATE(2959)] = 137781, [SMALL_STATE(2960)] = 137812, [SMALL_STATE(2961)] = 137833, [SMALL_STATE(2962)] = 137854, [SMALL_STATE(2963)] = 137875, [SMALL_STATE(2964)] = 137896, [SMALL_STATE(2965)] = 137917, [SMALL_STATE(2966)] = 137938, [SMALL_STATE(2967)] = 137959, [SMALL_STATE(2968)] = 137980, [SMALL_STATE(2969)] = 138001, [SMALL_STATE(2970)] = 138022, [SMALL_STATE(2971)] = 138047, [SMALL_STATE(2972)] = 138072, [SMALL_STATE(2973)] = 138093, [SMALL_STATE(2974)] = 138118, [SMALL_STATE(2975)] = 138139, [SMALL_STATE(2976)] = 138160, [SMALL_STATE(2977)] = 138181, [SMALL_STATE(2978)] = 138202, [SMALL_STATE(2979)] = 138223, [SMALL_STATE(2980)] = 138244, [SMALL_STATE(2981)] = 138269, [SMALL_STATE(2982)] = 138304, [SMALL_STATE(2983)] = 138325, [SMALL_STATE(2984)] = 138350, [SMALL_STATE(2985)] = 138371, [SMALL_STATE(2986)] = 138392, [SMALL_STATE(2987)] = 138417, [SMALL_STATE(2988)] = 138438, [SMALL_STATE(2989)] = 138459, [SMALL_STATE(2990)] = 138480, [SMALL_STATE(2991)] = 138501, [SMALL_STATE(2992)] = 138526, [SMALL_STATE(2993)] = 138547, [SMALL_STATE(2994)] = 138570, [SMALL_STATE(2995)] = 138591, [SMALL_STATE(2996)] = 138616, [SMALL_STATE(2997)] = 138645, [SMALL_STATE(2998)] = 138666, [SMALL_STATE(2999)] = 138687, [SMALL_STATE(3000)] = 138708, [SMALL_STATE(3001)] = 138733, [SMALL_STATE(3002)] = 138754, [SMALL_STATE(3003)] = 138779, [SMALL_STATE(3004)] = 138814, [SMALL_STATE(3005)] = 138837, [SMALL_STATE(3006)] = 138868, [SMALL_STATE(3007)] = 138889, [SMALL_STATE(3008)] = 138910, [SMALL_STATE(3009)] = 138931, [SMALL_STATE(3010)] = 138952, [SMALL_STATE(3011)] = 138981, [SMALL_STATE(3012)] = 139002, [SMALL_STATE(3013)] = 139025, [SMALL_STATE(3014)] = 139056, [SMALL_STATE(3015)] = 139077, [SMALL_STATE(3016)] = 139098, [SMALL_STATE(3017)] = 139119, [SMALL_STATE(3018)] = 139140, [SMALL_STATE(3019)] = 139161, [SMALL_STATE(3020)] = 139186, [SMALL_STATE(3021)] = 139207, [SMALL_STATE(3022)] = 139228, [SMALL_STATE(3023)] = 139248, [SMALL_STATE(3024)] = 139268, [SMALL_STATE(3025)] = 139288, [SMALL_STATE(3026)] = 139308, [SMALL_STATE(3027)] = 139328, [SMALL_STATE(3028)] = 139348, [SMALL_STATE(3029)] = 139368, [SMALL_STATE(3030)] = 139388, [SMALL_STATE(3031)] = 139408, [SMALL_STATE(3032)] = 139428, [SMALL_STATE(3033)] = 139450, [SMALL_STATE(3034)] = 139474, [SMALL_STATE(3035)] = 139494, [SMALL_STATE(3036)] = 139514, [SMALL_STATE(3037)] = 139534, [SMALL_STATE(3038)] = 139554, [SMALL_STATE(3039)] = 139574, [SMALL_STATE(3040)] = 139598, [SMALL_STATE(3041)] = 139622, [SMALL_STATE(3042)] = 139644, [SMALL_STATE(3043)] = 139670, [SMALL_STATE(3044)] = 139690, [SMALL_STATE(3045)] = 139714, [SMALL_STATE(3046)] = 139734, [SMALL_STATE(3047)] = 139754, [SMALL_STATE(3048)] = 139778, [SMALL_STATE(3049)] = 139800, [SMALL_STATE(3050)] = 139824, [SMALL_STATE(3051)] = 139844, [SMALL_STATE(3052)] = 139864, [SMALL_STATE(3053)] = 139886, [SMALL_STATE(3054)] = 139906, [SMALL_STATE(3055)] = 139926, [SMALL_STATE(3056)] = 139946, [SMALL_STATE(3057)] = 139974, [SMALL_STATE(3058)] = 140008, [SMALL_STATE(3059)] = 140028, [SMALL_STATE(3060)] = 140052, [SMALL_STATE(3061)] = 140072, [SMALL_STATE(3062)] = 140092, [SMALL_STATE(3063)] = 140112, [SMALL_STATE(3064)] = 140134, [SMALL_STATE(3065)] = 140154, [SMALL_STATE(3066)] = 140174, [SMALL_STATE(3067)] = 140198, [SMALL_STATE(3068)] = 140220, [SMALL_STATE(3069)] = 140240, [SMALL_STATE(3070)] = 140264, [SMALL_STATE(3071)] = 140284, [SMALL_STATE(3072)] = 140308, [SMALL_STATE(3073)] = 140330, [SMALL_STATE(3074)] = 140350, [SMALL_STATE(3075)] = 140370, [SMALL_STATE(3076)] = 140390, [SMALL_STATE(3077)] = 140410, [SMALL_STATE(3078)] = 140430, [SMALL_STATE(3079)] = 140450, [SMALL_STATE(3080)] = 140470, [SMALL_STATE(3081)] = 140490, [SMALL_STATE(3082)] = 140510, [SMALL_STATE(3083)] = 140530, [SMALL_STATE(3084)] = 140550, [SMALL_STATE(3085)] = 140574, [SMALL_STATE(3086)] = 140594, [SMALL_STATE(3087)] = 140616, [SMALL_STATE(3088)] = 140636, [SMALL_STATE(3089)] = 140656, [SMALL_STATE(3090)] = 140676, [SMALL_STATE(3091)] = 140696, [SMALL_STATE(3092)] = 140720, [SMALL_STATE(3093)] = 140740, [SMALL_STATE(3094)] = 140760, [SMALL_STATE(3095)] = 140780, [SMALL_STATE(3096)] = 140802, [SMALL_STATE(3097)] = 140822, [SMALL_STATE(3098)] = 140842, [SMALL_STATE(3099)] = 140864, [SMALL_STATE(3100)] = 140884, [SMALL_STATE(3101)] = 140906, [SMALL_STATE(3102)] = 140926, [SMALL_STATE(3103)] = 140946, [SMALL_STATE(3104)] = 140968, [SMALL_STATE(3105)] = 140988, [SMALL_STATE(3106)] = 141008, [SMALL_STATE(3107)] = 141028, [SMALL_STATE(3108)] = 141048, [SMALL_STATE(3109)] = 141068, [SMALL_STATE(3110)] = 141088, [SMALL_STATE(3111)] = 141108, [SMALL_STATE(3112)] = 141130, [SMALL_STATE(3113)] = 141150, [SMALL_STATE(3114)] = 141170, [SMALL_STATE(3115)] = 141190, [SMALL_STATE(3116)] = 141214, [SMALL_STATE(3117)] = 141234, [SMALL_STATE(3118)] = 141254, [SMALL_STATE(3119)] = 141274, [SMALL_STATE(3120)] = 141294, [SMALL_STATE(3121)] = 141314, [SMALL_STATE(3122)] = 141334, [SMALL_STATE(3123)] = 141354, [SMALL_STATE(3124)] = 141374, [SMALL_STATE(3125)] = 141394, [SMALL_STATE(3126)] = 141416, [SMALL_STATE(3127)] = 141436, [SMALL_STATE(3128)] = 141456, [SMALL_STATE(3129)] = 141476, [SMALL_STATE(3130)] = 141496, [SMALL_STATE(3131)] = 141516, [SMALL_STATE(3132)] = 141538, [SMALL_STATE(3133)] = 141558, [SMALL_STATE(3134)] = 141578, [SMALL_STATE(3135)] = 141598, [SMALL_STATE(3136)] = 141618, [SMALL_STATE(3137)] = 141638, [SMALL_STATE(3138)] = 141658, [SMALL_STATE(3139)] = 141687, [SMALL_STATE(3140)] = 141708, [SMALL_STATE(3141)] = 141735, [SMALL_STATE(3142)] = 141762, [SMALL_STATE(3143)] = 141783, [SMALL_STATE(3144)] = 141812, [SMALL_STATE(3145)] = 141839, [SMALL_STATE(3146)] = 141858, [SMALL_STATE(3147)] = 141877, [SMALL_STATE(3148)] = 141896, [SMALL_STATE(3149)] = 141925, [SMALL_STATE(3150)] = 141954, [SMALL_STATE(3151)] = 141973, [SMALL_STATE(3152)] = 142000, [SMALL_STATE(3153)] = 142029, [SMALL_STATE(3154)] = 142056, [SMALL_STATE(3155)] = 142077, [SMALL_STATE(3156)] = 142106, [SMALL_STATE(3157)] = 142135, [SMALL_STATE(3158)] = 142162, [SMALL_STATE(3159)] = 142191, [SMALL_STATE(3160)] = 142210, [SMALL_STATE(3161)] = 142237, [SMALL_STATE(3162)] = 142256, [SMALL_STATE(3163)] = 142285, [SMALL_STATE(3164)] = 142306, [SMALL_STATE(3165)] = 142333, [SMALL_STATE(3166)] = 142362, [SMALL_STATE(3167)] = 142381, [SMALL_STATE(3168)] = 142404, [SMALL_STATE(3169)] = 142423, [SMALL_STATE(3170)] = 142450, [SMALL_STATE(3171)] = 142469, [SMALL_STATE(3172)] = 142492, [SMALL_STATE(3173)] = 142521, [SMALL_STATE(3174)] = 142540, [SMALL_STATE(3175)] = 142559, [SMALL_STATE(3176)] = 142578, [SMALL_STATE(3177)] = 142597, [SMALL_STATE(3178)] = 142616, [SMALL_STATE(3179)] = 142645, [SMALL_STATE(3180)] = 142664, [SMALL_STATE(3181)] = 142693, [SMALL_STATE(3182)] = 142722, [SMALL_STATE(3183)] = 142741, [SMALL_STATE(3184)] = 142768, [SMALL_STATE(3185)] = 142787, [SMALL_STATE(3186)] = 142806, [SMALL_STATE(3187)] = 142825, [SMALL_STATE(3188)] = 142844, [SMALL_STATE(3189)] = 142863, [SMALL_STATE(3190)] = 142882, [SMALL_STATE(3191)] = 142901, [SMALL_STATE(3192)] = 142920, [SMALL_STATE(3193)] = 142939, [SMALL_STATE(3194)] = 142958, [SMALL_STATE(3195)] = 142977, [SMALL_STATE(3196)] = 143004, [SMALL_STATE(3197)] = 143023, [SMALL_STATE(3198)] = 143042, [SMALL_STATE(3199)] = 143065, [SMALL_STATE(3200)] = 143084, [SMALL_STATE(3201)] = 143107, [SMALL_STATE(3202)] = 143126, [SMALL_STATE(3203)] = 143149, [SMALL_STATE(3204)] = 143178, [SMALL_STATE(3205)] = 143207, [SMALL_STATE(3206)] = 143234, [SMALL_STATE(3207)] = 143263, [SMALL_STATE(3208)] = 143292, [SMALL_STATE(3209)] = 143321, [SMALL_STATE(3210)] = 143348, [SMALL_STATE(3211)] = 143377, [SMALL_STATE(3212)] = 143404, [SMALL_STATE(3213)] = 143433, [SMALL_STATE(3214)] = 143452, [SMALL_STATE(3215)] = 143479, [SMALL_STATE(3216)] = 143506, [SMALL_STATE(3217)] = 143533, [SMALL_STATE(3218)] = 143562, [SMALL_STATE(3219)] = 143581, [SMALL_STATE(3220)] = 143600, [SMALL_STATE(3221)] = 143619, [SMALL_STATE(3222)] = 143642, [SMALL_STATE(3223)] = 143671, [SMALL_STATE(3224)] = 143694, [SMALL_STATE(3225)] = 143721, [SMALL_STATE(3226)] = 143740, [SMALL_STATE(3227)] = 143769, [SMALL_STATE(3228)] = 143792, [SMALL_STATE(3229)] = 143821, [SMALL_STATE(3230)] = 143848, [SMALL_STATE(3231)] = 143871, [SMALL_STATE(3232)] = 143890, [SMALL_STATE(3233)] = 143909, [SMALL_STATE(3234)] = 143928, [SMALL_STATE(3235)] = 143949, [SMALL_STATE(3236)] = 143968, [SMALL_STATE(3237)] = 143987, [SMALL_STATE(3238)] = 144006, [SMALL_STATE(3239)] = 144025, [SMALL_STATE(3240)] = 144044, [SMALL_STATE(3241)] = 144063, [SMALL_STATE(3242)] = 144082, [SMALL_STATE(3243)] = 144101, [SMALL_STATE(3244)] = 144130, [SMALL_STATE(3245)] = 144159, [SMALL_STATE(3246)] = 144178, [SMALL_STATE(3247)] = 144205, [SMALL_STATE(3248)] = 144232, [SMALL_STATE(3249)] = 144251, [SMALL_STATE(3250)] = 144270, [SMALL_STATE(3251)] = 144289, [SMALL_STATE(3252)] = 144308, [SMALL_STATE(3253)] = 144327, [SMALL_STATE(3254)] = 144346, [SMALL_STATE(3255)] = 144365, [SMALL_STATE(3256)] = 144388, [SMALL_STATE(3257)] = 144415, [SMALL_STATE(3258)] = 144434, [SMALL_STATE(3259)] = 144461, [SMALL_STATE(3260)] = 144480, [SMALL_STATE(3261)] = 144501, [SMALL_STATE(3262)] = 144522, [SMALL_STATE(3263)] = 144551, [SMALL_STATE(3264)] = 144570, [SMALL_STATE(3265)] = 144589, [SMALL_STATE(3266)] = 144608, [SMALL_STATE(3267)] = 144635, [SMALL_STATE(3268)] = 144662, [SMALL_STATE(3269)] = 144681, [SMALL_STATE(3270)] = 144708, [SMALL_STATE(3271)] = 144731, [SMALL_STATE(3272)] = 144750, [SMALL_STATE(3273)] = 144769, [SMALL_STATE(3274)] = 144796, [SMALL_STATE(3275)] = 144825, [SMALL_STATE(3276)] = 144854, [SMALL_STATE(3277)] = 144873, [SMALL_STATE(3278)] = 144902, [SMALL_STATE(3279)] = 144931, [SMALL_STATE(3280)] = 144958, [SMALL_STATE(3281)] = 144977, [SMALL_STATE(3282)] = 144996, [SMALL_STATE(3283)] = 145019, [SMALL_STATE(3284)] = 145038, [SMALL_STATE(3285)] = 145057, [SMALL_STATE(3286)] = 145084, [SMALL_STATE(3287)] = 145107, [SMALL_STATE(3288)] = 145126, [SMALL_STATE(3289)] = 145153, [SMALL_STATE(3290)] = 145180, [SMALL_STATE(3291)] = 145209, [SMALL_STATE(3292)] = 145232, [SMALL_STATE(3293)] = 145259, [SMALL_STATE(3294)] = 145278, [SMALL_STATE(3295)] = 145307, [SMALL_STATE(3296)] = 145326, [SMALL_STATE(3297)] = 145353, [SMALL_STATE(3298)] = 145382, [SMALL_STATE(3299)] = 145405, [SMALL_STATE(3300)] = 145428, [SMALL_STATE(3301)] = 145455, [SMALL_STATE(3302)] = 145482, [SMALL_STATE(3303)] = 145501, [SMALL_STATE(3304)] = 145520, [SMALL_STATE(3305)] = 145543, [SMALL_STATE(3306)] = 145572, [SMALL_STATE(3307)] = 145601, [SMALL_STATE(3308)] = 145628, [SMALL_STATE(3309)] = 145657, [SMALL_STATE(3310)] = 145684, [SMALL_STATE(3311)] = 145703, [SMALL_STATE(3312)] = 145726, [SMALL_STATE(3313)] = 145753, [SMALL_STATE(3314)] = 145772, [SMALL_STATE(3315)] = 145791, [SMALL_STATE(3316)] = 145818, [SMALL_STATE(3317)] = 145845, [SMALL_STATE(3318)] = 145872, [SMALL_STATE(3319)] = 145899, [SMALL_STATE(3320)] = 145933, [SMALL_STATE(3321)] = 145951, [SMALL_STATE(3322)] = 145973, [SMALL_STATE(3323)] = 145991, [SMALL_STATE(3324)] = 146025, [SMALL_STATE(3325)] = 146043, [SMALL_STATE(3326)] = 146065, [SMALL_STATE(3327)] = 146093, [SMALL_STATE(3328)] = 146111, [SMALL_STATE(3329)] = 146129, [SMALL_STATE(3330)] = 146147, [SMALL_STATE(3331)] = 146179, [SMALL_STATE(3332)] = 146201, [SMALL_STATE(3333)] = 146235, [SMALL_STATE(3334)] = 146253, [SMALL_STATE(3335)] = 146271, [SMALL_STATE(3336)] = 146305, [SMALL_STATE(3337)] = 146333, [SMALL_STATE(3338)] = 146355, [SMALL_STATE(3339)] = 146389, [SMALL_STATE(3340)] = 146423, [SMALL_STATE(3341)] = 146441, [SMALL_STATE(3342)] = 146459, [SMALL_STATE(3343)] = 146481, [SMALL_STATE(3344)] = 146515, [SMALL_STATE(3345)] = 146543, [SMALL_STATE(3346)] = 146577, [SMALL_STATE(3347)] = 146611, [SMALL_STATE(3348)] = 146645, [SMALL_STATE(3349)] = 146679, [SMALL_STATE(3350)] = 146707, [SMALL_STATE(3351)] = 146725, [SMALL_STATE(3352)] = 146747, [SMALL_STATE(3353)] = 146765, [SMALL_STATE(3354)] = 146783, [SMALL_STATE(3355)] = 146801, [SMALL_STATE(3356)] = 146819, [SMALL_STATE(3357)] = 146853, [SMALL_STATE(3358)] = 146887, [SMALL_STATE(3359)] = 146915, [SMALL_STATE(3360)] = 146949, [SMALL_STATE(3361)] = 146983, [SMALL_STATE(3362)] = 147001, [SMALL_STATE(3363)] = 147019, [SMALL_STATE(3364)] = 147037, [SMALL_STATE(3365)] = 147055, [SMALL_STATE(3366)] = 147073, [SMALL_STATE(3367)] = 147091, [SMALL_STATE(3368)] = 147109, [SMALL_STATE(3369)] = 147143, [SMALL_STATE(3370)] = 147177, [SMALL_STATE(3371)] = 147211, [SMALL_STATE(3372)] = 147229, [SMALL_STATE(3373)] = 147251, [SMALL_STATE(3374)] = 147269, [SMALL_STATE(3375)] = 147303, [SMALL_STATE(3376)] = 147321, [SMALL_STATE(3377)] = 147339, [SMALL_STATE(3378)] = 147359, [SMALL_STATE(3379)] = 147377, [SMALL_STATE(3380)] = 147399, [SMALL_STATE(3381)] = 147417, [SMALL_STATE(3382)] = 147439, [SMALL_STATE(3383)] = 147457, [SMALL_STATE(3384)] = 147479, [SMALL_STATE(3385)] = 147497, [SMALL_STATE(3386)] = 147523, [SMALL_STATE(3387)] = 147557, [SMALL_STATE(3388)] = 147575, [SMALL_STATE(3389)] = 147593, [SMALL_STATE(3390)] = 147615, [SMALL_STATE(3391)] = 147649, [SMALL_STATE(3392)] = 147667, [SMALL_STATE(3393)] = 147685, [SMALL_STATE(3394)] = 147719, [SMALL_STATE(3395)] = 147741, [SMALL_STATE(3396)] = 147759, [SMALL_STATE(3397)] = 147777, [SMALL_STATE(3398)] = 147799, [SMALL_STATE(3399)] = 147817, [SMALL_STATE(3400)] = 147839, [SMALL_STATE(3401)] = 147859, [SMALL_STATE(3402)] = 147877, [SMALL_STATE(3403)] = 147895, [SMALL_STATE(3404)] = 147929, [SMALL_STATE(3405)] = 147949, [SMALL_STATE(3406)] = 147967, [SMALL_STATE(3407)] = 147985, [SMALL_STATE(3408)] = 148003, [SMALL_STATE(3409)] = 148021, [SMALL_STATE(3410)] = 148039, [SMALL_STATE(3411)] = 148057, [SMALL_STATE(3412)] = 148085, [SMALL_STATE(3413)] = 148107, [SMALL_STATE(3414)] = 148125, [SMALL_STATE(3415)] = 148145, [SMALL_STATE(3416)] = 148179, [SMALL_STATE(3417)] = 148204, [SMALL_STATE(3418)] = 148225, [SMALL_STATE(3419)] = 148242, [SMALL_STATE(3420)] = 148263, [SMALL_STATE(3421)] = 148286, [SMALL_STATE(3422)] = 148303, [SMALL_STATE(3423)] = 148320, [SMALL_STATE(3424)] = 148349, [SMALL_STATE(3425)] = 148372, [SMALL_STATE(3426)] = 148389, [SMALL_STATE(3427)] = 148410, [SMALL_STATE(3428)] = 148431, [SMALL_STATE(3429)] = 148454, [SMALL_STATE(3430)] = 148471, [SMALL_STATE(3431)] = 148494, [SMALL_STATE(3432)] = 148515, [SMALL_STATE(3433)] = 148538, [SMALL_STATE(3434)] = 148555, [SMALL_STATE(3435)] = 148572, [SMALL_STATE(3436)] = 148597, [SMALL_STATE(3437)] = 148620, [SMALL_STATE(3438)] = 148637, [SMALL_STATE(3439)] = 148660, [SMALL_STATE(3440)] = 148683, [SMALL_STATE(3441)] = 148706, [SMALL_STATE(3442)] = 148729, [SMALL_STATE(3443)] = 148752, [SMALL_STATE(3444)] = 148775, [SMALL_STATE(3445)] = 148804, [SMALL_STATE(3446)] = 148825, [SMALL_STATE(3447)] = 148846, [SMALL_STATE(3448)] = 148869, [SMALL_STATE(3449)] = 148892, [SMALL_STATE(3450)] = 148913, [SMALL_STATE(3451)] = 148932, [SMALL_STATE(3452)] = 148953, [SMALL_STATE(3453)] = 148970, [SMALL_STATE(3454)] = 148993, [SMALL_STATE(3455)] = 149016, [SMALL_STATE(3456)] = 149039, [SMALL_STATE(3457)] = 149062, [SMALL_STATE(3458)] = 149079, [SMALL_STATE(3459)] = 149102, [SMALL_STATE(3460)] = 149125, [SMALL_STATE(3461)] = 149150, [SMALL_STATE(3462)] = 149177, [SMALL_STATE(3463)] = 149200, [SMALL_STATE(3464)] = 149223, [SMALL_STATE(3465)] = 149246, [SMALL_STATE(3466)] = 149269, [SMALL_STATE(3467)] = 149290, [SMALL_STATE(3468)] = 149313, [SMALL_STATE(3469)] = 149336, [SMALL_STATE(3470)] = 149359, [SMALL_STATE(3471)] = 149382, [SMALL_STATE(3472)] = 149399, [SMALL_STATE(3473)] = 149416, [SMALL_STATE(3474)] = 149437, [SMALL_STATE(3475)] = 149454, [SMALL_STATE(3476)] = 149473, [SMALL_STATE(3477)] = 149488, [SMALL_STATE(3478)] = 149511, [SMALL_STATE(3479)] = 149534, [SMALL_STATE(3480)] = 149551, [SMALL_STATE(3481)] = 149572, [SMALL_STATE(3482)] = 149595, [SMALL_STATE(3483)] = 149612, [SMALL_STATE(3484)] = 149635, [SMALL_STATE(3485)] = 149654, [SMALL_STATE(3486)] = 149675, [SMALL_STATE(3487)] = 149698, [SMALL_STATE(3488)] = 149713, [SMALL_STATE(3489)] = 149734, [SMALL_STATE(3490)] = 149751, [SMALL_STATE(3491)] = 149768, [SMALL_STATE(3492)] = 149791, [SMALL_STATE(3493)] = 149812, [SMALL_STATE(3494)] = 149835, [SMALL_STATE(3495)] = 149852, [SMALL_STATE(3496)] = 149875, [SMALL_STATE(3497)] = 149898, [SMALL_STATE(3498)] = 149921, [SMALL_STATE(3499)] = 149944, [SMALL_STATE(3500)] = 149967, [SMALL_STATE(3501)] = 149990, [SMALL_STATE(3502)] = 150015, [SMALL_STATE(3503)] = 150034, [SMALL_STATE(3504)] = 150051, [SMALL_STATE(3505)] = 150074, [SMALL_STATE(3506)] = 150093, [SMALL_STATE(3507)] = 150114, [SMALL_STATE(3508)] = 150137, [SMALL_STATE(3509)] = 150160, [SMALL_STATE(3510)] = 150189, [SMALL_STATE(3511)] = 150212, [SMALL_STATE(3512)] = 150229, [SMALL_STATE(3513)] = 150249, [SMALL_STATE(3514)] = 150269, [SMALL_STATE(3515)] = 150297, [SMALL_STATE(3516)] = 150317, [SMALL_STATE(3517)] = 150331, [SMALL_STATE(3518)] = 150351, [SMALL_STATE(3519)] = 150371, [SMALL_STATE(3520)] = 150391, [SMALL_STATE(3521)] = 150415, [SMALL_STATE(3522)] = 150435, [SMALL_STATE(3523)] = 150463, [SMALL_STATE(3524)] = 150485, [SMALL_STATE(3525)] = 150505, [SMALL_STATE(3526)] = 150533, [SMALL_STATE(3527)] = 150553, [SMALL_STATE(3528)] = 150581, [SMALL_STATE(3529)] = 150597, [SMALL_STATE(3530)] = 150625, [SMALL_STATE(3531)] = 150645, [SMALL_STATE(3532)] = 150667, [SMALL_STATE(3533)] = 150687, [SMALL_STATE(3534)] = 150707, [SMALL_STATE(3535)] = 150727, [SMALL_STATE(3536)] = 150747, [SMALL_STATE(3537)] = 150775, [SMALL_STATE(3538)] = 150801, [SMALL_STATE(3539)] = 150821, [SMALL_STATE(3540)] = 150843, [SMALL_STATE(3541)] = 150871, [SMALL_STATE(3542)] = 150899, [SMALL_STATE(3543)] = 150919, [SMALL_STATE(3544)] = 150939, [SMALL_STATE(3545)] = 150959, [SMALL_STATE(3546)] = 150987, [SMALL_STATE(3547)] = 151005, [SMALL_STATE(3548)] = 151025, [SMALL_STATE(3549)] = 151045, [SMALL_STATE(3550)] = 151067, [SMALL_STATE(3551)] = 151089, [SMALL_STATE(3552)] = 151109, [SMALL_STATE(3553)] = 151137, [SMALL_STATE(3554)] = 151157, [SMALL_STATE(3555)] = 151177, [SMALL_STATE(3556)] = 151197, [SMALL_STATE(3557)] = 151211, [SMALL_STATE(3558)] = 151231, [SMALL_STATE(3559)] = 151251, [SMALL_STATE(3560)] = 151275, [SMALL_STATE(3561)] = 151301, [SMALL_STATE(3562)] = 151329, [SMALL_STATE(3563)] = 151349, [SMALL_STATE(3564)] = 151369, [SMALL_STATE(3565)] = 151389, [SMALL_STATE(3566)] = 151409, [SMALL_STATE(3567)] = 151429, [SMALL_STATE(3568)] = 151451, [SMALL_STATE(3569)] = 151473, [SMALL_STATE(3570)] = 151495, [SMALL_STATE(3571)] = 151517, [SMALL_STATE(3572)] = 151545, [SMALL_STATE(3573)] = 151565, [SMALL_STATE(3574)] = 151585, [SMALL_STATE(3575)] = 151603, [SMALL_STATE(3576)] = 151625, [SMALL_STATE(3577)] = 151647, [SMALL_STATE(3578)] = 151669, [SMALL_STATE(3579)] = 151689, [SMALL_STATE(3580)] = 151711, [SMALL_STATE(3581)] = 151731, [SMALL_STATE(3582)] = 151751, [SMALL_STATE(3583)] = 151773, [SMALL_STATE(3584)] = 151793, [SMALL_STATE(3585)] = 151817, [SMALL_STATE(3586)] = 151837, [SMALL_STATE(3587)] = 151859, [SMALL_STATE(3588)] = 151875, [SMALL_STATE(3589)] = 151895, [SMALL_STATE(3590)] = 151915, [SMALL_STATE(3591)] = 151933, [SMALL_STATE(3592)] = 151961, [SMALL_STATE(3593)] = 151989, [SMALL_STATE(3594)] = 152005, [SMALL_STATE(3595)] = 152025, [SMALL_STATE(3596)] = 152053, [SMALL_STATE(3597)] = 152073, [SMALL_STATE(3598)] = 152093, [SMALL_STATE(3599)] = 152121, [SMALL_STATE(3600)] = 152143, [SMALL_STATE(3601)] = 152163, [SMALL_STATE(3602)] = 152179, [SMALL_STATE(3603)] = 152193, [SMALL_STATE(3604)] = 152213, [SMALL_STATE(3605)] = 152233, [SMALL_STATE(3606)] = 152247, [SMALL_STATE(3607)] = 152269, [SMALL_STATE(3608)] = 152283, [SMALL_STATE(3609)] = 152301, [SMALL_STATE(3610)] = 152321, [SMALL_STATE(3611)] = 152341, [SMALL_STATE(3612)] = 152359, [SMALL_STATE(3613)] = 152379, [SMALL_STATE(3614)] = 152397, [SMALL_STATE(3615)] = 152417, [SMALL_STATE(3616)] = 152437, [SMALL_STATE(3617)] = 152459, [SMALL_STATE(3618)] = 152479, [SMALL_STATE(3619)] = 152499, [SMALL_STATE(3620)] = 152513, [SMALL_STATE(3621)] = 152527, [SMALL_STATE(3622)] = 152547, [SMALL_STATE(3623)] = 152569, [SMALL_STATE(3624)] = 152589, [SMALL_STATE(3625)] = 152602, [SMALL_STATE(3626)] = 152623, [SMALL_STATE(3627)] = 152638, [SMALL_STATE(3628)] = 152651, [SMALL_STATE(3629)] = 152670, [SMALL_STATE(3630)] = 152695, [SMALL_STATE(3631)] = 152720, [SMALL_STATE(3632)] = 152743, [SMALL_STATE(3633)] = 152758, [SMALL_STATE(3634)] = 152777, [SMALL_STATE(3635)] = 152802, [SMALL_STATE(3636)] = 152823, [SMALL_STATE(3637)] = 152842, [SMALL_STATE(3638)] = 152861, [SMALL_STATE(3639)] = 152880, [SMALL_STATE(3640)] = 152899, [SMALL_STATE(3641)] = 152918, [SMALL_STATE(3642)] = 152943, [SMALL_STATE(3643)] = 152956, [SMALL_STATE(3644)] = 152971, [SMALL_STATE(3645)] = 152996, [SMALL_STATE(3646)] = 153021, [SMALL_STATE(3647)] = 153040, [SMALL_STATE(3648)] = 153059, [SMALL_STATE(3649)] = 153074, [SMALL_STATE(3650)] = 153087, [SMALL_STATE(3651)] = 153110, [SMALL_STATE(3652)] = 153125, [SMALL_STATE(3653)] = 153150, [SMALL_STATE(3654)] = 153173, [SMALL_STATE(3655)] = 153192, [SMALL_STATE(3656)] = 153205, [SMALL_STATE(3657)] = 153228, [SMALL_STATE(3658)] = 153243, [SMALL_STATE(3659)] = 153258, [SMALL_STATE(3660)] = 153271, [SMALL_STATE(3661)] = 153296, [SMALL_STATE(3662)] = 153309, [SMALL_STATE(3663)] = 153328, [SMALL_STATE(3664)] = 153347, [SMALL_STATE(3665)] = 153364, [SMALL_STATE(3666)] = 153381, [SMALL_STATE(3667)] = 153406, [SMALL_STATE(3668)] = 153423, [SMALL_STATE(3669)] = 153440, [SMALL_STATE(3670)] = 153455, [SMALL_STATE(3671)] = 153472, [SMALL_STATE(3672)] = 153495, [SMALL_STATE(3673)] = 153512, [SMALL_STATE(3674)] = 153529, [SMALL_STATE(3675)] = 153550, [SMALL_STATE(3676)] = 153575, [SMALL_STATE(3677)] = 153600, [SMALL_STATE(3678)] = 153617, [SMALL_STATE(3679)] = 153634, [SMALL_STATE(3680)] = 153653, [SMALL_STATE(3681)] = 153676, [SMALL_STATE(3682)] = 153701, [SMALL_STATE(3683)] = 153720, [SMALL_STATE(3684)] = 153735, [SMALL_STATE(3685)] = 153756, [SMALL_STATE(3686)] = 153769, [SMALL_STATE(3687)] = 153785, [SMALL_STATE(3688)] = 153797, [SMALL_STATE(3689)] = 153811, [SMALL_STATE(3690)] = 153823, [SMALL_STATE(3691)] = 153839, [SMALL_STATE(3692)] = 153853, [SMALL_STATE(3693)] = 153875, [SMALL_STATE(3694)] = 153895, [SMALL_STATE(3695)] = 153911, [SMALL_STATE(3696)] = 153925, [SMALL_STATE(3697)] = 153939, [SMALL_STATE(3698)] = 153953, [SMALL_STATE(3699)] = 153967, [SMALL_STATE(3700)] = 153989, [SMALL_STATE(3701)] = 154005, [SMALL_STATE(3702)] = 154019, [SMALL_STATE(3703)] = 154037, [SMALL_STATE(3704)] = 154051, [SMALL_STATE(3705)] = 154065, [SMALL_STATE(3706)] = 154087, [SMALL_STATE(3707)] = 154107, [SMALL_STATE(3708)] = 154121, [SMALL_STATE(3709)] = 154137, [SMALL_STATE(3710)] = 154151, [SMALL_STATE(3711)] = 154165, [SMALL_STATE(3712)] = 154187, [SMALL_STATE(3713)] = 154205, [SMALL_STATE(3714)] = 154221, [SMALL_STATE(3715)] = 154233, [SMALL_STATE(3716)] = 154247, [SMALL_STATE(3717)] = 154259, [SMALL_STATE(3718)] = 154273, [SMALL_STATE(3719)] = 154289, [SMALL_STATE(3720)] = 154303, [SMALL_STATE(3721)] = 154323, [SMALL_STATE(3722)] = 154339, [SMALL_STATE(3723)] = 154351, [SMALL_STATE(3724)] = 154367, [SMALL_STATE(3725)] = 154381, [SMALL_STATE(3726)] = 154397, [SMALL_STATE(3727)] = 154419, [SMALL_STATE(3728)] = 154441, [SMALL_STATE(3729)] = 154455, [SMALL_STATE(3730)] = 154471, [SMALL_STATE(3731)] = 154485, [SMALL_STATE(3732)] = 154501, [SMALL_STATE(3733)] = 154517, [SMALL_STATE(3734)] = 154531, [SMALL_STATE(3735)] = 154547, [SMALL_STATE(3736)] = 154563, [SMALL_STATE(3737)] = 154575, [SMALL_STATE(3738)] = 154587, [SMALL_STATE(3739)] = 154603, [SMALL_STATE(3740)] = 154615, [SMALL_STATE(3741)] = 154627, [SMALL_STATE(3742)] = 154643, [SMALL_STATE(3743)] = 154659, [SMALL_STATE(3744)] = 154673, [SMALL_STATE(3745)] = 154689, [SMALL_STATE(3746)] = 154701, [SMALL_STATE(3747)] = 154715, [SMALL_STATE(3748)] = 154731, [SMALL_STATE(3749)] = 154747, [SMALL_STATE(3750)] = 154763, [SMALL_STATE(3751)] = 154779, [SMALL_STATE(3752)] = 154795, [SMALL_STATE(3753)] = 154815, [SMALL_STATE(3754)] = 154831, [SMALL_STATE(3755)] = 154853, [SMALL_STATE(3756)] = 154869, [SMALL_STATE(3757)] = 154885, [SMALL_STATE(3758)] = 154899, [SMALL_STATE(3759)] = 154913, [SMALL_STATE(3760)] = 154935, [SMALL_STATE(3761)] = 154947, [SMALL_STATE(3762)] = 154963, [SMALL_STATE(3763)] = 154977, [SMALL_STATE(3764)] = 154997, [SMALL_STATE(3765)] = 155019, [SMALL_STATE(3766)] = 155035, [SMALL_STATE(3767)] = 155049, [SMALL_STATE(3768)] = 155061, [SMALL_STATE(3769)] = 155077, [SMALL_STATE(3770)] = 155093, [SMALL_STATE(3771)] = 155113, [SMALL_STATE(3772)] = 155127, [SMALL_STATE(3773)] = 155139, [SMALL_STATE(3774)] = 155155, [SMALL_STATE(3775)] = 155171, [SMALL_STATE(3776)] = 155187, [SMALL_STATE(3777)] = 155209, [SMALL_STATE(3778)] = 155231, [SMALL_STATE(3779)] = 155253, [SMALL_STATE(3780)] = 155267, [SMALL_STATE(3781)] = 155283, [SMALL_STATE(3782)] = 155299, [SMALL_STATE(3783)] = 155311, [SMALL_STATE(3784)] = 155325, [SMALL_STATE(3785)] = 155341, [SMALL_STATE(3786)] = 155355, [SMALL_STATE(3787)] = 155369, [SMALL_STATE(3788)] = 155385, [SMALL_STATE(3789)] = 155399, [SMALL_STATE(3790)] = 155415, [SMALL_STATE(3791)] = 155431, [SMALL_STATE(3792)] = 155447, [SMALL_STATE(3793)] = 155467, [SMALL_STATE(3794)] = 155483, [SMALL_STATE(3795)] = 155497, [SMALL_STATE(3796)] = 155511, [SMALL_STATE(3797)] = 155531, [SMALL_STATE(3798)] = 155543, [SMALL_STATE(3799)] = 155559, [SMALL_STATE(3800)] = 155573, [SMALL_STATE(3801)] = 155589, [SMALL_STATE(3802)] = 155607, [SMALL_STATE(3803)] = 155627, [SMALL_STATE(3804)] = 155641, [SMALL_STATE(3805)] = 155657, [SMALL_STATE(3806)] = 155669, [SMALL_STATE(3807)] = 155685, [SMALL_STATE(3808)] = 155701, [SMALL_STATE(3809)] = 155716, [SMALL_STATE(3810)] = 155735, [SMALL_STATE(3811)] = 155752, [SMALL_STATE(3812)] = 155767, [SMALL_STATE(3813)] = 155782, [SMALL_STATE(3814)] = 155799, [SMALL_STATE(3815)] = 155812, [SMALL_STATE(3816)] = 155823, [SMALL_STATE(3817)] = 155838, [SMALL_STATE(3818)] = 155851, [SMALL_STATE(3819)] = 155870, [SMALL_STATE(3820)] = 155883, [SMALL_STATE(3821)] = 155902, [SMALL_STATE(3822)] = 155915, [SMALL_STATE(3823)] = 155930, [SMALL_STATE(3824)] = 155949, [SMALL_STATE(3825)] = 155962, [SMALL_STATE(3826)] = 155977, [SMALL_STATE(3827)] = 155992, [SMALL_STATE(3828)] = 156005, [SMALL_STATE(3829)] = 156016, [SMALL_STATE(3830)] = 156035, [SMALL_STATE(3831)] = 156054, [SMALL_STATE(3832)] = 156069, [SMALL_STATE(3833)] = 156084, [SMALL_STATE(3834)] = 156099, [SMALL_STATE(3835)] = 156112, [SMALL_STATE(3836)] = 156131, [SMALL_STATE(3837)] = 156150, [SMALL_STATE(3838)] = 156169, [SMALL_STATE(3839)] = 156188, [SMALL_STATE(3840)] = 156207, [SMALL_STATE(3841)] = 156226, [SMALL_STATE(3842)] = 156245, [SMALL_STATE(3843)] = 156260, [SMALL_STATE(3844)] = 156279, [SMALL_STATE(3845)] = 156294, [SMALL_STATE(3846)] = 156309, [SMALL_STATE(3847)] = 156328, [SMALL_STATE(3848)] = 156343, [SMALL_STATE(3849)] = 156362, [SMALL_STATE(3850)] = 156377, [SMALL_STATE(3851)] = 156392, [SMALL_STATE(3852)] = 156409, [SMALL_STATE(3853)] = 156428, [SMALL_STATE(3854)] = 156441, [SMALL_STATE(3855)] = 156456, [SMALL_STATE(3856)] = 156475, [SMALL_STATE(3857)] = 156488, [SMALL_STATE(3858)] = 156507, [SMALL_STATE(3859)] = 156526, [SMALL_STATE(3860)] = 156543, [SMALL_STATE(3861)] = 156562, [SMALL_STATE(3862)] = 156581, [SMALL_STATE(3863)] = 156600, [SMALL_STATE(3864)] = 156619, [SMALL_STATE(3865)] = 156638, [SMALL_STATE(3866)] = 156651, [SMALL_STATE(3867)] = 156670, [SMALL_STATE(3868)] = 156683, [SMALL_STATE(3869)] = 156702, [SMALL_STATE(3870)] = 156721, [SMALL_STATE(3871)] = 156740, [SMALL_STATE(3872)] = 156759, [SMALL_STATE(3873)] = 156778, [SMALL_STATE(3874)] = 156791, [SMALL_STATE(3875)] = 156802, [SMALL_STATE(3876)] = 156813, [SMALL_STATE(3877)] = 156824, [SMALL_STATE(3878)] = 156843, [SMALL_STATE(3879)] = 156862, [SMALL_STATE(3880)] = 156881, [SMALL_STATE(3881)] = 156900, [SMALL_STATE(3882)] = 156919, [SMALL_STATE(3883)] = 156934, [SMALL_STATE(3884)] = 156953, [SMALL_STATE(3885)] = 156968, [SMALL_STATE(3886)] = 156987, [SMALL_STATE(3887)] = 156998, [SMALL_STATE(3888)] = 157017, [SMALL_STATE(3889)] = 157028, [SMALL_STATE(3890)] = 157043, [SMALL_STATE(3891)] = 157058, [SMALL_STATE(3892)] = 157073, [SMALL_STATE(3893)] = 157084, [SMALL_STATE(3894)] = 157103, [SMALL_STATE(3895)] = 157122, [SMALL_STATE(3896)] = 157141, [SMALL_STATE(3897)] = 157160, [SMALL_STATE(3898)] = 157175, [SMALL_STATE(3899)] = 157194, [SMALL_STATE(3900)] = 157213, [SMALL_STATE(3901)] = 157232, [SMALL_STATE(3902)] = 157251, [SMALL_STATE(3903)] = 157270, [SMALL_STATE(3904)] = 157289, [SMALL_STATE(3905)] = 157308, [SMALL_STATE(3906)] = 157323, [SMALL_STATE(3907)] = 157336, [SMALL_STATE(3908)] = 157355, [SMALL_STATE(3909)] = 157366, [SMALL_STATE(3910)] = 157379, [SMALL_STATE(3911)] = 157394, [SMALL_STATE(3912)] = 157413, [SMALL_STATE(3913)] = 157423, [SMALL_STATE(3914)] = 157433, [SMALL_STATE(3915)] = 157443, [SMALL_STATE(3916)] = 157453, [SMALL_STATE(3917)] = 157463, [SMALL_STATE(3918)] = 157477, [SMALL_STATE(3919)] = 157493, [SMALL_STATE(3920)] = 157503, [SMALL_STATE(3921)] = 157513, [SMALL_STATE(3922)] = 157523, [SMALL_STATE(3923)] = 157533, [SMALL_STATE(3924)] = 157543, [SMALL_STATE(3925)] = 157553, [SMALL_STATE(3926)] = 157563, [SMALL_STATE(3927)] = 157573, [SMALL_STATE(3928)] = 157583, [SMALL_STATE(3929)] = 157593, [SMALL_STATE(3930)] = 157603, [SMALL_STATE(3931)] = 157613, [SMALL_STATE(3932)] = 157627, [SMALL_STATE(3933)] = 157643, [SMALL_STATE(3934)] = 157653, [SMALL_STATE(3935)] = 157663, [SMALL_STATE(3936)] = 157673, [SMALL_STATE(3937)] = 157687, [SMALL_STATE(3938)] = 157697, [SMALL_STATE(3939)] = 157707, [SMALL_STATE(3940)] = 157717, [SMALL_STATE(3941)] = 157727, [SMALL_STATE(3942)] = 157737, [SMALL_STATE(3943)] = 157751, [SMALL_STATE(3944)] = 157765, [SMALL_STATE(3945)] = 157775, [SMALL_STATE(3946)] = 157791, [SMALL_STATE(3947)] = 157805, [SMALL_STATE(3948)] = 157815, [SMALL_STATE(3949)] = 157825, [SMALL_STATE(3950)] = 157839, [SMALL_STATE(3951)] = 157849, [SMALL_STATE(3952)] = 157859, [SMALL_STATE(3953)] = 157873, [SMALL_STATE(3954)] = 157883, [SMALL_STATE(3955)] = 157893, [SMALL_STATE(3956)] = 157903, [SMALL_STATE(3957)] = 157913, [SMALL_STATE(3958)] = 157927, [SMALL_STATE(3959)] = 157937, [SMALL_STATE(3960)] = 157951, [SMALL_STATE(3961)] = 157961, [SMALL_STATE(3962)] = 157975, [SMALL_STATE(3963)] = 157985, [SMALL_STATE(3964)] = 157995, [SMALL_STATE(3965)] = 158005, [SMALL_STATE(3966)] = 158019, [SMALL_STATE(3967)] = 158033, [SMALL_STATE(3968)] = 158047, [SMALL_STATE(3969)] = 158057, [SMALL_STATE(3970)] = 158067, [SMALL_STATE(3971)] = 158077, [SMALL_STATE(3972)] = 158091, [SMALL_STATE(3973)] = 158105, [SMALL_STATE(3974)] = 158115, [SMALL_STATE(3975)] = 158125, [SMALL_STATE(3976)] = 158139, [SMALL_STATE(3977)] = 158149, [SMALL_STATE(3978)] = 158159, [SMALL_STATE(3979)] = 158175, [SMALL_STATE(3980)] = 158189, [SMALL_STATE(3981)] = 158199, [SMALL_STATE(3982)] = 158209, [SMALL_STATE(3983)] = 158219, [SMALL_STATE(3984)] = 158229, [SMALL_STATE(3985)] = 158239, [SMALL_STATE(3986)] = 158253, [SMALL_STATE(3987)] = 158267, [SMALL_STATE(3988)] = 158277, [SMALL_STATE(3989)] = 158291, [SMALL_STATE(3990)] = 158305, [SMALL_STATE(3991)] = 158315, [SMALL_STATE(3992)] = 158325, [SMALL_STATE(3993)] = 158335, [SMALL_STATE(3994)] = 158349, [SMALL_STATE(3995)] = 158359, [SMALL_STATE(3996)] = 158369, [SMALL_STATE(3997)] = 158379, [SMALL_STATE(3998)] = 158389, [SMALL_STATE(3999)] = 158399, [SMALL_STATE(4000)] = 158413, [SMALL_STATE(4001)] = 158423, [SMALL_STATE(4002)] = 158437, [SMALL_STATE(4003)] = 158451, [SMALL_STATE(4004)] = 158461, [SMALL_STATE(4005)] = 158475, [SMALL_STATE(4006)] = 158485, [SMALL_STATE(4007)] = 158495, [SMALL_STATE(4008)] = 158509, [SMALL_STATE(4009)] = 158519, [SMALL_STATE(4010)] = 158529, [SMALL_STATE(4011)] = 158539, [SMALL_STATE(4012)] = 158553, [SMALL_STATE(4013)] = 158563, [SMALL_STATE(4014)] = 158573, [SMALL_STATE(4015)] = 158587, [SMALL_STATE(4016)] = 158601, [SMALL_STATE(4017)] = 158611, [SMALL_STATE(4018)] = 158625, [SMALL_STATE(4019)] = 158639, [SMALL_STATE(4020)] = 158649, [SMALL_STATE(4021)] = 158659, [SMALL_STATE(4022)] = 158669, [SMALL_STATE(4023)] = 158683, [SMALL_STATE(4024)] = 158693, [SMALL_STATE(4025)] = 158707, [SMALL_STATE(4026)] = 158717, [SMALL_STATE(4027)] = 158731, [SMALL_STATE(4028)] = 158741, [SMALL_STATE(4029)] = 158755, [SMALL_STATE(4030)] = 158769, [SMALL_STATE(4031)] = 158779, [SMALL_STATE(4032)] = 158789, [SMALL_STATE(4033)] = 158799, [SMALL_STATE(4034)] = 158809, [SMALL_STATE(4035)] = 158823, [SMALL_STATE(4036)] = 158837, [SMALL_STATE(4037)] = 158847, [SMALL_STATE(4038)] = 158857, [SMALL_STATE(4039)] = 158867, [SMALL_STATE(4040)] = 158877, [SMALL_STATE(4041)] = 158887, [SMALL_STATE(4042)] = 158897, [SMALL_STATE(4043)] = 158907, [SMALL_STATE(4044)] = 158917, [SMALL_STATE(4045)] = 158927, [SMALL_STATE(4046)] = 158937, [SMALL_STATE(4047)] = 158947, [SMALL_STATE(4048)] = 158961, [SMALL_STATE(4049)] = 158971, [SMALL_STATE(4050)] = 158981, [SMALL_STATE(4051)] = 158995, [SMALL_STATE(4052)] = 159009, [SMALL_STATE(4053)] = 159023, [SMALL_STATE(4054)] = 159037, [SMALL_STATE(4055)] = 159051, [SMALL_STATE(4056)] = 159061, [SMALL_STATE(4057)] = 159071, [SMALL_STATE(4058)] = 159081, [SMALL_STATE(4059)] = 159091, [SMALL_STATE(4060)] = 159101, [SMALL_STATE(4061)] = 159111, [SMALL_STATE(4062)] = 159121, [SMALL_STATE(4063)] = 159131, [SMALL_STATE(4064)] = 159145, [SMALL_STATE(4065)] = 159155, [SMALL_STATE(4066)] = 159169, [SMALL_STATE(4067)] = 159179, [SMALL_STATE(4068)] = 159189, [SMALL_STATE(4069)] = 159203, [SMALL_STATE(4070)] = 159217, [SMALL_STATE(4071)] = 159231, [SMALL_STATE(4072)] = 159241, [SMALL_STATE(4073)] = 159251, [SMALL_STATE(4074)] = 159261, [SMALL_STATE(4075)] = 159275, [SMALL_STATE(4076)] = 159285, [SMALL_STATE(4077)] = 159295, [SMALL_STATE(4078)] = 159305, [SMALL_STATE(4079)] = 159319, [SMALL_STATE(4080)] = 159329, [SMALL_STATE(4081)] = 159339, [SMALL_STATE(4082)] = 159349, [SMALL_STATE(4083)] = 159359, [SMALL_STATE(4084)] = 159369, [SMALL_STATE(4085)] = 159383, [SMALL_STATE(4086)] = 159393, [SMALL_STATE(4087)] = 159403, [SMALL_STATE(4088)] = 159417, [SMALL_STATE(4089)] = 159431, [SMALL_STATE(4090)] = 159441, [SMALL_STATE(4091)] = 159455, [SMALL_STATE(4092)] = 159469, [SMALL_STATE(4093)] = 159479, [SMALL_STATE(4094)] = 159489, [SMALL_STATE(4095)] = 159499, [SMALL_STATE(4096)] = 159509, [SMALL_STATE(4097)] = 159523, [SMALL_STATE(4098)] = 159533, [SMALL_STATE(4099)] = 159543, [SMALL_STATE(4100)] = 159553, [SMALL_STATE(4101)] = 159567, [SMALL_STATE(4102)] = 159577, [SMALL_STATE(4103)] = 159587, [SMALL_STATE(4104)] = 159601, [SMALL_STATE(4105)] = 159611, [SMALL_STATE(4106)] = 159621, [SMALL_STATE(4107)] = 159634, [SMALL_STATE(4108)] = 159647, [SMALL_STATE(4109)] = 159660, [SMALL_STATE(4110)] = 159671, [SMALL_STATE(4111)] = 159684, [SMALL_STATE(4112)] = 159697, [SMALL_STATE(4113)] = 159708, [SMALL_STATE(4114)] = 159721, [SMALL_STATE(4115)] = 159734, [SMALL_STATE(4116)] = 159747, [SMALL_STATE(4117)] = 159760, [SMALL_STATE(4118)] = 159773, [SMALL_STATE(4119)] = 159786, [SMALL_STATE(4120)] = 159797, [SMALL_STATE(4121)] = 159810, [SMALL_STATE(4122)] = 159823, [SMALL_STATE(4123)] = 159836, [SMALL_STATE(4124)] = 159849, [SMALL_STATE(4125)] = 159862, [SMALL_STATE(4126)] = 159875, [SMALL_STATE(4127)] = 159888, [SMALL_STATE(4128)] = 159901, [SMALL_STATE(4129)] = 159914, [SMALL_STATE(4130)] = 159927, [SMALL_STATE(4131)] = 159938, [SMALL_STATE(4132)] = 159951, [SMALL_STATE(4133)] = 159964, [SMALL_STATE(4134)] = 159977, [SMALL_STATE(4135)] = 159990, [SMALL_STATE(4136)] = 160003, [SMALL_STATE(4137)] = 160016, [SMALL_STATE(4138)] = 160029, [SMALL_STATE(4139)] = 160042, [SMALL_STATE(4140)] = 160055, [SMALL_STATE(4141)] = 160068, [SMALL_STATE(4142)] = 160081, [SMALL_STATE(4143)] = 160094, [SMALL_STATE(4144)] = 160107, [SMALL_STATE(4145)] = 160120, [SMALL_STATE(4146)] = 160131, [SMALL_STATE(4147)] = 160142, [SMALL_STATE(4148)] = 160155, [SMALL_STATE(4149)] = 160168, [SMALL_STATE(4150)] = 160181, [SMALL_STATE(4151)] = 160194, [SMALL_STATE(4152)] = 160207, [SMALL_STATE(4153)] = 160220, [SMALL_STATE(4154)] = 160231, [SMALL_STATE(4155)] = 160244, [SMALL_STATE(4156)] = 160257, [SMALL_STATE(4157)] = 160270, [SMALL_STATE(4158)] = 160283, [SMALL_STATE(4159)] = 160296, [SMALL_STATE(4160)] = 160309, [SMALL_STATE(4161)] = 160320, [SMALL_STATE(4162)] = 160333, [SMALL_STATE(4163)] = 160346, [SMALL_STATE(4164)] = 160359, [SMALL_STATE(4165)] = 160372, [SMALL_STATE(4166)] = 160385, [SMALL_STATE(4167)] = 160398, [SMALL_STATE(4168)] = 160411, [SMALL_STATE(4169)] = 160424, [SMALL_STATE(4170)] = 160437, [SMALL_STATE(4171)] = 160450, [SMALL_STATE(4172)] = 160463, [SMALL_STATE(4173)] = 160474, [SMALL_STATE(4174)] = 160487, [SMALL_STATE(4175)] = 160500, [SMALL_STATE(4176)] = 160513, [SMALL_STATE(4177)] = 160526, [SMALL_STATE(4178)] = 160539, [SMALL_STATE(4179)] = 160552, [SMALL_STATE(4180)] = 160565, [SMALL_STATE(4181)] = 160578, [SMALL_STATE(4182)] = 160589, [SMALL_STATE(4183)] = 160602, [SMALL_STATE(4184)] = 160615, [SMALL_STATE(4185)] = 160628, [SMALL_STATE(4186)] = 160641, [SMALL_STATE(4187)] = 160654, [SMALL_STATE(4188)] = 160667, [SMALL_STATE(4189)] = 160680, [SMALL_STATE(4190)] = 160693, [SMALL_STATE(4191)] = 160706, [SMALL_STATE(4192)] = 160719, [SMALL_STATE(4193)] = 160732, [SMALL_STATE(4194)] = 160745, [SMALL_STATE(4195)] = 160758, [SMALL_STATE(4196)] = 160767, [SMALL_STATE(4197)] = 160780, [SMALL_STATE(4198)] = 160793, [SMALL_STATE(4199)] = 160806, [SMALL_STATE(4200)] = 160819, [SMALL_STATE(4201)] = 160832, [SMALL_STATE(4202)] = 160845, [SMALL_STATE(4203)] = 160858, [SMALL_STATE(4204)] = 160871, [SMALL_STATE(4205)] = 160884, [SMALL_STATE(4206)] = 160897, [SMALL_STATE(4207)] = 160910, [SMALL_STATE(4208)] = 160923, [SMALL_STATE(4209)] = 160936, [SMALL_STATE(4210)] = 160949, [SMALL_STATE(4211)] = 160962, [SMALL_STATE(4212)] = 160975, [SMALL_STATE(4213)] = 160988, [SMALL_STATE(4214)] = 161001, [SMALL_STATE(4215)] = 161014, [SMALL_STATE(4216)] = 161027, [SMALL_STATE(4217)] = 161040, [SMALL_STATE(4218)] = 161053, [SMALL_STATE(4219)] = 161066, [SMALL_STATE(4220)] = 161079, [SMALL_STATE(4221)] = 161092, [SMALL_STATE(4222)] = 161105, [SMALL_STATE(4223)] = 161118, [SMALL_STATE(4224)] = 161131, [SMALL_STATE(4225)] = 161144, [SMALL_STATE(4226)] = 161157, [SMALL_STATE(4227)] = 161170, [SMALL_STATE(4228)] = 161183, [SMALL_STATE(4229)] = 161196, [SMALL_STATE(4230)] = 161209, [SMALL_STATE(4231)] = 161222, [SMALL_STATE(4232)] = 161235, [SMALL_STATE(4233)] = 161248, [SMALL_STATE(4234)] = 161261, [SMALL_STATE(4235)] = 161274, [SMALL_STATE(4236)] = 161287, [SMALL_STATE(4237)] = 161300, [SMALL_STATE(4238)] = 161313, [SMALL_STATE(4239)] = 161326, [SMALL_STATE(4240)] = 161339, [SMALL_STATE(4241)] = 161352, [SMALL_STATE(4242)] = 161365, [SMALL_STATE(4243)] = 161378, [SMALL_STATE(4244)] = 161391, [SMALL_STATE(4245)] = 161404, [SMALL_STATE(4246)] = 161417, [SMALL_STATE(4247)] = 161430, [SMALL_STATE(4248)] = 161443, [SMALL_STATE(4249)] = 161456, [SMALL_STATE(4250)] = 161469, [SMALL_STATE(4251)] = 161482, [SMALL_STATE(4252)] = 161495, [SMALL_STATE(4253)] = 161508, [SMALL_STATE(4254)] = 161521, [SMALL_STATE(4255)] = 161534, [SMALL_STATE(4256)] = 161547, [SMALL_STATE(4257)] = 161560, [SMALL_STATE(4258)] = 161573, [SMALL_STATE(4259)] = 161586, [SMALL_STATE(4260)] = 161599, [SMALL_STATE(4261)] = 161612, [SMALL_STATE(4262)] = 161625, [SMALL_STATE(4263)] = 161638, [SMALL_STATE(4264)] = 161651, [SMALL_STATE(4265)] = 161660, [SMALL_STATE(4266)] = 161673, [SMALL_STATE(4267)] = 161686, [SMALL_STATE(4268)] = 161699, [SMALL_STATE(4269)] = 161712, [SMALL_STATE(4270)] = 161721, [SMALL_STATE(4271)] = 161734, [SMALL_STATE(4272)] = 161747, [SMALL_STATE(4273)] = 161760, [SMALL_STATE(4274)] = 161773, [SMALL_STATE(4275)] = 161786, [SMALL_STATE(4276)] = 161799, [SMALL_STATE(4277)] = 161808, [SMALL_STATE(4278)] = 161821, [SMALL_STATE(4279)] = 161832, [SMALL_STATE(4280)] = 161845, [SMALL_STATE(4281)] = 161858, [SMALL_STATE(4282)] = 161871, [SMALL_STATE(4283)] = 161884, [SMALL_STATE(4284)] = 161897, [SMALL_STATE(4285)] = 161910, [SMALL_STATE(4286)] = 161923, [SMALL_STATE(4287)] = 161936, [SMALL_STATE(4288)] = 161949, [SMALL_STATE(4289)] = 161962, [SMALL_STATE(4290)] = 161975, [SMALL_STATE(4291)] = 161988, [SMALL_STATE(4292)] = 162001, [SMALL_STATE(4293)] = 162014, [SMALL_STATE(4294)] = 162027, [SMALL_STATE(4295)] = 162040, [SMALL_STATE(4296)] = 162053, [SMALL_STATE(4297)] = 162066, [SMALL_STATE(4298)] = 162079, [SMALL_STATE(4299)] = 162092, [SMALL_STATE(4300)] = 162105, [SMALL_STATE(4301)] = 162118, [SMALL_STATE(4302)] = 162131, [SMALL_STATE(4303)] = 162144, [SMALL_STATE(4304)] = 162157, [SMALL_STATE(4305)] = 162170, [SMALL_STATE(4306)] = 162183, [SMALL_STATE(4307)] = 162196, [SMALL_STATE(4308)] = 162209, [SMALL_STATE(4309)] = 162222, [SMALL_STATE(4310)] = 162235, [SMALL_STATE(4311)] = 162248, [SMALL_STATE(4312)] = 162261, [SMALL_STATE(4313)] = 162274, [SMALL_STATE(4314)] = 162287, [SMALL_STATE(4315)] = 162300, [SMALL_STATE(4316)] = 162313, [SMALL_STATE(4317)] = 162326, [SMALL_STATE(4318)] = 162339, [SMALL_STATE(4319)] = 162352, [SMALL_STATE(4320)] = 162365, [SMALL_STATE(4321)] = 162378, [SMALL_STATE(4322)] = 162391, [SMALL_STATE(4323)] = 162404, [SMALL_STATE(4324)] = 162415, [SMALL_STATE(4325)] = 162428, [SMALL_STATE(4326)] = 162441, [SMALL_STATE(4327)] = 162454, [SMALL_STATE(4328)] = 162467, [SMALL_STATE(4329)] = 162480, [SMALL_STATE(4330)] = 162493, [SMALL_STATE(4331)] = 162506, [SMALL_STATE(4332)] = 162519, [SMALL_STATE(4333)] = 162532, [SMALL_STATE(4334)] = 162545, [SMALL_STATE(4335)] = 162558, [SMALL_STATE(4336)] = 162571, [SMALL_STATE(4337)] = 162584, [SMALL_STATE(4338)] = 162597, [SMALL_STATE(4339)] = 162610, [SMALL_STATE(4340)] = 162623, [SMALL_STATE(4341)] = 162636, [SMALL_STATE(4342)] = 162649, [SMALL_STATE(4343)] = 162662, [SMALL_STATE(4344)] = 162675, [SMALL_STATE(4345)] = 162688, [SMALL_STATE(4346)] = 162701, [SMALL_STATE(4347)] = 162714, [SMALL_STATE(4348)] = 162727, [SMALL_STATE(4349)] = 162740, [SMALL_STATE(4350)] = 162753, [SMALL_STATE(4351)] = 162766, [SMALL_STATE(4352)] = 162779, [SMALL_STATE(4353)] = 162792, [SMALL_STATE(4354)] = 162805, [SMALL_STATE(4355)] = 162818, [SMALL_STATE(4356)] = 162831, [SMALL_STATE(4357)] = 162844, [SMALL_STATE(4358)] = 162857, [SMALL_STATE(4359)] = 162870, [SMALL_STATE(4360)] = 162883, [SMALL_STATE(4361)] = 162896, [SMALL_STATE(4362)] = 162909, [SMALL_STATE(4363)] = 162922, [SMALL_STATE(4364)] = 162935, [SMALL_STATE(4365)] = 162948, [SMALL_STATE(4366)] = 162961, [SMALL_STATE(4367)] = 162974, [SMALL_STATE(4368)] = 162987, [SMALL_STATE(4369)] = 163000, [SMALL_STATE(4370)] = 163013, [SMALL_STATE(4371)] = 163026, [SMALL_STATE(4372)] = 163039, [SMALL_STATE(4373)] = 163052, [SMALL_STATE(4374)] = 163065, [SMALL_STATE(4375)] = 163078, [SMALL_STATE(4376)] = 163091, [SMALL_STATE(4377)] = 163104, [SMALL_STATE(4378)] = 163117, [SMALL_STATE(4379)] = 163130, [SMALL_STATE(4380)] = 163143, [SMALL_STATE(4381)] = 163156, [SMALL_STATE(4382)] = 163169, [SMALL_STATE(4383)] = 163182, [SMALL_STATE(4384)] = 163195, [SMALL_STATE(4385)] = 163208, [SMALL_STATE(4386)] = 163221, [SMALL_STATE(4387)] = 163234, [SMALL_STATE(4388)] = 163247, [SMALL_STATE(4389)] = 163260, [SMALL_STATE(4390)] = 163273, [SMALL_STATE(4391)] = 163286, [SMALL_STATE(4392)] = 163299, [SMALL_STATE(4393)] = 163312, [SMALL_STATE(4394)] = 163325, [SMALL_STATE(4395)] = 163338, [SMALL_STATE(4396)] = 163351, [SMALL_STATE(4397)] = 163364, [SMALL_STATE(4398)] = 163377, [SMALL_STATE(4399)] = 163390, [SMALL_STATE(4400)] = 163403, [SMALL_STATE(4401)] = 163416, [SMALL_STATE(4402)] = 163429, [SMALL_STATE(4403)] = 163442, [SMALL_STATE(4404)] = 163455, [SMALL_STATE(4405)] = 163468, [SMALL_STATE(4406)] = 163481, [SMALL_STATE(4407)] = 163494, [SMALL_STATE(4408)] = 163507, [SMALL_STATE(4409)] = 163520, [SMALL_STATE(4410)] = 163533, [SMALL_STATE(4411)] = 163546, [SMALL_STATE(4412)] = 163559, [SMALL_STATE(4413)] = 163572, [SMALL_STATE(4414)] = 163585, [SMALL_STATE(4415)] = 163598, [SMALL_STATE(4416)] = 163611, [SMALL_STATE(4417)] = 163624, [SMALL_STATE(4418)] = 163637, [SMALL_STATE(4419)] = 163650, [SMALL_STATE(4420)] = 163663, [SMALL_STATE(4421)] = 163676, [SMALL_STATE(4422)] = 163689, [SMALL_STATE(4423)] = 163702, [SMALL_STATE(4424)] = 163715, [SMALL_STATE(4425)] = 163728, [SMALL_STATE(4426)] = 163741, [SMALL_STATE(4427)] = 163754, [SMALL_STATE(4428)] = 163767, [SMALL_STATE(4429)] = 163780, [SMALL_STATE(4430)] = 163793, [SMALL_STATE(4431)] = 163806, [SMALL_STATE(4432)] = 163819, [SMALL_STATE(4433)] = 163832, [SMALL_STATE(4434)] = 163845, [SMALL_STATE(4435)] = 163858, [SMALL_STATE(4436)] = 163871, [SMALL_STATE(4437)] = 163884, [SMALL_STATE(4438)] = 163897, [SMALL_STATE(4439)] = 163910, [SMALL_STATE(4440)] = 163923, [SMALL_STATE(4441)] = 163936, [SMALL_STATE(4442)] = 163949, [SMALL_STATE(4443)] = 163962, [SMALL_STATE(4444)] = 163975, [SMALL_STATE(4445)] = 163988, [SMALL_STATE(4446)] = 164001, [SMALL_STATE(4447)] = 164014, [SMALL_STATE(4448)] = 164027, [SMALL_STATE(4449)] = 164038, [SMALL_STATE(4450)] = 164051, [SMALL_STATE(4451)] = 164064, [SMALL_STATE(4452)] = 164077, [SMALL_STATE(4453)] = 164090, [SMALL_STATE(4454)] = 164103, [SMALL_STATE(4455)] = 164116, [SMALL_STATE(4456)] = 164129, [SMALL_STATE(4457)] = 164142, [SMALL_STATE(4458)] = 164155, [SMALL_STATE(4459)] = 164168, [SMALL_STATE(4460)] = 164181, [SMALL_STATE(4461)] = 164194, [SMALL_STATE(4462)] = 164207, [SMALL_STATE(4463)] = 164220, [SMALL_STATE(4464)] = 164233, [SMALL_STATE(4465)] = 164246, [SMALL_STATE(4466)] = 164259, [SMALL_STATE(4467)] = 164272, [SMALL_STATE(4468)] = 164285, [SMALL_STATE(4469)] = 164298, [SMALL_STATE(4470)] = 164311, [SMALL_STATE(4471)] = 164324, [SMALL_STATE(4472)] = 164337, [SMALL_STATE(4473)] = 164350, [SMALL_STATE(4474)] = 164363, [SMALL_STATE(4475)] = 164376, [SMALL_STATE(4476)] = 164389, [SMALL_STATE(4477)] = 164402, [SMALL_STATE(4478)] = 164415, [SMALL_STATE(4479)] = 164428, [SMALL_STATE(4480)] = 164439, [SMALL_STATE(4481)] = 164452, [SMALL_STATE(4482)] = 164463, [SMALL_STATE(4483)] = 164476, [SMALL_STATE(4484)] = 164489, [SMALL_STATE(4485)] = 164502, [SMALL_STATE(4486)] = 164515, [SMALL_STATE(4487)] = 164528, [SMALL_STATE(4488)] = 164541, [SMALL_STATE(4489)] = 164554, [SMALL_STATE(4490)] = 164567, [SMALL_STATE(4491)] = 164580, [SMALL_STATE(4492)] = 164593, [SMALL_STATE(4493)] = 164606, [SMALL_STATE(4494)] = 164619, [SMALL_STATE(4495)] = 164632, [SMALL_STATE(4496)] = 164645, [SMALL_STATE(4497)] = 164658, [SMALL_STATE(4498)] = 164671, [SMALL_STATE(4499)] = 164684, [SMALL_STATE(4500)] = 164697, [SMALL_STATE(4501)] = 164710, [SMALL_STATE(4502)] = 164723, [SMALL_STATE(4503)] = 164736, [SMALL_STATE(4504)] = 164749, [SMALL_STATE(4505)] = 164762, [SMALL_STATE(4506)] = 164775, [SMALL_STATE(4507)] = 164788, [SMALL_STATE(4508)] = 164801, [SMALL_STATE(4509)] = 164814, [SMALL_STATE(4510)] = 164827, [SMALL_STATE(4511)] = 164840, [SMALL_STATE(4512)] = 164853, [SMALL_STATE(4513)] = 164866, [SMALL_STATE(4514)] = 164879, [SMALL_STATE(4515)] = 164892, [SMALL_STATE(4516)] = 164905, [SMALL_STATE(4517)] = 164918, [SMALL_STATE(4518)] = 164931, [SMALL_STATE(4519)] = 164944, [SMALL_STATE(4520)] = 164957, [SMALL_STATE(4521)] = 164970, [SMALL_STATE(4522)] = 164983, [SMALL_STATE(4523)] = 164996, [SMALL_STATE(4524)] = 165009, [SMALL_STATE(4525)] = 165022, [SMALL_STATE(4526)] = 165035, [SMALL_STATE(4527)] = 165048, [SMALL_STATE(4528)] = 165061, [SMALL_STATE(4529)] = 165074, [SMALL_STATE(4530)] = 165087, [SMALL_STATE(4531)] = 165100, [SMALL_STATE(4532)] = 165113, [SMALL_STATE(4533)] = 165126, [SMALL_STATE(4534)] = 165139, [SMALL_STATE(4535)] = 165152, [SMALL_STATE(4536)] = 165165, [SMALL_STATE(4537)] = 165178, [SMALL_STATE(4538)] = 165191, [SMALL_STATE(4539)] = 165204, [SMALL_STATE(4540)] = 165217, [SMALL_STATE(4541)] = 165230, [SMALL_STATE(4542)] = 165240, [SMALL_STATE(4543)] = 165250, [SMALL_STATE(4544)] = 165258, [SMALL_STATE(4545)] = 165266, [SMALL_STATE(4546)] = 165274, [SMALL_STATE(4547)] = 165284, [SMALL_STATE(4548)] = 165294, [SMALL_STATE(4549)] = 165304, [SMALL_STATE(4550)] = 165314, [SMALL_STATE(4551)] = 165324, [SMALL_STATE(4552)] = 165334, [SMALL_STATE(4553)] = 165344, [SMALL_STATE(4554)] = 165354, [SMALL_STATE(4555)] = 165364, [SMALL_STATE(4556)] = 165374, [SMALL_STATE(4557)] = 165384, [SMALL_STATE(4558)] = 165394, [SMALL_STATE(4559)] = 165404, [SMALL_STATE(4560)] = 165414, [SMALL_STATE(4561)] = 165424, [SMALL_STATE(4562)] = 165434, [SMALL_STATE(4563)] = 165444, [SMALL_STATE(4564)] = 165454, [SMALL_STATE(4565)] = 165464, [SMALL_STATE(4566)] = 165474, [SMALL_STATE(4567)] = 165484, [SMALL_STATE(4568)] = 165494, [SMALL_STATE(4569)] = 165504, [SMALL_STATE(4570)] = 165514, [SMALL_STATE(4571)] = 165524, [SMALL_STATE(4572)] = 165534, [SMALL_STATE(4573)] = 165544, [SMALL_STATE(4574)] = 165554, [SMALL_STATE(4575)] = 165564, [SMALL_STATE(4576)] = 165574, [SMALL_STATE(4577)] = 165584, [SMALL_STATE(4578)] = 165594, [SMALL_STATE(4579)] = 165604, [SMALL_STATE(4580)] = 165614, [SMALL_STATE(4581)] = 165624, [SMALL_STATE(4582)] = 165634, [SMALL_STATE(4583)] = 165642, [SMALL_STATE(4584)] = 165652, [SMALL_STATE(4585)] = 165662, [SMALL_STATE(4586)] = 165672, [SMALL_STATE(4587)] = 165682, [SMALL_STATE(4588)] = 165692, [SMALL_STATE(4589)] = 165702, [SMALL_STATE(4590)] = 165712, [SMALL_STATE(4591)] = 165722, [SMALL_STATE(4592)] = 165732, [SMALL_STATE(4593)] = 165742, [SMALL_STATE(4594)] = 165752, [SMALL_STATE(4595)] = 165762, [SMALL_STATE(4596)] = 165772, [SMALL_STATE(4597)] = 165782, [SMALL_STATE(4598)] = 165792, [SMALL_STATE(4599)] = 165802, [SMALL_STATE(4600)] = 165812, [SMALL_STATE(4601)] = 165822, [SMALL_STATE(4602)] = 165832, [SMALL_STATE(4603)] = 165842, [SMALL_STATE(4604)] = 165850, [SMALL_STATE(4605)] = 165860, [SMALL_STATE(4606)] = 165868, [SMALL_STATE(4607)] = 165878, [SMALL_STATE(4608)] = 165888, [SMALL_STATE(4609)] = 165898, [SMALL_STATE(4610)] = 165908, [SMALL_STATE(4611)] = 165918, [SMALL_STATE(4612)] = 165928, [SMALL_STATE(4613)] = 165938, [SMALL_STATE(4614)] = 165948, [SMALL_STATE(4615)] = 165958, [SMALL_STATE(4616)] = 165968, [SMALL_STATE(4617)] = 165978, [SMALL_STATE(4618)] = 165986, [SMALL_STATE(4619)] = 165994, [SMALL_STATE(4620)] = 166004, [SMALL_STATE(4621)] = 166012, [SMALL_STATE(4622)] = 166020, [SMALL_STATE(4623)] = 166030, [SMALL_STATE(4624)] = 166040, [SMALL_STATE(4625)] = 166050, [SMALL_STATE(4626)] = 166060, [SMALL_STATE(4627)] = 166070, [SMALL_STATE(4628)] = 166080, [SMALL_STATE(4629)] = 166090, [SMALL_STATE(4630)] = 166100, [SMALL_STATE(4631)] = 166110, [SMALL_STATE(4632)] = 166120, [SMALL_STATE(4633)] = 166130, [SMALL_STATE(4634)] = 166140, [SMALL_STATE(4635)] = 166150, [SMALL_STATE(4636)] = 166160, [SMALL_STATE(4637)] = 166170, [SMALL_STATE(4638)] = 166180, [SMALL_STATE(4639)] = 166190, [SMALL_STATE(4640)] = 166200, [SMALL_STATE(4641)] = 166210, [SMALL_STATE(4642)] = 166220, [SMALL_STATE(4643)] = 166230, [SMALL_STATE(4644)] = 166240, [SMALL_STATE(4645)] = 166250, [SMALL_STATE(4646)] = 166260, [SMALL_STATE(4647)] = 166270, [SMALL_STATE(4648)] = 166280, [SMALL_STATE(4649)] = 166290, [SMALL_STATE(4650)] = 166298, [SMALL_STATE(4651)] = 166308, [SMALL_STATE(4652)] = 166318, [SMALL_STATE(4653)] = 166328, [SMALL_STATE(4654)] = 166338, [SMALL_STATE(4655)] = 166348, [SMALL_STATE(4656)] = 166356, [SMALL_STATE(4657)] = 166366, [SMALL_STATE(4658)] = 166374, [SMALL_STATE(4659)] = 166384, [SMALL_STATE(4660)] = 166394, [SMALL_STATE(4661)] = 166404, [SMALL_STATE(4662)] = 166412, [SMALL_STATE(4663)] = 166422, [SMALL_STATE(4664)] = 166432, [SMALL_STATE(4665)] = 166442, [SMALL_STATE(4666)] = 166452, [SMALL_STATE(4667)] = 166462, [SMALL_STATE(4668)] = 166472, [SMALL_STATE(4669)] = 166482, [SMALL_STATE(4670)] = 166492, [SMALL_STATE(4671)] = 166502, [SMALL_STATE(4672)] = 166510, [SMALL_STATE(4673)] = 166518, [SMALL_STATE(4674)] = 166528, [SMALL_STATE(4675)] = 166536, [SMALL_STATE(4676)] = 166544, [SMALL_STATE(4677)] = 166554, [SMALL_STATE(4678)] = 166562, [SMALL_STATE(4679)] = 166570, [SMALL_STATE(4680)] = 166580, [SMALL_STATE(4681)] = 166590, [SMALL_STATE(4682)] = 166600, [SMALL_STATE(4683)] = 166610, [SMALL_STATE(4684)] = 166618, [SMALL_STATE(4685)] = 166626, [SMALL_STATE(4686)] = 166636, [SMALL_STATE(4687)] = 166646, [SMALL_STATE(4688)] = 166656, [SMALL_STATE(4689)] = 166666, [SMALL_STATE(4690)] = 166674, [SMALL_STATE(4691)] = 166682, [SMALL_STATE(4692)] = 166692, [SMALL_STATE(4693)] = 166702, [SMALL_STATE(4694)] = 166712, [SMALL_STATE(4695)] = 166722, [SMALL_STATE(4696)] = 166732, [SMALL_STATE(4697)] = 166742, [SMALL_STATE(4698)] = 166752, [SMALL_STATE(4699)] = 166762, [SMALL_STATE(4700)] = 166772, [SMALL_STATE(4701)] = 166782, [SMALL_STATE(4702)] = 166792, [SMALL_STATE(4703)] = 166802, [SMALL_STATE(4704)] = 166812, [SMALL_STATE(4705)] = 166820, [SMALL_STATE(4706)] = 166830, [SMALL_STATE(4707)] = 166840, [SMALL_STATE(4708)] = 166850, [SMALL_STATE(4709)] = 166860, [SMALL_STATE(4710)] = 166870, [SMALL_STATE(4711)] = 166880, [SMALL_STATE(4712)] = 166890, [SMALL_STATE(4713)] = 166900, [SMALL_STATE(4714)] = 166910, [SMALL_STATE(4715)] = 166917, [SMALL_STATE(4716)] = 166924, [SMALL_STATE(4717)] = 166931, [SMALL_STATE(4718)] = 166938, [SMALL_STATE(4719)] = 166945, [SMALL_STATE(4720)] = 166952, [SMALL_STATE(4721)] = 166959, [SMALL_STATE(4722)] = 166966, [SMALL_STATE(4723)] = 166973, [SMALL_STATE(4724)] = 166980, [SMALL_STATE(4725)] = 166987, [SMALL_STATE(4726)] = 166994, [SMALL_STATE(4727)] = 167001, [SMALL_STATE(4728)] = 167008, [SMALL_STATE(4729)] = 167015, [SMALL_STATE(4730)] = 167022, [SMALL_STATE(4731)] = 167029, [SMALL_STATE(4732)] = 167036, [SMALL_STATE(4733)] = 167043, [SMALL_STATE(4734)] = 167050, [SMALL_STATE(4735)] = 167057, [SMALL_STATE(4736)] = 167064, [SMALL_STATE(4737)] = 167071, [SMALL_STATE(4738)] = 167078, [SMALL_STATE(4739)] = 167085, [SMALL_STATE(4740)] = 167092, [SMALL_STATE(4741)] = 167099, [SMALL_STATE(4742)] = 167106, [SMALL_STATE(4743)] = 167113, [SMALL_STATE(4744)] = 167120, [SMALL_STATE(4745)] = 167127, [SMALL_STATE(4746)] = 167134, [SMALL_STATE(4747)] = 167141, [SMALL_STATE(4748)] = 167148, [SMALL_STATE(4749)] = 167155, [SMALL_STATE(4750)] = 167162, [SMALL_STATE(4751)] = 167169, [SMALL_STATE(4752)] = 167176, [SMALL_STATE(4753)] = 167183, [SMALL_STATE(4754)] = 167190, [SMALL_STATE(4755)] = 167197, [SMALL_STATE(4756)] = 167204, [SMALL_STATE(4757)] = 167211, [SMALL_STATE(4758)] = 167218, [SMALL_STATE(4759)] = 167225, [SMALL_STATE(4760)] = 167232, [SMALL_STATE(4761)] = 167239, [SMALL_STATE(4762)] = 167246, [SMALL_STATE(4763)] = 167253, [SMALL_STATE(4764)] = 167260, [SMALL_STATE(4765)] = 167267, [SMALL_STATE(4766)] = 167274, [SMALL_STATE(4767)] = 167281, [SMALL_STATE(4768)] = 167288, [SMALL_STATE(4769)] = 167295, [SMALL_STATE(4770)] = 167302, [SMALL_STATE(4771)] = 167309, [SMALL_STATE(4772)] = 167316, [SMALL_STATE(4773)] = 167323, [SMALL_STATE(4774)] = 167330, [SMALL_STATE(4775)] = 167337, [SMALL_STATE(4776)] = 167344, [SMALL_STATE(4777)] = 167351, [SMALL_STATE(4778)] = 167358, [SMALL_STATE(4779)] = 167365, [SMALL_STATE(4780)] = 167372, [SMALL_STATE(4781)] = 167379, [SMALL_STATE(4782)] = 167386, [SMALL_STATE(4783)] = 167393, [SMALL_STATE(4784)] = 167400, [SMALL_STATE(4785)] = 167407, [SMALL_STATE(4786)] = 167414, [SMALL_STATE(4787)] = 167421, [SMALL_STATE(4788)] = 167428, [SMALL_STATE(4789)] = 167435, [SMALL_STATE(4790)] = 167442, [SMALL_STATE(4791)] = 167449, [SMALL_STATE(4792)] = 167456, [SMALL_STATE(4793)] = 167463, [SMALL_STATE(4794)] = 167470, [SMALL_STATE(4795)] = 167477, [SMALL_STATE(4796)] = 167484, [SMALL_STATE(4797)] = 167491, [SMALL_STATE(4798)] = 167498, [SMALL_STATE(4799)] = 167505, [SMALL_STATE(4800)] = 167512, [SMALL_STATE(4801)] = 167519, [SMALL_STATE(4802)] = 167526, [SMALL_STATE(4803)] = 167533, [SMALL_STATE(4804)] = 167540, [SMALL_STATE(4805)] = 167547, [SMALL_STATE(4806)] = 167554, [SMALL_STATE(4807)] = 167561, [SMALL_STATE(4808)] = 167568, [SMALL_STATE(4809)] = 167575, [SMALL_STATE(4810)] = 167582, [SMALL_STATE(4811)] = 167589, [SMALL_STATE(4812)] = 167596, [SMALL_STATE(4813)] = 167603, [SMALL_STATE(4814)] = 167610, [SMALL_STATE(4815)] = 167617, [SMALL_STATE(4816)] = 167624, [SMALL_STATE(4817)] = 167631, [SMALL_STATE(4818)] = 167638, [SMALL_STATE(4819)] = 167645, [SMALL_STATE(4820)] = 167652, [SMALL_STATE(4821)] = 167659, [SMALL_STATE(4822)] = 167666, [SMALL_STATE(4823)] = 167673, [SMALL_STATE(4824)] = 167680, [SMALL_STATE(4825)] = 167687, [SMALL_STATE(4826)] = 167694, [SMALL_STATE(4827)] = 167701, [SMALL_STATE(4828)] = 167708, [SMALL_STATE(4829)] = 167715, [SMALL_STATE(4830)] = 167722, [SMALL_STATE(4831)] = 167729, [SMALL_STATE(4832)] = 167736, [SMALL_STATE(4833)] = 167743, [SMALL_STATE(4834)] = 167750, [SMALL_STATE(4835)] = 167757, [SMALL_STATE(4836)] = 167764, [SMALL_STATE(4837)] = 167771, [SMALL_STATE(4838)] = 167778, [SMALL_STATE(4839)] = 167785, [SMALL_STATE(4840)] = 167792, [SMALL_STATE(4841)] = 167799, [SMALL_STATE(4842)] = 167806, [SMALL_STATE(4843)] = 167813, [SMALL_STATE(4844)] = 167820, [SMALL_STATE(4845)] = 167827, [SMALL_STATE(4846)] = 167834, [SMALL_STATE(4847)] = 167841, [SMALL_STATE(4848)] = 167848, [SMALL_STATE(4849)] = 167855, [SMALL_STATE(4850)] = 167862, [SMALL_STATE(4851)] = 167869, [SMALL_STATE(4852)] = 167876, [SMALL_STATE(4853)] = 167883, [SMALL_STATE(4854)] = 167890, [SMALL_STATE(4855)] = 167897, [SMALL_STATE(4856)] = 167904, [SMALL_STATE(4857)] = 167911, [SMALL_STATE(4858)] = 167918, [SMALL_STATE(4859)] = 167925, [SMALL_STATE(4860)] = 167932, [SMALL_STATE(4861)] = 167939, [SMALL_STATE(4862)] = 167946, [SMALL_STATE(4863)] = 167953, [SMALL_STATE(4864)] = 167960, [SMALL_STATE(4865)] = 167967, [SMALL_STATE(4866)] = 167974, [SMALL_STATE(4867)] = 167981, [SMALL_STATE(4868)] = 167988, [SMALL_STATE(4869)] = 167995, [SMALL_STATE(4870)] = 168002, [SMALL_STATE(4871)] = 168009, [SMALL_STATE(4872)] = 168016, [SMALL_STATE(4873)] = 168023, [SMALL_STATE(4874)] = 168030, [SMALL_STATE(4875)] = 168037, [SMALL_STATE(4876)] = 168044, [SMALL_STATE(4877)] = 168051, [SMALL_STATE(4878)] = 168058, [SMALL_STATE(4879)] = 168065, [SMALL_STATE(4880)] = 168072, [SMALL_STATE(4881)] = 168079, [SMALL_STATE(4882)] = 168086, [SMALL_STATE(4883)] = 168093, [SMALL_STATE(4884)] = 168100, [SMALL_STATE(4885)] = 168107, [SMALL_STATE(4886)] = 168114, [SMALL_STATE(4887)] = 168121, [SMALL_STATE(4888)] = 168128, [SMALL_STATE(4889)] = 168135, [SMALL_STATE(4890)] = 168142, [SMALL_STATE(4891)] = 168149, [SMALL_STATE(4892)] = 168156, [SMALL_STATE(4893)] = 168163, [SMALL_STATE(4894)] = 168170, [SMALL_STATE(4895)] = 168177, [SMALL_STATE(4896)] = 168184, [SMALL_STATE(4897)] = 168191, [SMALL_STATE(4898)] = 168198, [SMALL_STATE(4899)] = 168205, [SMALL_STATE(4900)] = 168212, [SMALL_STATE(4901)] = 168219, [SMALL_STATE(4902)] = 168226, [SMALL_STATE(4903)] = 168233, [SMALL_STATE(4904)] = 168240, [SMALL_STATE(4905)] = 168247, [SMALL_STATE(4906)] = 168254, [SMALL_STATE(4907)] = 168261, [SMALL_STATE(4908)] = 168268, [SMALL_STATE(4909)] = 168275, [SMALL_STATE(4910)] = 168282, [SMALL_STATE(4911)] = 168289, [SMALL_STATE(4912)] = 168296, [SMALL_STATE(4913)] = 168303, [SMALL_STATE(4914)] = 168310, [SMALL_STATE(4915)] = 168317, [SMALL_STATE(4916)] = 168324, [SMALL_STATE(4917)] = 168331, [SMALL_STATE(4918)] = 168338, [SMALL_STATE(4919)] = 168345, [SMALL_STATE(4920)] = 168352, [SMALL_STATE(4921)] = 168359, [SMALL_STATE(4922)] = 168366, [SMALL_STATE(4923)] = 168373, [SMALL_STATE(4924)] = 168380, [SMALL_STATE(4925)] = 168387, [SMALL_STATE(4926)] = 168394, [SMALL_STATE(4927)] = 168401, [SMALL_STATE(4928)] = 168408, [SMALL_STATE(4929)] = 168415, [SMALL_STATE(4930)] = 168422, [SMALL_STATE(4931)] = 168429, [SMALL_STATE(4932)] = 168436, [SMALL_STATE(4933)] = 168443, [SMALL_STATE(4934)] = 168450, [SMALL_STATE(4935)] = 168457, [SMALL_STATE(4936)] = 168464, [SMALL_STATE(4937)] = 168471, [SMALL_STATE(4938)] = 168478, [SMALL_STATE(4939)] = 168485, [SMALL_STATE(4940)] = 168492, [SMALL_STATE(4941)] = 168499, [SMALL_STATE(4942)] = 168506, [SMALL_STATE(4943)] = 168513, [SMALL_STATE(4944)] = 168520, [SMALL_STATE(4945)] = 168527, [SMALL_STATE(4946)] = 168534, [SMALL_STATE(4947)] = 168541, [SMALL_STATE(4948)] = 168548, [SMALL_STATE(4949)] = 168555, [SMALL_STATE(4950)] = 168562, [SMALL_STATE(4951)] = 168569, [SMALL_STATE(4952)] = 168576, [SMALL_STATE(4953)] = 168583, [SMALL_STATE(4954)] = 168590, [SMALL_STATE(4955)] = 168597, [SMALL_STATE(4956)] = 168604, [SMALL_STATE(4957)] = 168611, [SMALL_STATE(4958)] = 168618, [SMALL_STATE(4959)] = 168625, [SMALL_STATE(4960)] = 168632, [SMALL_STATE(4961)] = 168639, [SMALL_STATE(4962)] = 168646, [SMALL_STATE(4963)] = 168653, [SMALL_STATE(4964)] = 168660, [SMALL_STATE(4965)] = 168667, [SMALL_STATE(4966)] = 168674, [SMALL_STATE(4967)] = 168681, [SMALL_STATE(4968)] = 168688, [SMALL_STATE(4969)] = 168695, [SMALL_STATE(4970)] = 168702, [SMALL_STATE(4971)] = 168709, [SMALL_STATE(4972)] = 168716, [SMALL_STATE(4973)] = 168723, [SMALL_STATE(4974)] = 168730, [SMALL_STATE(4975)] = 168737, [SMALL_STATE(4976)] = 168744, [SMALL_STATE(4977)] = 168751, [SMALL_STATE(4978)] = 168758, [SMALL_STATE(4979)] = 168765, [SMALL_STATE(4980)] = 168772, [SMALL_STATE(4981)] = 168779, [SMALL_STATE(4982)] = 168786, [SMALL_STATE(4983)] = 168793, [SMALL_STATE(4984)] = 168800, [SMALL_STATE(4985)] = 168807, [SMALL_STATE(4986)] = 168814, [SMALL_STATE(4987)] = 168821, [SMALL_STATE(4988)] = 168828, [SMALL_STATE(4989)] = 168835, [SMALL_STATE(4990)] = 168842, [SMALL_STATE(4991)] = 168849, [SMALL_STATE(4992)] = 168856, [SMALL_STATE(4993)] = 168863, [SMALL_STATE(4994)] = 168870, [SMALL_STATE(4995)] = 168877, [SMALL_STATE(4996)] = 168884, [SMALL_STATE(4997)] = 168891, [SMALL_STATE(4998)] = 168898, [SMALL_STATE(4999)] = 168905, [SMALL_STATE(5000)] = 168912, [SMALL_STATE(5001)] = 168919, [SMALL_STATE(5002)] = 168926, [SMALL_STATE(5003)] = 168933, [SMALL_STATE(5004)] = 168940, [SMALL_STATE(5005)] = 168947, [SMALL_STATE(5006)] = 168954, [SMALL_STATE(5007)] = 168961, [SMALL_STATE(5008)] = 168968, [SMALL_STATE(5009)] = 168975, [SMALL_STATE(5010)] = 168982, [SMALL_STATE(5011)] = 168989, [SMALL_STATE(5012)] = 168996, [SMALL_STATE(5013)] = 169003, [SMALL_STATE(5014)] = 169010, [SMALL_STATE(5015)] = 169017, [SMALL_STATE(5016)] = 169024, [SMALL_STATE(5017)] = 169031, [SMALL_STATE(5018)] = 169038, [SMALL_STATE(5019)] = 169045, [SMALL_STATE(5020)] = 169052, [SMALL_STATE(5021)] = 169059, [SMALL_STATE(5022)] = 169066, [SMALL_STATE(5023)] = 169073, [SMALL_STATE(5024)] = 169080, [SMALL_STATE(5025)] = 169087, [SMALL_STATE(5026)] = 169094, [SMALL_STATE(5027)] = 169101, [SMALL_STATE(5028)] = 169108, [SMALL_STATE(5029)] = 169115, [SMALL_STATE(5030)] = 169122, [SMALL_STATE(5031)] = 169129, [SMALL_STATE(5032)] = 169136, [SMALL_STATE(5033)] = 169143, [SMALL_STATE(5034)] = 169150, [SMALL_STATE(5035)] = 169157, [SMALL_STATE(5036)] = 169164, [SMALL_STATE(5037)] = 169171, [SMALL_STATE(5038)] = 169178, [SMALL_STATE(5039)] = 169185, [SMALL_STATE(5040)] = 169192, [SMALL_STATE(5041)] = 169199, [SMALL_STATE(5042)] = 169206, [SMALL_STATE(5043)] = 169213, [SMALL_STATE(5044)] = 169220, [SMALL_STATE(5045)] = 169227, [SMALL_STATE(5046)] = 169234, [SMALL_STATE(5047)] = 169241, [SMALL_STATE(5048)] = 169248, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation_unit, 0), [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4492), [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4557), [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4540), [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4563), [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5033), [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5031), [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5029), [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4569), [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4491), [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4546), [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4521), [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5041), [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5040), [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5006), [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4558), [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4596), [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2389), [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2506), [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4597), [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4598), [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3077), [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2925), [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), [123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 4, .production_id = 164), [125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 4, .production_id = 164), [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4543), [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4547), [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4675), [139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 3, .production_id = 164), [141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 3, .production_id = 164), [143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4092), [145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block, 2), [147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block, 3), [149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block, 3), [151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block, 2), [153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_expression, 1), [155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_expression, 1), [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4665), [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(233), [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(31), [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4652), [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4560), [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), [185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_postfix_expression, 2), [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593), [189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_postfix_expression, 2), [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4705), [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(33), [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4712), [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4574), [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4693), [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35), [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4606), [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4567), [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), [259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4694), [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37), [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4604), [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4581), [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), [289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1405), [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4686), [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4589), [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4565), [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273), [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4639), [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4548), [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4707), [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), [353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44), [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4623), [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4580), [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4625), [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1593), [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4641), [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46), [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4698), [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4552), [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784), [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), [399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4585), [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237), [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2218), [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(48), [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4701), [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4571), [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4673), [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2482), [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2469), [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4624), [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), [451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4562), [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), [457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), [461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51), [463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4667), [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4550), [469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4629), [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4627), [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2917), [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2997), [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57), [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4635), [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4549), [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279), [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4542), [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2534), [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2835), [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4679), [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4578), [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1889), [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4648), [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4708), [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4554), [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), [559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4656), [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), [567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4697), [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4555), [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2462), [575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), [579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), [581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4645), [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3135), [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3029), [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4654), [599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4553), [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2321), [607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292), [611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), [613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4700), [615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), [619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2940), [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3014), [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4626), [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4568), [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4634), [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), [643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3257), [647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), [649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3196), [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4682), [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4551), [661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4666), [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3058), [673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3053), [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68), [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4576), [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4584), [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2519), [691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2387), [697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), [699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4703), [705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71), [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), [713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4570), [715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2327), [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4670), [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3010), [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), [725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4660), [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3362), [735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), [737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3396), [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76), [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4676), [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4556), [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4680), [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), [757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), [761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), [763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4564), [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2434), [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4607), [769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2603), [771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4711), [775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), [779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), [781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4650), [785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4579), [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2382), [789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), [805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), [807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), [809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), [817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), [825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346), [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), [829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), [831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), [833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), [839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), [843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), [845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), [847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), [853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), [855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), [857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), [859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), [861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), [863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), [865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), [867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3380), [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), [881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), [889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), [899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), [903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), [921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), [927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3886), [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), [939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), [947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), [951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), [953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), [955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), [957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), [959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), [961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), [963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), [965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), [967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3354), [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), [971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), [973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), [975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), [977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), [983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), [985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), [987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), [989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), [991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), [993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), [995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), [997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), [999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), [1001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), [1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), [1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), [1007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), [1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), [1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), [1013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), [1015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), [1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), [1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), [1021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), [1025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), [1027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), [1029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), [1031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), [1033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__annotated_type, 1), [1035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__annotated_type, 1), [1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), [1039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3588), [1041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5021), [1043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation_unit, 1), [1045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 2, .production_id = 1), [1047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 2, .production_id = 1), [1049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), [1051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_compilation_unit_repeat1, 2), [1053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_unit_repeat1, 2), SHIFT_REPEAT(4492), [1056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_unit_repeat1, 2), SHIFT_REPEAT(4557), [1059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_unit_repeat1, 2), SHIFT_REPEAT(4540), [1062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_unit_repeat1, 2), SHIFT_REPEAT(4563), [1065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_unit_repeat1, 2), SHIFT_REPEAT(5033), [1068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_unit_repeat1, 2), SHIFT_REPEAT(5031), [1071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_unit_repeat1, 2), SHIFT_REPEAT(3526), [1074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_unit_repeat1, 2), SHIFT_REPEAT(1371), [1077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_unit_repeat1, 2), SHIFT_REPEAT(1277), [1080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_unit_repeat1, 2), SHIFT_REPEAT(5029), [1083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_unit_repeat1, 2), SHIFT_REPEAT(4569), [1086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_unit_repeat1, 2), SHIFT_REPEAT(1724), [1089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_unit_repeat1, 2), SHIFT_REPEAT(1708), [1092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), [1094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3618), [1096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4924), [1098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 2, .production_id = 54), [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(32), [1102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 2, .production_id = 54), [1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4980), [1106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), [1108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), [1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), [1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), [1114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4600), [1116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4651), [1118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), [1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), [1122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), [1124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), [1126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4852), [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3623), [1130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4601), [1132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), [1134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), [1136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_annotation_repeat1, 2), [1138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(104), [1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3513), [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4970), [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34), [1149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4768), [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), [1153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), [1155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), [1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4696), [1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4615), [1163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), [1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4955), [1171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3519), [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), [1175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4541), [1177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), [1179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__annotated_type, 2), [1181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__annotated_type, 2), [1183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_definition_repeat1, 2), [1185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), [1187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3588), [1190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 3, .production_id = 17), [1192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 3, .production_id = 17), [1194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 5, .production_id = 213), [1196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 5, .production_id = 213), [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), [1200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), [1202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5027), [1204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expression, 6, .production_id = 246), [1206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expression, 6, .production_id = 246), [1208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4), [1210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4), [1212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_projected_type, 3, .production_id = 38), [1214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_projected_type, 3, .production_id = 38), [1216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 3), [1218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 3), [1220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, .production_id = 16), [1222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, .production_id = 16), [1224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_infix_expression, 3, .production_id = 44), [1226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_infix_expression, 3, .production_id = 44), [1228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3512), [1230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1), [1232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3288), [1234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1), [1236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_types, 1), [1238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3459), [1240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), [1242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), [1244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), [1246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4490), [1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4485), [1250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_type, 1, .production_id = 6), [1252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_type, 1, .production_id = 6), [1254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5048), [1256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), [1258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), [1260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3459), [1263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_infix_type, 3, .production_id = 44), [1265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_infix_type, 3, .production_id = 44), [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), [1271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4840), [1273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_type, 2, .production_id = 36), [1275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_type, 2, .production_id = 36), [1277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 2), [1279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 2), [1281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 3, .production_id = 104), [1283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 3, .production_id = 104), [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), [1287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expression, 5, .production_id = 214), [1289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expression, 5, .production_id = 214), [1291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(111), [1294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stable_type_identifier, 3, .production_id = 37), [1296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stable_type_identifier, 3, .production_id = 37), [1298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stable_identifier, 3), [1300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 107), [1302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 107), [1304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3555), [1306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_expression, 3, .production_id = 105), [1308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_expression, 3, .production_id = 105), [1310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3623), [1313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_expression, 2), [1315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_expression, 2), [1317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(156), [1320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3618), [1323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_expression, 2), [1325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_expression, 2), [1327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), [1329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3), [1331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3), [1333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instance_expression, 2), [1335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instance_expression, 2), [1337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prefix_expression, 2), [1339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prefix_expression, 2), [1341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3), [1343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3), [1345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4), [1347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4), [1349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4), [1351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4), [1353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3209), [1355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3468), [1357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3214), [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3439), [1361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 79), [1363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 79), [1365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3439), [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4902), [1370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(165), [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), [1375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3612), [1377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4868), [1379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2), [1381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2), [1383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3513), [1386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3), [1388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3), [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), [1392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(171), [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5038), [1397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3468), [1400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), [1402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4215), [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4212), [1406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3519), [1409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3504), [1411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3504), [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5003), [1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3140), [1418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3497), [1420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3497), [1423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5013), [1425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3151), [1427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36), [1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4828), [1431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), [1433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), [1435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), [1437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), [1439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), [1441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4681), [1443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), [1445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3512), [1448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(106), [1451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), [1453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4184), [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), [1457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3555), [1460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(114), [1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 136), [1465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38), [1467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 136), [1469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4915), [1471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), [1473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), [1475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), [1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), [1479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4612), [1481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), [1483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4379), [1485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4376), [1487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ascription_expression, 3), [1489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ascription_expression, 3), [1491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), [1493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, .production_id = 81), [1495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, .production_id = 81), [1497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 179), [1499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 179), [1501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 210), [1503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 210), [1505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(129), [1508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3470), [1510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_definition, 6, .production_id = 159), [1512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_definition, 6, .production_id = 159), [1514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_definition, 4, .production_id = 42), [1516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_definition, 4, .production_id = 42), [1518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3612), [1521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 3, .production_id = 54), [1523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 3, .production_id = 54), [1525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition, 4, .production_id = 42), [1527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_definition, 4, .production_id = 42), [1529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 220), [1531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 220), [1533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 30), [1535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 30), [1537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), [1539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4837), [1543] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3470), [1546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3301), [1548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 226), [1550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 226), [1552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 228), [1554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 228), [1556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3307), [1558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3486), [1560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5047), [1562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 133), [1564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 133), [1566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition, 6, .production_id = 130), [1568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_definition, 6, .production_id = 130), [1570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 176), [1572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 176), [1574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 109), [1576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 109), [1578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 153), [1580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 153), [1582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3486), [1585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_definition, 8, .production_id = 239), [1587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_definition, 8, .production_id = 239), [1589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition, 8, .production_id = 239), [1591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_definition, 8, .production_id = 239), [1593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 240), [1595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 240), [1597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 178), [1599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 178), [1601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_definition, 6, .production_id = 130), [1603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_definition, 6, .production_id = 130), [1605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 243), [1607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 8, .production_id = 243), [1609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit, 2), [1611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit, 2), [1613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bindings, 2), [1615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_definition, 7, .production_id = 189), [1617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_definition, 7, .production_id = 189), [1619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition, 7, .production_id = 189), [1621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_definition, 7, .production_id = 189), [1623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4724), [1625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition, 6, .production_id = 159), [1627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_definition, 6, .production_id = 159), [1629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 251), [1631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 251), [1633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 60), [1635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 60), [1637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 190), [1639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 190), [1641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 141), [1643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 141), [1645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 257), [1647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 257), [1649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition, 5, .production_id = 96), [1651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_definition, 5, .production_id = 96), [1653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 259), [1655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 9, .production_id = 259), [1657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_definition, 5, .production_id = 96), [1659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_definition, 5, .production_id = 96), [1661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 10, .production_id = 262), [1663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 10, .production_id = 262), [1665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 69), [1667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 69), [1669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 90), [1671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 90), [1673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 193), [1675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 7, .production_id = 193), [1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), [1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), [1681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4731), [1683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), [1685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), [1687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3195), [1689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3453), [1691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolated_string, 3), [1693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolated_string, 3), [1695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 4, .production_id = 54), [1697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 4, .production_id = 54), [1699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 2), [1701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 2), [1703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 4), [1705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 4), [1707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 3, .production_id = 108), [1709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 3, .production_id = 108), [1711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_function, 2, .production_id = 56), [1713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_function, 2, .production_id = 56), [1715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1), [1717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1), [1719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 1), [1721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 1), [1723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_repeated_parameter_type, 2, .production_id = 46), [1725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_repeated_parameter_type, 2, .production_id = 46), [1727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lazy_parameter_type, 2, .production_id = 19), [1729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lazy_parameter_type, 2, .production_id = 19), [1731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 106), [1733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 106), [1735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolated_string_expression, 2), [1737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolated_string_expression, 2), [1739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), [1741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3), [1743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 2), [1745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 2), [1747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_block, 3), [1749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_block, 3), [1751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), [1753] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3453), [1756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4907), [1758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolated_string, 2), [1760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolated_string, 2), [1762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), [1764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), [1766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 55), [1768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 55), [1770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_while_expression, 4, .production_id = 165), [1772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_while_expression, 4, .production_id = 165), [1774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3621), [1776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), [1778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3548), [1780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4959), [1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), [1784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4717), [1786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), [1788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3594), [1790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(159), [1793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), [1795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 3, .production_id = 12), [1797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), [1799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), [1801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), [1803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), [1805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), [1807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 102), [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4800), [1811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 52), [1813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 2, .production_id = 1), [1815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, .production_id = 121), [1817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(113), [1820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, .production_id = 66), [1822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3, .production_id = 12), [1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), [1826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), [1828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), [1830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), [1832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), [1834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 2, .production_id = 1), [1836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), [1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), [1840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 52), [1842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), [1844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), [1846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3621), [1849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4838), [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3477), [1853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3477), [1856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 154), [1858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 3, .production_id = 13), [1860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 22), [1862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3548), [1865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3164), [1867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3594), [1870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(132), [1873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 91), [1875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 102), [1877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 3, .production_id = 15), [1879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 13), [1881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3462), [1883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3440), [1885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3, .production_id = 13), [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), [1889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), [1891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 200), [1893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 22), [1895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 197), [1897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 111), [1899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 62), [1901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 59), [1903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 162), [1905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), [1907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), [1909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 53), [1911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), [1913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), [1915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 22), [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), [1919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), [1921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 181), [1923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 91), [1925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 32), [1927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 8, .production_id = 231), [1929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 29), [1931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 157), [1933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 71), [1935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 25), [1937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3440), [1940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3267), [1942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 12), [1944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3285), [1946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3, .production_id = 18), [1948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), [1952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 140), [1954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 3, .production_id = 1), [1956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 52), [1958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 143), [1960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 49), [1962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), [1964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), [1966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3462), [1969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 94), [1971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 99), [1973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), [1977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 154), [1979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 103), [1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), [1985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 91), [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), [1991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 2, .production_id = 1), [1993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), [1995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3617), [1997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4992), [1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 3, .production_id = 12), [2001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 4, .production_id = 52), [2003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), [2005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat1, 2), [2007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat1, 2), SHIFT_REPEAT(3631), [2010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 6, .production_id = 158), [2012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typed_pattern, 3, .production_id = 39), [2014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_declaration, 6, .production_id = 158), [2016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), [2018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), [2020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3547), [2022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5036), [2024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3423), [2026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerators, 2), [2028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), [2030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3802), [2032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), [2034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3783), [2036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), [2038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), [2040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3597), [2042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4757), [2044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4997), [2046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_declaration, 4, .production_id = 40), [2048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_declaration, 4, .production_id = 40), [2050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), [2052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), [2054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_declaration, 6, .production_id = 158), [2056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_declaration, 6, .production_id = 158), [2058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), [2060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_declaration, 5, .production_id = 95), [2062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_declaration, 5, .production_id = 95), [2064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), [2066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerators, 3), [2068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_modifier, 1), [2070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4836), [2072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), [2074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_definition_repeat1, 2), [2076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_definition_repeat1, 2), SHIFT_REPEAT(1800), [2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 5, .production_id = 95), [2081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_declaration, 5, .production_id = 95), [2083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), [2085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 4, .production_id = 40), [2087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_declaration, 4, .production_id = 40), [2089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), [2091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3330), [2093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4695), [2095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5039), [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), [2099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3653), [2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), [2103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3716), [2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), [2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), [2109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3581), [2111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4888), [2113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3617), [2116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__object_definition, 1, .production_id = 2), [2118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(143), [2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2), [2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), [2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), [2127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), [2129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4877), [2131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3604), [2133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 4), [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 3, .production_id = 13), [2137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 5), [2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 5, .production_id = 91), [2141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3), [2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 4, .production_id = 22), [2145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 135), [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), [2149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_modifier, 2), [2151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 89), [2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), [2155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3360), [2157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), [2161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3675), [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), [2165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3757), [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), [2169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_identifier, 2), [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5002), [2173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 98), [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), [2177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 48), [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), [2181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 87), [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), [2185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 150), [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), [2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_identifier_repeat1, 2), [2191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_identifier_repeat1, 2), SHIFT_REPEAT(5002), [2194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_qualifier, 3), [2196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3597), [2199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, .production_id = 242), [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), [2203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 161), [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), [2207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_clause, 2, .production_id = 19), [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), [2211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(99), [2214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), [2216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), [2218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4801), [2220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameters, 5), [2222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3359), [2224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), [2226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3641), [2228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), [2230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameters, 3), [2232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 152), [2234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), [2236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), [2238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), [2240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5008), [2242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3615), [2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), [2246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), [2248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5001), [2250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3356), [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), [2254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3644), [2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), [2258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(43), [2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4887), [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), [2264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), [2266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), [2270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4622), [2272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4613), [2274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), [2276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39), [2278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), [2280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), [2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4996), [2286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3374), [2288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), [2290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3676), [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), [2294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3323), [2296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), [2298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3630), [2300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), [2302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4628), [2304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), [2306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3368), [2308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), [2310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3634), [2312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), [2314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3369), [2316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), [2318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3681), [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), [2322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameters, 2), [2324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), [2326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3603), [2328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 209), [2330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), [2332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5018), [2334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_identifier, 1), [2336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 192), [2338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), [2340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 207), [2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), [2344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3573), [2346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameters, 4), [2348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3547), [2351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3319), [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), [2355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3666), [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), [2359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(108), [2362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 8, .production_id = 230), [2364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 70), [2366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3347), [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), [2370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3900), [2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3900), [2374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3906), [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3909), [2378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 8, .production_id = 234), [2380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 4, .production_id = 24), [2382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 146), [2384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3506), [2386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3689), [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), [2390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3501), [2392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3775), [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), [2396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3492), [2398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3782), [2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), [2402] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3441), [2405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3215), [2407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3441), [2409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 139), [2411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3345), [2413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3837), [2415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3837), [2417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 142), [2419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4869), [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), [2425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), [2427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), [2431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4631), [2433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4636), [2435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4577), [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4586), [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5019), [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5005), [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5004), [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4588), [2453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3338), [2455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3866), [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3866), [2459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3335), [2461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3858), [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), [2465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3390), [2467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3895), [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), [2471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 8, .production_id = 223), [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), [2477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5044), [2479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3543), [2481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3604), [2484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3509), [2486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3792), [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), [2490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 156), [2492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_clause, 2, .production_id = 1), [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5045), [2496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 203), [2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 93), [2500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3415), [2502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3840), [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), [2506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 6, .production_id = 139), [2508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_expression, 1, .production_id = 4), [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3918), [2512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 2, .production_id = 5), [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4532), [2516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), [2518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), [2520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4640), [2522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), [2524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 5, .production_id = 58), [2526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3357), [2528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3652), [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), [2532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(138), [2535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3370), [2537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3629), [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), [2541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_declaration_repeat1, 2, .production_id = 21), [2543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_declaration_repeat1, 2, .production_id = 21), SHIFT_REPEAT(4532), [2546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 127), [2548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 5, .production_id = 93), [2550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 199), [2552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 58), [2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3348), [2556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3855), [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), [2560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 24), [2562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3346), [2564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3836), [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), [2568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3581), [2571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3386), [2573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3887), [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), [2577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3403), [2579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3881), [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3881), [2583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 117), [2585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 61), [2587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), [2589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 196), [2591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 8, .production_id = 237), [2593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__object_definition, 2, .production_id = 10), [2595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 3, .production_id = 11), [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4561), [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5039), [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5035), [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), [2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5007), [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4566), [2613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 114), [2615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3393), [2617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3896), [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3896), [2621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(124), [2624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 3, .production_id = 14), [2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4848), [2628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 3, .production_id = 14), [2630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), [2632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3600), [2634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4781), [2636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 65), [2638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), [2640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 110), [2642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 187), [2644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3343), [2646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3660), [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), [2650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 184), [2652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3339), [2654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3907), [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), [2658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 28), [2660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3443), [2662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3704), [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), [2666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3444), [2668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3706), [2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), [2672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3447), [2674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3710), [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), [2680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), [2682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4806), [2684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 31), [2686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3610), [2688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 180), [2690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 169), [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), [2694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3539), [2696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3856), [2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), [2700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 74), [2702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3332), [2704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3645), [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), [2708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 9, .production_id = 254), [2710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 35), [2712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3458), [2714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3691), [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), [2718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3461), [2720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3702), [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), [2724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3465), [2726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3724), [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), [2730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3531), [2732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3867), [2734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3867), [2736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3537), [2738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3859), [2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3859), [2742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 4, .production_id = 28), [2744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 77), [2746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(97), [2749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), [2751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4266), [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4267), [2755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), [2757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), [2761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3534), [2763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4929), [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), [2767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), [2773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4909), [2775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_selectors, 4), [2777] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3615), [2780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_selectors, 3), [2782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(170), [2785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3542), [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), [2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), [2791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3312), [2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3498), [2795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3573), [2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4937), [2800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_clause, 3, .production_id = 19), [2802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_declaration_repeat1, 2, .production_id = 5), [2804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__import_expression, 3, .production_id = 4), [2806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(133), [2809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3498), [2812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4794), [2814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), [2816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), [2818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3273), [2820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3454), [2823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3603), [2826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 5, .production_id = 57), [2828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 202), [2830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 5, .production_id = 92), [2832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_definition, 5, .production_id = 101), [2834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 100), [2836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 7, .production_id = 182), [2838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_declaration, 7, .production_id = 204), [2840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 7, .production_id = 204), [2842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 7, .production_id = 205), [2844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 206), [2846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 57), [2848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 208), [2850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 97), [2852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 5, .production_id = 63), [2854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5026), [2856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 8, .production_id = 215), [2858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 8, .production_id = 221), [2860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 92), [2862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5037), [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), [2868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2073), [2870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), [2872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), [2874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4583), [2876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4685), [2878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), [2880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 88), [2882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 8, .production_id = 222), [2884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 8, .production_id = 224), [2886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 8), [2888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 86), [2890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 227), [2892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 8, .production_id = 229), [2894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 85), [2896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 5, .production_id = 83), [2898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_body, 2), [2900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 8, .production_id = 232), [2902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 8, .production_id = 233), [2904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 8, .production_id = 235), [2906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 8, .production_id = 236), [2908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__object_definition, 3, .production_id = 20), [2910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3543), [2913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 201), [2915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 23), [2917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 198), [2919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 195), [2921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 8, .production_id = 238), [2923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 241), [2925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 194), [2927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 8, .production_id = 244), [2929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 191), [2931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_declaration, 5, .production_id = 83), [2933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 92), [2935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 9, .production_id = 250), [2937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 27), [2939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 188), [2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 186), [2943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 9, .production_id = 252), [2945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4590), [2947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), [2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 185), [2951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5034), [2953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 30), [2955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 183), [2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), [2959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3596), [2961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5014), [2963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 182), [2965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 9, .production_id = 253), [2967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 179), [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 7, .production_id = 177), [2971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 34), [2973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 8, .production_id = 225), [2975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 144), [2977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 175), [2979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 5, .production_id = 72), [2981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 78), [2983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 76), [2985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 9, .production_id = 256), [2987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 9, .production_id = 258), [2989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 4, .production_id = 27), [2991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 10, .production_id = 261), [2993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 75), [2995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), [2997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4220), [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4320), [3001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 171), [3003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 73), [3005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 170), [3007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3600), [3010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 72), [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), [3014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 168), [3016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 4, .production_id = 33), [3018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 69), [3020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(169), [3023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 7, .production_id = 167), [3025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), [3027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3610), [3030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 109), [3032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_definition, 4, .production_id = 51), [3034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(139), [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), [3039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3538), [3041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4890), [3043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(109), [3046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 112), [3048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 113), [3050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 64), [3052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 3, .production_id = 8), [3054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 3, .production_id = 8), [3056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_definition, 3, .production_id = 7), [3058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__object_definition, 2, .production_id = 9), [3060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_clause, 3, .production_id = 8), [3062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 63), [3064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_object, 3, .production_id = 7), [3066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 115), [3068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3169), [3070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3464), [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4730), [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4945), [3080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 60), [3082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 160), [3084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 163), [3086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 118), [3088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5, .production_id = 57), [3090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(136), [3093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3464), [3096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 138), [3098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_body, 3), [3100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 125), [3102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 126), [3104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 116), [3106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 128), [3108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 129), [3110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 9, .production_id = 255), [3112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 6, .production_id = 144), [3114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 6, .production_id = 138), [3116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_definition, 2, .production_id = 3), [3118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3183), [3120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3456), [3122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 155), [3124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 151), [3126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 134), [3128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3456), [3131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 137), [3133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 138), [3135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4, .production_id = 33), [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), [3139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 149), [3141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 148), [3143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 47), [3145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 6, .production_id = 147), [3147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_declaration, 6, .production_id = 147), [3149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 27), [3151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 50), [3153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 4, .production_id = 23), [3155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_definition, 6, .production_id = 112), [3157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 145), [3159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 6, .production_id = 141), [3161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 23), [3163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3432), [3165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3424), [3167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), [3169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), [3171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), [3173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), [3175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4709), [3177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3246), [3179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3315), [3181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3496), [3183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58), [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4910), [3187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3), [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), [3191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), [3193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), [3197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), [3199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4611), [3201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_modifier, 1), [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5011), [3205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3432), [3208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4820), [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), [3214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), [3216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), [3220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4663), [3222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4592), [3224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), [3226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3946), [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), [3230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4954), [3232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), [3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), [3236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3424), [3239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3258), [3241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4778), [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), [3247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), [3249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), [3253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4688), [3255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4659), [3257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), [3259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_modifiers, 1), [3261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1807), [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5042), [3265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), [3267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1961), [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), [3271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4691), [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), [3275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3496), [3278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4664), [3280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), [3282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(116), [3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52), [3287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), [3289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), [3291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3534), [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), [3296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), [3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), [3300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4827), [3302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), [3304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), [3306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), [3308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(100), [3311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), [3313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4162), [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), [3317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), [3319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4866), [3323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), [3325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3542), [3328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3614), [3330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), [3334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3526), [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4870), [3339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), [3341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(1807), [3344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(1708), [3347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), [3349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4947), [3359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3430), [3362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3430), [3364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(147), [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4986), [3369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3256), [3371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(102), [3374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72), [3376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), [3378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), [3380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4871), [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), [3386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), [3388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), [3392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4630), [3394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4632), [3396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), [3398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3448), [3401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3448), [3403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(142), [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4614), [3408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479), [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5046), [3412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3596), [3415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3269), [3417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block, 1), [3419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block, 1), [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), [3423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), [3425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4336), [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), [3429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), [3431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), [3433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), [3435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), [3437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4197), [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4538), [3441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3538), [3444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), [3446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), [3448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3481), [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4738), [3456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3300), [3458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3481), [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2916), [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), [3467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), [3469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4265), [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), [3473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3585), [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), [3479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4723), [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), [3491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5043), [3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), [3503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3986), [3505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4893), [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), [3511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), [3515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3144), [3517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3500), [3519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), [3521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_repeat1, 2), [3523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3500), [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), [3534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), [3536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3153), [3538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3491), [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), [3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), [3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), [3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), [3552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3491), [3555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), [3557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), [3559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), [3563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 2, .production_id = 212), [3565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), [3567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), [3571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_modifier, 2), [3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), [3575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3521), [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4770), [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), [3584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3614), [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), [3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), [3593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), [3595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), [3597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), [3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), [3601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(150), [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), [3606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), [3614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4741), [3618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_qualifier, 3), [3620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), [3622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70), [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), [3630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), [3632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), [3638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4587), [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), [3642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), [3644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), [3646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), [3654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4687), [3656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), [3658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4123), [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4121), [3662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), [3696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), [3702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4874), [3704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3463), [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), [3711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3463), [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), [3723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3436), [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), [3735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3289), [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), [3739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2381), [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), [3743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3589), [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), [3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4797), [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), [3757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2452), [3759] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3436), [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), [3778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), [3782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3578), [3784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4760), [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), [3794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3266), [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), [3802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4751), [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3888), [3812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), [3814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4113), [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4110), [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), [3826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3472), [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), [3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), [3858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), [3860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4885), [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), [3868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 174), [3870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3553), [3872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3428), [3875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3428), [3877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1), REDUCE(sym_binding, 1, .dynamic_precedence = 1, .production_id = 2), [3880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256), [3882] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1), SHIFT(2037), [3885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4455), [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4454), [3889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 4, .production_id = 174), [3891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2872), [3893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3224), [3895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4822), [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), [3901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), [3903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), [3907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4658), [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), [3913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4802), [3915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(75), [3917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), [3919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), [3921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), [3923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), [3925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), [3927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(176), [3930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 8, .production_id = 263), [3932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 3, .production_id = 124), [3934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 5, .production_id = 218), [3936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), [3938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4236), [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), [3942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 5, .production_id = 219), [3944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 7, .production_id = 260), [3946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 5, .production_id = 218), [3948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3583), [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4821), [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), [3956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4905), [3958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 6, .production_id = 248), [3960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 6, .production_id = 249), [3962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 6, .production_id = 248), [3964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), [3970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4930), [3972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2), [3974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 124), [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), [3984] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3585), [3987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), [3989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4180), [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4179), [3993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(158), [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), [4024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3532), [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), [4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4892), [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), [4052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), [4054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), [4056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4610), [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), [4066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5028), [4068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4646), [4070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73), [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4914), [4074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_guard, 2, .production_id = 212), [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), [4078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), [4080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), [4084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4653), [4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), [4094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4897), [4096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), [4102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4912), [4104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4713), [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), [4130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4706), [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4777), [4134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2978), [4136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4644), [4138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3007), [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4872), [4152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4699), [4154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4591), [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), [4164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4944), [4166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4602), [4168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4669), [4170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3551), [4172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4637), [4174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4692), [4176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3563), [4178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4662), [4180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 1, .production_id = 2), [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), [4190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4616), [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), [4196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4790), [4198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4633), [4200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4595), [4202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4619), [4204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3564), [4206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3107), [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4747), [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4969), [4212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3106), [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), [4224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(134), [4227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3544), [4229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3578), [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), [4236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3589), [4239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(167), [4242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3609), [4244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(121), [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), [4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), [4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4850), [4253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3524), [4255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), [4257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4315), [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4305), [4261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3515), [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4808), [4265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(154), [4268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3495), [4271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3495), [4273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3553), [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4960), [4278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3309), [4280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 2, .production_id = 67), [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4792), [4284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3583), [4287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(155), [4290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3225), [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4762), [4294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(117), [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4750), [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), [4309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3551), [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), [4322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2845), [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4481), [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4479), [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), [4330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(131), [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), [4337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3478), [4340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3478), [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), [4346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3296), [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), [4366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3508), [4369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3508), [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), [4373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3317), [4375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3563), [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), [4394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(125), [4397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3407), [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), [4409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(118), [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), [4416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(101), [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), [4437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_repeat1, 2), SHIFT_REPEAT(140), [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), [4444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3532), [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4899), [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), [4467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2781), [4469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), [4475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374), [4477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), [4479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3524), [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), [4484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 3, .production_id = 119), [4486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4927), [4490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24), [4492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2833), [4494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), [4498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), [4500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5030), [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4995), [4510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2648), [4512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), [4514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), [4518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), [4520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387), [4522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3544), [4525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2649), [4527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), [4529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2612), [4531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), [4535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 2, .production_id = 68), [4537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2635), [4539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), [4541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2567), [4543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), [4545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2543), [4547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), [4549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2563), [4551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), [4553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3564), [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), [4560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), [4570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3510), [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), [4575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3510), [4577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3515), [4580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3318), [4582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2720), [4584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), [4586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3455), [4589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2632), [4591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), [4593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2626), [4595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), [4597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3455), [4599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_object_definition_repeat1, 2), SHIFT_REPEAT(3609), [4602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2717), [4604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), [4606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat1, 2), SHIFT_REPEAT(3680), [4609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2623), [4611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), [4613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3316), [4615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3499), [4617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3499), [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), [4622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4942), [4624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2547), [4626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), [4628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), [4632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394), [4634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), [4636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), [4638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3279), [4640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_infix_pattern, 3, .production_id = 44), [4642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_infix_pattern, 3, .production_id = 44), [4644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alternative_pattern, 3), [4646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alternative_pattern, 3), [4648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), [4650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), [4652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_pattern, 3, .production_id = 41), [4654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_capture_pattern, 3, .production_id = 41), [4656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), [4658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_definition_repeat1, 2), SHIFT_REPEAT(1717), [4661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3292), [4663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3469), [4665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3483), [4667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3469), [4670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3483), [4673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), [4675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), [4677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3157), [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4774), [4681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_class_pattern_repeat1, 2), [4683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3507), [4685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3141), [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4593), [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4608), [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4984), [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4978), [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4975), [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4594), [4707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3247), [4709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3420), [4711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3467), [4714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3467), [4716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2589), [4718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stable_identifier, 3), [4720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4702), [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), [4724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5024), [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5023), [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), [4732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5009), [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4575), [4736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3420), [4739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3160), [4741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3442), [4744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3442), [4746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 3, .production_id = 120), [4748] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3507), [4751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 4, .production_id = 172), [4753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 4, .production_id = 173), [4755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 5, .production_id = 216), [4757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3211), [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), [4761] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compound_type_repeat1, 2, .production_id = 80), SHIFT_REPEAT(3438), [4764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3438), [4766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3216), [4768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), [4770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), [4772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3959), [4774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3770), [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), [4780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), [4782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), [4794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), [4800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5032), [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), [4804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_identifier_repeat1, 2), SHIFT_REPEAT(5032), [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), [4809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3720), [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), [4817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_class_pattern, 4, .production_id = 82), [4819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2536), [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), [4823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_class_pattern, 5, .production_id = 131), [4825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_class_pattern, 5, .production_id = 131), [4827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_class_pattern, 5, .production_id = 132), [4829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_class_pattern, 5, .production_id = 132), [4831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2582), [4833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_class_pattern, 3, .production_id = 46), [4835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_class_pattern, 3, .production_id = 46), [4837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2873), [4839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typed_pattern, 3, .production_id = 39), [4841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_class_pattern, 3, .production_id = 43), [4843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_class_pattern, 3, .production_id = 43), [4845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2890), [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), [4849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3), [4851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 3), [4853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 4), [4855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_pattern, 4), [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), [4861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2718), [4863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2715), [4865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_class_pattern, 4, .production_id = 82), [4867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_declaration_repeat1, 2, .production_id = 21), SHIFT_REPEAT(4118), [4870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_class_pattern, 4, .production_id = 84), [4872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_class_pattern, 4, .production_id = 84), [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), [4876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), [4878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2895), [4880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2876), [4882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), [4884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2573), [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), [4888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2570), [4890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2629), [4892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2637), [4894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_parameter_repeat1, 2), [4896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_parameter_repeat1, 2), SHIFT_REPEAT(2625), [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4269), [4909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerators, 1), [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), [4915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_repeat1, 2), SHIFT_REPEAT(30), [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3161), [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), [4924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_parameter_repeat2, 2), [4926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_parameter_repeat2, 2), SHIFT_REPEAT(2624), [4929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_upper_bound, 2, .production_id = 19), [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), [4945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerators_repeat1, 2), [4947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerators_repeat1, 2), SHIFT_REPEAT(1236), [4950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), [4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), [4954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 5, .production_id = 217), [4956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), [4958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), [4962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), [4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), [4970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), [4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3021), [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), [4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), [4994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_parameter, 6, .production_id = 247), [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), [5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), [5020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), [5022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4599), [5024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), [5028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3736), [5030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4668), [5032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3874), [5034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), [5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4647), [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3908), [5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4649), [5044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 1, .production_id = 2), [5046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), [5048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), [5050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), [5052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), [5054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), [5056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, .production_id = 2), [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), [5060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), [5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4017), [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), [5066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), [5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), [5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), [5082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 2, .production_id = 1), [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), [5110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, .production_id = 1), [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), [5122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_block_repeat1, 2), [5124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_block_repeat1, 2), SHIFT_REPEAT(1399), [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), [5131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), SHIFT_REPEAT(2826), [5134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), [5138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lower_bound, 2, .production_id = 19), [5140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_view_bound, 2, .production_id = 19), [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), [5150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 3, .production_id = 12), [5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), [5166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 123), [5168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), [5172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), [5174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), [5176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2934), [5178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), [5180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 4, .production_id = 52), [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), [5188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 40), [5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), [5192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), [5196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 4), [5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4643), [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), [5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), [5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4642), [5206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), [5208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_selectors_repeat1, 2), [5210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), [5216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 5, .production_id = 95), [5218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), [5220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), [5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), [5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), [5228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), [5232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), [5234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), [5236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), [5238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), [5240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), [5242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), [5244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), [5246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), [5248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 4, .production_id = 40), [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), [5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2964), [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), [5260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_selectors_repeat1, 2), SHIFT_REPEAT(4647), [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), [5265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interpolated_string_repeat2, 2), SHIFT_REPEAT(4643), [5268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interpolated_string_repeat2, 2), [5270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interpolated_string_repeat1, 2), SHIFT_REPEAT(4642), [5273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interpolated_string_repeat1, 2), [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4690), [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), [5279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_bindings_repeat1, 2), SHIFT_REPEAT(4638), [5282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_bindings_repeat1, 2), [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), [5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), [5288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding, 1, .dynamic_precedence = 1, .production_id = 2), [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), [5292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binding, 3, .dynamic_precedence = 1, .production_id = 123), [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), [5302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2), SHIFT_REPEAT(3813), [5305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2), [5307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), [5309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3031), [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3892), [5321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(394), [5324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_types_repeat1, 2), [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), [5330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_types_repeat1, 2), SHIFT_REPEAT(2070), [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), [5345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), REDUCE(aux_sym_parameter_types_repeat1, 2), [5348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), [5354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_parameters_repeat1, 2), SHIFT_REPEAT(1818), [5357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_parameters_repeat1, 2), [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), [5365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 3, .production_id = 123), [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), [5383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 122), SHIFT_REPEAT(3306), [5386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 122), [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), [5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), [5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), [5396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_context_bound, 2, .production_id = 19), [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), [5400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), [5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), [5404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), [5406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), [5408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), [5410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), [5412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), [5414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), [5416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), [5418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), [5420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), [5422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), [5424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4638), [5426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4714), [5428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), [5430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), [5432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), [5434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), [5436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), [5438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), [5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), [5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), [5444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), [5446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), [5448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), [5450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), [5452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), [5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), [5456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2861), [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), [5468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3834), [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), [5484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_class_pattern_repeat1, 2), SHIFT_REPEAT(1309), [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), [5493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), [5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), [5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), [5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), [5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4814), [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), [5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), [5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), [5543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4053), [5545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4819), [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), [5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), [5581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), [5583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), [5585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), [5589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), [5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3376), [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3771), [5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), [5599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), [5603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), [5607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), [5609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), [5611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3078), [5613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2909), [5615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), [5617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), [5619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), [5621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), [5623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 6, .production_id = 158), [5625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), [5627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), [5629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), [5631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), [5633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), [5635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), [5637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), [5639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), [5641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), [5643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2921), [5645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3352), [5647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), [5649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), [5651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), [5653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4856), [5655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), [5657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), [5659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), [5661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), [5663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), [5665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), [5667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), [5669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), [5671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), [5673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), [5675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), [5677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), [5679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), [5681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), [5683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), [5685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), [5687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), [5689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), [5691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), [5693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), [5695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), [5697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), [5699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), [5701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), [5703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), [5705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), [5707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), [5709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), [5711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), [5713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), [5715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), [5717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), [5719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), [5721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), [5723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), [5725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), [5727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), [5729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), [5731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_declaration_repeat1, 2, .production_id = 45), SHIFT_REPEAT(4995), [5734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_declaration_repeat1, 2, .production_id = 45), [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), [5742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), [5746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), [5748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), [5752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), [5754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), [5756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), [5762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), [5764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), [5766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), [5772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), [5774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), [5776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), [5778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), [5780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), [5782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), [5784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), [5786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), [5788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), [5790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), [5792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), [5794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), [5796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), [5798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), [5800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), [5802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), [5804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), [5806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), [5808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), [5810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), [5812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), [5814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), [5816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4884), [5818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), [5822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), [5824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), [5826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), [5828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), [5830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), [5832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), [5834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), [5836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), [5842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), [5844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), [5846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), [5848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), [5850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), [5852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), [5854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), [5856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), [5858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), [5860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), [5864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), [5866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), [5868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), [5870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), [5872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), [5874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), [5878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), [5886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), [5888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), [5898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), [5900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), [5902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), [5904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), [5908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), [5910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), [5914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), [5922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), [5930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3664), [5932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4559), [5934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264), [5936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4572), [5938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), [5940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), [5948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), [5950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), [5954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), [5956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), [5958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), [5960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), [5962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), [5966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), [5968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), [5970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), [5972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), [5974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), [5976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), [5978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), [5980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), [5984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), [5986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), [5988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), [5990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), [5992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), [5994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), [5998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), [6000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), [6002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), [6004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), [6006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), [6008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), [6010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), [6012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), [6014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), [6016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), [6018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), [6020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), [6022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), [6024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), [6026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4078), [6028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), [6030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), [6032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), [6034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), [6036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), [6038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), [6040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), [6042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), [6044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), [6046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), [6048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), [6050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), [6052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), [6054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), [6056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), [6058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), [6060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), [6062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), [6064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), [6066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), [6068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), [6070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), [6072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2981), [6074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), [6076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), [6078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), [6080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), [6082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), [6084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), [6086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), [6088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), [6090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), [6092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3003), [6094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), [6096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), [6098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), [6102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), [6104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), [6106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), [6110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), [6112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), [6114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4710), [6116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5012), [6118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), [6120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), [6122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), [6124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2933), [6126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), [6128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), [6130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), [6132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), [6134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), [6136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), [6138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), [6140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), [6142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 2), [6144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), [6146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), [6148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), [6150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3952), [6152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), [6154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), [6156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), [6158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4087), [6160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), [6162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), [6164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), [6166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), [6168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), [6170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), [6172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), [6174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), [6176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variant_type_parameter, 1, .production_id = 26), [6178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_declaration_repeat1, 2, .production_id = 1), [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4609), [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4922), [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), [6186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), [6188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3989), [6192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), [6194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), [6196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), [6198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_covariant_type_parameter, 2, .production_id = 66), [6200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_contravariant_type_parameter, 2, .production_id = 66), [6202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), [6204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variant_type_parameter, 2), [6206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variant_type_parameter, 2, .production_id = 66), [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4029), [6210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), [6214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), [6216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), [6218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4145), [6220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), [6222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4140), [6224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4404), [6226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), [6228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), [6230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4109), [6232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4684), [6234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), [6238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 66), [6240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), [6246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), [6252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), [6254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_renamed_identifier, 3, .production_id = 166), [6256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4103), [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3942), [6260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), [6262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 4, .production_id = 211), [6264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), [6266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), [6268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_clause, 5, .production_id = 245), [6270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), [6272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3966), [6274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), [6276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bindings, 4), [6278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), [6280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), [6282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), [6284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), [6286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), [6288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), [6290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), [6292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), [6294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), [6296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), [6300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), [6302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), [6322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), [6324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4544), [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), [6332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), [6334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), [6342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3921), [6346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), [6350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), [6352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), [6354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), [6358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), [6360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), [6362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), [6364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), [6366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4957), [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), [6370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), [6372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4545), [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), [6384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), [6386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), [6388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), [6390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), [6394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), [6400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), [6406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), [6410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), [6412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), [6414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), [6416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), [6418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), [6420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), [6422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), [6424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), [6426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), [6428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_types, 4, .dynamic_precedence = 1), [6430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), [6432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), [6434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), [6436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4090), [6438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), [6440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), [6442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), [6444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), [6446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), [6448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), [6450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), [6454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), [6456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), [6458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), [6462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), [6464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4962), [6468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), [6470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), [6474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), [6478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), [6482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), [6484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), [6486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), [6488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), [6492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), [6494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bindings, 3), [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), [6498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), [6500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), [6502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), [6504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), [6506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), [6508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), [6510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), [6512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), [6514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), [6520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), [6524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), [6526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), [6528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), [6530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), [6532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), [6534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), [6536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), [6538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_types, 3, .dynamic_precedence = 1), [6540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), [6542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), [6544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), [6546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), [6548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), [6550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), [6552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), [6554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4053), [6556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), [6558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), [6560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), [6562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), [6564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), [6566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), [6568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), [6570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), [6572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), [6574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), [6576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), [6578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), [6580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), [6582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), [6584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), [6586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), [6588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), [6590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), [6592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), [6594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), [6596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), [6598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), [6600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), [6602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), [6604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), [6606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), [6608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), [6610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), [6612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), [6614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), [6616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), [6618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), [6620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), [6622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), [6624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), [6626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), [6628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), [6630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), [6632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), [6634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_types, 2, .dynamic_precedence = 1), [6636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), [6638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), [6640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), [6642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), [6644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3986), [6646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), [6648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), [6650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), [6652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), [6654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), [6656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), [6658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), [6660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), [6662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), [6664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), [6666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), [6668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), [6670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), [6672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), [6674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), [6676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4353), [6678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), [6680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), [6682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), [6684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), [6686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), [6688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), [6690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), [6692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), [6694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), [6696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), [6698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), [6700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), [6702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), [6704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), [6706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), [6708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), [6710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), [6712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4605), [6714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), [6718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), [6720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), [6722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), [6724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), [6726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), [6728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4497), [6730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), [6734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4248), [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), [6738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), [6742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4988), [6744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), [6748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), [6750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), [6754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), [6758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), [6762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4067), [6764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), [6766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), [6768] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), [6770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), [6772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), [6774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4537), [6778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), [6780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), [6782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), [6784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), [6786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), [6788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), [6790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), [6792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), [6794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), [6796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), [6798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), [6800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), [6802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), [6804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), [6808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), [6810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), [6814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), }; #ifdef __cplusplus extern "C" { #endif void *tree_sitter_scala_external_scanner_create(void); void tree_sitter_scala_external_scanner_destroy(void *); bool tree_sitter_scala_external_scanner_scan(void *, TSLexer *, const bool *); unsigned tree_sitter_scala_external_scanner_serialize(void *, char *); void tree_sitter_scala_external_scanner_deserialize(void *, const char *, unsigned); #ifdef _WIN32 #define extern __declspec(dllexport) #endif extern const TSLanguage *tree_sitter_scala(void) { static const TSLanguage language = { .version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, .alias_count = ALIAS_COUNT, .token_count = TOKEN_COUNT, .external_token_count = EXTERNAL_TOKEN_COUNT, .state_count = STATE_COUNT, .large_state_count = LARGE_STATE_COUNT, .production_id_count = PRODUCTION_ID_COUNT, .field_count = FIELD_COUNT, .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, .parse_table = &ts_parse_table[0][0], .small_parse_table = ts_small_parse_table, .small_parse_table_map = ts_small_parse_table_map, .parse_actions = ts_parse_actions, .symbol_names = ts_symbol_names, .field_names = ts_field_names, .field_map_slices = ts_field_map_slices, .field_map_entries = ts_field_map_entries, .symbol_metadata = ts_symbol_metadata, .public_symbol_map = ts_symbol_map, .alias_map = ts_non_terminal_alias_map, .alias_sequences = &ts_alias_sequences[0][0], .lex_modes = ts_lex_modes, .lex_fn = ts_lex, .keyword_lex_fn = ts_lex_keywords, .keyword_capture_token = sym_identifier, .external_scanner = { &ts_external_scanner_states[0][0], ts_external_scanner_symbol_map, tree_sitter_scala_external_scanner_create, tree_sitter_scala_external_scanner_destroy, tree_sitter_scala_external_scanner_scan, tree_sitter_scala_external_scanner_serialize, tree_sitter_scala_external_scanner_deserialize, }, }; return &language; } #ifdef __cplusplus } #endif